body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.fallback-spinner{display:flex;height:100vh;position:relative;width:100%}.loading{border-radius:50%;height:55px;left:calc(50% - 35px);top:50%;width:55px}.effect-1,.effect-2,.loading{border:3px solid #0000;box-sizing:border-box;position:absolute}.effect-1,.effect-2{border-left-color:#2962ff;border-radius:50%;height:100%;width:100%}.effect-1{animation:rotate 1s ease infinite}.effect-2{animation:rotateOpacity 1s ease .1s infinite}.effect-3{animation:rotateOpacity 1s ease .2s infinite;border:3px solid #0000;border-left-color:#2962ff;border-radius:50%;box-sizing:border-box;height:100%;width:100%}.loading .effects{transition:all .3s ease}.fallback-logo{left:calc(50% - 45px);position:absolute;top:40%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotateOpacity{0%{opacity:.1;transform:rotate(0deg)}to{opacity:1;transform:rotate(1turn)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.error-text{color:#d32f2f!important;font-size:.875rem!important;margin-top:.25rem!important}h1,h2,h3,h4,h5,h6,p,span{overflow-wrap:break-word!important;white-space:normal!important;word-break:normal!important}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}html body .startup-launchpad .input-black input{color:#000!important}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom-toast{background-color:#fff!important;border-radius:8px!important;box-shadow:0 4px 8px #0000001a!important;color:#000!important;min-width:250px;padding:10px 15px!important}.custom-toast-body{color:#000!important;font-family:Arial,sans-serif;font-size:16px}.custom-toast-content{align-items:center;display:flex;justify-content:flex-start}.toast-icon{height:40px;margin-right:10px;width:40px}.toast-message{color:#000;flex:1 1}.price.flip-animation{animation:flipPrice .6s ease-in-out}@keyframes flipPrice{0%{opacity:1;transform:rotateX(0deg)}50%{opacity:0;transform:rotateX(90deg)}to{opacity:1;transform:rotateX(0deg)}}html *{box-sizing:border-box;margin:0;outline:none;padding:0;text-decoration:none}html{-webkit-text-size-adjust:100%;margin:0 auto;max-width:2100px;overflow-y:auto;scroll-behavior:smooth}html,html body{overflow-x:clip!important}html body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;font-family:Poppins,serif;font-weight:400;min-height:100vh;padding-right:0!important;padding-top:160px!important;position:relative}html body:before{animation:rotation 15s linear infinite;background:url(/static/media/banner-gradiant.dbc9425281bfdbb48a72.png) no-repeat;background-size:contain;content:"";height:895px;pointer-events:none;position:absolute;right:-290px;top:-140px;width:854px}div#root{overflow-x:clip!important}a:focus{-moz-outline-style:none;outline:none}input[type=file]::-webkit-file-upload-button{cursor:pointer}input[type=file]::-moz-file-upload-button{cursor:pointer}input[type=file]::-ms-file-upload-button{cursor:pointer}input[type=file]::-o-file-upload-button{cursor:pointer}input[type=file]{cursor:pointer}input::placeholder,textarea::placeholder{color:#c3c3ca!important;opacity:1!important}::selection{background:#e51548;color:#fff}::-moz-selection{background:#e51548;color:#fff}::-webkit-selection{background:#e51548;color:#fff}::-ms-selection{background:#e51548;color:#fff}*{scrollbar-color:#e61a4c #38324e;scrollbar-width:thin}::-webkit-scrollbar{height:3px;width:7px}::-webkit-scrollbar-track{background-color:#38324e;border-radius:6px}::-webkit-scrollbar-thumb{background-color:#e61a4c;border-radius:6px!important}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:Poppins,serif;font-size:100%;margin:0;outline:0;padding:0}b,strong{font-weight:600}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}a,button,div a:active,div a:focus,div a:hover{text-decoration:none;transition:all .3s ease 0s}a,button,div a:active,div a:hover,span{text-decoration:none}*,:after,:before{-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}body a{color:#e51548;display:inline-block;font-family:Poppins,serif;font-size:18px;line-height:144%}body a:hover{color:#850323}body a:focus{outline:none!important}table{border-collapse:collapse;border-spacing:0}li,ul{list-style:none}img{display:block;height:auto;margin:0 auto;max-height:100%;max-width:100%;outline:none!important;width:auto}body p{color:#9b9b9e;font-family:Inter,serif;font-size:18px;font-weight:400;line-height:150%;margin-bottom:15px}body p:last-child{margin-bottom:0}body p:empty{display:none}iframe{height:100%;width:100%}.padding{padding:100px 0}.right{text-align:right}.btn-main,.center{text-align:center}.btn-main{background:#e51548;border-radius:6px;box-shadow:inset 0 6px 10px 0 #ffffff1f;color:#fff;cursor:pointer;font-size:16px;font-weight:600;line-height:normal;padding:14px 31px;position:relative}.btn-main:after{background:url(/static/media/white-right-arrow.63a114bbf8011cdab68d.svg) no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-left:13px;pointer-events:none;vertical-align:middle;width:16px}.btn-main:hover{background-color:#bf0434;color:#fff}button.btn-main{border:0}h1{font-size:75px;letter-spacing:-1px}.h1-title,h1,h2{color:#fff;font-weight:600}.h1-title,h2{font-size:58px;letter-spacing:-1.92px;line-height:110%;margin-bottom:15px}h2 span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#843ab3 -14.29%,#e51548 45.14%,#f37c2e);background-clip:text;-webkit-background-clip:text}.owl-carousel .owl-dots{padding-top:50px;text-align:center}.owl-carousel .owl-dots .owl-dot{background:#411e0f;border-radius:50%;height:12px;margin:0 5px;opacity:25%;position:relative;width:12px}.owl-carousel .owl-dots .owl-dot.active{opacity:1}.owl-carousel .owl-dots .owl-dot span{display:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{background-repeat:no-repeat;bottom:auto;font-size:0;height:17px;left:-40px;margin:auto;position:absolute;right:auto;top:52.5%;transform:rotate(180deg);width:19px;z-index:1}.owl-carousel .owl-nav button.owl-next{left:auto!important;right:-40px;transform:rotate(0deg)}.owl-carousel .owl-nav button.disabled{opacity:.5}.for-mobile{display:none}input[type=checkbox]{-webkit-appearance:none;appearance:none;border:0;border-radius:2px;cursor:pointer;height:12px;padding:0;position:relative;top:2px;width:12px}input[type=checkbox]:before{border:1px solid #fff3;border-radius:2px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}input[type=checkbox]:after{background:url(/static/media/inner-check.7b4416af7add67ec4aab.svg) no-repeat;background-size:contain;content:"";height:7px;left:2px;margin:auto;opacity:0;pointer-events:none;position:absolute;top:2px;width:8px}input[type=checkbox]:checked:before{background-color:#e51548;border-color:#0000}input[type=checkbox]:checked:after{opacity:1}.fixed{box-shadow:0 0 5px 0 #00000026;-webkit-box-shadow:0 0 5px 0 #00000026;-moz-box-shadow:0 0 5px 0 #00000026}#header{left:0;padding:16px 0;position:fixed;top:0;transition-duration:.3s;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-property:all;-webkit-transition-property:all;-moz-transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1);-webkit-transition-timing-function:cubic-bezier(.7,1,.7,1);-moz-transition-timing-function:cubic-bezier(.7,1,.7,1);width:100%;z-index:999}#header.fixed:before{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .5s ease}#header .container{padding:0 40px;width:100%}#header .wrapper{align-items:center;display:flex}#header .wrapper .logo{width:226px}#header .wrapper .logo a{display:block}#header .wrapper .middle-header{margin-left:auto;margin-right:auto}#header .wrapper .menu ul#main-menu{align-items:center;display:flex;margin:0 -13px}#header .wrapper .menu ul#main-menu li{padding:0 13px}#header .wrapper .menu ul#main-menu li a{color:#fff;font-size:16px;font-weight:500;text-decoration:none}#header .wrapper .menu ul#main-menu li a:hover,#header .wrapper .menu ul#main-menu li.active a{color:#e51548}#header .wrapper .right-header{align-items:center;display:flex}#header .wrapper .right-header a.cart{background:url(/static/media/cart.3fc438e27f47ca3a1f33.svg) no-repeat;background-size:contain;height:22px;position:relative;transition:none;width:22px}#header .wrapper .right-header a.cart:hover{filter:brightness(0) saturate(100%) invert(18%) sepia(68%) saturate(4499%) hue-rotate(335deg) brightness(90%) contrast(100%)}#header .wrapper .right-header a.cart span.number{background:red;border-radius:50%;color:#fff;font-size:12px;font-weight:500;height:15px;line-height:15px;position:absolute;right:-6px;text-align:center;top:-6px;width:15px}#header .wrapper a.login{border:1px solid #fff3;border-radius:4px;color:#fff;font-size:16px;font-weight:500;line-height:normal;margin-left:24px;padding:10px 24px}#header .wrapper a.get-started{background:#fff;border-radius:4px;color:#080808;font-size:16px;font-weight:500;line-height:normal;margin-left:14px;padding:10px 23px}#header .wrapper a.get-started:hover,#header .wrapper a.login:hover{background:#e5184a!important;border-color:#e5184a!important;color:#fff!important}#header .wrapper .middle-header .mobile-info{display:none}#header .wrapper .have-account{color:#fff;font-size:16px;margin:0}.form-page #header .wrapper .right-header{margin-left:auto}.form-page #header .wrapper a.login{background-color:#fff;color:#080808}#header .wrapper .right-header a.user-profile{align-items:center;border:1px solid #fff3;border-radius:22.5px;display:flex;margin-left:30px;padding:5px 67px 5px 5px;position:relative;text-decoration:none;text-decoration:initial}#header .wrapper .right-header a.user-profile:before{background:url(/static/media/down-arrow.f5be95a950d7694c8184.svg) no-repeat;background-size:contain;content:"";height:8px;pointer-events:none;position:absolute;right:18px;top:19px;width:14px}#header .wrapper .right-header a.user-profile img{border-radius:50%;height:36px;margin-right:10px;object-fit:cover;width:36px}#header .wrapper .right-header a.user-profile p.name{color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-decoration:none!important;text-decoration:initial!important}body.network-profile-page #header .wrapper .right-header{margin-left:auto;margin-right:0}#header .res_navigation{display:none}.res_navigation .nav-toggle{display:block;height:26px;outline:none;position:relative;transition:.3s ease;width:21px;z-index:9}.res_navigation .nav-toggle span{background:#fff;border-radius:10px;height:3px;left:auto;position:absolute;right:0;width:100%}.res_navigation .nav-toggle span:first-child{top:0;width:14px}.res_navigation .nav-toggle span:nth-child(2){top:10px;width:100%}.res_navigation .nav-toggle span:last-child{left:0;top:20px;width:14px}.res_navigation .nav-toggle.active{transform:rotate(45deg)}.res_navigation .nav-toggle.active span:first-child{top:15.5px!important;transform:translateX(-3%) rotate(90deg);width:100%}.res_navigation .nav-toggle.active span:last-child{top:15.5px!important;width:100%}.res_navigation .nav-toggle.active span:nth-child(2){opacity:0;pointer-events:none}.container{margin:0 auto;max-width:100%;padding:0 15px;position:relative;width:1430px}.banner{padding-top:0!important;position:relative}@keyframes rotation{0%{-webkit-transform:rotate(-10deg)}50%{-webkit-transform:rotate(30deg)}to{-webkit-transform:rotate(-10deg)}}.banner .container{width:1470px}.banner .wrap{grid-gap:80px;align-items:center;display:grid;grid-template-columns:1fr 640px}.banner .wrap .left-col{align-items:baseline;display:flex;flex-direction:column;height:100%;padding-top:90px}.banner .wrap .left-col img.review-img{margin-bottom:0;margin-left:0;margin-top:auto}.banner .wrap .sub-title{color:#fff;font-family:Poppins,serif;font-size:44px;font-weight:500;line-height:111%;margin-bottom:0}.banner .wrap h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#843ab3 -14.29%,#e51548 45.14%,#f37c2e);background-clip:text;-webkit-background-clip:text}.banner .wrap .btn-main{margin-top:25px}.trustpoilot{padding:70px 0 75px}.logo-slider{padding-bottom:60px}.logo-slider .marquee{align-items:center;display:flex;overflow:hidden;width:3290px}.logo-slider .marquee .marquee__group{align-items:center;animation:scroll 25s linear infinite;display:flex;justify-content:space-around;min-width:100%}.logo-slider .marquee .marquee__group img{display:block;margin:0 15px}.startup-launchpad p.sub-title{margin:0 auto;width:700px}.startup-launchpad .box-wrap{grid-gap:27px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:45px}.startup-launchpad .box-wrap .box{border:1px solid #fff3;border-radius:6px;padding:25px 30px}.startup-launchpad .box-wrap .box .title{display:flex;margin:0 0 10px}.startup-launchpad .box-wrap .box .title h3{font-size:20px;font-weight:600;letter-spacing:-.6px}.startup-launchpad .box-wrap .box .title img{margin:0 12px 0 0}.startup-launchpad .box-wrap .box p{font-size:14px;font-weight:500}.startup-launchpad .img-box{padding-top:60px;position:relative;z-index:1}.startup-launchpad .img-box:before{background:linear-gradient(90deg,#e51548,#f37c2e);border-radius:1000px;content:"";filter:blur(60px);height:130px;left:0;margin:0 auto;pointer-events:none;position:absolute;right:0;width:1000px;z-index:-1}.successfull-marketplace{margin-bottom:100px;max-height:90vh}.successfull-marketplace .wrap{grid-gap:160px;align-items:center;border:1px solid #ffffff26;border-radius:6px;display:grid;grid-template-columns:400px 1fr;padding:0 80px;position:relative}.successfull-marketplace .wrap a.btn-main{margin-top:30px}.successfull-marketplace .wrap .box{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #fff3;border-radius:6px;margin-bottom:25px;padding:25px}.successfull-marketplace .wrap .box .title{align-items:center;display:flex;margin:0 0 24px}.successfull-marketplace .wrap .box .title h3{font-size:20px;font-weight:600;letter-spacing:-.6px}.successfull-marketplace .wrap .box .title img{margin:0 12px 0 0}.successfull-marketplace .wrap .box p{font-size:14px;font-weight:500;height:43px;overflow:hidden}.successfull-marketplace .wrap .right-col{grid-gap:26px;display:grid;grid-template-columns:1fr 1fr;height:90vh;overflow:hidden}.successfull-marketplace .wrap .right-col>div{display:flex;flex-direction:column;height:max-content}.successfull-marketplace .wrap .right-col>div .box-wrap{animation:scrollbox 30s linear infinite;display:flex;flex-direction:column;justify-content:space-around;min-height:100%}.successfull-marketplace .wrap .right-col .inner-right .box-wrap{animation:scrollboxreverse 30s linear infinite}@keyframes scrollbox{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes scrollboxreverse{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.successfull-marketplace .wrap:before{background:url(/static/media/successfull-marketplace-bg.47e4afbc28cb3573ddea.png) no-repeat;background-size:cover;border-radius:6px;bottom:0;content:"";height:340px;left:0;pointer-events:none;position:absolute;right:0;z-index:-1}.creative-community{padding-top:0!important}.creative-community .wrap{grid-gap:120px;align-items:center;background:linear-gradient(217deg,#1a1724 13.91%,#06050c 63.61%);border:1px solid #ffffff26;border-radius:6px;display:grid;grid-template-columns:645px 1fr;padding:100px 130px 100px 80px}.creative-community .wrap a.btn-main{margin-top:30px}.first-testimonial .content{margin:0 auto;padding-bottom:40px;text-align:center;width:765px}.first-testimonial .content p{color:#fff;font-family:Poppins;font-size:30px;font-weight:500;letter-spacing:-.9px;line-height:120%}.first-testimonial .designation{align-items:center;display:flex;justify-content:center}.first-testimonial .designation img{border-radius:100%;height:62px;margin:0 15px 0 0;object-fit:cover;width:62px}.first-testimonial .designation p.name{color:#fff;font-family:Poppins;font-weight:500;line-height:normal;margin:0}.first-testimonial .designation p.post{color:#838286;font-size:14px;font-weight:500;line-height:normal}.customize-plan{padding-bottom:0!important}.customize-plan .wrap{background-color:#000;border:1px solid #ffffff26;border-radius:6px;padding:100px 80px;position:relative;z-index:2}.customize-plan .wrap:before{background:url(/static/media/customize-plan.a92517adf1174c6c8cfe.png) no-repeat;background-size:cover;bottom:0;content:"";height:673px;left:0;pointer-events:none;position:absolute;right:0;z-index:-2}.customize-plan .wrap .top-wrap .content{margin:0 auto;width:930px}.customize-plan .wrap .top-wrap a.btn-main{margin-top:20px}.customize-plan .wrap .bottom-wrap{margin-top:60px}.customize-plan .wrap .bottom-wrap>p{color:#fff;font-family:Poppins;font-weight:500}.customize-plan .wrap .bottom-wrap .box-wrap{display:flex}.customize-plan .wrap .bottom-wrap .box-wrap .single-box{position:relative;z-index:1}.customize-plan .wrap .bottom-wrap .box-wrap .single-box:nth-child(2){margin:0 -48px 0 -21px;z-index:-1}.customize-plan .wrap .btn-wrap{margin-top:40px}.masterclasses{position:relative;z-index:1}.masterclasses:before{background:linear-gradient(180deg,#1a1724,#06050c);top:0}.masterclasses:after,.masterclasses:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;z-index:-1}.masterclasses:after{background:linear-gradient(180deg,#06050c00,#000);border-radius:6px;height:240px}.masterclasses p.sub-title{margin:0 auto;width:785px}.masterclasses .box-wrap{grid-gap:30px;display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px}.masterclasses .box-wrap .box{position:relative}.masterclasses .box-wrap .box .img-wrap{border:1px solid #ffffff26;border-radius:6px;height:580px;position:relative}.masterclasses .box-wrap .box .img-wrap:before{background:linear-gradient(180deg,#06050c00,#06050c);border-radius:6px;bottom:0;content:"";height:390px;left:0;pointer-events:none;position:absolute;right:0}.masterclasses .box-wrap .box .img-wrap img,.masterclasses .box-wrap .box .img-wrap video{border-radius:6px;display:block;height:100%;object-fit:cover;object-position:100% 0;width:100%}.masterclasses .box-wrap .box .info{bottom:35px;left:33px;position:absolute}.masterclasses .box-wrap .box .info h3{color:#fff;font-family:Poppins;font-size:24px;font-weight:600;line-height:112%;margin-bottom:20px}.masterclasses .box-wrap .box .info p.name{color:#fff;font-family:Poppins;font-size:16px;font-weight:600;line-height:normal;margin:0}.masterclasses .box-wrap .box .info p.designation{color:#fff;font-family:Inter;font-size:14px;font-weight:400;line-height:normal;opacity:.5}.masterclasses .box-wrap .box:last-child .info{bottom:auto;left:0;margin:0 auto;right:0;text-align:center;top:40px}.masterclasses .box-wrap .box:last-child .info h3{margin-bottom:5px}.masterclasses .box-wrap .box:last-child .info p.name{font-size:14px}.make-launching{padding:50px 0 115px!important}.make-launching p.sub-title{margin:10px auto 50px;width:820px}.connect-with-expert{padding-top:0!important}.connect-with-expert .wrap{grid-gap:150px;align-items:center;display:grid;grid-template-columns:1fr 610px}.connect-with-expert .content p{color:#fff;font-family:Inter;font-weight:500;line-height:150%}.connect-with-expert .left-col ul{display:flex;flex-wrap:wrap;margin:20px -6px 35px}.connect-with-expert .left-col ul li{background:#000;border:1px solid #302d3a;border-radius:40px;box-shadow:inset 0 6px 10px 0 #ffffff1f;color:#fff;font-family:Inter;font-size:14px;font-weight:600;line-height:190%;margin:6px;padding:4px 20px 4px 35px;position:relative}.connect-with-expert .left-col ul li:before{background:url(/static/media/check.4475002c26287421ef27.svg) no-repeat;background-size:contain;content:"";height:9px;left:14px;position:absolute;top:13px;width:10px}.looking-for-funding p.sub-title{margin:15px auto 40px;position:relative;width:630px;z-index:1}.looking-for-funding .btn-wrap,.looking-for-funding h2{position:relative;z-index:1}.looking-for-funding .box-wrap{grid-gap:27px;display:grid;grid-template-columns:repeat(4,1fr);padding:100px 0;position:relative;z-index:0}.looking-for-funding .box-wrap:after,.looking-for-funding .box-wrap:before{background:linear-gradient(180deg,#06050c00 7%,#000 61%);content:"";height:391px;left:0;pointer-events:none;position:absolute;right:0;top:-200px;transform:rotate(180deg);z-index:1}.looking-for-funding .box-wrap:after{bottom:-190px;top:auto;transform:none}.looking-for-funding .box-wrap .single-box{position:relative}.looking-for-funding .box-wrap .single-box:after,.looking-for-funding .box-wrap .single-box:before{background:#1a1724;border:1px solid #2b2a30;border-radius:6px;bottom:-110%;content:"";height:100%;left:0;pointer-events:none;position:absolute;right:0}.looking-for-funding .box-wrap .single-box:before{bottom:0;top:-110%}.looking-for-funding .box-wrap .single-box>div{align-items:flex-start;background:#1a1724;border-radius:6px;display:flex;flex-direction:column;height:100%;padding:30px;position:relative;z-index:1}.looking-for-funding .box-wrap .single-box>div:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAACuCAYAAABEO43tAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASoSURBVHgB7dztbts2FAZgZnO7DQuydS2QAhuwf73/O3QVIC1aI5FF+eRQJJ/nl78UWskR9YayTymDOJ/Pf5RGlrH/Kg0t4/9TGlrG/7sk+qVAZ8KKdjna7sq8Wu/7VL/7kWbamQ+aqYgHREidMBRtDPEgkaKlO4qWCN3Gg5lPkeJBIjMt3VG0dEfRjmGqeKJoY7iwkcgVMboz0urBzMQDqjlgEylauqNox+DiQqecotuRaTvkgEmkaMcgHuxktiGFmZYIMm2HfDQxkdUDumOmJYJ4QDXxgGqiSaLTa0+80DHm7srt08U2r93e8rP2bHO/jL/ldbXPbdn24/PYW7ff+/hrPl+MX+N84+NP9z9djH++8vqt96+99jbLmz6VhpbxH0ojy9iPpaFl/P9KQ8v4n0si8YDu+Ao53THTxnDAJlK0dEfREsHFBaqJB3BkijaGlYtEinYM4kGnzHbt+EcM1viO2BjEAzgyRRvDWSaRoh2DrolwZIqW7ijaMVg9gCNTtDGsHiRyGXcM4gEcmaKlO4p2DOIBVHJFDNYo2jGIB3BkipbuKNoxTBUPvrfn3Nhbdu32u4r+sG9x++GHHqnZ7+Gx8b7//8O+v9bf9S1vP+1/5rgxlvf8vjS0jP+hNLKM/W9paBn/S2kouz+ueDCG+FnowBQt3VG0dEfRjkE8gCNTtERInekV7RjEAzgyRUt3RiraqU6RF8QDqs18wKRTtHRH0Y5BPIAjU7REcHGBauIB1aweJFK0dCeyaM027YgHcGQu4xLB6gHVxAOqmeUTKVq6o2jHIB5AJf+IwRpFG6P16Vk82MkfjhRmWiKkThintScre9aeNr5+y8/as819RY/Ymue2bPvx5/asV7ff+/hrLvvD1jjf+PjT/U8Xw5+vvH7r/Wuvvc3ypk+loWX8h9LIMvZjaegA/XFT9188iCFPJ1K0Y7B6AJVcXNjJKXoSZtoY1qgTKVoidBsPnJ5JYaYdg3hANWeZRFYPiGDJi2riARyZoo0hmiSy5DWGqS5u+EeM7ogHMRwwiRTtGMQDODJFS3d8hbz/sY8wfiozLRFkWlijaGOIB4kULRHEg50s8E8irGjv7u5mLhrxIJF4QATxANbItGOYat/fpNPhRcvPJ1FtNdfu//ZCq8+X7m99rKYN55/PrTbXWnRuad9Z2+Lzm4f9nT6/O9/wmvsrrUZr2oZu3bZ/y+/s99JIyzajz+N/KA1l779MOwarB52a+QMzUzHTEsGSF9XEAzgymbb/sadjph2DLzbCkSnaGOJBIkU7BvGgU2a7SZhpYzhgEinaMYgHnTLbTcJMS3cUbQxfbEykaIkg0+4k007CTBtj9nhgpoU1ipbuyLT9j32E8VOZaYkg08Ia8aD/sY8wfiozLRHEA1ijaMcgHvSocSfy2S8hiwew5k360x7BCz1yv6l9/NpzT37d2B92b//Za96dAxrUXrH280/Pw9/S43btOR+Girb8wZoe/Mv470tD2fsvHtAdRTsGqwdUs3qQSNHSHUU7BvGAapZkEilaIsi0VBMPqCYeJFK0RBAPqCYeUKfxxyKno2i5WfZBq2jHIB7AkSlagLf2FUT0SrOXD67iAAAAAElFTkSuQmCC) no-repeat;background-size:contain;content:"";height:173px;position:absolute;right:0;top:0;width:173px;z-index:-1}.looking-for-funding .box-wrap .single-box img{margin-right:0;width:auto}.looking-for-funding .box-wrap .single-box p.red-text{color:#e51447;font-size:13px;font-weight:600;line-height:146%;margin:18px 0 0}.looking-for-funding .box-wrap .single-box h3{color:#fff;font-size:20px;font-weight:600;letter-spacing:-.2px;margin:0 0 10px}.looking-for-funding .box-wrap .single-box p.text{color:#a3a2a7;font-size:14px;font-weight:500;line-height:140%;margin-top:auto}.workshops-taught .wrap{background:url(/static/media/workshop-tought-bg.438fea2c1f0803b2cdfc.png) no-repeat;background-position:100%;background-size:cover;padding:70px 70px 87px 77px}.workshops-taught .wrap .inner-wrap{width:600px}.workshops-taught .wrap .inner-wrap h3{color:#fff;display:flex;font-family:Inter;font-size:24px;font-weight:600;line-height:112%;margin:40px 0 10px}.workshops-taught .wrap .inner-wrap h3 img{margin:0 10px 0 0}.workshops-taught .wrap .inner-wrap a.btn-main{margin-top:30px}.workshops-taught .img-slider{margin:0 0 70px;overflow:hidden}.workshops-taught .img-slider .marquee{align-items:center;display:flex;overflow:hidden;width:3015px}.workshops-taught .img-slider .marquee .marquee__group{align-items:center;animation:scroll 25s linear infinite;display:flex;justify-content:space-around;min-width:100%}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.workshops-taught .img-slider .marquee .marquee__group img{background:#1a1724;border:1px solid #ffffff26;border-radius:0;display:block;height:160px;margin:0 10px;padding:10px}.member-benifits{padding-bottom:150px}.member-benifits p{margin:0 auto 40px;width:912px}.who-we-are{background:#fff;position:relative}.who-we-are a.read-more-btn{display:none}.who-we-are p.small-title{color:#06050c;font-size:20px;font-weight:500;line-height:normal;margin:0 0 10px}.who-we-are .img-wrap{grid-gap:40px;display:grid;grid-template-columns:750px auto;margin-top:30px;position:relative}.who-we-are .img-wrap .left-div{position:relative}.who-we-are .img-wrap .left-div img.smb-logo{height:auto;position:absolute;right:-106px;top:110px;width:auto}.who-we-are .img-wrap .right-div .top{grid-gap:40px;display:grid;grid-template-columns:1fr 1fr}.who-we-are .img-wrap .right-div .bottom{margin-top:40px}.who-we-are .img-wrap .right-div img.sec-logo{bottom:auto;left:0;position:absolute;right:0;top:28%}.who-we-are .img-wrap .left-div img{height:100%;object-fit:cover;width:100%}.books{padding-bottom:145px;padding-top:163px}.books .inner{overflow:hidden;position:relative}.books .inner:before{background-image:url(/static/media/book-bg.7831e8c2e2959245c950.svg);background-repeat:no-repeat;background-size:cover;border-radius:10px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:9}.books .inner .box{align-items:center;border:1px solid #ffffff26;border-radius:10px;display:grid;grid-template-columns:60% 40%;padding:50px 43px 18px 80px}.books .inner .box .left-col{position:relative;z-index:9}.books .inner .box .left-col h2{line-height:110%;padding-bottom:20px}.books .inner .box .left-col .text{max-width:575px}.books .inner .box .left-col .forms{padding-top:50px}.books .inner .box .left-col .forms form .form-control{background:#0000;background-clip:initial;border:initial;height:auto;max-width:566px;padding:0;position:relative}.books .inner .box .left-col .forms form .form-control:before{background:url(/static/media/mail-icon.3467258778f4b0c17b90.svg) no-repeat;background-size:contain;content:"";height:19px;left:24px;pointer-events:none;position:absolute;top:25px;width:24px}.books .inner .box .left-col .forms form .form-control .email{background-color:initial;border:1px solid #fff6;border-radius:5px;color:#aaa;font-family:Inter;font-size:16px;font-weight:400;height:66px;line-height:27px;padding-left:59px;padding-right:7;transition:all .3s ease;width:100%}.books .inner .box .left-col .forms form .form-control .email::placeholder{font-size:16px}.books .inner .box .left-col .forms form .form-control .email:focus{border-color:#fff}.books .inner .box .left-col .forms form .form-control .button{position:absolute;right:6px;top:9px;width:max-content}.books .inner .box .right-col{position:relative;z-index:9}.books .inner .box .right-col .img{position:relative}.books .inner .box .right-col img.star{left:76px;margin:0;position:absolute;top:9px}.numbers .inner{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(3,1fr)}.numbers .inner .center-col p,.numbers .inner .left-col p,.numbers .inner .right-col p{font-size:20px;position:relative}.numbers .inner .center-col p:after,.numbers .inner .left-col p:after,.numbers .inner .right-col p:after{background:linear-gradient(90deg,#843ab3,#e51548 50%,#f37c2e);bottom:-13px;content:"";height:1px;left:50%;position:absolute;transform:translate(-50%,-50%);width:60px}.grow{padding:0 0 100px}.grow .inner{position:relative}.grow .inner .img{border-radius:6px;position:relative}.grow .inner .img img{border-radius:6px}.grow .inner .heading{left:0;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%)}.grow .inner .heading h2{margin-bottom:40px}.startups{padding-top:140px}.startups .inner h2{line-height:110%}.startups .inner h2 span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#843ab3 -14.29%,#e51548 45.14%,#f37c2e);background-clip:text;-webkit-background-clip:text}.startups .startups-list{margin-top:55px}.startups .startups-list .box{background:linear-gradient(180deg,#1a1724,#06050c);border:1px solid #ffffff26;border-radius:6px;padding:40px}.startups .startups-list .owl-stage{padding:3px 0}.startups .startups-list .box h3{margin-bottom:15px}.startups .startups-list .box .text{max-width:372px;padding-bottom:64px}.startups .startups-list .box>img{margin-bottom:30px;margin-left:0;width:auto}.startups .startups-list .box .text p{color:#9b9b9e;font-size:20px;font-weight:400;letter-spacing:-.6px;line-height:155%;position:relative}.startups .startups-list .box .text p:before{background-image:url(/static/media/quotes.61bc12b3dd7e024423c3.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;margin-right:10px;vertical-align:text-top;width:24px}.startups .startups-list .box .img{column-gap:16px}.startups .startups-list .box .img img{border-radius:100px;height:62px;margin:0 0 10px;width:61px}.startups .startups-list .box .img .name h3{margin-bottom:0}.startups .startups-list .box .img .name p{color:#838286;font-size:14px;font-weight:500;line-height:normal}.faq{padding-bottom:100px;padding-top:152px}.faq .inner{grid-gap:87px;display:grid;gap:87px;grid-template-columns:350px auto}.faq .inner .left-col .box{align-items:flex-start;background:#06050c;border:1px solid #ffffff26;border-radius:6px;overflow:hidden;padding:56px 25px;position:relative}.faq .inner .left-col .box:before{background-image:url(/static/media/faq-banner-gradiant.f1fa1841082fca336662.svg);background-repeat:no-repeat;background-size:contain;content:"";height:423px;position:absolute;right:0;top:0;width:339px}.faq .inner .left-col .box img{margin:0;padding-bottom:25px;position:relative;z-index:99}.faq .inner .left-col .box h2{line-height:103.125%;position:relative;z-index:99}.faq .inner .left-col .box h3{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#843ab3 -14.29%,#e51548 45.14%,#f37c2e);background-clip:text;-webkit-background-clip:text;font-family:Poppins;font-size:36px;font-weight:600;letter-spacing:-1.08px;line-height:100%;padding-bottom:10px;position:relative;z-index:99}.faq .inner .left-col .box .text{margin-bottom:65px;position:relative;z-index:99}.faq .inner .right-col h2{line-height:103.125%;margin-bottom:50px;text-align:left}ul.faqlist li{border-radius:6px;margin:0 0 20px;padding:0!important}ul.faqlist li:last-child{margin-bottom:0}ul.faqlist li:before{content:none!important}ul.faqlist li a:hover{color:#e51548}ul.faqlist li .faq-question{background:linear-gradient(88deg,#1a1724 54.68%,#06050c 73.36%);border:1px solid #ffffff26;border-radius:6px;cursor:pointer;font-weight:700;letter-spacing:-.22px;padding:19px 57px 19px 28px;position:relative}ul.faqlist li .faq-question p{color:#fff;font-family:Poppins;font-size:22px;line-height:153%;text-align:left}ul.faqlist li .faq-question p:after{background-image:url(/static/media/plus.f886155e35c79c8b74a0.svg);background-repeat:no-repeat;background-size:contain;content:"";height:19px;left:auto;position:absolute;right:26px;top:30px;width:19px}ul.faqlist li .faq-question.open{border-color:#0000;box-shadow:0 4px 50px 0 #00000026}ul.faqlist li .faq-question .answer_faq{display:none}ul.faqlist li .faq-question .answer_faq .faq-answer{padding:0 74px 20px}ul.faqlist li .faq-question[data-status=open]{border-radius:6px 6px 0 0}ul.faqlist li .faq-question[data-status=open] strong{color:#095169}ul.faqlist li.open p:after{background-image:url(/static/media/minus.185df5ae9fe38de0b315.svg);height:4px;top:38px}ul.faqlist li .faq-answer{background:#1a1724;border:1px solid #ffffff26;border-radius:0 0 6px 6px;border-top:0;margin:0 auto;padding:20px 30px}ul.faqlist li .answer_faq p{text-align:left}.faq .inner .right-col ul.faq li .faq-question strong{color:#14262c}.first-testimonial-slider{overflow:hidden;position:relative}.first-testimonial-slider ul{display:flex;flex-direction:column}.first-testimonial-slider ul li{left:0;position:absolute;right:0}.common-form{padding-top:0!important}.common-form .wrap{grid-gap:200px;display:grid;grid-template-columns:1fr 490px}.common-form .wrap h3{font-size:24px;font-weight:500}.common-form .wrap .content h3{margin-bottom:40px;text-align:center}.common-form h3 span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#843ab3 -14.29%,#e51548 45.14%,#f37c2e);background-clip:text;-webkit-background-clip:text}.common-form .wrap ul.points{grid-gap:60px;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:60px}.common-form .wrap ul.points li{color:#fff9;font-family:Inter;font-size:14px;line-height:140%}.common-form .wrap ul.points li img{margin-bottom:15px;margin-left:0}.common-form .wrap .inner-wrap{background:#1a1724;border:1px solid #ffffff26;border-radius:6px;padding:30px}.common-form .wrap .inner-wrap h3{font-weight:600;margin-bottom:24px}.form-group{margin-bottom:15px;position:relative}form span.show-hide-btn{cursor:pointer;display:block;position:absolute;right:17px;top:48px}form span.show-hide-btn img.eye-close,form span.show-hide-btn.open-eye img.eye-open{display:none}form span.show-hide-btn.open-eye img.eye-close{display:block}.form-page footer{display:none}form label{color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:500;line-height:185%;padding-bottom:5px}.event-page .box-filters .location input,form input,form select,form textarea,input#blog_search,input#guide_search,input#network_search,input#perks_search,input#tipstrick_search{background:#0000;border:1px solid #595568;border-radius:6px;box-shadow:0 2px 4px 0 #00000026;color:#fff;height:48px;line-height:48px;padding:0 15px;width:100%}form textarea{height:80px;line-height:normal!important;overflow-y:auto!important;padding:15px}form select{background:#1a1724;color:#6c6b6d;cursor:pointer;font-weight:600}form input[type=submit]{background:#e51548;border-radius:6px;box-shadow:inset 0 6px 10px 0 #ffffff1f;color:#fff;cursor:pointer;font-family:Poppins;font-size:16px;font-weight:600;line-height:100%;padding:14px 32px;position:relative;transition:all .3s ease}form input[type=submit]:hover{background-color:#bf0434}form .submit-button{margin-top:30px;position:relative}form .submit-button:after{background:url(/static/media/white-right-arrow.63a114bbf8011cdab68d.svg) no-repeat;background-size:contain;content:"";display:inline-block;height:14px;left:90px;margin:0 auto;pointer-events:none;position:absolute;right:0;top:17px;vertical-align:middle;width:16px}form a.forgot-pass{color:#8585a0;font-family:Inter;font-size:13px;font-weight:500;position:absolute;right:0;top:0}form a.forgot-pass:hover{color:#e61e4e}form p{color:#85859e;font-size:14px;padding-bottom:5px}.forgot-pass-page .common-form .wrap .inner-wrap h3{margin:0 0 10px!important}.forgot-pass-page .common-form p,.forgot-pass-page .common-form p a{font-size:14px}.forgot-pass-page .common-form p.note{color:#565363;margin-top:15px}.forgot-pass-page .common-form p.note a{color:#565363;font-weight:500}.forgot-pass-page .common-form p.note a:hover{color:#e51548}form p.note{font-family:Poppins;font-size:14px;margin:15px 0;padding:0}form p.note a{color:#fff;font-size:14px;font-weight:500}.common-form .wrap .inner-wrap .title-wrap{align-items:center;display:flex;justify-content:space-between}.common-form .wrap .inner-wrap .title-wrap h3{margin:0!important}.common-form .wrap .inner-wrap .title-wrap a{color:#e51548;font-size:14px;font-weight:500}.common-form .wrap .inner-wrap .title-wrap a:hover{color:#fff}.common-form .wrap .inner-wrap .due-box{background:linear-gradient(225deg,#1a1724 16.62%,#06050c 97.87%);border:1px solid #ffffff26;border-radius:6px;margin:15px 0 20px;padding:10px 20px}.common-form .wrap .inner-wrap .due-box .single-due{align-items:center;display:flex;justify-content:space-between}.common-form .wrap .inner-wrap .due-box p.due-time{color:#fff;margin:0!important;margin-bottom:10px}.common-form .wrap .inner-wrap .due-box .renew-box p{color:#85859e;font-size:14px;margin-bottom:11px}.common-form .wrap .inner-wrap .due-box p.due-amount{color:#fff;font-family:Poppins;font-size:20px;font-weight:500}.common-form .wrap .inner-wrap .due-box p.coupon-text{font-size:14px;margin-bottom:10px}.common-form .wrap .inner-wrap .due-box .coupon-applied{margin:16px 0}form .form-group-wrap,form .form-group-wrap-wrap{grid-gap:0 20px;display:grid;grid-template-columns:1fr 1fr}form .form-group-wrap-wrap{grid-template-columns:1fr 1fr 1fr}form p.card-info-note{font-size:12px;line-height:180%;margin:15px 0;padding:0}form a.promo-code{border:1px dashed #85859e;border-radius:6px;color:#85859e;display:block;font-family:Inter;font-size:14px;font-weight:500;line-height:normal;padding:15px 10px;text-align:center;width:100%}form .card-img img{display:block;pointer-events:none;position:absolute;right:17px;top:47px}.marketplace,.tools{padding-top:0!important}.marketplace p.sub-title,.tools p.sub-title{margin:0 auto;width:565px}.tools ul{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);padding-top:100px}.tools ul li{position:relative}.tools ul li .box{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #fff3;border-radius:6px;height:100%;padding:40px;transition:all .3s ease}.tools ul li .box .title{display:flex;margin:0 0 24px}.tools ul li .box p{color:#848387;font-size:14px;font-weight:500;transition:all .3s ease}.tools ul li .box .title img{margin:0 12px 0 0}.tools ul li .box .title h3{font-size:20px;font-weight:600;letter-spacing:-.6px}.tools ul li a.page-url{bottom:0;cursor:pointer;display:none;left:0;position:absolute;right:0;top:0}.tools ul li:hover .box{background:#1a1724;filter:blur(2.75px)}.tools ul li:hover .box .title img{filter:brightness(0) saturate(100%) invert(18%) sepia(84%) saturate(4960%) hue-rotate(337deg) brightness(92%) contrast(96%)}.tools ul li:hover .box p{color:#fff}.tools ul li:before{background:linear-gradient(209deg,#1a1724cc 13.11%,#06050ccc 73.93%);border-radius:6px;bottom:0;content:"";left:0;opacity:0;pointer-events:all;position:absolute;right:0;top:0;z-index:1}.ai-builder-lock .lock-layer,.tools ul li .lock-layer{left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%);z-index:2}.ai-builder-lock .lock-layer p,.tools ul li .lock-layer p{color:#fff;font-family:Poppins;font-size:18px;font-weight:600;letter-spacing:-.54px;line-height:130%;margin:15px 0;text-align:center}.ai-builder-lock .lock-layer a.btn-main,.tools ul li .lock-layer a.btn-main{background:#f58a26}.tools ul li:hover:before{opacity:1}.ai-builder-lock .img-wrap:hover .lock-layer,.tools ul li:hover .lock-layer{opacity:1;pointer-events:all}.unlock-layer .tools ul li:before{content:none}.unlock-layer .tools ul li .lock-layer{display:none}.unlock-layer .tools ul li:hover .box{filter:none}.unlock-layer .tools ul li a.page-url{display:block}.marketplace h2{border-top:1px solid #ffffff1a;margin:50px 0 0;padding:60px 0}.marketplace ul{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr)}.marketplace ul li{display:none;position:relative}.marketplace ul li.active{display:block}.marketplace ul li .box{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #fff3;border-radius:6px;height:100%;padding:40px;transition:all .3s ease}.marketplace ul li .box .title{align-items:center;display:flex;margin:0 0 24px}.marketplace ul li .box p{color:#848387;font-size:14px;font-weight:500;transition:all .3s ease}.marketplace ul li .box .title img{margin:0 12px 0 0}.marketplace ul li .box .title h3{font-size:20px;font-weight:600;letter-spacing:-.6px}.marketplace ul li a.page-url{bottom:0;cursor:pointer;display:block;left:0;position:absolute;right:0;top:0}.marketplace ul li a.page-url:hover+.box h3{color:#e51548}.btn-main-wrap .btn-wrap{display:flex;justify-content:center;padding:50px 0 0}.btn-main-wrap .btn-wrap a{border:1px solid #fff3;border-radius:5px;color:#fff;display:block;font-family:Inter;font-size:16px;font-weight:500;line-height:normal;margin:0 5px;padding:10px 48px;text-align:center;text-decoration:none;text-decoration:initial}.btn-main-wrap .btn-wrap a.active,.btn-main-wrap .btn-wrap a:hover{background:linear-gradient(90deg,#843ab3 -14.29%,#e51548 45.14%,#f37c2e);border-color:#000}.cart-page .cart{padding-top:0!important}a.back-button{color:#fff;font-family:Inter;font-size:14px;font-weight:500;position:relative}a.back-button:before{background:url(/static/media/back-arrow.3c68e88db619d027c80a.svg) no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:12px;pointer-events:none;position:relative;top:1px;vertical-align:bottom;width:12px}a.back-button:hover{color:#e51548}a.back-button:hover:before{filter:brightness(0) saturate(100%) invert(19%) sepia(90%) saturate(4881%) hue-rotate(337deg) brightness(91%) contrast(96%)}.cart-page .cart-wrap{grid-gap:100px;align-items:flex-start;display:grid;grid-template-columns:1fr 490px;padding-top:30px}.cart-page .cart-wrap .cart-inner-right{transition:all .5s ease}.cart-page .cart-left .single-product{margin-bottom:60px}.cart-page .cart-left .single-product:last-child{margin-bottom:0!important}.cart-page .cart-left .single-product .product-top{align-items:center;background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #ffffff26;border-radius:8px 8px 0 0;display:flex;padding:30px}.cart-page .cart-left .single-product .product-top img.product-icon{margin:0 30px 0 0}.cart-page .cart-left .single-product .addon-middle p.addon-desc,.cart-page .cart-left .single-product .product-top .product-info{width:480px}.cart-page .cart-left .single-product .product-top .product-info h3{color:#fff;font-size:24px;font-weight:600;line-height:116%;margin:0 0 13px;word-break:break-all}.cart-page .cart-left .single-product .product-top .product-info p{color:#565363;font-family:Inter;font-size:14px;font-weight:500;line-height:normal}.cart-page .cart-left .single-product .product-top .product-price-info{align-items:center;display:flex;gap:10px;margin-left:auto;margin-right:0;text-align:right}.cart-page .cart-left .single-product .product-top .product-price-info p.price{color:#fff;font-family:Poppins;font-size:20px;font-weight:700;line-height:normal;margin:10px}.cart-page .cart-left .single-product .product-top .product-price-info a{cursor:pointer}.cart-page .cart-left .single-product .product-middle{background:#06050c;border:1px solid #ffffff26;border-radius:0 0 8px 8px;border-top:0;padding:30px}.cart-page .cart-left .single-product .product-middle h4{color:#fff;font-size:20px;font-weight:600;line-height:140%;margin-bottom:20px}.cart-page .cart-left .single-product .product-middle .single-addon{display:flex;margin-bottom:30px}.cart-page .cart-left .single-product .product-middle .single-addon:last-child{margin-bottom:0!important}.cart-page .cart-left .single-product .addon-left{padding-top:5px}html body .switch{display:inline-block;height:16px;position:relative;width:29px}html body .switch input{height:0;opacity:0;width:0}html body .switch .slider{background:#292634;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}html body .switch .slider:before{background-color:#fff;bottom:2px;content:"";height:12px;left:2px;position:absolute;transition:.4s;width:12px}html body .switch input:checked+.slider{background-color:#032a21}html body .switch input:checked+.slider:before{background-color:#0c9f7a;transform:translateX(13px)}html body .switch .slider.round{border-radius:34px}html body .switch .slider.round:before{border-radius:50%}.cart-page .cart-left .single-product .addon-middle{margin-left:15px}.cart-page .cart-left .single-product .addon-middle p.addon-title{color:#fff;display:inline-block;font-size:16px;font-weight:600;line-height:160%;margin:0 0 5px}.cart-page .cart-left .single-product .addon-middle span.addon-tag{background:#371c0a;color:#f37c2e;display:inline-block;font-family:Inter;font-size:12px;font-weight:600;letter-spacing:1.2px;line-height:160%;margin-left:16px;padding:0 8px;text-transform:uppercase}.cart-page .cart-left .single-product .addon-middle p.addon-desc{color:#fff9;font-size:14px;font-weight:400;line-height:142.857%}.cart-page .cart-left .single-product .addon-right{margin-left:auto;padding-left:10px}.cart-page .cart-left .single-product .addon-right p.addon-price{color:#fff;font-family:Poppins;font-size:16px;font-weight:700;line-height:normal;text-align:right}.cart-page .cart-left .single-product .product-botton{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);margin-top:20px}.cart-page .cart-left .single-product .product-botton .single-extra-addon{align-items:center;border:1px solid #fff3;border-radius:6px;display:flex;padding:10px 20px}.cart-page .cart-left .single-product .product-botton .single-extra-addon label.switch{margin-right:10px;vertical-align:middle}.cart-page .cart-left .single-product .product-botton .single-extra-addon p.addon-name{color:#fff;font-size:14px;font-weight:500;line-height:185%;margin:0}.cart-page .cart-left .single-product .product-botton .single-extra-addon p.addon-price{color:#fff;font-family:Poppins;font-size:14px;font-weight:700;line-height:normal;margin-left:auto}.cart-page .cart-wrap .cart-right{position:sticky;top:90px}.cart-page .cart-wrap .cart-right .order-summury{background:#0f0c17;border:1px solid #ffffff26;border-radius:6px}.cart-page .cart-wrap .cart-right .order-summury h3{color:#fff;font-size:20px;font-weight:600;line-height:normal;padding:30px 30px 3px}.cart-page .cart-wrap .cart-right .order-summury a.total-item{color:#e51548;font-size:14px;font-weight:500;line-height:normal;margin:0 30px;pointer-events:none}.cart-page .cart-wrap .cart-right .order-summury a.total-item:hover{color:#fff}.cart-page .cart-wrap .cart-right .order-summury .all-orders .single-order-summury{padding:10px 30px}.cart-page .cart-wrap .cart-right .order-summury .all-orders .single-order-summury:not(:first-child),.cart-page .cart-wrap .cart-right .order-summury .final-amount p.total-amount{border-top:1px solid #ffffff1a}.cart-page .cart-wrap .cart-right .order-summury .all-orders .single-order-summury p.order-title{color:#fff;display:flex;font-size:14px;font-weight:600;justify-content:space-between;line-height:200%;margin:0 0 5px}.cart-page .cart-wrap .cart-right .order-summury .all-orders .single-order-summury p.order-title span.amount,.cart-page .cart-wrap .cart-right .order-summury .all-orders .single-order-summury ul li span.amount,.cart-page .cart-wrap .cart-right .order-summury .final-amount p.net-amount span{padding-left:15px}.cart-page .cart-wrap .cart-right .order-summury .all-orders .single-order-summury ul li{color:#565363;display:flex;font-family:Inter;font-size:14px;font-weight:500;justify-content:space-between;line-height:normal;padding-bottom:7px}.cart-page .cart-wrap .cart-right .order-summury .all-orders .single-order-summury ul li:last-child{padding-bottom:0}.cart-page .cart-wrap .cart-right .order-summury .final-amount{background-color:#06050c;margin-top:15px}.cart-page .cart-wrap .cart-right .order-summury .final-amount .net-amount-wrap{padding:15px 30px 3px}.cart-page .cart-wrap .cart-right .order-summury .final-amount p,.common-form .inner-wrap .due-box .coupon-div p{color:#565363;display:flex;font-size:14px;font-weight:500;justify-content:space-between;line-height:normal;margin-bottom:10px}.cart-page .cart-wrap .cart-right .order-summury .final-amount p.total-amount{color:#fff;font-weight:600;margin:0;padding:15px 0}.cart-page .cart-wrap .cart-right .purchase-form{padding:25px 30px}.cart-page .cart-wrap .cart-right .what-happen-next{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border-radius:6px;margin-top:30px;padding:20px;position:relative;z-index:1}.cart-page .cart-wrap .cart-right .what-happen-next:before{background:url(/static/media/what-happen-next.af80c411f45ac6c61f54.png) no-repeat;background-size:cover;border-radius:6px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:-1}.cart-page .cart-wrap .cart-right .what-happen-next p.title{color:#fff;font-size:16px;font-weight:600;line-height:160%}.cart-page .cart-wrap .cart-right .what-happen-next ul li{color:#a4a8ad;font-family:Inter;font-size:12px;font-weight:400;line-height:180%;padding:0 0 13px 30px;position:relative}.cart-page .cart-wrap .cart-right .what-happen-next ul li:before{background:url(/static/media/round-check.e46f0eecac8de49a7d87.svg) no-repeat;background-size:contain;border-radius:6px;content:"";height:20px;left:0;position:absolute;top:3px;width:20px}.cart-page .cart-wrap .cart-right .what-happen-next ul li:last-child{padding-bottom:0}.common-boxes{margin-bottom:60px}.common-boxes .wrap{grid-gap:60px;display:grid;grid-template-columns:300px auto;padding-top:30px}.common-boxes .wrap .left-wrap .filters{display:flex;justify-content:space-between;padding-bottom:12px}.common-boxes .wrap .left-wrap .filters a{color:#565363;font-size:14px;font-weight:500;text-decoration:none;text-decoration:initial}.common-boxes .wrap .left-wrap .filters a:hover{color:#e51548}.common-boxes .wrap .left-wrap .filters a.refine-filter{color:#fff;padding-left:27px;position:relative}.common-boxes .wrap .left-wrap .filters a.refine-filter:before{background:url(/static/media/refine-filter.7cd55f0a312eb2a90961.svg) no-repeat;background-size:contain;content:"";height:12px;left:0;pointer-events:none;position:absolute;right:auto;top:5px;width:18px}.search{margin-bottom:20px;position:relative}.search:before{background:url(/static/media/search.01c2ac815bbc005ae057.svg) no-repeat;background-size:contain;content:"";height:16px;left:15px;pointer-events:none;position:absolute;right:auto;top:16px;width:16px}input#blog_search,input#guide_search,input#network_search,input#perks_search,input#tipstrick_search{background:#1a1724;border:1px solid #ffffff26;padding-left:40px}.common-boxes .wrap .left-wrap form select{background:#0000}.common-boxes .wrap .left-wrap form .location:before,.event-page .box-filters .location:before{background:url(/static/media/location.1b1132afa2c76875707b.svg) no-repeat;background-size:contain;content:"";height:18px;left:15px;pointer-events:none;position:absolute;right:auto;top:46px;width:15px}.common-boxes .wrap .left-wrap form .location input,.event-page .box-filters .location input{padding-left:40px}.common-boxes .wrap .left-wrap form .check-wrap{display:flex}.common-boxes .wrap .left-wrap form .check-wrap input[type=checkbox]{-webkit-appearance:none;appearance:none;border:0;border-radius:2px;cursor:pointer;height:20px;padding:0;position:relative;top:2px;width:20px}.common-boxes .wrap .left-wrap form .check-wrap input[type=checkbox]:before{border:1px solid #fff3;border-radius:2px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.common-boxes .wrap .left-wrap form .check-wrap input[type=checkbox]:after{background:url(/static/media/inner-check.7b4416af7add67ec4aab.svg) no-repeat;background-size:contain;content:"";height:10px;left:5px;margin:auto;opacity:0;position:absolute;top:4px;width:12px}.common-boxes .wrap .left-wrap form .check-wrap input[type=checkbox]:checked:before{background-color:#e51548;border-color:#0000}.common-boxes .wrap .left-wrap form .check-wrap input[type=checkbox]:checked:after{opacity:1}.common-boxes .wrap .left-wrap form .check-wrap label{padding:0 0 0 10px}.common-boxes .wrap .left-wrap form .submit-button:after{left:130px}.common-boxes .wrap .left-wrap button:hover{background-color:#bf0434}.common-boxes .wrap .right-wrap .network-box-wrap{grid-gap:30px;display:grid;grid-template-columns:repeat(3,1fr)}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box{background:#1a1724;border:1px solid #2b2a30;border-radius:6px;display:none;height:100%;padding:20px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info{align-items:center;display:flex;padding-bottom:15px;position:relative}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info .user-image img{border:1px solid #ffffff26;border-radius:6px;margin-right:15px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info p.name{color:#fff;font-family:Poppins;font-size:20px;font-weight:600;margin:0;padding-right:15px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info p.designation{color:#f37c2e;font-family:Inter;font-size:14px;font-weight:500}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info .bookmark{position:absolute;right:10px;top:0}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info .customer-billing{position:absolute;right:0;top:0}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box p.sub-title,.network-profile p.sub-title{color:#565363;font-size:14px;font-weight:500;line-height:normal;margin:0}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box p.title,.network-profile p.title{color:#fff;font-size:14px;font-weight:600;line-height:200%;margin:0}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .col-wrap{border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;display:grid;grid-template-columns:1fr 1fr;margin:10px 0;padding:12px 0}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .col-wrap .single:last-child{border-left:1px solid #ffffff1a;padding-left:30px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .more-btn{margin:18px 0 0}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .more-btn a{background:#514d60;border-radius:6px;color:#fff;font-size:14px;font-weight:600;padding:8px 23px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .more-btn a:hover{background:#e51548}.common-boxes .wrap .right-wrap .btn-wrap{margin:60px 0 0;text-align:center}.common-boxes .wrap .right-wrap .btn-wrap a{border:1px solid #fff3;border-radius:6px;color:#fff;font-size:16px;font-weight:600;line-height:normal;padding:12px 24px;position:relative;text-decoration:none;text-decoration:initial}.common-boxes .wrap .right-wrap .btn-wrap a:after{background:url(/static/media/down-arrow.f5be95a950d7694c8184.svg) no-repeat;background-size:contain;content:"";display:inline-block;height:8px;left:15px;margin-left:10px;pointer-events:none;right:auto;top:20px;width:14px}.common-boxes.after-purchase .wrap .right-wrap .network-box-wrap .single-network-box .info .user-image img,.common-boxes.after-purchase .wrap .right-wrap .network-box-wrap .single-network-box .info p.designation,.common-boxes.after-purchase .wrap .right-wrap .network-box-wrap .single-network-box .info p.name,.common-boxes.after-purchase .wrap .right-wrap .network-box-wrap .single-network-box .user-image,.network.after-purchase .wrap .right-wrap .network-box-wrap .single-network-box .other-info>p:first-child,.network.after-purchase .wrap .right-wrap .network-box-wrap .single-network-box .other-info>p:nth-child(2){filter:blur(3.5px);pointer-events:none}.common-boxes.after-purchase .wrap .right-wrap .network-box-wrap .single-network-box.remove-blur .info .user-image img,.common-boxes.after-purchase .wrap .right-wrap .network-box-wrap .single-network-box.remove-blur .info p.designation,.common-boxes.after-purchase .wrap .right-wrap .network-box-wrap .single-network-box.remove-blur .info p.name,.common-boxes.after-purchase .wrap .right-wrap .network-box-wrap .single-network-box.remove-blur .user-image,.network.after-purchase .wrap .right-wrap .network-box-wrap .single-network-box.remove-blur .other-info>p:first-child,.network.after-purchase .wrap .right-wrap .network-box-wrap .single-network-box.remove-blur .other-info>p:nth-child(2){filter:none;pointer-events:all}.investor .wrap .left-wrap .filters{padding-bottom:20px}.event-page .wrap .left-wrap .currency,.investor .wrap .left-wrap .currency{align-items:center;display:flex}.event-page .wrap .left-wrap .currency span,.investor .wrap .left-wrap .currency span{align-items:center;border:1px solid #595568;border-radius:8px 0 0 8px;border-right:0;color:#fff9;display:flex;font-family:Inter;font-size:14px;font-weight:500;height:48px;padding:0 16px}.event-page .wrap .left-wrap .currency input,.investor .wrap .left-wrap .currency input{border-radius:0 8px 8px 0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]::placeholder{color:#fff9}input[type=number]:disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.7}.box-filters{display:flex;padding-bottom:25px}.box-filters .check-wrap{border:1px solid #ffffff26;border-radius:6px;margin-right:10px;min-width:148px;padding:9px 16px}.box-filters .check-wrap label{margin-left:8px;vertical-align:bottom}.investor .wrap .right-wrap .network-box-wrap .single-network-box .col-wrap.invest-wrap{border-top:0;grid-template-columns:60% 40%;padding-top:0}.investor .wrap .right-wrap .network-box-wrap .single-network-box .col-wrap.invest-wrap p.sub-title{margin-bottom:6px}.investor .wrap .right-wrap .network-box-wrap .single-network-box .deal-wrap .col-wrap{border-top:0;padding-top:0}.investor .wrap .right-wrap .network-box-wrap .single-network-box .deal-wrap .single{align-items:center;display:flex;gap:10px;justify-content:space-between}.investor .wrap .right-wrap .network-box-wrap .single-network-box .col-wrap .single:last-child{padding-left:17px}.investor .wrap .right-wrap .network-box-wrap .single-network-box .deal-wrap .single:first-child p.sub-title{padding-right:13px}.investor .wrap .right-wrap .network-box-wrap .single-network-box .deal-wrap .single p.title{line-height:normal}.investor .wrap .right-wrap .network-box-wrap .single-network-box .deal-wrap .single:last-child{border-left:1px solid #ffffff1a;padding-left:13px}.investor .wrap .right-wrap .network-box-wrap .single-network-box .col-wrap.invest-wrap .single:first-child p.title:not(:last-child){margin-bottom:8px}.network-profile{padding-top:0!important}.network-profile .top-bar{grid-gap:15px;align-items:flex-start;display:grid;grid-template-columns:auto 640px;padding-top:30px}.network-profile .top-bar .left-col{grid-gap:30px;display:grid;grid-template-columns:160px auto}.network-profile .top-bar .left-col img{border-radius:6px}.network-profile .top-bar h3{color:#fff;font-size:36px;font-weight:600;letter-spacing:-1.08px}.network-profile .top-bar .title-wrap{align-items:center;display:flex;gap:10px;justify-content:space-between}.network-profile .top-bar .title-wrap button.report-member{background:#0000;border:1px solid #ffffff80;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;height:auto;line-height:normal;padding:8px 13px;position:relative}.network-profile .top-bar .title-wrap button.report-member span{margin-left:1px}.network-profile .top-bar .title-wrap button.report-member:hover{background:#e51548;border-color:#e51548}.network-profile .top-bar .title-wrap button.report-member:before{background:url(/static/media/report-icon.f93fcb0d94a12c76f9cc.svg) no-repeat;background-size:contain;content:"";display:block;flex:0 0 20px;height:23px;margin-right:10px;width:20px}.network-profile .top-bar p.role{color:#f37c2e;font-size:16px;font-weight:500;line-height:normal}.network-profile .top-bar ul{display:flex;margin-top:37px}.network-profile .top-bar ul li:not(:last-child){border-right:1px solid #ffffff1a;margin-right:35px;padding-right:60px}.network-profile .top-bar .right-col{background:linear-gradient(217deg,#1a1724 13.91%,#06050c 63.61%);border:1px solid #ffffff26;border-radius:6px;padding:20px}.network-profile .top-bar .right-col p.request-text{font-size:14px;text-transform:uppercase}.network-profile .top-bar .right-col .form-group-wrapper{grid-gap:14px;align-items:end;display:grid;grid-template-columns:394px max-content}.network-profile .top-bar .right-col .form-group{margin:0}.network-profile .top-bar .right-col form input[type=submit]{padding:14px 7px}.network-profile .top-bar .right-col form .submit-button{margin:0}.network-profile .top-bar .right-col form .submit-button:after{content:none}.network-profile .about-profile{margin:50px 0}.network-profile .about-company .company-bottom-bar .left-col p,.network-profile .about-profile p{color:#848387;font-size:16px}.network-profile .about-company{background:#1a1724;border:1px solid #2b2a30;border-radius:6px;padding:20px 35px 45px 40px}.network-profile .about-company .company-top-bar{display:flex;justify-content:space-between}.network-profile .about-company .company-bottom-bar{align-items:center;border-top:1px solid #ffffff1a;display:grid;grid-template-columns:720px 450px;justify-content:space-between;margin-top:30px;padding-top:44px}.network-profile .about-company .company-bottom-bar .right-col{grid-gap:20px;display:grid;grid-template-columns:repeat(2,1fr)}.network-profile .about-company .company-bottom-bar .right-col .single-box{background:linear-gradient(225deg,#1a1724 16.62%,#06050c 97.87%);border:1px solid #ffffff26;border-radius:6px;padding:11px 20px}.community-body .footerone,.community-detail-body .footerone,.customerprofile-body .footerone,.eventdetail-body .footerone,.home-body footer .footerone,.learn-design-body .footerone,.legal-body .footerone,.marketplace-page footer .footerone,.network-profile-page footer .footerone,.perk-detail-body .footerone,.perks-body .footerone,.softwaretools-body .footerone,.startup-launchpad-body .footerone,.terms-condition-body .footerone{display:none}.network-profile .about-profile h4{font-size:14px;padding-bottom:8px}.investor-profile-page .network-profile .about-company{margin-top:40px}.investor-profile-page .network-profile .about-company .company-bottom-bar{border:0;margin:0;padding:0}.investor-profile-page .network-profile .about-company h4,.network-profile .connect-social h4{font-size:14px;font-weight:600;padding-bottom:8px}.investor-profile-page .network-profile .about-company .top-investment,.network-profile .connect-social{padding-top:24px}.investor-profile-page .network-profile .about-company ul,.network-profile .connect-social ul{display:flex;padding-top:6px}.investor-profile-page .network-profile .about-company ul li,.network-profile .connect-social ul li{color:#848387;font-family:Inter;font-size:16px;font-weight:500;line-height:normal}.investor-profile-page .network-profile .about-company ul li:not(:last-child),.network-profile .connect-social ul li:not(:last-child){border-right:1px solid #ffffff1a;margin-right:30px;padding-right:30px}.investor-profile-page .network-profile .about-company .company-bottom-bar .right-col .single-box:last-child{display:flex;flex-wrap:wrap;grid-column:1/3}.investor-profile-page .network-profile .about-company .company-bottom-bar .right-col .single-box:last-child>p.sub-title{width:100%}.investor-profile-page .network-profile .about-company .company-bottom-bar .right-col .single-box:last-child>div{align-items:center;display:flex;justify-content:space-between;padding-top:11px;width:50%}.investor-profile-page .network-profile .about-company .company-bottom-bar .right-col .single-box:last-child .one{padding-right:15px}.investor-profile-page .network-profile .about-company .company-bottom-bar .right-col .single-box:last-child .two{padding-left:30px}.custom-breadcrumb ul{align-items:center;display:flex}.custom-breadcrumb ul li:not(:last-child){margin-right:12px;padding-right:20px;position:relative}.custom-breadcrumb ul li:not(:last-child):after{color:#ffffff4d;content:">";position:absolute;right:0;top:1px}.custom-breadcrumb ul li:first-child:after{top:1px}.custom-breadcrumb ul li a,.custom-breadcrumb ul li span{color:#ffffff4d;font-size:12px;font-weight:600;line-height:normal}.custom-breadcrumb ul li span{color:#fff}.custom-breadcrumb ul li a.home{background:url(/static/media/home-icon.47f004b9a15c87adb9e8.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;font-size:0;height:23px;position:relative;width:16px}.marketplace-detail .inner-banner{padding-top:0}.marketplace-detail .inner-banner p{width:640px}.marketplace-detail .inner-banner a.btn-main.pricing-btn{margin-top:20px}.marketplace-detail .inner-banner a.btn-main.pricing-btn:after{transform:rotate(90deg)}.marketplace-detail .inner-banner .wrap{display:grid;grid-template-columns:1fr 1fr}.marketplace-detail .inner-banner .wrap .left-wrap{padding-top:20px}.marketplace-detail .inner-banner .wrap .right-wrap img{margin-right:0}.box-wrap-main ul{grid-gap:25px;display:grid;grid-template-columns:repeat(3,1fr)}.box-wrap-main ul li{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #ffffff26;border-radius:6px;padding:40px 40px 30px}.box-wrap-main ul li img{margin-bottom:30px;margin-left:0}.box-wrap-main ul li h3{color:#fff;font-size:20px;font-weight:600;line-height:150%;margin-bottom:10px}.box-wrap-main ul li p{color:#848387;font-size:16px;font-weight:500}.blog-detail-page .inner-cont-wrap .inner-left .content ol li,.blog-detail-page .inner-cont-wrap .inner-left .content ul li,.terms-condition-page .wrapper .right-wrap ol>li,.terms-condition-page .wrapper .right-wrap ul>li,ul.round-list li{color:#fff;font-family:Inter;font-size:18px;font-weight:400;line-height:180%;padding:0 0 13px 30px;position:relative}.blog-detail-page .inner-cont-wrap .inner-left .content ul li:before,.terms-condition-page .wrapper .right-wrap ul>li:before,ul.round-list li:before{background:url(/static/media/round-check.e46f0eecac8de49a7d87.svg) no-repeat;background-size:contain;border-radius:6px;content:"";height:20px;left:0;position:absolute;top:6px;width:20px}.jumplink-tab{padding:80px 0 0}.jumplink-tab ul{display:flex;justify-content:center;padding:15px 0;position:relative}.jumplink-tab ul:after,.jumplink-tab ul:before{background:linear-gradient(90deg,#fff0,#fff3 50%,#fff0);background-size:contain;content:"";height:1px;position:absolute;top:0;width:100%}.jumplink-tab ul:after{bottom:0;top:auto}.jumplink-tab ul li{margin:0 40px}.jumplink-tab ul li a{color:#fff;font-family:Inter;font-size:16px;font-weight:600;line-height:normal}.jumplink-tab ul li a.active,.jumplink-tab ul li a:hover{color:#e51548}.jumplink-tab.sticky ul{background:#000;left:0;position:fixed;right:0;top:79px;z-index:9}span.id-wrapper{display:block;margin-top:-130px;padding-top:130px;pointer-events:none}.overview-tab{padding-top:80px}.overview-tab .cols{grid-gap:70px;align-items:center;border-bottom:1px solid #ffffff1a;display:grid;grid-template-columns:1fr 590px;margin-bottom:90px;padding-bottom:100px}.overview-tab .professional-business-plan h3{color:#fff;font-size:36px;font-weight:600;letter-spacing:-1.08px;line-height:130%;margin:0 auto;padding-bottom:20px;text-align:center}html body div#nav-tab{border:0;justify-content:center;margin-bottom:50px}html body div#nav-tab a{border:1px solid #fff3;border-radius:6px;color:#fff;display:block;font-family:Inter;font-size:14px;font-weight:500;margin:5px;padding:9px 20px 11px;text-align:center}html body div#nav-tab a.active,html body div#nav-tab a:hover{background:linear-gradient(90deg,#843ab3 -14.29%,#e51548 45.14%,#f37c2e);border-color:#000}html body div#nav-tabContent .wrap{grid-gap:140px;align-items:center;display:grid;grid-template-columns:auto 800px;margin-top:50px}html body div#nav-tabContent .wrap .img-box{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #ffffff26;border-radius:10px;padding:16px 0}html body div#nav-tabContent .wrap img{width:613px}.detail-tab{padding:80px 0 100px}.detail-tab .wrap{grid-gap:165px;align-items:center;display:grid;grid-template-columns:600px 600px;justify-content:space-around}.detail-tab h2,.overview-tab h2{margin-bottom:30px}.detail-tab ul.faqlist .faq-question{align-items:center;cursor:pointer;display:flex}.detail-tab ul.faqlist .faq-question img{margin-left:0;margin-right:20px;opacity:.3}.detail-tab ul.faqlist .faq-question p{color:#fff;font-family:Poppins;font-size:24px;font-weight:600;line-height:34px;opacity:.3}.detail-tab ul.faqlist li.faq-wrap{border-bottom:1px solid #ffffff1a}.detail-tab ul.faqlist .faq-answer{padding-bottom:30px}.detail-tab ul.faqlist .faq-answer p{color:#848387;font-size:16px;font-weight:500;line-height:150%}.detail-tab ul.faqlist li.faq-wrap.open .faq-question img,.detail-tab ul.faqlist li.faq-wrap.open .faq-question p{opacity:1}.packages-section{background:#fff}.packages-section h2{color:#06050c;font-weight:600;letter-spacing:-1.92px;line-height:110.938%;margin-bottom:50px;text-align:center}.packages-section ul.packages-list{display:flex;justify-content:center;margin-top:90px;padding-bottom:60px}.packages-section ul.packages-list>li{background:#fff;border:1px solid #1a172426;border-radius:6px;box-shadow:0 4px 6px 0 #0000000f;margin:0 10px;padding:25px;position:relative;width:25%}.packages-section ul.packages-list>li p{color:#06050c;font-size:14px;font-weight:400;line-height:157%}.packages-section ul.packages-list>li p.title{color:#000;font-size:18px;font-weight:700;letter-spacing:-.54px;line-height:normal;margin-bottom:10px}.packages-section .price-col{align-items:center;display:flex;margin-bottom:15px}.packages-section .price-col p.price{color:#06050c;font-family:Poppins;font-size:36px;font-weight:600;letter-spacing:-1.08px;line-height:normal;margin-bottom:0;margin-right:14px}.packages-section .price-col p.plan-name{color:#6a696d}.packages-section ul.packages-list>li a.btn-main{display:block;margin-bottom:35px;padding:12px 0;text-align:center;width:100%}.packages-section ul.packages-list>li .plan-includes p{color:#06050c;font-weight:600}.packages-section ul.packages-list>li .plan-includes ul li{color:#6a696d;display:none;font-family:Inter;font-size:14px;font-weight:400;line-height:140%;margin-bottom:15px;padding-left:20px;position:relative}.packages-section ul.packages-list>li .plan-includes ul li:nth-child(-n+4){display:list-item!important}.packages-section ul.packages-list>li .plan-includes ul li:last-child{margin-bottom:0}.packages-section ul.packages-list>li .plan-includes ul li:before{background:url(/static/media/check.4475002c26287421ef27.svg) no-repeat;background-size:contain;content:"";height:9px;left:0;position:absolute;top:5px;width:10px}.packages-section ul.packages-list>li .plan-includes .btn-wrap{text-align:center}.packages-section ul.packages-list>li .plan-includes a.see-all-feture{color:#e61e4e;display:inline-block;font-family:Inter;font-size:14px;font-weight:500;line-height:normal;margin-top:30px;position:relative;text-align:center}.packages-section ul.packages-list>li .plan-includes a.see-all-feture:after{background:url(/static/media/red-down-arrow.1479adb2c344986592eb.svg) no-repeat;background-size:contain;content:"";display:inline-block;height:8px;margin-left:12px;width:12px}.packages-section ul.packages-list>li .plan-includes.open-li a.see-all-feture:after{transform:rotate(180deg)}.packages-section ul.packages-list li.popular-plan{background:#fff;border:3px solid #0000;border-image:linear-gradient(90deg,#843ab3,#e51548 50%,#f37c2e);border-image-slice:1;border-radius:0 0 8px 8px;box-shadow:0 4px 10px 0 #0003}.packages-section ul.packages-list li.popular-plan span.popular-title{background:linear-gradient(90deg,#843ab3,#e51548 50%,#f37c2e);border-radius:8px 8px 0 0;display:block;font-family:Inter;font-size:11px;font-weight:700;left:-3px;letter-spacing:1.1px;line-height:normal;padding:10px 0;position:absolute;right:-3px;text-align:center;text-transform:uppercase;top:-35px}.packages-section .optional-add-ons h3{color:#06050c;font-size:36px;font-weight:600;line-height:130%;padding-bottom:30px}.packages-section .optional-add-ons .addons-main-bar,.packages-section .optional-add-ons .addons-top-bar{border:1px solid #d8d8d8;border-radius:8px 8px 0 0;padding:20px 30px}.packages-section .optional-add-ons .addons-top-bar h4{color:#06050c;font-size:20px;font-weight:600;line-height:140%;margin-bottom:7px}.packages-section .optional-add-ons .addons-top-bar p{color:#6a696d;font-size:14px}.packages-section .optional-add-ons .addons-main-bar{border-radius:0 0 8px 8px;border-top:0}.packages-section .optional-add-ons .addons-main-bar .single-addon{display:flex;margin-bottom:30px}.packages-section .optional-add-ons .addons-main-bar .single-addon .addon-left{padding-top:5px}.packages-section .optional-add-ons .addons-main-bar .single-addon:last-child{margin-bottom:0!important}.packages-section .optional-add-ons .addons-main-bar .addon-middle{margin-left:15px}.packages-section .optional-add-ons .addons-main-bar .addon-middle p.addon-title{color:#06050c;display:inline-block;font-size:16px;font-weight:600;line-height:160%;margin:0 0 5px}.packages-section .optional-add-ons .addons-main-bar .addon-middle span.addon-tag{background:#f37c2e1a;color:#f37c2e;display:inline-block;font-family:Inter;font-size:12px;font-weight:600;letter-spacing:1.2px;line-height:160%;margin-left:16px;padding:0 8px;text-transform:uppercase}.packages-section .optional-add-ons .addons-main-bar .addon-middle p.addon-desc{color:#6a696d;font-size:14px;line-height:142.857%}.packages-section .optional-add-ons .switch .slider{background:#d7d4e0}.packages-section .optional-add-ons .switch input:checked+.slider{background:#aaf1df}.packages-section .optional-add-ons .addons-main-bar .addon-right{align-items:center;display:flex;margin-left:auto;padding-left:100px}.packages-section .optional-add-ons .addons-main-bar .addon-right p.addon-price{color:#0f0d16;font-family:Poppins;font-size:16px;font-weight:700;line-height:normal}.packages-section .optional-add-ons .addons-main-bar .addon-right span{color:#0003;font-size:15px;font-weight:500;line-height:normal;margin:0 12px 0 20px}.cart-page .cart-left .single-product .addon-right .common-select-button{margin-bottom:10px}.how-it-work{padding-bottom:0!important}.how-it-work .wrap{display:grid;grid-template-columns:500px 650px;justify-content:space-between}.how-it-work .wrap h2{margin-bottom:5px}.how-it-work .wrap .left-wrap img{margin-left:0;margin-top:70px}.how-it-work .wrap ul.steps li{display:flex}.how-it-work .wrap ul.steps li:not(:last-child){margin-bottom:33px}.how-it-work .wrap ul.steps li span.number{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#433f50 26.14%,#06050c 79.72%);background-clip:text;-webkit-background-clip:text;font-family:Poppins;font-size:50px;font-weight:500;height:max-content;letter-spacing:-1.5px;line-height:normal;min-width:60px;position:relative;text-align:right;top:-10px}.how-it-work .wrap ul.steps li .content{padding-left:34px}.how-it-work .wrap ul.steps li h3{color:#fff;font-size:24px;font-weight:500;line-height:140%;margin-bottom:10px}.marketplace-detail .faq{padding:120px 0 80px}.marketplace-detail .faq h2{margin-bottom:50px}img.enlarge-img{cursor:pointer;transition:transform .3s ease}#popup-container{background-color:#000;bottom:0;height:100%;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:all .5s ease;visibility:hidden;width:100%;z-index:1000}html.open-image-popup{overflow:hidden}html.open-image-popup #popup-container{opacity:1;pointer-events:all;visibility:visible}#popup-container .popup-content{margin:80px auto;max-height:90vh;max-width:90%;overflow-y:scroll;position:relative;text-align:center}#popup-container .popup-content::-webkit-scrollbar{display:none}#popup-container .popup-content{-ms-overflow-style:none;scrollbar-width:none}#popup-container .popup-content img{border-radius:6px;max-height:90%;max-width:90%}#popup-container .close-btn{background:url(/static/media/close.e3866803343b673d0353.svg) no-repeat;background-size:contain;cursor:pointer;font-size:0;height:30px;position:absolute;right:70px;top:70px;width:30px;z-index:1001}.what-everyone-does-section>div{margin:50px 0}.what-everyone-does-section .text{position:relative;text-align:center}.what-everyone-does-section .text:before{background-color:#ffffff1a;content:"";height:1px;left:0;position:absolute;right:0;top:42px;width:100%;z-index:-1}.what-everyone-does-section .text p{background:#000;border:1px solid #302d3a;border-radius:37px;box-shadow:inset 0 6px 10px 0 #ffffff1f;color:#fff;font-family:Poppins;font-size:36px;font-weight:600;letter-spacing:-1.08px;line-height:130%;margin:0 auto;padding:15px 70px;width:max-content}.what-everyone-does-section ul.box-wrap{grid-gap:18px;display:grid;grid-template-columns:repeat(8,1fr)}.what-everyone-does-section ul.box-wrap .icon-wrap{background:#000;border:1px solid #302d3a;border-radius:6px;box-shadow:inset 0 6px 10px 0 #ffffff1f;margin-bottom:22px;min-height:140px;position:relative}.what-everyone-does-section ul.box-wrap .icon-wrap img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.what-everyone-does-section ul.box-wrap p{font-size:16px}.what-everyone-does-section ul.box-wrap p.title{color:#fff;font-weight:600;line-height:125%}.what-everyone-does-section .center-text{text-align:center}.packages-section .single-product{grid-gap:30px;align-items:center;border:1px solid #d8d8d8;border-radius:6px;display:grid;grid-template-columns:1fr 285px;margin-bottom:15px;padding:20px 40px}.packages-section .single-product .product-add-wrap{display:flex;gap:12px}.packages-section .single-product h3{color:#06050c;font-size:24px;font-weight:600;line-height:116%;padding-bottom:15px}.packages-section .single-product p{font-size:14px}.packages-section .single-product a.btn-main{text-align:center;width:100%}.packages-section .single-product .price-col{justify-content:right;margin-bottom:10px}.packages-section .single-product-with-addon .single-product{border-radius:8px 8px 0 0;margin:0}.packages-section .single-product-with-addon .single-product a.btn-main{background:#0c9f7a}.packages-section .single-product-with-addon .single-product a.btn-main:hover{background:#e51548}.tooltip-inner{background-color:#fff;background:#fff;border:1px solid #e61e4e;border-radius:6px;box-shadow:0 4px 6px 0 #0000000f;max-width:300px;padding:15px;text-align:left}.tooltip-inner h6{color:#06050c;font-family:Inter;font-size:14px;font-weight:500;line-height:150%}.tooltip-inner p{color:#565363;font-family:Inter;font-size:13px;font-weight:500;line-height:161.538%}.packages-section .i-btn{background-color:initial;background-image:url(/static/media/i-icon.165a4322a372d2642b11.svg);background-repeat:no-repeat;background-size:contain;border:0;height:14px;margin-left:3px;width:14px}.packages-section .i-btn:focus,.packages-section .i-btn:hover{background-image:url(/static/media/i-red-icon.bb88f0e24e7bb7f45d5e.svg);outline:none!important}.packages-section .optional-add-ons p.note{color:#6a696d;font-size:16px;font-weight:600;line-height:175%}.overview-tab .copyright-design-section{background:#06050c;border:1px solid #ffffff26;border-radius:6px;padding:60px 100px 90px;position:relative;z-index:1}.overview-tab .copyright-design-section:before{background:url(/static/media/customize-plan.a92517adf1174c6c8cfe.png) no-repeat;background-size:cover;bottom:0;content:"";height:673px;left:0;pointer-events:none;position:absolute;right:0;z-index:-2}.overview-tab .copyright-design-section h3{width:500px}.overview-tab .copyright-design-section .box-wrap{grid-gap:15px;display:grid;grid-template-columns:repeat(2,1fr);padding-top:20px}.overview-tab .copyright-design-section .box-wrap .single-box{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #ffffff26;border-radius:6px;padding:35px 40px}.overview-tab .copyright-design-section .box-wrap h4{color:#fff;font-family:Poppins;font-size:24px;font-weight:600;line-height:141.667%}.overview-tab .copyright-design-section .box-wrap .single-box p{font-size:16px}.overview-tab .copyright-design-section .box-wrap .single-box .top-bar{align-items:center;display:flex;padding-bottom:21px}.overview-tab .copyright-design-section .box-wrap .single-box img{margin-left:0;margin-right:20px}.overview-tab .copyright-design-section .box-wrap .single-box ul li{font-size:16px}body.startup-package-body footer .footerone{display:none}.startup-package-page{padding-top:0!important}.startup-package-page h1{font-weight:500;padding-bottom:10px}.startup-package-page .center-text{padding-bottom:60px}.startup-package-page div#nav-tab a{min-width:230px}span.offer{background:#371c0a;border-radius:4px;color:#f37c2e;font-family:Inter;font-size:12px;font-weight:600;letter-spacing:1.2px;line-height:166%;margin:0 4px;padding:2px 8px;text-transform:uppercase}.startup-package-page ul.plan-wrap{grid-gap:30px;display:grid;grid-template-columns:repeat(3,1fr)}.startup-package-page ul.plan-wrap li{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #ffffff26;border-radius:6px;padding:30px;text-align:center}.startup-package-page ul.plan-wrap p.title{color:#fff;font-size:18px;font-weight:700;letter-spacing:-.54px;line-height:normal}.startup-package-page ul.plan-wrap p.sub-title{font-size:14px;margin:0 auto 15px;width:86%}.startup-package-page ul.plan-wrap p.price{color:#fff;font-family:Poppins;font-size:36px;font-weight:600;letter-spacing:-1.08px;line-height:normal}.startup-package-page ul.plan-wrap p.price span{color:#6a696d;font-family:Inter;font-size:14px;font-weight:400;line-height:157%}.startup-package-page ul.plan-wrap a.btn-main{display:block}.startup-package-page ul.plan-wrap p.plan-include{color:#6a696d;font-size:14px;font-weight:600;line-height:normal;margin:40px 0 30px}.startup-package-page ul.plan-wrap .points{display:flex;flex-wrap:wrap;justify-content:center}.startup-package-page ul.plan-wrap .points p{background:#000;border:1px solid #302d3a;border-radius:15px;box-shadow:inset 0 6px 10px 0 #ffffff1f;color:#fff;font-size:13px;font-weight:600;line-height:normal;margin:6px;padding:8px 14px}.startup-package-page ul.plan-wrap .points p.new{background:#e61e4e1a;border:1px solid #302d3a}.startup-package-page ul.plan-wrap p.offer-note{color:#6a696d;font-size:11px;font-weight:500;line-height:180%;text-align:center}.startup-package-page ul.plan-wrap p.offer-note strong{color:#9b9b9e}.startup-package-page .cta{align-items:baseline;display:flex;justify-content:center;padding:45px 0}.startup-package-page .cta h3{color:#fff;font-size:22px;font-weight:600;letter-spacing:-.66px;line-height:normal;margin-right:56px}.startup-package-page .cta a.discuss-btn{border:1px solid #fff3;border-radius:6px;color:#fff;font-size:16px;font-weight:500;line-height:normal;margin-left:24px;margin-right:44px;padding:12px 24px}.startup-package-page .cta a.discuss-btn:hover{border-color:#fff}.startup-package-page .cta a.promo-code{border-bottom:1px solid;color:#9b9b9e;font-size:16px;font-weight:500;line-height:normal;padding-bottom:3px}.startup-package-page .cta a.promo-code:hover{color:#e51548}html body div#nav-tab a.active span.offer,html body div#nav-tab a:hover span.offer{background:#fff}.event-page{padding-top:0!important}.event-page .box-filters{align-items:end;margin-top:30px}.event-page .box-filters .check-wrap label{font-size:14px}#date-box{border:1px solid #ffffff26;border-radius:6px;padding:16px 20px}#date-box #nav-tab{margin-bottom:30px}#date-box #nav-tab a{border:0;color:#fff9;padding:4px 12px}#date-box #nav-tab a.active,#date-box #nav-tab a:hover{background:#e5154833;border-radius:20px;color:#e51548}#date-box ul.event-list{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr)}#date-box ul.event-list li{background:linear-gradient(220deg,#1a1724 15.56%,#06050c 93.54%);border:1px solid #ffffff26;border-radius:6px;padding:10px 10px 20px;position:relative;transition:all .3s ease-in-out}#date-box ul.event-list li:hover{transform:translateY(-5px)}#date-box ul.event-list li a.link{bottom:0;left:0;position:absolute;right:0;top:0}#date-box ul.event-list li .top-bar{display:flex;justify-content:space-between;padding-bottom:15px}#date-box ul.event-list li p.event-type{color:#f37c2e;font-size:11px;font-weight:500;line-height:normal;margin-bottom:10px}#date-box ul.event-list li p.event-name{color:#fff;font-size:14px;font-weight:500;line-height:20px}#date-box ul.event-list li p.event-date{background:#13111c;border:1px solid #ffffff80;border-radius:6px;color:#fff;font-size:24px;font-weight:700;height:50px;line-height:90%;margin-left:20px;padding:7px;text-align:center;width:50px}#date-box ul.event-list li p.event-date span{display:block;font-family:Inter;font-size:11px;font-weight:700;line-height:normal}#date-box ul.event-list li p.date-and-time{color:#565363;font-family:Inter;font-size:11px;font-weight:700;line-height:normal;padding-left:16px;position:relative}#date-box ul.event-list li p.date-and-time:before{background:url(/static/media/clock.2d7ce904bf0b25449c1e.svg) no-repeat;background-size:contain;content:"";height:13px;left:0;position:absolute;top:1px;width:12px}#date-box ul.event-list li p.event-desc{color:#848387;font-family:Inter;font-size:14px;font-weight:500;line-height:140%}#date-box p.notification{color:#848387;font-size:14px;font-weight:500;line-height:157%;padding:30px 0 10px}.event-detail-page{padding-top:0!important}.event-detail-page a.back-button{margin-bottom:30px}.event-detail-page h2{font-size:36px;font-weight:600;letter-spacing:-1.08px;line-height:120%;padding-top:5px}.event-detail-page p.date-and-time{color:#848387;font-size:16px;font-weight:500;line-height:150%}.event-detail-page p.title{color:#fff;font-size:14px;font-weight:600;line-height:200%;margin-bottom:5px}.event-detail-page a.btn-main{margin-top:40px}.event-detail-page .wrap{grid-gap:100px;display:grid;grid-template-columns:1fr 400px}.event-detail-page .wrap h1{word-break:break-word}.event-detail-page .right-col{background:linear-gradient(217deg,#1a1724 13.91%,#06050c 63.61%);border:1px solid #ffffff26;border-radius:6px;height:max-content;padding:15px 20px}.event-detail-page .right-col p.hosted-by{color:#565363;font-size:11px;font-weight:700;line-height:normal}.event-detail-page .right-col .iner-wrap{grid-gap:28px;align-items:baseline;display:grid;grid-template-columns:50px auto}.event-detail-page .right-col .iner-wrap a.more{border-bottom:1px solid;font-size:14px}.event-detail-page .right-col .iner-wrap img{border:1px solid #ffffff26;border-radius:6px}.event-detail-page .right-col .iner-wrap .info p{font-size:14px;font-weight:500;letter-spacing:-.42px;margin:0}.event-detail-page .right-col .iner-wrap .info p.title{color:#fff;font-size:16px;font-weight:600;line-height:normal}.community-body .wrap{display:grid;grid-template-columns:410px auto 300px;justify-content:space-between}.community-body .wrap h2,.customerprofile-body h1{font-size:54px;margin:0}.community-body .wrap h3{color:#fff;font-size:36px;font-weight:500;letter-spacing:-1.08px;line-height:116%;padding-bottom:40px}.community-body .wrap .testimonial>p{color:#848387;display:flex;font-size:16px;font-weight:500;line-height:150%;margin-bottom:32px;margin-left:-20px;position:relative}.community-body .wrap .testimonial>p:before{background:url(/static/media/quote.7ff9dfbf7ebce75689f6.svg) no-repeat;background-size:contain;content:"";display:block;flex:0 0 80px;height:80px;position:relative;top:-17px;width:80px}.community-body .client-info{grid-gap:15px;align-items:center;display:grid;grid-template-columns:40px auto}.community-body .client-info .info p{color:#838286;font-size:14px;font-weight:500;line-height:normal;margin:0}.community-body .client-info .info p.name{color:#fff;font-family:Poppins;font-size:18px;font-weight:500;line-height:normal}.community-body .client-info img{border-radius:50%}.community-body .wrap .three .content:first-child{margin-bottom:40px}.community-body .wrap .three .content h4{font-size:20px;font-weight:600;letter-spacing:-.6px;line-height:normal;padding-bottom:10px}.community-body .wrap .three .content p{color:#848387;font-size:16px;font-weight:500;line-height:150%}.community-post ul{grid-gap:22px;display:grid;grid-template-columns:repeat(4,1fr)}.community-post ul li{background:#1a1724;border:1px solid #ffffff26;border-radius:6px;display:flex;flex-direction:column}.community-post ul li .img-wrap{height:190px;padding:10px}.community-post ul li .img-wrap img{border-radius:6px;height:100%;object-fit:cover;object-position:top;width:100%}.community-post ul li .client-info{border-bottom:1px solid #ffffff26;padding:10px}.community-post ul li .content{align-items:baseline;display:flex;flex-direction:column;height:100%;padding:10px 17px 20px}.community-post ul li .content p.type{color:#f37c2e;font-size:12px;font-weight:500;line-height:normal;margin-bottom:8px}.community-post ul li .content h3{font-size:20px;font-weight:600;letter-spacing:-.6px;line-height:120%;margin-bottom:10px}.community-post ul li .content p{font-size:16px}.community-post ul li .content a.explore-btn,.perks-page .perks-list .bottom-wrap .right a{background:#514d60;border-radius:6px;color:#fff;font-size:14px;font-weight:600;line-height:normal;margin-top:10px;padding:8px 23px}.community-post ul li .content a.explore-btn:hover,.perks-page .perks-list .bottom-wrap .right a:hover{background:#e51548}.community-post ul li .content a.explore-btn{margin-top:auto}.more-btn-wrap{padding-top:40px;text-align:center}a#load-more{border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;position:relative}a#load-more:hover{border-color:#fff}a#load-more:after{background:url(/static/media/down-arrow.f5be95a950d7694c8184.svg) no-repeat;background-size:contain;content:"";display:inline-block;height:7px;margin-left:10px;width:12px}.community-detail .wrap{display:grid;grid-template-columns:595px 625px;justify-content:space-between}.community-detail .wrap span.offer{display:inline-block;margin:30px 0 15px}.community-detail .wrap h1{font-weight:500;margin-bottom:15px}.community-detail .content{margin-bottom:30px}.community-detail .status{align-items:center}.btn-main.orange{background:#f37c2e}.btn-main.orange:hover{background-color:#bf0434}.community-detail .wrap .right-col img{border-radius:6px;height:100%!important;object-fit:cover!important;width:100%!important}.community-detail .related-post h3.title{color:#fff;font-size:24px;font-weight:600;letter-spacing:-.72px;line-height:208%;padding-bottom:16px}.community-detail .related-post .client-info{grid-gap:15px;align-items:center;border-bottom:1px solid #ffffff26;display:grid;grid-template-columns:40px auto;padding:10px}.community-detail .related-post .client-info img{border-radius:50%}.community-detail .related-post .client-info .info p.name{color:#fff;font-family:Poppins;font-size:18px;font-weight:500;line-height:normal}.community-detail .related-post .client-info .info p{color:#838286;font-size:14px;font-weight:500;line-height:normal;margin:0}.perks-page .perks-banner .wrap{align-items:center;display:grid;grid-template-columns:570px 714px;justify-content:space-between}.perks-page .perks-banner .wrap h1{font-weight:500}.perks-page .perks-list h2{font-size:50px;margin:0}.perks-page .perks-list ul{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);padding-top:40px}.perks-page .perks-list ul li{background:#1a1724;border:1px solid #ffffff26;border-radius:6px;display:flex;flex-direction:column}.perks-page .perks-list ul li .img-wrap{height:232px;padding:10px}.perks-page .perks-list ul li .img-wrap img{border-radius:6px;height:100%;object-fit:cover;width:100%}.perks-page .perks-list ul .top-wrap{padding:20px}.perks-page .perks-list ul .top-wrap h3{color:#fff;font-size:24px;font-weight:600;line-height:140%;padding-bottom:12px}.perks-page .perks-list ul .top-wrap p{font-size:16px}.perks-page .perks-list .bottom-wrap{align-items:center;background:linear-gradient(225deg,#1a1724 16.62%,#06050c 97.87%);border-radius:0 0 10px 10px;border-top:1px solid #2b2a30;display:flex;justify-content:space-between;margin-top:auto;padding:20px}.perk-detail .about-perk .inner-wrap .right-col p.value,.perks-page .perks-list .bottom-wrap p.benefit-value{color:#565363;font-size:11px;font-weight:700;line-height:normal;margin-bottom:6px}.perk-detail .about-perk .inner-wrap .right-col p.offer,.perks-page .perks-list .bottom-wrap p.title{color:#fff;font-size:20px;font-weight:500;line-height:normal}.perks-page .perks-list .bottom-wrap .right{margin-left:20px}.perks-list .title-wrap{align-items:center;display:flex}.perks-list .title-wrap .form-group{margin-bottom:0}.perks-list .title-wrap .search{margin-left:auto;width:300px}input.MuiSelect-nativeInput+svg{display:none}ul.MuiMenu-list{background:#1a1724;border:1px solid #ffffff26;border-radius:6px;z-index:1}ul.MuiMenu-list li{color:#fff;font-family:Inter;font-size:14px;font-weight:400;line-height:200%}.perks-list .title-wrap .category{margin:0 20px}.perks-list .title-wrap .category label{font-family:Plus Jakarta Sans;font-size:14px;font-weight:500;left:16px;line-height:normal;pointer-events:none;position:absolute;top:13px}.perks-list .title-wrap .category .MuiInputBase-root{width:185px}.perks-list .title-wrap .category .MuiInputBase-root fieldset{border:0}.perk-detail .wrap{grid-template-columns:595px 678px}.perk-detail .wrap .custom-breadcrumb{margin-bottom:30px}.perk-detail .about-perk .inner-wrap{grid-gap:110px;align-items:baseline;display:grid;grid-template-columns:1fr 400px}.perk-detail .about-perk .inner-wrap h3{font-size:24px;font-weight:600;line-height:116%;margin-bottom:10px}.perk-detail .about-perk .inner-wrap strong{color:#fff;font-weight:600}.blog-detail-page .inner-cont-wrap .inner-left .content ul li,.perk-detail .about-perk .inner-wrap ul.round-list li{color:#9b9b9e}.perk-detail .about-perk .inner-wrap .right-col{background:linear-gradient(217deg,#1a1724 13.91%,#06050c 63.61%);border:1px solid #ffffff26;border-radius:6px;padding:15px 20px}.learn-banner .inner-wrap{align-items:center;display:grid;grid-template-columns:50% 50%}.learn-banner .inner-wrap .content{width:590px}.learn-banner .inner-wrap .content h2{font-size:75px;font-weight:500;letter-spacing:-2.64px;line-height:102%;margin-bottom:30px}.learn-banner .inner-wrap .content .btn-main{margin-top:20px}.learn-mainpage .container{padding:0 60px;width:100%}.learn-mainpage .wrapper{grid-gap:60px;display:grid;grid-template-columns:20% 76.5%}.tip-ticks-section{padding:90px 0}.blog-list-section .top,.guide-section .top,.tip-ticks-section .top{align-items:center;display:flex;justify-content:space-between;padding-bottom:23px}.blog-list-section h2,.guide-section h2,.tip-ticks-section h2{font-size:50px;letter-spacing:-1.5px;margin:0}.blog-list-section .top a.btn-main,.guide-section .top a.btn-main,.tip-ticks-section .top a.btn-main{background:#0000;border:1px solid #fff3;box-shadow:none}.blog-list-section .top a.btn-main:hover,.guide-section .top a.btn-main:hover,.tip-ticks-section .top a.btn-main:hover{background:#e51548}.guide-page .guide-list ul,.guide-section ul,.tip-ticks-section ul{grid-gap:30px;display:grid;grid-template-columns:repeat(3,1fr)}.tip-ticks-section ul li{background:#000;border:1px solid #ffffff26;border-radius:6px;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .2s ease;z-index:1}.tip-ticks-section ul li:hover{transform:translateY(-7px)}.tip-ticks-section ul li .inner-top{align-items:center;display:flex;padding:18px 30px}.learn-mainpage p.time{color:#ffffff80;font-size:14px;font-weight:600;line-height:normal;margin:0;padding-left:18px;position:relative}.learn-mainpage p.time:before{background:url(/static/media/clock.2d7ce904bf0b25449c1e.svg) no-repeat;background-size:contain;content:"";filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(210deg) brightness(107%) contrast(103%);height:13px;left:0;opacity:50%;position:absolute;top:3px;width:12px}.tip-ticks-section ul li .inner-top img{margin-right:0}.tip-ticks-section ul li h3{color:#fff;font-size:30px;font-weight:600;line-height:120%;padding:0 30px 30px}.tip-ticks-section ul li .img-wrap{margin-top:auto}.tip-ticks-section ul li:before{background:url(/static/media/trips-color-bg.12e9cecd3f610a4f7854.png) no-repeat;background-size:contain;content:"";height:356px;left:0;position:absolute;top:0;width:279px;z-index:-1}.tip-ticks-section ul li:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAb0AAAHmCAYAAADnZ1BwAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAsvSURBVHgB7drBTuPYFkBRGwLF//9tvy7Kz5cKEkI9ggk+ey3JcjxIpFM31zshtW13x3H8Oo/HbZBzntt5PG/DnDM9TZvrnOfhPF62YSbuq2Xo/cK+uojvzPWwAUCE6AGQIXoAZIgeABmiB0CG6AGQIXoAZIgeABmiB0CG6AGQIXoAZIgeABmiB0CG6AGQIXoAZIgeABmiB0CG6AGQIXoAZNyO43j8cP1wXm+D7Ov4NOMEE+daM20D12qZtq/euV/8fFP31ZfnWgv868OLjNyZXMbE9+DUfeV+cR3eg/9lxW/ap4FznvVN9nkb5pzpadpc5zzrW8PLNszEfbUMvV/YVxfxnbn8pgdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkHE7jmP/cL1/ur66t1mGzbRMnGvqWi3T9tU794ufzz3w8xPPJ71sABCwovf+J86n8/hzHq/bHI/b3z/h/rvNctv+ftKZNNdapzXX/7ZZJu6rZeJc9tV1fHmu277v6427viau05/36wnuQT8mzbQc98UatlZv54FrtU6j9tUy9H5hX13Ed+byH1kAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJux3HsH673T9dX9zbLsJmWiXNNXatl2r56537x87kHfn7i+aSXDQACPn5Sez6P1/sxxW37+4ng322Wp/t50lzrT+1rrn+2WSbuq2XiXPbVdXx5rtu+78d6cMbv7fR+PcHxd6h90kzLxLnuM20D1+rtZK6fz766ju/M5T+yAJAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBk7MdxPN8frwD+2WbZ7+djm2XiXPv9mPYenLivFveLa5i6r7481+3Dk9YLHNusBV8bc+KCP97Pk+Za67Tmmrg5p+2rZeJc9tV1fHmu277vv9eD8xvf2wuc16/bEOdMK+oP7zNOcc719iln0lznTOsDyuPAtRq3r5ah9wv76iK+M5ff9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMm7HcTx+uH44r7dB9nV8mnGCiXOtmbaBa7VM21fv3C9+vqn76stzrQX+9eFFRu5MLmPie3DqvnK/uA7vwf+y4jft08A5z/om+7wNc870NG2uc571reFlG2bivlqG3i/sq4v4zlx+0wMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADL24zhu98eP5/HnPI5tjhX1/Txet1ke7+dJc611WnP93maZuK+WiXPZV9fx5blW9H59eJFpG5NrmfgenLqv3C+uw3vwv6z4ncfjNsj6Fnsez9sw50xP0+Y653k4j5dtmIn7ahl6v7CvLuI7c/lND4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMgQ/QAyBA9ADJED4AM0QMg43Ycx/7hev90fXVvswybaZk419S1Wqbtq3fuFz+fe+DnJ55PetkAIODjJ7Xn83i9H1Pctr+fCP7dZnm6nyfNtf7Uvub6Z5tl4r5aJs5lX13Hl+e67ft+rAdn/N5O79cTHH+H2ifNtEyc6z7TNnCt3k7m+vnsq+v4zlz+IwsAGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQIboAZAhegBkiB4AGaIHQMZ+HMfz/fEK4J9tlv1+PrZZJs61349p78GJ+2pxv7iGqfvqy3PdPjxpvcCxzVrwtTEnLvjj/TxprrVOa66Jm3PavlomzmVfXceX57rt+/57PTi/8b29wHn9ug1xzrSi/vA+4xTnXG+fcibNdc60PqA8DlyrcftqGXq/sK8u4jtz+U0PgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADIED0AMkQPgAzRAyBD9ADI2I/j+PX++DyObR5zXYeZrsNc12GtPridx+v98eN5/Nlm/eO8f5N93WZZa7XWadJc6w285pq4VtP21TJxLvvqOr48123f99/rwfmN7+1NfF6P+cc5Z1pRf3ifcYpzrrXg+6S5zpnWB5THgWs1bl8tQ+8X9tVFfGcuv+kBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGSIHgAZogdAhugBkCF6AGT8H4D9HmZSqhtSAAAAAElFTkSuQmCC) no-repeat;background-size:contain;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.learn-mainpage .trustpoilot{display:none}.learn-mainpage .logo-slider{overflow:hidden}.learn-mainpage .first-testimonial{border-bottom:1px solid #ffffff1a;margin-bottom:70px;padding-bottom:90px}.guide-page .guide-list ul li,.guide-section ul li{background:linear-gradient(180deg,#1a1724,#06050c 143.08%);border:1px solid #ffffff26;border-radius:6px;display:grid;grid-template-columns:1fr 170px;padding:30px 20px;position:relative;transition:all .2s ease;z-index:1}.guide-page .guide-list ul li:hover,.guide-section ul li:hover{transform:translateY(-7px)}.guide-page .guide-list ul li:before,.guide-section ul li:before{background:url(/static/media/guide-list-bg.f09b2793b0d66fbbd97a.png) no-repeat;background-size:cover;bottom:0;content:"";position:absolute;right:0;top:0;width:31%;z-index:-1}.guide-page .guide-list ul li p.time,.guide-section ul li p.time{bottom:20px;left:20px;position:absolute}.blog-list-section .blog-list span.offer,.guide-page .guide-list ul li span.offer,.guide-section ul li span.offer{margin:0}.guide-page .guide-list ul li h3,.guide-section ul li h3{font-size:20px;font-weight:600;letter-spacing:-.6px;line-height:130%;padding:8px 5px 8px 0}.guide-page .guide-list ul li p.date,.guide-section ul li p.date{color:#565363;font-size:11px;font-weight:600;line-height:normal}.guide-page .guide-list ul li .right-image,.guide-section ul li .right-image{height:200px}.guide-page .guide-list ul li .right-image img,.guide-section ul li .right-image img{border-radius:6px;height:100%;object-fit:cover;width:100%}.learn-mainpage .books{padding:0 0 100px}.learn-mainpage .learn-content .container{padding:0;width:100%}.blog-list-section .blog-list{grid-gap:70px;display:grid;grid-template-columns:580px 1fr}.blog-list-section .blog-list .latest-blogs .img-wrap{margin-bottom:30px}.blog-list-section .blog-list .latest-blogs .img-wrap img,.blog-list-section .blog-list .single-blog .blog-right img{border-radius:6px;height:100%;object-fit:cover;width:100%}.blog-list-section .blog-list h3{font-size:24px;font-weight:600;line-height:116%;padding:12px 0}.blog-list-section .blog-list p{font-size:16px;margin-bottom:7px}a.arrow-link{color:#e51548;display:inline-block;font-family:Inter;font-size:12px;font-weight:600;line-height:normal;position:relative}a.arrow-link:after{background:url(/static/media/red-arrow.8ae509daf92a80b40efc.svg) no-repeat;background-size:contain;content:"";display:inline-block;height:12px;margin-left:11px;vertical-align:middle;width:13px}a.arrow-link:hover{color:#fff}a.arrow-link:hover:after{filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(2%) hue-rotate(278deg) brightness(105%) contrast(101%)}.blog-list-section .blog-list .single-blog{grid-gap:80px;align-items:center;border-bottom:1px solid #ffffff1a;display:grid;grid-template-columns:1fr 200px;margin-bottom:20px;padding-bottom:20px}.blog-list-section .blog-list .single-blog:last-child{border-bottom:initial;margin-bottom:0;padding-bottom:0}.blog-list-section .blog-list .single-blog .blog-right{height:140px}.learn-design-body .learn-mainpage{padding-bottom:170px}.learn-mainpage .wrapper .learn-sidebar::-webkit-scrollbar-thumb,.learn-mainpage .wrapper .learn-sidebar::-webkit-scrollbar-track{border-radius:20px}.learn-mainpage .wrapper .learn-sidebar{background:#1a1724;overflow-y:auto;position:sticky;top:125px;z-index:1}.learn-mainpage .wrapper .learn-sidebar>div{border-radius:6px}.learn-mainpage .wrapper .learn-sidebar .toggle-button{align-items:center;background:#211d2e;border-radius:10px 10px 0 0;color:#f37c2e;cursor:pointer;display:flex;font-family:Inter;font-size:14px;font-weight:500;line-height:normal;padding:15px 20px;position:relative}.learn-mainpage .wrapper .learn-sidebar .toggle-button .toggle-arrow{background:url(/static/media/down-arrow.f5be95a950d7694c8184.svg) no-repeat;background-size:contain;filter:brightness(0) saturate(100%) invert(65%) sepia(76%) saturate(3208%) hue-rotate(341deg) brightness(99%) contrast(93%);height:5px;position:absolute;right:20px;top:23px;width:10px}.learn-mainpage .wrapper .learn-sidebar .toggle-button img{filter:brightness(0) saturate(100%) invert(65%) sepia(76%) saturate(3208%) hue-rotate(341deg) brightness(99%) contrast(93%);margin-left:0;margin-right:12px;max-height:17px;vertical-align:middle}.learn-mainpage .wrapper .learn-sidebar .toggle-area>ul{border-top:1px solid #ffffff1a;padding:11px 20px}.learn-mainpage .wrapper .learn-sidebar .toggle-area ul li{align-items:center;border-radius:6px;cursor:pointer;display:flex;margin-bottom:5px;padding:10px;position:relative}.learn-mainpage .wrapper .learn-sidebar .toggle-area ul li img{margin-left:0;margin-right:12px;max-height:17px;vertical-align:middle}.learn-mainpage .wrapper .learn-sidebar .toggle-area ul li:hover{background:#e61a4c!important}.learn-mainpage .wrapper .learn-sidebar .toggle-area ul li:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7486%) hue-rotate(307deg) brightness(112%) contrast(92%)!important}.learn-mainpage .wrapper .learn-sidebar .toggle-area ul li a{color:#fff;font-family:Inter;font-size:14px;font-weight:500}.learn-mainpage .wrapper .learn-sidebar .toggle-area ul li a:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.learn-mainpage .wrapper .learn-sidebar .sidebar-filter{background:#0000;border-radius:0;border-top:1px solid #ffffff1a;color:#fff}.learn-mainpage .wrapper .learn-sidebar .sidebar-filter img{filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7007%) hue-rotate(305deg) brightness(108%) contrast(103%)}.learn-mainpage .wrapper .learn-sidebar .filter-area .filter-inner{padding:20px}.learn-mainpage .wrapper .learn-sidebar .filter-area h4{font-family:Inter;font-size:14px;font-weight:500;line-height:normal;margin-bottom:15px}.learn-mainpage .wrapper .learn-sidebar .filter-area label{color:#85859e;font-family:Inter;font-size:14px;font-weight:500;line-height:normal;margin-left:8px}.learn-mainpage .wrapper .learn-sidebar .filter-area input[type=checkbox]:checked+label{color:#fff}.blog-page p.sub-title,.guide-page p.sub-title,.tipstrick-page p.sub-title{width:700px}.blog-page h1{font-weight:500}.blog-page .featured-blog{background:linear-gradient(217deg,#1a1724 13.91%,#06050c 63.61%);border:1px solid #ffffff26;border-radius:6px;margin:60px 0;padding:50px 40px}.blog-page .featured-blog .wrap{grid-gap:80px;display:grid;grid-template-columns:1fr 650px}.blog-page .featured-blog p.tag{color:#565363;font-size:14px;font-weight:600;letter-spacing:1.12px;line-height:normal;margin-bottom:10px;text-transform:uppercase}.blog-page .featured-blog h3{color:#fff;font-size:30px;font-weight:600;letter-spacing:-.9px;line-height:normal;margin-bottom:15px}.blog-page .featured-blog .time-wrap,.blog-page .latest-blog ul li .time-wrap{align-items:center;display:flex;margin-bottom:15px}.blog-page .featured-blog .time-wrap span.offer,.blog-page .latest-blog ul li .time-wrap span.offer{margin-left:0;margin-right:20px}.blog-page .featured-blog a.arrow-link{margin-top:30px}.blog-page .featured-blog .right-wrap{height:370px}.blog-page .featured-blog .right-wrap a{display:block;height:100%}.blog-detail-page .latest-blog ul li .img-wrap img,.blog-page .featured-blog .right-wrap img,.blog-page .latest-blog ul li .img-wrap img{border-radius:6px;height:100%;object-fit:cover;width:100%}.blog-detail-page .latest-blog h3,.blog-page .latest-blog h3{color:#fff;font-size:24px;font-weight:600;letter-spacing:-.72px;line-height:208%;padding-bottom:30px}.blog-detail-page .latest-blog ul,.blog-page .latest-blog ul{grid-gap:20px;display:grid;grid-template-columns:repeat(4,1fr)}.blog-detail-page .latest-blog li,.blog-page .latest-blog ul li{background:#1a1724;border:1px solid #ffffff26;border-radius:6px;padding:10px;position:relative;transition:all .2s ease}.blog-detail-page .latest-blog li:hover,.blog-page .latest-blog ul li:hover{transform:translateY(-7px)}.blog-detail-page .latest-blog ul li a.page-url,.blog-page .latest-blog ul li a.page-url,.guide-page .guide-list ul li a.page-url,.guide-section ul li a.page-url,.tip-ticks-section ul li a.page-url{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0}.blog-detail-page .latest-blog ul li .img-wrap,.blog-page .latest-blog ul li .img-wrap{height:160px;margin-bottom:15px}.blog-detail-page .latest-blog ul li span.offer,.blog-page .latest-blog ul li span.offer{background:#0000;padding:0}.blog-detail-page .latest-blog ul li h4,.blog-page .latest-blog ul li h4{font-size:20px;font-weight:600;letter-spacing:-.6px;line-height:130%;margin-bottom:20px}.blog-detail-page .latest-blog ul li .content p,.blog-page .latest-blog ul li .content p{color:#848387;font-size:16px}.blog-detail-page .latest-blog ul li .time-wrap,.blog-page .latest-blog ul li .time-wrap{align-items:baseline;display:flex;justify-content:space-between}.blog-detail-page .latest-blog ul li .time-wrap{margin-bottom:15px}.blog-detail-page h1{font-size:30px;font-weight:600;letter-spacing:-.9px;line-height:normal;margin:13px 0}.blog-detail-page .inner-cont-wrap{display:grid;grid-template-columns:1fr 350px}.blog-detail-page .inner-cont-wrap .inner-left{padding:0 130px}.blog-detail-page .inner-cont-wrap .inner-left .time-wrap{align-items:center;display:flex}.blog-detail-page .inner-cont-wrap .inner-left .time-wrap p.date{color:#565363;font-size:14px;font-weight:600;margin:0 30px}.blog-detail-page .inner-cont-wrap .inner-left .img-wrap img,.learn-mainpage .wrapper .learn-sidebar ul.sidebar-post li .img-wrap img{border-radius:6px;height:100%;object-fit:cover;width:100%}.blog-detail-page .inner-cont-wrap .inner-left .img-wrap{height:370px;margin:40px 0 30px}.blog-detail-page .inner-cont-wrap .inner-left .content h2{font-size:28px;letter-spacing:-.6px;line-height:120%;margin:20px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h3{font-size:26px;line-height:120%;margin:20px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h4{font-size:24px;line-height:120%;margin:20px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h5{font-size:22px;line-height:120%;margin:20px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h6{font-size:20px;line-height:120%;margin:20px 0}.blog-detail-page .inner-cont-wrap .inner-left .content strong{color:#f37f33}.blog-detail-page .inner-cont-wrap .inner-left .content ol,.blog-detail-page .inner-cont-wrap .inner-left .content ul{margin:20px 0}.blog-detail-page .inner-cont-wrap .inner-left .content ol li,.terms-condition-page .wrapper .right-wrap ol>li{color:#9b9b9e;list-style:auto;margin-left:22px;padding-left:0}.blog-detail-page .inner-cont-wrap .inner-left .content ol li:last-child,.blog-detail-page .inner-cont-wrap .inner-left .content ul li:last-child{padding-bottom:0}.blog-detail-page .inner-cont-wrap .inner-left .author-box{border-top:1px solid #ffffff4d;margin-top:50px;padding-top:30px}.blog-detail-page .inner-cont-wrap .inner-left .author-box .author-wrap{align-items:center;display:flex;padding-bottom:25px}.blog-detail-page .inner-cont-wrap .inner-left .author-box .author-wrap img{border-radius:50%;height:50px;margin:0 12px 0 0;width:50px}.blog-detail-page .inner-cont-wrap .inner-left .author-box .author-wrap p.name{color:#fff;font-size:16px;font-weight:600}.blog-detail-page .inner-cont-wrap .inner-left .more-about-plan{background:url(/static/media/about-plan-img.dc1ed884db56d66e225a.png) no-repeat;background-size:cover;border:1px solid #ffffff26;border-radius:6px;margin-top:43px;padding:30px}.blog-detail-page .inner-cont-wrap .inner-left .more-about-plan h3{color:#fff;font-size:30px;font-weight:600;letter-spacing:-.9px;line-height:normal;margin-bottom:10px}.blog-detail-page .inner-cont-wrap .inner-left .more-about-plan a.btn-main{margin-bottom:20px;margin-top:15px}.blog-detail-page .latest-blog{margin-top:100px}.learn-mainpage .wrapper .learn-sidebar ul.sidebar-post li{margin-bottom:20px;position:relative}.learn-mainpage .wrapper .learn-sidebar ul.sidebar-post li:last-child{margin-bottom:0}.learn-mainpage .wrapper .learn-sidebar ul.sidebar-post li:before{background:linear-gradient(180deg,#06050c00,#06050c);border-radius:9px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.learn-mainpage .wrapper .learn-sidebar ul.sidebar-post li .img-wrap{height:160px}.learn-mainpage .wrapper .learn-sidebar ul.sidebar-post li h4{bottom:10px;color:#fff;font-size:16px;font-weight:500;letter-spacing:-.48px;line-height:normal;padding:0 15px;position:absolute;z-index:1}.learn-mainpage .wrapper .learn-sidebar ul.sidebar-post li a.page-url{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.learn-mainpage.blog-detail-page .wrapper .learn-sidebar{height:calc(100vh - 170px)}.learn-mainpage.blog-detail-page .wrapper .learn-sidebar:before{background:linear-gradient(180deg,#1a172400,#1a1724);border-radius:0 0 0 10px;bottom:44px;content:"";height:190px;left:58px;pointer-events:none;position:fixed;right:0;top:auto;width:19%;z-index:2}.blog-detail-page .inner-cont-wrap .inner-right .content-of-table{background:#1a1724;border:1px solid #2b2a30;border-radius:6px;padding:20px;transition:all .5s ease;width:350px}.blog-detail-page .inner-cont-wrap .content-of-table ol li{list-style:auto;margin-bottom:13px;margin-left:0;padding-left:5px}.blog-detail-page .inner-cont-wrap .content-of-table ol li:before{content:none}.blog-detail-page .inner-cont-wrap .content-of-table ol li:last-child{margin-bottom:0}.blog-detail-page .inner-cont-wrap .content-of-table ol li a{color:#fff;font-family:Inter;font-size:14px;font-weight:400;line-height:150%;vertical-align:text-top}.blog-detail-page .inner-cont-wrap .content-of-table ol li a:hover{color:#e51548}.blog-detail-page a.back-button{margin-left:130px}.guide-page .guide-list{margin-top:40px}.guide-page .guide-list ul{grid-template-columns:repeat(2,1fr)}.guide-page .guide-list ul li{grid-template-columns:1fr 290px}.guide-page .guide-list ul li h3{font-size:26px;padding:8px 15px 8px 0}.guide-page .guide-list ul li p.date{font-size:14px}.guide-page .guide-list ul li .right-image{height:230px}.tipstrick-page .tipstrick-list{margin-top:40px}.tipstrick-page .tipstrick-list ul li{align-items:end;background:radial-gradient(61.1% 61.1% at 50% 50%,#0000 0,#000 100%);border-radius:12px;box-shadow:0 0 2px #fff3;display:grid;grid-template-columns:1fr 1fr;margin-bottom:60px;padding:70px 0 0 120px;position:relative}.tipstrick-page .tipstrick-list ul li:last-child{margin-bottom:0}.tipstrick-page .tipstrick-list ul li:after,.tipstrick-page .tipstrick-list ul li:before{background:url(/static/media/trips-color-bg.12e9cecd3f610a4f7854.png) no-repeat;background-size:contain;border-radius:6px;content:"";height:356px;left:0;pointer-events:none;position:absolute;top:0;width:279px}.tipstrick-page .tipstrick-list ul li:after{bottom:0;left:auto;right:0;top:auto;transform:rotate(180deg)}.tipstrick-page .tipstrick-list ul li .left-content img{margin-bottom:10px;margin-left:0}.tipstrick-page .tipstrick-list ul li h2{font-size:50px;line-height:111.111%}.tipstrick-page .tipstrick-list ul li a.btn-main{background:#514d60;margin-bottom:60px;margin-top:40px}.tipstrick-page .tipstrick-list ul li a.btn-main:hover{background:#bf0434}.tipstrick-page .tipstrick-list ul li>div{position:relative;z-index:1}.tipdetail-page .time-wrap{margin-bottom:30px}.thankyou-page .container{text-align:center}.thankyou-page p{font-size:20px;margin:10px auto 30px;width:50%}.thankyou-page a.home-btn{border:1px solid #fff3;border-radius:6px;color:#fff;font-size:16px;font-weight:600;line-height:normal;padding:12px 24px}.thankyou-page a.home-btn:hover{background-color:#bf0434}.thankyou-page .container img{margin-bottom:10px}.customerprofile-mainpage{padding-top:0!important}.customerprofile-mainpage .wrapper{grid-gap:40px;align-items:flex-start;display:grid;grid-template-columns:280px auto}.customerprofile-mainpage .customerprofile-sidebar{background:#1a1724;border-radius:6px;display:flex;flex-direction:column;height:70vh;overflow-y:auto}.customerprofile-mainpage .customerprofile-sidebar .sidebar-top{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;padding:12px 20px}.customerprofile-mainpage .customerprofile-sidebar .sidebar-top img{border-radius:100%;height:36px;margin-left:0;margin-right:10px;width:36px}.customerprofile-mainpage .customerprofile-sidebar .sidebar-top p{color:#fff;font-family:Poppins;font-size:14px;font-weight:600;line-height:normal}.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul{padding:15px 20px}.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul li{align-items:center;border-radius:6px;display:flex;margin-bottom:5px;padding:12px}.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul li a{color:#85859e;font-family:Inter;font-size:14px;font-weight:500;line-height:normal}.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul li img{margin-left:0;margin-right:10px}.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul li.active,.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul li:hover{background:#e61a4c}.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul li.active a,.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul li:hover a{color:#fff}.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul li{position:relative}.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul li a:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul li.active img,.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul li:hover img{filter:brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(451%) hue-rotate(73deg) brightness(121%) contrast(100%)}.customerprofile-mainpage .customerprofile-sidebar .delete-profile{border-top:1px solid #ffffff1a;margin-top:auto;padding:15px 26px}.customerprofile-mainpage .customerprofile-sidebar .delete-profile a{color:#e51518;font-family:Inter;font-size:14px;font-weight:500;line-height:normal;padding-left:26px;position:relative}.customerprofile-mainpage .customerprofile-sidebar .delete-profile a:hover{text-decoration:underline}.customerprofile-mainpage .customerprofile-sidebar .delete-profile a:before{background:url(/static/media/red-delete.68a6e13cff9ad6ed3213.svg) no-repeat;background-size:contain;content:"";height:16px;left:0;position:absolute;width:15px}.customerprofile-body .customerprofile-content .profile-bar{align-items:center;background:radial-gradient(61.1% 61.1% at 50% 50%,#0000 0,#000 100%);border-radius:12px;box-shadow:0 0 2px #fff3;display:flex;justify-content:space-between;overflow:hidden;padding:30px 50px 20px;position:relative;z-index:1}.customerprofile-body .customerprofile-content .profile-bar:before{background:url(/static/media/trips-color-bg.12e9cecd3f610a4f7854.png) no-repeat;background-size:contain;border-radius:12px;content:"";height:356px;left:0;pointer-events:none;position:absolute;top:0;width:279px;z-index:-1}.customerprofile-body .customerprofile-content .profile-bar img{border-radius:100%;flex:0 0 146px;margin-left:auto;margin-right:0;object-fit:contain;width:146px}.customerprofile-body .customerprofile-content .profile-bar p.name{background:#211d2e;border-radius:100%;color:#85859e;flex:0 0 146px;font-size:70px;font-weight:600;height:146px;line-height:146px;text-align:center;width:146px}.customerprofile-body .customerprofile-content .remaining-steps{margin-top:35px}.customerprofile-body .customerprofile-content .remaining-steps img{margin-left:0;margin-right:10px}.customerprofile-body .customerprofile-content .remaining-steps p.title{color:#e61a4c;font-family:Poppins;font-size:18px;font-weight:600;letter-spacing:-.54px}.customerprofile-body .customerprofile-content .remaining-steps p.title img{display:inline-block}.customerprofile-body .customerprofile-content .remaining-steps .box-wrap{display:flex}.customerprofile-body .customerprofile-content .remaining-steps .box-wrap .info-box{background:#e61a4c05;border:1px solid #e61a4c33;border-radius:6px;margin-right:15px;min-width:350px;padding:17px 27px 25px}.customerprofile-body .customerprofile-content .remaining-steps .box-wrap p{font-size:16px}.customerprofile-body .customerprofile-content .remaining-steps .box-wrap .top-info{align-items:center;display:flex;margin-bottom:6px}.customerprofile-body .customerprofile-content .remaining-steps .box-wrap .top-info p{color:#fff;font-family:Poppins;font-size:20px;font-weight:600;letter-spacing:-.6px}.customerprofile-body .customerprofile-content .bottom-info{align-items:baseline;border-top:1px solid #ffffff4d;display:grid;grid-template-columns:1fr 400px;margin-top:40px;padding-top:40px}.customerprofile-body .customerprofile-content .bottom-info .box-wrap{display:flex}.customerprofile-body .customerprofile-content .bottom-info .inner-box{background:#1a1724;border-radius:6px;display:flex;margin-right:40px;padding:30px;position:relative;width:50%;z-index:1}.custom-profile-support .customersupport-wrap .single-box:before,.customerprofile-body .customerprofile-content .bottom-info .inner-box:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAACuCAYAAABEO43tAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASoSURBVHgB7dztbts2FAZgZnO7DQuydS2QAhuwf73/O3QVIC1aI5FF+eRQJJ/nl78UWskR9YayTymDOJ/Pf5RGlrH/Kg0t4/9TGlrG/7sk+qVAZ8KKdjna7sq8Wu/7VL/7kWbamQ+aqYgHREidMBRtDPEgkaKlO4qWCN3Gg5lPkeJBIjMt3VG0dEfRjmGqeKJoY7iwkcgVMboz0urBzMQDqjlgEylauqNox+DiQqecotuRaTvkgEmkaMcgHuxktiGFmZYIMm2HfDQxkdUDumOmJYJ4QDXxgGqiSaLTa0+80DHm7srt08U2r93e8rP2bHO/jL/ldbXPbdn24/PYW7ff+/hrPl+MX+N84+NP9z9djH++8vqt96+99jbLmz6VhpbxH0ojy9iPpaFl/P9KQ8v4n0si8YDu+Ao53THTxnDAJlK0dEfREsHFBaqJB3BkijaGlYtEinYM4kGnzHbt+EcM1viO2BjEAzgyRRvDWSaRoh2DrolwZIqW7ijaMVg9gCNTtDGsHiRyGXcM4gEcmaKlO4p2DOIBVHJFDNYo2jGIB3BkipbuKNoxTBUPvrfn3Nhbdu32u4r+sG9x++GHHqnZ7+Gx8b7//8O+v9bf9S1vP+1/5rgxlvf8vjS0jP+hNLKM/W9paBn/S2kouz+ueDCG+FnowBQt3VG0dEfRjkE8gCNTtERInekV7RjEAzgyRUt3RiraqU6RF8QDqs18wKRTtHRH0Y5BPIAjU7REcHGBauIB1aweJFK0dCeyaM027YgHcGQu4xLB6gHVxAOqmeUTKVq6o2jHIB5AJf+IwRpFG6P16Vk82MkfjhRmWiKkThintScre9aeNr5+y8/as819RY/Ymue2bPvx5/asV7ff+/hrLvvD1jjf+PjT/U8Xw5+vvH7r/Wuvvc3ypk+loWX8h9LIMvZjaegA/XFT9188iCFPJ1K0Y7B6AJVcXNjJKXoSZtoY1qgTKVoidBsPnJ5JYaYdg3hANWeZRFYPiGDJi2riARyZoo0hmiSy5DWGqS5u+EeM7ogHMRwwiRTtGMQDODJFS3d8hbz/sY8wfiozLRFkWlijaGOIB4kULRHEg50s8E8irGjv7u5mLhrxIJF4QATxANbItGOYat/fpNPhRcvPJ1FtNdfu//ZCq8+X7m99rKYN55/PrTbXWnRuad9Z2+Lzm4f9nT6/O9/wmvsrrUZr2oZu3bZ/y+/s99JIyzajz+N/KA1l779MOwarB52a+QMzUzHTEsGSF9XEAzgymbb/sadjph2DLzbCkSnaGOJBIkU7BvGgU2a7SZhpYzhgEinaMYgHnTLbTcJMS3cUbQxfbEykaIkg0+4k007CTBtj9nhgpoU1ipbuyLT9j32E8VOZaYkg08Ia8aD/sY8wfiozLRHEA1ijaMcgHvSocSfy2S8hiwew5k360x7BCz1yv6l9/NpzT37d2B92b//Za96dAxrUXrH280/Pw9/S43btOR+Girb8wZoe/Mv470tD2fsvHtAdRTsGqwdUs3qQSNHSHUU7BvGAapZkEilaIsi0VBMPqCYeJFK0RBAPqCYeUKfxxyKno2i5WfZBq2jHIB7AkSlagLf2FUT0SrOXD67iAAAAAElFTkSuQmCC) no-repeat;background-size:contain;content:"";height:143px;pointer-events:none;position:absolute;right:0;top:0;width:143px;z-index:-1}.customerprofile-body .customerprofile-content .bottom-info .inner-box p{color:#85859e;font-size:14px;font-weight:500;line-height:normal;margin-bottom:10px}.customerprofile-body .customerprofile-content .bottom-info .inner-box h5{font-size:20px;font-weight:600;letter-spacing:-.2px;line-height:120%}.customerprofile-body .customerprofile-content .bottom-info .inner-box .img{margin-left:auto;margin-right:0}.customerprofile-body .customerprofile-content .bottom-info .trail-box{background:url(/static/media/about-plan-img.dc1ed884db56d66e225a.png) no-repeat;background-size:cover;border:1px solid #ffffff26;border-radius:6px;padding:20px 40px}.customerprofile-body .customerprofile-content .bottom-info .trail-box p{font-size:14px}.customerprofile-body .customerprofile-content .bottom-info .trail-box a{width:100%}.customerprofile-mainpage .customerprofile-sidebar .sidebar-top p.name{background:#eac4d5;border-radius:100%;color:#13111c;font-size:14px;height:35px;line-height:37px;margin:0 10px 0 0;text-align:center;width:35px}.customer-billing .invoice-list,.customer-billing .pyment-method .card-wrap,.customer-email-pass .customerprofile-content,.customerprofile-mainpage form#profile-form{background:#1a1724;border:1px solid #ffffff26;border-radius:6px;margin-top:40px;overflow:hidden;padding:35px 40px}.customer-email-pass .wrap,.customerprofile-mainpage form#profile-form .wrap{grid-gap:80px;display:grid;grid-template-columns:1fr 1fr;position:relative}.customerprofile-mainpage form#profile-form{padding:0!important}.customerprofile-mainpage form#profile-form .wrap{grid-template-columns:46% 46%}.customerprofile-mainpage form#profile-form .form-group-wrap{grid-template-columns:48% 48%}.customerprofile-mainpage form#profile-form .i-am-investor,.customerprofile-mainpage form#profile-form .wrap{padding:35px 40px}.customer-email-pass .wrap:before,.customerprofile-mainpage form#profile-form .wrap:before{background-color:#595568;bottom:-50px;content:"";left:0;margin:0 auto;position:absolute;right:0;top:-50px;width:1px}.customerprofile-mainpage form#profile-form .wrap:before{bottom:0!important}.customerprofile-mainpage form select,.customerprofile-mainpage form textarea,form input.MuiInputBase-input{box-sizing:border-box;font-size:14px;height:auto;top:0}form input.MuiInputBase-input{line-height:normal;padding:16px}.customerprofile-mainpage form#profile-form textarea{height:80px!important;line-height:normal;padding:16px;resize:none}form .css-sc8y68-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root{height:auto;line-height:normal;width:100%}form fieldset{border:1px solid #595568!important;top:0!important}.customerprofile-mainpage form#profile-form div{color:#fff}form fieldset legend span{display:none!important}.customerprofile-mainpage form#profile-form .css-sc8y68-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root fieldset legend{display:none}.customerprofile-mainpage form#profile-form .inner-wrap,.founder-login .inner-wrap{background:linear-gradient(225deg,#1a1724 16.62%,#06050c 97.87%);border:1px solid #ffffff26;border-radius:6px;display:flex;padding:15px 22px}.customerprofile-mainpage form#profile-form .MuiSelect-select{color:#c3c3ca!important;font-size:14px;height:48px;line-height:48px;min-height:0;min-height:auto;padding:0 14px}.MuiAutocomplete-inputRoot svg{fill:#fff}.customerprofile-mainpage form#profile-form .inner-wrap .img-left,.founder-login .inner-wrap .img-left{flex:0 0 70px;height:70px;margin-right:30px;width:70px}.customerprofile-mainpage form#profile-form .inner-wrap .img-left img,.founder-login .inner-wrap .img-left img{border-radius:100%;height:100%;object-fit:cover;width:100%}.customerprofile-mainpage form#profile-form .inner-wrap .top-col,.founder-login .inner-wrap .top-col{align-items:center;display:flex}.customerprofile-mainpage form#profile-form .inner-wrap .top-col label,.founder-login .inner-wrap .top-col label{background:#514d60;border-radius:6px;color:#fff;display:block;font-family:Poppins;font-size:13px;font-weight:600;height:auto;line-height:normal;padding:7px 23px}.customerprofile-mainpage form#profile-form .inner-wrap .top-col label:hover,.founder-login .inner-wrap .top-col label:hover{background:#e51548}.customerprofile-mainpage form#profile-form .inner-wrap .top-col p,.founder-login .inner-wrap .top-col p{color:#565363;font-size:14px;font-weight:500;margin:0 13px}.customerprofile-mainpage form#profile-form .inner-wrap .top-col button,.founder-login .inner-wrap .top-col button{background:#0000;color:#fff;font-family:Poppins;font-size:13px;font-weight:500;height:auto;line-height:normal}.customerprofile-mainpage form#profile-form .inner-wrap .top-col button:hover,.founder-login .inner-wrap .top-col button:hover{color:#e51548}.customerprofile-mainpage form#profile-form .inner-wrap .upload-right>p,.founder-login .inner-wrap .upload-right>p{color:#565363;font-size:11px;font-weight:500;line-height:normal;margin-top:10px;padding:0}.customer-email-pass .customerprofile-content{margin-top:0!important}.customer-email-pass .customerprofile-content h3{color:#fff;font-size:24px;font-weight:600;line-height:normal;margin-bottom:10px}.customer-email-pass .customerprofile-content p{font-size:16px;margin-bottom:30px}.customer-email-pass .customerprofile-content p a{border-left:1px solid #565363;font-size:14px;font-weight:500;margin-left:8px;padding-left:10px}.customer-email-pass .customerprofile-content button{border:0;margin-top:20px}.customer-email-pass .customerprofile-content .left-col button.btn-main{background:#514d60}.customer-email-pass .customerprofile-content .left-col button.btn-main:hover{background-color:#bf0434}.customer-billing .invoice-list .single-invoice{background:#1a1724;border:1px solid #ffffff26;border-radius:6px;margin-top:40px;padding:30px 23px 15px;position:relative}.customer-billing .invoice-list .single-invoice:first-child{margin-top:0}.customer-billing .invoice-list .single-invoice span.invoice-number{background:#1a1724;font-family:Inter;font-size:16px;font-weight:500;left:45px;line-height:168%;padding:0 12px;position:absolute;top:-12px}.customer-billing .invoice-list .single-invoice span.title{color:#565363;font-family:Inter;font-size:11px;font-weight:700;line-height:normal}.customer-billing .invoice-list .single-invoice p{color:#9b9b9e;font-size:14px;font-weight:500;line-height:168%;margin-bottom:7px}.customer-billing .invoice-list p.empty-p-tag{display:block;height:23px}.customer-billing .invoice-list .single-invoice p a{border-bottom:1px solid;color:#9b9b9e;font-size:14px}.customer-billing .invoice-list .single-invoice p a:hover{color:#e51548}.customer-billing .invoice-list .single-invoice .top{grid-gap:20px;border-bottom:1px solid #ffffff26;display:grid;grid-template-columns:29% 18% 32% 13%;margin-bottom:13px;padding-bottom:10px}.customer-billing .invoice-list .single-invoice .bottom>div{display:flex;margin-left:auto;padding-right:50px;width:350px}.customer-billing .invoice-list .single-invoice .bottom p{color:#565363;font-size:14px;font-weight:500}.customer-billing .invoice-list .single-invoice .bottom>div>p:first-child{text-align:left}.customer-billing .invoice-list .single-invoice .bottom>div>p:last-child{margin-left:auto;text-align:right}.customer-billing .invoice-list .single-invoice .bottom .total p{color:#fff;font-size:16px;font-weight:500}.customer-billing .pyment-method{margin-top:40px}.customer-billing .pyment-method h3{color:#fff;font-size:24px;font-weight:600;line-height:normal;margin-bottom:14px}.customer-billing .card-list{grid-gap:40px;display:grid;grid-template-columns:repeat(3,1fr)}.customer-billing .card-list .single-card{background:linear-gradient(225deg,#1a1724 16.62%,#06050c 97.87%);border:1px solid #ffffff26;border-radius:6px;overflow:hidden;padding:15px 20px;position:relative;z-index:1}.customer-billing .card-list .single-card:after{background:url(/static/media/trips-color-bg.12e9cecd3f610a4f7854.png) no-repeat;background-size:cover;border-radius:12px;bottom:0;content:"";height:100%;pointer-events:none;position:absolute;transform:rotate(180deg);width:100%;z-index:-1}.customer-billing .card-list .single-card:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM4AAAC2CAYAAACRbrJoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAoKSURBVHgB7Z2Ndto6EAYFyX3/By7BF1G7URwbZFv7rSTPnJPSNA12wo73RwIuAZphGIZL8ulldrv6bbPbcLlchgCHePdLBzGjHOnHdfxS6cdqWPpAqjwQx5FEkuv4UcvjEeW5T7fI9BvEOchK+TT/e/pvkyhLX681QBFpBuJkkGSGyLx0evc7TLNJzu97KpuW/l4Lk0hfZ5UIcWYsSJIb8ClbZclluurXJNMpJTq9OLM+40ige/Qq9+S2Fom+wgnKuVOKk8jyMf7Tkd/DdbyfGn6XaUbyDtwoULdZ6DTizGQ5+nOXvC8rapHomYUeAn2FjuhenIcwJfuNGkfHOdyDfznXlUBdijNml5IB3qowS8TA9cxCXQjUlTgGwoRQVw9TEu8s1LRAXQTDKEwM7msoR6/CzKlBoD+tDRGaDgojYSzuswW8BWpqCtekOElJ9hHKcpYs8wpPgZop35oLkIc0UzYoee7xvj4DC8Ipz4XM4EM87q3m7NNMoIxjZYtsQJZ5zS2QfX5RfbAYlmVkmXw8y7cqe5+qg4YsUx1e5Vt1k7cqA8cwy4Txfj8D7MUz+9xqKd2qE8cwy1jKeEa8ep8qSreqxBmlscgG9DM2nLZ0qyKQxtLMKrCRxhav0s1VHvdgMpaGIYAOj9ItHi/2PfKs5xpQhv1MhCGAHq++Rz40cBPHsJ+JfASGAF549T1SeVzEGbfNWAU20vjTvTxycZDmNHQtj1QcpDkdz5eNCnrM5ZE958RYGhY268Trcfkc480MiTjG0kzjbKgTT3nMKipzcZAGgp88/1nJYyqOSBoWN9tgehEVJTE2TOQx+0GMpYkgTXt4vJbDU55QGJMfItkRYAXbaNrFRZ7Sw4LiP0Cy98wKJmjt43HhKzppKyqOQBqGAf3gUWp/lOp3ioljvMs5BKTpEfXjWWxYUPqVLy2vID28bjP8Rl12T88EPkQRcQTDAPqafvEYU3+OMbubwycs6muQpm+8hgW7j1nCdOs6ldHzOfDod3ZfkA+JM473rPsadRoHP9SP9e4p2+4TTd4pwBJKtHPhUV3smrIdMZwSDSzwKNk2e7BLHEGJxkDg3FRfsm0+QUo0EKCuNjZPhveYbR3URRaooHnUMXDdknU2nVzy1ueWsK0GIh47RbJjb6sE1tmGbTWQor6IZmedbHHGbGMd1PQ2MEe+HSfnP205KbINeKC+mGZlnSxxBOPnCNkG1qgu6+SekPWJXwLZBtapLuu8FYLeBipBvij66os5J8O6DdSA+uL6cjfBy4AVZRtKNMhFvii6+QsjCssp0yAX+Yt7rH1hVRxRtmEEDVtQx8tlrVx7lXEUaZHeBrZSxZBg8SRGyxQnSLaBrVSx+XPtJBQBTZkGe1HKs7jGuHYCDAWgZtQX3OvbfxjTEpkAakZdrfwq15YyDmUatID6GaI/WBJHUUIxTYOjuK7p/AhgYZlGtoGjyMu11U+CThrEgRK4LYbOxVGUaUgDpVDH0qo4CuhvoBRumz7//UW0Ny0EMg6UxaXPuTqcAOJASVz6nFQcNnVCi7hciD3ecx6gJC59zvMPYX9DxgEL5LsICGSAbXxnnMBgANpGngCus1vFsQBa5jlZI5ihB+SVjLpUA7BAvvXmOk7UJAcLAHZIJ2vq524D9ADiQDdI44unMEMvyEs1xAHYBuIA7IF1HIAdMByAXuh2HA3QDfQ40AvycTQAbARxAHaAOAA7UIozBIA+GMg4ADtAHIDtPDMOJRT0gDSOyTgA2xkYDkAvdJtxEAd6QdrjIA70AsMBgB2QcaAbuu5xkAeskMXW5XJh5wDARu7xj+vDnnvQQcYBK6QtxzX9RIBSUgALfogD0DLKC/LfUi39RHVQgNZRl2rqY8E5kF3440Qt/gVxAPL5F7tPcUaLGBBAq8hj12M4QMaBkrgsp1wdToAdBFAS2frN1N9Erg4nEKFcg1K4tBj/xBl3ELDhE1pDFUtf6SdeC6BKSaFfZO1FWqZF5uJ8BYB2cFu4n4ujzAJICkdxW0L5IY7Deg7lGuxFWaa9zTgRnmYALeC6YO8tDmNp2IsqdhZbil/iUK5BA7hN0ybWxtHKxp2sA1tRxcxt7QuL4ogXQ5muwVbcF+qve77JAOSBXGS9zVqZFnklDtM1qBHXocDEqjjico0hAeSgGlzdX2WbyLu9asoSinIN3qGKkdu7//BSHLIOVEQ12SaSszta2euQdWANVWxkHeetOA/74h2RdcATZbbJShS5z8ch64An7guec7LEIeuAIzEWFOJ85fQ2E1ueAarMOn8C8sBfquptJrLFEWedCHvYQNXb3LZkm8jW1xxQr+uQdc6NIt6GMSlsYpM44nWdCIOC86KKteyBQMrmV7l5yPMn6LgHSrazorhofu19Y7W9Lw+lzATxikDJdi4kJdqR4+wSx2FQQMl2HlTj580DgZQjL0iofpYo8pyDXT3HRnaXaBO7xRkPzJQNSlJ9iTZx6CVwHUo2+p1+UZVof46UaBMlXjtaGcyqXy7oUZRotxLSRA6LM56IehMo/U5fqEbPxY5T5N0KxhOi34E9KNbq4u6Aohmt2Nt8OPQ7bARtnyKNesYxii/aX0JhhmH4z+J+X6A+HpQhBrR1X/OUplRfk2LxxlLq/oN+p00UwwATaSLFxXFY34nHUzwIUA5FfNyspImYvJWhw7CAnQXtEB8n62HAreQEbQnT3uDR73w8bj6CDvXxYBtdSBMxffNcpzE1madOFGNniTQRyTSKzHN6FKW0TJqIbIzrIE/Mpp8BvOlOmoh0/cNJnng81nl8sJbGbJ3mHfKAcpAnwiKpnm6libgEE/J0j/X0zFWaiFsgOcnD0MAea2mek1NPaSKuV+CHPB49CPLYMG3YtAxo+RBgjSpKF4eNofFYn4HSrRTWGzbdS7M51QTOQ54YyKYLsguQfY5jPQR47kWsSZpIVVdcx74nCkv22Y5lP/Ms/WopzeZUFywPebzKKKZu+Vj3M1VmmZRqA8Up+7Bg+h7L0qzqLJNSdYA4Td1CoPdZwjrLVDFmzqWJK6tT9mHy9o1llqm+LFuimaBwzD5nLt8ss8xzhH30pWi9aC4YxuzjMQU7k0DTa+VZBPUk4721LJPSbBA4lW+R3gWyGjF3IcxE8w8+AhXDqo+Z7nfoQZiJbq6azgJdQrtTOEthmmv6c+mu3HDsgUJoJwtZ9TBdlWOv6LbRdZzCRSZxa9vKYyHMdJ/NrMGUoPsJ0SiQZynlLdEQvoO7VGCfUpaUU61NOGehiWv4lsjyPKbMUiKw00zVVZO/l9Ouio8SKQL4FZfk42hGKplZEOUNbCcJP8q5GnqSy8JHCMvndU9utwb3MPve5weS5IE4CyQizYPXkyG5HcJPUS5vvufH58hxHMTJZJQpMmWmkHxe7DDJLVmgYhCnAOOT7+a/y1e/21+ZADna4n/lJ7WH1YtMGQAAAABJRU5ErkJggg==) no-repeat;background-size:contain;border-radius:12px;bottom:-20px;content:"";height:182px;left:-60px;pointer-events:none;position:absolute;width:206px;z-index:-1}.customer-billing .card-list .single-card .top{align-items:center;display:flex;margin-bottom:45px}.customer-billing .card-list .single-card img{margin-left:0}.customer-billing .card-list .single-card p.card-number{color:#fff;font-size:16px;font-weight:700;line-height:normal}.customer-billing .card-list .single-card .bottom{display:flex;margin-top:30px}.customer-billing .card-list .single-card .bottom p{color:#fff;font-size:11px;font-weight:600}.customer-billing .card-list .single-card .bottom p.title{color:#fff;font-size:13px;font-weight:400;line-height:normal;margin-bottom:4px}.customer-billing .card-list .single-card .bottom>div:last-child{margin-left:auto}.customer-billing .pyment-method .card-wrap{margin-top:15px!important}.customer-billing .pyment-method .card-wrap a#add-card{border:1px solid #fff3;border-radius:6px;color:#fff;font-size:16px;font-weight:500;line-height:normal;padding:12px 24px}.customer-billing .pyment-method .card-wrap a#add-card:hover{border-color:#fff}.customer-billing .card-list .single-card .card-menu button{background-color:initial;background-image:url(/static/media/three-dot.2fe1a52ae1756e6db77e.svg);background-repeat:no-repeat;background-size:contain;font-size:0;height:14px;margin-left:auto;min-width:0;min-width:auto;outline:none;padding:0;width:4px}div#option-menu ul li{color:#9b9b9e;font-size:12px}div#option-menu ul li:hover{color:#fff}div#option-menu ul li img{display:inline-block;margin-left:0;margin-right:10px}div#option-menu ul li:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(26%) hue-rotate(237deg) brightness(106%) contrast(100%)}.MuiMenu-root>div{border-radius:6px}.MuiMenu-root .MuiBackdrop-root.MuiBackdrop-invisible.MuiModal-backdrop.css-vl6bb4-MuiBackdrop-root-MuiModal-backdrop{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#06050c1a}.custom-profile-support .customersupport-wrap{grid-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);margin-top:40px}.custom-profile-support .customersupport-wrap .single-box{align-items:baseline;background:#1a1724;border-radius:6px;display:flex;flex-direction:column;padding:20px 15px;position:relative;z-index:1}.custom-profile-support .customersupport-wrap .single-box img{margin-right:0}.custom-profile-support .customersupport-wrap .single-box p.title{color:#85859e;font-size:14px;font-weight:500;line-height:normal;margin-bottom:10px}.custom-profile-support .customersupport-wrap .single-box p.mail{color:#fff;font-family:Poppins;font-size:16px;font-weight:600;letter-spacing:-.16px;line-height:118%}.custom-profile-support .customersupport-wrap .single-box p.phone{color:#fff;font-family:Poppins;font-size:22px;font-weight:600;letter-spacing:-.22px;line-height:86%}.custom-profile-support .customersupport-wrap .single-box p.content{margin-bottom:22px}.custom-profile-support .customersupport-wrap .single-box a.btn-main{margin-bottom:0;margin-top:auto}.from-country{padding-bottom:0!important}.from-country .inner{background:linear-gradient(217deg,#1a1724 13.91%,#06050c 63.61%);border:1px solid #ffffff26;border-radius:6px;padding:100px;position:relative}.from-country .inner:before{background-image:url(/static/media/from-country-bg.37c5011068475453cc5e.png);background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.from-country .inner .box{grid-gap:35px;align-items:center;display:grid;grid-template-columns:1fr 1fr}.from-country .inner .box form{margin-top:25px}.from-country .inner .box form p{color:#9b9b9e;font-size:18px;font-weight:500;padding:0}.from-country .inner .box form input#search-country{background:#26232f;border:1px solid #595568;border-radius:6px;box-shadow:0 2px 4px 0 #00000026;width:430px}.from-country .inner .box form fieldset{border:0!important}.from-country .inner .box form button.btn-main{margin-top:15px}.masterclasses .connect-wrap{align-items:flex-start;background:#1a1724;border:1px solid #ffffff26;border-radius:6px;display:grid;grid-template-columns:1fr 1fr;margin-top:100px;position:relative;z-index:1}.masterclasses .connect-wrap:before{background:url(/static/media/masterclass-bg.c65926227437a0198152.png) no-repeat;background-size:cover;border-radius:6px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:-1}.masterclasses .connect-wrap .left-col{position:relative}.masterclasses .connect-wrap .info{bottom:35px;left:220px;position:absolute;z-index:1}.masterclasses .connect-wrap .info h4{color:#fff;font-size:24px;font-weight:600;line-height:112%}.masterclasses .connect-wrap .info p.name{color:#fff;font-family:Poppins;font-size:16px;font-weight:600;line-height:normal;margin:10px 0 0}.masterclasses .connect-wrap .info p.post{color:#fff;font-size:14px;line-height:normal;opacity:.5}.masterclasses .connect-wrap .right-col{padding-bottom:30px;padding-right:160px;padding-top:80px;position:relative;z-index:1}.masterclasses .connect-wrap .right-col h3,.masterclasses .small-business p.title{color:#fff;font-size:36px;font-weight:600;line-height:120%;margin-bottom:12px}.masterclasses .connect-wrap .right-col p{color:#fff;font-size:14px;font-weight:500;line-height:normal;margin:0}.masterclasses .connect-wrap .right-col ul.company-wrap{display:flex;flex-wrap:wrap;margin:0 -7px;padding-top:30px}.masterclasses .connect-wrap .right-col ul.company-wrap li{background-color:#fff;border-radius:6px;display:flex;flex-direction:column;height:50px;justify-content:center;margin:7px;padding:13px 20px}.masterclasses .connect-wrap a.btn-main{margin-top:30px}.makelaunching{background-color:#fff}.makelaunching .container{height:100%}.makelaunching h2{color:#000}.makelaunching p.sub-title.center{margin:0 auto 50px;width:700px}.makelaunching .box-wrap{height:1500px}.makelaunching .box-wrap .single-box{align-items:center;background:#f8f8fa;border:1px solid #1a172426;border-radius:6px;display:grid;grid-template-columns:550px 1fr;margin-bottom:50px;min-height:450px;overflow:hidden;position:sticky;top:130px;z-index:1}.makelaunching .box-wrap .single-box:first-child{align-items:flex-end}.makelaunching .box-wrap .single-box:first-child img{margin-bottom:-10px}.makelaunching .box-wrap .single-box img{padding-left:40px;padding-right:40px;padding-top:40px}.makelaunching .box-wrap .single-box:first-child .info{align-items:baseline;display:flex;flex-direction:column;height:100%;justify-content:center}.makelaunching .box-wrap .single-box:first-child:before,.makelaunching .box-wrap .single-box:nth-child(2):before{background-image:url(/static/media/business-plan-box-bg.5ed711244e719e5ddf01.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;bottom:-20px;content:"";height:450px;pointer-events:none;position:absolute;right:-20px;width:1377px;z-index:-1}.makelaunching .box-wrap .single-box:nth-child(2){top:180px}.makelaunching .box-wrap .single-box:nth-child(3){top:230px}.makelaunching .box-wrap .single-box:last-child:before{background-image:url(/static/media/org-chart-box-bg.8045b71d9b0104ff1a12.png);background-repeat:no-repeat;background-size:contain;bottom:-20px;content:"";height:450px;pointer-events:none;position:absolute;right:-20px;width:1377px;z-index:-1}.makelaunching .box-wrap .single-box:last-child img{padding:30px}.makelaunching .box-wrap .single-box .info{padding:40px}.makelaunching .box-wrap .single-box .info p{color:#6a696d;font-weight:500}.makelaunching .box-wrap .single-box a.btn-main{margin-top:10px}.makelaunching .box-wrap .single-box h3{color:#07060e;font-size:36px;font-weight:600;letter-spacing:-.36px;line-height:normal}.curated-peer-groups{background-image:url(/static/media/big-cicle.1b696e1c159b5a222b75.png);background-position:50%;background-repeat:no-repeat;background-size:contain;margin:110px 0;padding:300px 0;position:relative}.curated-peer-groups .wrap{margin:0 auto;text-align:center;width:430px}.curated-peer-groups .wrap p.number{margin:0}.curated-peer-groups .wrap p.number span{vertical-align:middle}.curated-peer-groups .wrap p.number span:first-child{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#843ab3 -14.29%,#e51548 45.14%,#f37c2e);background-clip:text;-webkit-background-clip:text;font-family:Inter;font-size:110px;font-weight:700;letter-spacing:-3.3px;line-height:100%;text-transform:uppercase}.curated-peer-groups .wrap p.number span:last-child{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#f06434 -14.29%,#f37c2e);background-clip:text;-webkit-background-clip:text;font-family:Inter;font-size:50px;font-weight:700;letter-spacing:-1.5px;line-height:normal;text-transform:uppercase}.curated-peer-groups .wrap a.btn-main{margin-top:30px}.curated-peer-groups ul.slide-list{animation:RoundRotate 70s linear infinite;bottom:0;left:0;margin:0 auto;pointer-events:none;position:absolute;right:0;top:0;width:1400px}.curated-peer-groups ul.slide-list li{animation:CounterRotate 70s linear infinite;background:#1a1724;border:1px solid #ffffff26;border-radius:6px;padding:23px 23px 15px;position:absolute;width:215px}@keyframes RoundRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes CounterRotate{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}.curated-peer-groups ul.slide-list li:first-child{left:290px;top:50px}.curated-peer-groups ul.slide-list li:nth-child(2){right:270px;top:75px}.curated-peer-groups ul.slide-list li:nth-child(3){bottom:38px;right:350px}.curated-peer-groups ul.slide-list li:last-child{bottom:158px;left:230px}.curated-peer-groups ul.slide-list li:nth-child(odd):before{background-image:url(/static/media/red-star.a94ec2d2e684ef1b6fea.svg);background-repeat:no-repeat;background-size:contain;content:"";height:31px;left:-19px;position:absolute;top:-18px;width:20px}.curated-peer-groups ul.slide-list li img.logo{margin-bottom:20px}.curated-peer-groups ul.slide-list li p.content{color:#8d8b92;font-size:13px;font-weight:500;height:41px;line-height:146%;margin-bottom:5px;overflow:hidden;text-align:center}.curated-peer-groups ul.slide-list li .user-info img.user{height:54px;margin-bottom:7px;width:53px}.curated-peer-groups ul.slide-list li p.username{color:#fff;font-family:Poppins;font-size:15px;font-weight:600;line-height:126%;margin-bottom:2px}.curated-peer-groups ul.slide-list li p.post{color:#76747c;font-size:13px}.grow .img video,.startup-launchpad .img-box video{border:1px solid #ffffff26;border-radius:6px;height:100%;transition:all .2s ease}.grow .img,.startup-launchpad .img-box{text-align:center}.error-page{padding-bottom:0!important}.error-page h1{align-items:center;color:#fff;display:flex;font-family:Poppins;font-size:220px;font-weight:600;justify-content:center;letter-spacing:8.8px;line-height:90%;margin-bottom:20px}.error-page h1 img{margin:0}.error-page p{color:#848387;font-size:20px;font-weight:500;line-height:165%}.error-page a.back-to-home{border:1px solid #fff3;border-radius:6px;color:#fff;display:inline-block;font-size:16px;font-weight:600;line-height:normal;margin-top:25px;padding:12px 24px}.error-page a.back-to-home:hover{background:#e5184a}button.MuiButtonBase-root:focus{outline:none!important}#header .wrapper .right-header button .MuiAvatar-root.MuiAvatar-circular.MuiAvatar-colorDefault.css-1uxdhl7-MuiAvatar-root{font-size:14px}.user-profile-dropwon .MuiPaper-root{background:#000;border:1px solid #302d3a;border-radius:12px;box-shadow:inset 0 6px 10px 0 #ffffff1f;padding:17px 0}.user-profile-dropwon .MuiPaper-root li{color:#fff;font-family:Inter;font-size:14px;font-weight:600;letter-spacing:-.42px;line-height:normal;margin:0;min-height:auto;padding:0 20px 0 16px}.user-profile-dropwon .MuiPaper-root li:hover{opacity:.7}.user-profile-dropwon .MuiPaper-root li:last-child{color:#e51548}.user-profile-dropwon .MuiPaper-root li img{margin:0 13px 0 0}p.note-no-available{color:#fff;font-size:20px;font-weight:600;margin:30px 0 20px}.add-card-modal form#add-card-form button{width:130px}.add-card-modal img.cvc-image,img.all-card-img{position:absolute;right:20px;top:14px}.customerprofile-mainpage form#profile-form .btn-wrap{padding:30px}.customerprofile-mainpage form#profile-form .btn-wrap button{width:160px}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap{margin-left:auto;margin-right:0;position:relative;width:566px}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap img:first-child{height:70px!important;left:28px;position:absolute;top:15px;width:70px!important}.marketplace-detail .inner-banner .wrap .right-wrap p{color:#fff;font-family:Poppins;font-size:36px;font-weight:600;line-height:100%;margin-left:auto;margin-right:0;padding-top:20px;text-align:center;width:566px}.detail-tab ul.faqlist .answer_faq,.marketplace-faq ul.faqlist .answer_faq{max-height:0;opacity:0;overflow:hidden;transition:max-height .5s ease-out,opacity .5s ease-out}.detail-tab ul.faqlist .answer_faq.open,.marketplace-faq ul.faqlist .answer_faq.open{max-height:1000px;opacity:1;transition:max-height .5s ease-in,opacity .5s ease-in}.detail-tab ul.faqlist .answer_faq.closed,.marketplace-faq ul.faqlist .answer_faq.closed{max-height:0;opacity:0;transition:max-height .5s ease-out,opacity .5s ease-out}.cart-page .cart-wrap .card-detail h3{padding:0 0 20px!important}.slide-enter{max-height:0;opacity:0}.slide-enter-active{transition:max-height .5s ease,opacity .5s ease}.slide-enter-active,.slide-exit{max-height:1000px;opacity:1}.slide-exit-active{max-height:0;opacity:0;transition:max-height .5s ease,opacity .5s ease}.softwaretools .btn-main-wrap{overflow-x:auto;white-space:nowrap}.softwaretools .btn-main-wrap .btn-wrap{flex-wrap:nowrap;justify-content:left;padding-bottom:10px;width:100%}.softwaretools ul{margin-top:30px}.softwaretools ul li{display:block}.softwaretools .software-tables{margin-top:30px}table{border:1px solid #ffffff26;width:100%}table thead tr th{background:#1a1724;border-bottom:1px solid #ffffff26;color:#fff;font-family:Inter;font-size:13px;font-style:normal;font-weight:600;line-height:normal;padding:15px;text-align:center;text-transform:uppercase}table thead tr th:first-child{text-align:left}table tbody tr td,table tbody tr th{background-color:#000;border-bottom:1px solid #ffffff26;color:#fff;font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.54px;padding:30px 15px;text-align:center}.softwaretools table thead tr th:nth-child(2),.softwaretools table thead tr th:nth-child(3){width:170px}.softwaretools table thead tr th:nth-child(4){width:100px}.softwaretools table thead tr th:nth-child(5){width:170px}.softwaretools table thead tr th:nth-child(6){width:310px}.softwaretools table tbody tr td:first-child{text-align:left}.softwaretools table tbody tr td:first-child a{color:#9b9b9e;font-size:20px;font-weight:500;letter-spacing:-.6px;line-height:135%;position:relative}.softwaretools table tbody tr td:first-child a:hover{color:#e51548}.softwaretools table tbody tr td:first-child a:before{background:url(/static/media/cross-arrow.f8a4a24bbf3e30dab5c0.svg) no-repeat;background-size:contain;content:"";height:11px;pointer-events:none;position:absolute;right:-15px;top:8px;width:10px}.base-NumberInput-root{align-items:center;border:1px solid #fff3;border-radius:6px;display:flex;height:32px;margin:0 auto;padding:0 10px;width:90px}.base-NumberInput-root input{background:#0000;border:0;color:#6a696d;font-family:Inter;font-size:16px;font-weight:500;height:100%;order:2;padding:0 5px;text-align:center;width:100%}.base-NumberInput-root button{background-color:initial;background-image:url(/static/media/light-minus.78d5dfb1a2ed278b8f33.svg);background-repeat:no-repeat;background-size:contain;border:0;flex:0 0 13px;height:2px;order:1;width:13px}.base-NumberInput-root button+button{background-image:url(/static/media/light-plus.a6cb97ff4775b0df1f9f.svg);height:12px;order:3}.softwaretools p.subtotal,.softwaretools p.total{color:#565363;display:flex;font-size:14px;font-weight:500;justify-content:space-between;line-height:normal;margin:20px 130px 10px auto;width:250px}.softwaretools p.total{color:#fff;font-size:16px;line-height:168%}.marketplace h1{margin-bottom:10px}.softwaretools .software-tables .category-content{display:none}.softwaretools .software-tables .category-content.active-category{display:block}.businessplan-step-form{padding-top:0!important}.businessplan-step-form p.center.sub-title{margin:10px auto 30px;width:740px}.businessplan-step-form .form-wrap{grid-gap:50px;border:1px solid #ffffff26;border-radius:6px;display:grid;grid-template-columns:1fr 280px;padding:10px}.businessplan-step-form .form-wrap label.label-wrap{display:flex;justify-content:space-between}.businessplan-step-form .form-wrap .form-sidebar{background:#1a1724;border:1px solid #2b2a30;border-radius:6px;height:fit-content;padding:12px}.businessplan-step-form .form-wrap .form-sidebar .single-step{display:flex;margin-bottom:15px}.businessplan-step-form .form-wrap .form-sidebar .single-step .step-icon{background:#13111c;border:1px solid #ffffff26;border-radius:6px;height:40px;margin-right:15px;position:relative;width:40px}.businessplan-step-form .form-wrap .form-sidebar .single-step .step-icon img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.businessplan-step-form .form-wrap .form-sidebar .single-step .step-info p:first-child{color:#85859e;font-size:12px;font-weight:600;line-height:normal;margin:0;text-transform:uppercase}.businessplan-step-form .form-wrap .form-sidebar .single-step .step-info p:last-child{color:#fff;font-size:14px;font-weight:500;line-height:normal}.businessplan-step-form .form-wrap .form-sidebar .single-step.step-complete .step-icon{border:1px solid #e61e4e}.businessplan-step-form .form-wrap .form-sidebar .single-step.step-current .step-icon{background:#e61e4e;border:1px solid #e61e4e}.businessplan-step-form .form-wrap form{display:flex;flex-direction:column;padding:25px 0 0 40px}.businessplan-step-form .form-wrap form p{color:#9b9b9e;font-size:16px;margin-bottom:20px;padding:0}.businessplan-step-form .form-wrap form p:last-child{margin-bottom:0}.businessplan-step-form .form-wrap form h3{color:#fff;font-size:36px;font-style:normal;font-weight:600;letter-spacing:-1.08px;line-height:122%;margin:0 0 12px}.businessplan-step-form .form-wrap form h4,.businessplan-step-form .form-wrap form h5{color:#fff;font-size:22px;font-weight:600;letter-spacing:-.6px;line-height:normal}.businessplan-step-form .form-wrap form h5{font-size:20px}.businessplan-step-form .form-wrap form .form-group{margin-bottom:20px}.businessplan-step-form .form-wrap form p.step-title{color:#f37c2e;font-size:12px;font-weight:600;letter-spacing:1.2px;line-height:166%;margin:0;text-transform:uppercase}.businessplan-step-form .form-wrap form input#comnpany-name,.businessplan-step-form .form-wrap form input#comnpany-name+fieldset,.businessplan-step-form .form-wrap form input#funding-cost,.businessplan-step-form .form-wrap form input#funding-cost+fieldset{width:460px}.businessplan-step-form .form-wrap form .upload-wrap{margin-bottom:20px}.businessplan-step-form .form-wrap form .upload-wrap img.preview-image{border-radius:9px;height:50px;object-fit:cover;width:50px}.businessplan-step-form .form-wrap form .upload-wrap .preview-wrap{position:relative}.businessplan-step-form .form-wrap form .upload-wrap .preview-wrap img.close-button{cursor:pointer;position:absolute;right:-5px;top:-5px}.businessplan-step-form .form-wrap form .upload-wrap p{color:#565363;font-family:Inter;font-size:14px;font-weight:500;line-height:normal;margin:0;padding:0 80px 0 15px}.businessplan-step-form .form-wrap form .upload-wrap button,.businessplan-step-form .form-wrap form .upload-wrap label.MuiButtonBase-root{background:#514d60;color:#fff;font-family:Poppins;font-size:13px;font-weight:500;height:auto;line-height:normal}.businessplan-step-form .form-wrap form .upload-wrap button:hover,.businessplan-step-form .form-wrap form .upload-wrap label.MuiButtonBase-root:hover{background:#bf0434}.businessplan-step-form .form-wrap form .have-logo{align-items:center;background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #ffffff26;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:30px;padding:20px 30px;position:relative;z-index:1}.businessplan-step-form .form-wrap form .have-logo:before{background:url(/static/media/what-happen-next.af80c411f45ac6c61f54.png) no-repeat;background-position:100% 100%;background-size:cover;border-radius:6px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:-1}.businessplan-step-form .form-wrap form .have-logo a.btn-main{background:#fff;color:#000}.businessplan-step-form .form-wrap form .have-logo a.btn-main:hover{background-color:#bf0434;color:#fff}.businessplan-step-form .form-wrap form .have-logo a.btn-main:after{filter:brightness(0) saturate(100%) invert(0) sepia(100%) saturate(7459%) hue-rotate(59deg) brightness(89%) contrast(111%)}.businessplan-step-form .form-wrap form .have-logo a.btn-main:hover:after{filter:none}.businessplan-step-form .form-wrap form .btn-wrapper{align-items:center;display:flex;justify-content:space-between;margin-top:auto;padding-top:20px;width:100%}.businessplan-step-form .form-wrap form .btn-wrapper .btn-main{margin-left:auto}.businessplan-step-form .form-wrap form textarea{height:150px!important}.businessplan-step-form .form-wrap form .btn-wrapper a.back-btn{border:1px solid #ffffff1a;border-radius:6px;padding:14px 20px}.businessplan-step-form .form-wrap form .btn-wrapper a.back-btn:hover{background:#e51548;color:#fff}.businessplan-step-form .form-wrap form .btn-wrapper a.back-btn:before{display:inline-block;height:13px;margin-right:10px;position:relative;top:-2px;vertical-align:middle;width:16px}.businessplan-step-form .form-wrap form .btn-main-wrap .btn-wrap{justify-content:left;padding-bottom:20px;padding-top:20px}.businessplan-step-form .form-wrap form .shortlist-tab .form-group span.number{background:#161220;border:1px solid #595568;border-radius:4px 0 0 4px;box-shadow:0 2px 4px 0 #00000026;color:#fff;display:inline-block;font-size:16px;font-weight:600;height:48px;left:0;line-height:48px;position:absolute;text-align:center;width:48px}.businessplan-step-form .form-wrap form .shortlist-tab .form-group input{padding-left:65px}.businessplan-step-form .form-wrap form .inner-box{background:linear-gradient(225deg,#1a1724 16.62%,#06050c 97.87%);border:1px solid #ffffff26;border-radius:6px;margin-bottom:20px;padding:15px 20px}.businessplan-step-form .form-wrap form .inner-box h5{margin-bottom:10px}.businessplan-step-form .form-wrap form .due-date img{bottom:15px;pointer-events:none;position:absolute;right:11px}.businessplan-nameidea{padding-top:0!important}.businessplan-nameidea .name-search,.startup-launchpad .name-search{margin:30px auto 0;width:865px}.businessplan-nameidea .name-search input,.startup-launchpad .name-search input{background:#ffffffe6;border:1px solid #4d232d;border-radius:6px;color:#6a696d!important;height:62px;padding:16px 170px 16px 16px}.businessplan-nameidea .name-search input::placeholder,.startup-launchpad .name-search input::placeholder{color:#6a696d!important}.businessplan-nameidea .name-search button.btn-main,.startup-launchpad .name-search button.btn-main{position:absolute;right:6px;top:5px}.businessplan-nameidea .name-search button.btn-main:after,.startup-launchpad.name-search button.btn-main:after{background:url(/static/media/little-star.2d3cefae4ab33a690027.svg) no-repeat;height:22px;width:24px}.businessplan-nameidea .name-search p,.startup-launchpad .name-search p{color:#fff;font-size:14px;font-weight:500;line-height:185.714%;position:relative}.businessplan-nameidea .name-search p:after{background:url(/static/media/little-star.2d3cefae4ab33a690027.svg) no-repeat;background-size:contain;content:"";display:inline-block;height:12px;vertical-align:super;width:17px}.businessplan-nameidea .btn-main-wrap{overflow-x:auto;white-space:nowrap}.businessplan-nameidea .btn-main-wrap .btn-wrap{justify-content:left;padding:50px 0 10px}.businessplan-nameidea .nameidea-result-box{border:1px solid #ffffff26;border-radius:6px;margin:20px 0 0;padding:20px}.businessplan-nameidea .nameidea-result-box .box-wrap{grid-gap:20px;display:grid;grid-template-columns:repeat(5,1fr)}.businessplan-nameidea .nameidea-result-box .box-wrap .single-box{background:linear-gradient(220deg,#1a1724 15.56%,#06050c 93.54%);border:1px solid #ffffff26;border-radius:6px;padding:10px 20px;position:relative}.businessplan-nameidea .nameidea-result-box .box-wrap .single-box p.name{color:#fff;font-family:Poppins;font-size:20px;font-weight:600;letter-spacing:-.6px;line-height:normal;margin:0}.businessplan-nameidea .nameidea-result-box .box-wrap .single-box a{color:#9b9b9e;font-family:Inter;font-size:16px;font-weight:600;line-height:normal}.businessplan-nameidea .nameidea-result-box .box-wrap .single-box a:hover{color:#e51548}.businessplan-nameidea .nameidea-result-box .box-wrap .single-box a:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.businessplan-nameidea .nameidea-result-box .box-wrap .single-box a:after{background:url(/static/media/white-right-arrow.63a114bbf8011cdab68d.svg) no-repeat;background-size:contain;content:"";display:inline-block;filter:brightness(0) saturate(100%) invert(65%) sepia(6%) saturate(28%) hue-rotate(201deg) brightness(95%) contrast(89%);height:11px;margin-left:6px;pointer-events:none;vertical-align:middle;width:12px}html body .MuiNativeSelect-root select.MuiNativeSelect-select{background-color:#000;border:1px solid #d8d8d8!important;border-radius:6px;color:#fff;font-family:Inter;font-size:16px;font-weight:500;line-height:normal;min-width:41px!important;padding:10px 12px!important}html body .MuiNativeSelect-root svg{display:none}html body .MuiNativeSelect-root:before{background:url(/static/media/down-arrow.f5be95a950d7694c8184.svg) no-repeat;background-size:contain;border:0!important;content:"";filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(6151%) hue-rotate(185deg) brightness(86%) contrast(99%);height:6px;left:auto;pointer-events:none;position:absolute;right:16px;top:20px;width:12px}.common-select-button{border:1px solid #595568!important;border-radius:4px!important;cursor:pointer;height:48px!important;line-height:48px!important}.common-select-button fieldset{display:none}.common-select-button .MuiSelect-select{border-radius:8px!important;padding:0 36px 0 12px!important;position:relative}.MuiAutocomplete-inputRoot button{height:6px;position:relative;width:10px}.MuiAutocomplete-inputRoot button svg{display:none}.MuiAutocomplete-inputRoot button:before,.common-select-button .MuiSelect-select:before{background:url(/static/media/dark-dropdown-arrow.fa543069f7d0bbf1c157.svg) no-repeat;background-size:contain;content:"";filter:brightness(0) saturate(100%) invert(79%) sepia(11%) saturate(103%) hue-rotate(202deg) brightness(98%) contrast(93%);height:6px;position:absolute;right:12px;top:21px;width:10px}.MuiAutocomplete-inputRoot button:before{right:0;top:0}.card-detail .card-info{align-items:center;background:linear-gradient(225deg,#1a1724 16.62%,#06050c 97.87%);border:1px solid #ffffff26;border-radius:6px;display:flex;gap:10px;justify-content:space-between;margin:15px 0;padding:13px 30px}.card-detail .card-info img{flex:0 0 50px;margin:0;width:50px!important}.card-detail .card-info .number-name{display:flex;flex-direction:column;width:190px}.card-detail .card-info .number-name span{color:#fff;font-family:Inter;font-size:14px;font-weight:500;line-height:normal}.card-detail .card-info .number-name span:last-child{border-left:0;margin-left:0;padding-left:0}.card-detail .card-info a.change-card{border:1px solid #ffffff26;border-radius:6px;color:#fff;font-size:13px;font-weight:600;line-height:normal;margin-right:0;padding:5px 20px}.card-detail .card-info a.change-card:hover{background-color:#bf0434}.card-detail .card-info label{margin:0}.card-detail .card-info label span{padding-left:0;padding-right:0}.add-new-card .wrap{align-items:baseline;display:flex;justify-content:space-between}.add-new-card .wrap a{color:#e51548;font-size:14px;font-weight:500;line-height:normal;position:relative}.add-new-card .wrap a:hover{color:#fff}.add-new-card .wrap a:before{content:"+";font-size:15px;margin-right:5px;position:relative}.add-new-card fieldset{margin:10px 0;width:100%}.customerprofile-mainpage form#profile-form .i-am-investor{padding:0!important}.customerprofile-mainpage form#profile-form .i-am-investor-check{margin:0;position:relative;text-align:center;z-index:1}.customerprofile-mainpage form#profile-form .i-am-investor-check:after,.customerprofile-mainpage form#profile-form .i-am-investor-check:before{TOP:14px;background:#595568;content:"";height:1px;left:0;position:absolute;width:43%;z-index:-1}.customerprofile-mainpage form#profile-form .i-am-investor-check:after{left:auto;right:0}.customerprofile-mainpage form#profile-form .i-am-investor-check label{background:#1a1724;display:inline-block;padding-left:10px;width:max-content}.customerprofile-mainpage form#profile-form .i-am-investor-check input#isInvestor{background:#1a1724}.customerprofile-mainpage form#profile-form .i-am-investor textarea#investor_request_info{height:100px!important}.chart-btn-wrap{margin:30px 0 20px;text-align:center}.chart-member-edit h2{font-family:Poppins;font-size:20px;font-weight:500;letter-spacing:0;padding:0 0 20px}.chart-member-edit .MuiDialogContent-root{padding:0}.chart-member-edit .MuiDialogContent-root *{border-color:#fff;color:#fff}.chart-member-edit .MuiDialogContent-root>div{margin-bottom:20px}.chart-member-edit button{background:#e51548;border-radius:6px;box-shadow:inset 0 6px 10px 0 #ffffff1f;color:#fff;cursor:pointer;font-size:14px;font-weight:600;line-height:normal;padding:12px 18px;position:relative;text-align:center}.chart-member-edit button:hover{background:#bf0434}custom-popup-inner.chart-member-edit{margin:0}.domain-check .name-search button.btn-main:after{background:url(/static/media/earth-search.ce5acc9d6ac1592a7cfc.svg) no-repeat;height:22px;width:24px}.availability-wrap{grid-gap:50px;display:grid;grid-template-columns:1fr 1fr;padding-top:50px}.availability-wrap .single-box{background:#0c0b14;border:1px solid #ffffff26;border-radius:6px;overflow-x:auto;padding:20px 30px;width:100%}.availability-wrap .single-box .tag{background:#371c0a;border-radius:6px;color:#f37c2e;font-family:Inter;font-size:12px;font-weight:600;letter-spacing:1.2px;line-height:166.667%;padding:2px 8px;text-transform:uppercase;width:max-content}.availability-wrap .single-box .domain-name{color:#fff9;font-family:Inter;font-size:50px;font-style:normal;font-weight:300;line-height:normal;margin:10px 0;overflow-x:auto;padding-bottom:8px;position:relative}.availability-wrap .single-box p.note{color:#6a696d;font-size:14px;font-weight:400;line-height:157%}.availability-wrap .single-box p.note span{color:#fff3;font-family:Poppins;font-size:18px;font-weight:500;letter-spacing:-.54px;line-height:160%;vertical-align:middle}.availability-wrap .single-box p.note strong{color:#fff;font-size:18px;font-weight:500;letter-spacing:-.54px;padding:0 7px;vertical-align:middle}.availability-wrap .single-box a.customize-btn{background:#fff;border-radius:6px;box-shadow:inset 0 6px 10px 0 #ffffff1f;color:#080808;font-size:16px;font-weight:600;line-height:normal;margin-top:30px;padding:10px 20px}.availability-wrap .single-box a.customize-btn:hover{background:#e5184a;color:#fff}.availability-wrap .single-box a.check-more{color:#fff;font-size:14px;font-weight:500;line-height:normal;margin-top:auto;position:relative}.availability-wrap .single-box a.check-more:after{background:url(/static/media/down-arrow.f5be95a950d7694c8184.svg) no-repeat;background-size:contain;content:"";display:inline-block;height:5px;margin-left:4px;vertical-align:middle;width:9px}.availability-wrap .already-register{align-items:baseline;background:#e5151808;border:1px solid #711718;display:flex;flex-direction:column}.availability-wrap .already-register .tag{background:#400708;color:#e51518}.availability-wrap .already-register .domain-name:before{background:url(/static/media/domain-close.49b2459e2ddd6a9c9d5b.svg) no-repeat;background-size:contain;content:"";display:inline-block;height:40px;margin-right:13px;position:relative;top:3px;vertical-align:initial;width:40px}.domain-check .btn-main-wrap .btn-wrap a{background:#0000;display:flex;justify-content:center;padding:9px 16px}.domain-check .btn-main-wrap .btn-wrap a.active,.domain-check .btn-main-wrap .btn-wrap a:hover{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border-color:#e51548}.domain-check .btn-main-wrap .btn-wrap a img{flex:0 0 15px;margin-right:8px;width:15px}.domain-check .domain-list .single-domain{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:20px}.domain-check .domain-list .single-domain .left-col,.domain-check .domain-list .single-domain .right-col{align-items:center;display:flex}.domain-check .domain-list p.domain-name{font-family:Poppins;font-size:20px;font-weight:500;letter-spacing:-.6px;line-height:135%;margin-bottom:0}.domain-check .domain-list span.preminum-tag{background:#032a21;border-radius:6px;color:#0c9f7a;font-family:Inter;font-size:12px;font-weight:600;letter-spacing:1.2px;line-height:166%;margin-left:15px;padding:0 10px;position:relative;text-transform:uppercase}.domain-check .domain-list span.preminum-tag:after,.domain-check .domain-list span.preminum-tag:before{background:url(/static/media/premium-star.114f40acac84a3e9ac11.svg) no-repeat;background-size:contain;content:"";display:inline-block;height:10px;left:-2px;position:relative;width:10px}.domain-check .domain-list span.preminum-tag:after{left:0;right:-2px}.domain-check .domain-list .single-domain .price{padding:0 30px}.domain-check .domain-list .single-domain p.old-price{color:#fff3;font-family:Poppins;font-size:18px;font-weight:500;letter-spacing:-.54px;margin-bottom:0}.domain-check .domain-list .single-domain p.new-price{color:#fff;font-family:Poppins;font-size:18px;font-weight:500;letter-spacing:-.54px;line-height:normal}.domain-check .domain-list .single-domain p.new-price span{color:#6a696d;font-family:Inter;font-size:14px;font-weight:400;line-height:157%;margin-left:3px}.domain-check .domain-list .single-domain a.btn-main{background:#fff;color:#000}.domain-check .domain-list .single-domain a.btn-main:hover{background:#e5184a;color:#fff}.domain-check .domain-list .single-domain a.btn-main:after{background:url(/static/media/add-to-cart.4c56cf26b2c36ae8195d.svg) no-repeat;background-size:contain;height:17px;width:17px}.domain-check .btn-main-wrap{margin:40px 0}.domain-check .btn-main-wrap h4{font-family:Inter;font-size:14px;font-weight:600;line-height:normal}.domain-check .btn-main-wrap .btn-wrap{padding:15px 0}ol{counter-reset:item}ol,ol li{list-style:decimal}ol li{display:block}ol li:before{content:counters(item,".") " ";counter-increment:item}.legal-aggrement p.sub-title{margin:0 auto;width:700px}.legal-aggrement h4{color:#fff;font-family:Poppins;font-size:24px;font-weight:600;letter-spacing:-.72px;line-height:normal;margin:15px 0}.legal-aggrement .aggreement-wrap{grid-gap:40px;align-items:baseline;border:1px solid #ffffff26;border-radius:6px;display:grid;grid-template-columns:1fr 700px;margin-bottom:60px;margin-top:60px;padding:12px 10px}.legal-aggrement .aggreement-wrap .date:before{background:url(/static/media/cal.8d300d85a13a9d38db62.svg) no-repeat;background-color:#000;background-size:contain;content:"";cursor:pointer;height:15px;pointer-events:none;position:absolute;right:17px;top:16px;width:15px;z-index:1}.legal-aggrement .aggreement-wrap .title-wrap{align-items:center;display:flex;justify-content:space-between}.legal-aggrement .aggreement-wrap .title-wrap svg{fill:#e51548}.legal-aggrement .aggreement-wrap .shareholder-row{align-items:center;display:flex;margin-bottom:15px;width:100%}.legal-aggrement .aggreement-wrap .form-group span.number{background:#161220;border:1px solid #595568;border-radius:6px 0 0 6px;box-shadow:0 2px 4px 0 #00000026;color:#fff;display:inline-block;font-size:16px;font-weight:600;height:48px;left:0;line-height:48px;position:absolute;text-align:center;width:48px}.legal-aggrement .aggreement-wrap .shareholder-row .number-field{width:70%}.legal-aggrement .aggreement-wrap .shareholder-row .number-field input{padding-left:65px}.legal-aggrement .aggreement-wrap .shareholder-row .number-field fieldset{border-radius:6px 0 0 6px;border-right:0!important}.legal-aggrement .aggreement-wrap .shareholder-row .percentage-field{width:30%}.legal-aggrement .aggreement-wrap .shareholder-row span.percentage{position:absolute;right:50px}.legal-aggrement .aggreement-wrap .shareholder-row .percentage-field fieldset{border-radius:0 6px 6px 0}.legal-aggrement .aggreement-wrap .shareholder-row svg{fill:#fff}.legal-aggrement .aggreement-wrap ol li,.legal-aggrement .aggreement-wrap p,.legal-aggrement .aggreement-wrap ul li{color:#848387;display:inline-block;font-family:Inter;font-size:14px;font-weight:500;line-height:150%;margin-bottom:8px;margin-top:8px;position:relative}.legal-aggrement .aggreement-wrap ol li,.legal-aggrement .aggreement-wrap ul li{padding-left:25px}.legal-aggrement .aggreement-wrap ol li:before,.legal-aggrement .aggreement-wrap ul li:before{left:0;position:absolute}.legal-aggrement .aggreement-wrap .content>ol>li{color:#fff}.legal-aggrement .aggreement-wrap .right-col{background:#1a1724;border:1px solid #2b2a30;border-radius:6px;overflow-y:auto;padding:10px 35px 100px}.legal-aggrement .aggreement-wrap .right-col span.preview{border-bottom:1px solid #595568;color:#fff;display:inline-block;margin:0 5px;padding:8px 5px;word-break:break-all}.legal-aggrement .aggreement-wrap .right-col .field-wrap{display:flex;margin-top:15px}.legal-aggrement .aggreement-wrap .right-col .field-wrap .left-field{padding-right:30px;width:65%}.legal-aggrement .aggreement-wrap .right-col .field-wrap .right-field{width:35%}.legal-aggrement .aggreement-wrap .right-col .field-wrap label{color:#fff;display:block}.legal-aggrement .aggreement-wrap .right-col .field-wrap span.preview{display:block}.legal-aggrement .aggreement-wrap .right-col h5{color:#fff;font-family:Inter;font-size:14px;font-weight:500;line-height:normal;margin:20px 0}.legal-aggrement .aggreement-wrap .guidance>ul>li:before{background:#fff3;border-radius:50%;content:"";height:7px;left:0;position:absolute;top:7px;width:7px}.legal-aggrement .download-button{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(225deg,#1a1724e6 16.62%,#06050ce6 97.87%);border-radius:0 0 6px 6px;bottom:10px;padding:20px 45px;position:absolute;right:26px;width:700px}.legal-aggrement .download-button a.btn-main{background:#0000;border:1px solid #fff3;color:#fff;opacity:.5}.legal-aggrement .download-button a.btn-main:after{background:url(/static/media/download.ce7cb914424d1c755166.svg) no-repeat;background-size:contain;height:18px;width:18px}.legal-aggrement .download-button a.btn-main:hover{background-color:#bf0434;color:#fff;opacity:1}.related-product{padding:80px 0 0}.related-product .wrapper{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);margin-top:30px}.related-product .wrapper .single{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #ffffff26;border-radius:6px;padding:20px 40px}.related-product .wrapper .single .img-wrap{height:200px}.related-product .wrapper .single .title-wrap{align-items:center;display:flex;padding:20px 0}.related-product .wrapper .single .title-wrap img{margin:0 20px 0 0}.related-product .wrapper .single p{color:grey;font-size:16px;font-weight:500;letter-spacing:-.48px;line-height:150%}@keyframes wiggle{0%{transform:rotate(0deg)}15%{transform:rotate(-5deg)}30%{transform:rotate(5deg)}45%{transform:rotate(-5deg)}60%{transform:rotate(5deg)}75%{transform:rotate(-2deg)}to{transform:rotate(0deg)}}.wiggle{animation:wiggle .5s ease-in-out infinite;display:inline-block}.startup-launchpad h1 span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#843ab3 -14.29%,#e51548 45.14%,#f37c2e);background-clip:text;-webkit-background-clip:text}.startup-launchpad .name-search{margin-bottom:100px}.startup-launchpad .name-search button.btn-main:after{background-image:url(/static/media/launchpad-bag.a4f6b7b6af74d2c18a0e.svg);height:24px;width:23px}.startup-launchpad .name-search .form-group:before{background-image:url(/static/media/grey-bag.d7a3a78c1015873ee470.svg);background-repeat:no-repeat;background-size:contain;content:"";height:19px;left:20px;position:absolute;top:21px;width:20px;z-index:1}.startup-launchpad .name-search input{padding-left:50px;padding-right:250px}.startup-launchpad .btn-wrap{padding-top:10px}.startup-launchpad .result-box{border:1px solid #0003;border-radius:6px;margin-top:25px;padding:20px 40px}.startup-launchpad-page p.generated-title{color:#06050c;display:inline-block;font-size:24px;font-weight:600;letter-spacing:-.72px;line-height:normal;margin-bottom:0}.startup-launchpad-page span.generated-tag{background:#e5154833;border-radius:6px;color:#e51548;font-size:12px;font-style:normal;font-weight:600;letter-spacing:1.2px;line-height:166%;margin-left:10px;padding:1px 6px;position:relative;text-transform:uppercase;top:-2px;vertical-align:middle}.startup-launchpad-page span.generated-tag:after{background:url(/static/media/star-launchpad.1d829e788fa7eeacdf5f.svg) no-repeat;content:"";display:inline-block;height:10px;width:10px}.startup-launchpad .result-box p:not(.generated-title){font-size:14px}.startup-launchpad .result-box .col-wrap{grid-gap:40px;display:grid;grid-template-columns:1fr 1fr;padding-bottom:30px;padding-top:30px}.startup-launchpad .result-box .col-wrap>div{background:#fff;border:1px solid #0003;border-radius:6px}.startup-launchpad .result-box .col-wrap .title-wrap{background:#e9e8ee;border-radius:6px 6px 0 0;padding:20px 38px}.startup-launchpad .result-box .col-wrap .title-wrap p{font-size:16px}.startup-launchpad .result-box .col-wrap .title-wrap p.title{color:#06050c;font-size:20px;font-weight:600;margin-bottom:10px}.startup-launchpad .result-box .col-wrap .content{padding:20px 38px}.startup-launchpad .result-box .col-wrap .content p.title{color:#06050c;font-size:16px;font-weight:600;line-height:normal;margin-bottom:10px}.startup-launchpad .result-box .col-wrap .content .single-box:not(:last-child){border-bottom:1px solid #ffffff1a;margin-bottom:20px;padding-bottom:20px}.startup-launchpad-page h1{margin-bottom:10px}.business-prototype{padding:100px 0}.business-prototype .wrap{grid-gap:30px;display:grid;grid-template-columns:400px auto}.business-prototype h2{margin-bottom:40px}.business-prototype .prototype-box{background:#fff;border:1px solid #ffffff26;border-radius:6px;padding:20px}.business-prototype .prototype-box p{color:#424145;font-size:14px;font-weight:400;line-height:142%}.business-prototype .prototype-box p.title{color:#06050c;font-size:16px;font-weight:600;margin-bottom:10px}.business-prototype .prototype-box p.subb-title{color:#fff}.business-prototype .prototype-box ul li{color:#424145;font-family:Inter;font-size:14px;font-style:normal;line-height:200%;padding-left:15px;position:relative}.business-prototype .prototype-box ul li:before{background:#d9d9d9;border-radius:100%;content:"";height:5px;left:0;position:absolute;top:12px;width:5px}.business-prototype .prototype-box p.subb-title{color:#06050c;font-weight:500;line-height:normal;margin:20px 0 10px}.business-prototype .inner-wrap{align-items:center;background:#fff;border:1px solid #ffffff26;border-radius:6px;display:flex;justify-content:space-between;overflow:hidden;padding:15px 40px;position:relative;z-index:1}.business-prototype .inner-wrap:before{background:url(/static/media/trips-color-bg.12e9cecd3f610a4f7854.png) no-repeat;background-size:contain;content:"";height:356px;left:auto;pointer-events:none;position:absolute;right:-100px;top:-40px;transform:rotate(90deg);width:279px;z-index:-1}.business-prototype .inner-wrap .inner-left{width:640px}.business-prototype .inner-wrap .inner-left p:not(.generated-title){color:#424145;font-size:14px;font-weight:500;line-height:20px}.business-prototype .learn-canvas{grid-gap:30px;display:grid;grid-template-columns:1fr 1fr 1fr}.business-prototype .learn-canvas .full-width{grid-column:1/4}.business-prototype .prototype-box.full-width{display:flex}.business-prototype .prototype-box.full-width div:first-child{flex:0 0 210px;margin-right:50px}.launch-section{background:linear-gradient(180deg,#1a1724,#06050c);padding:100px 0;position:relative}.launch-section h2{margin-bottom:20px}.launch-section .box,.launch-section .domain-box-wrap>div{background:linear-gradient(217deg,#1a1724 13.91%,#06050c 63.61%);border:1px solid #ffffff40;border-radius:10px;padding:30px 60px}.launch-section .box p.generated-title{color:#fff;font-size:24px;margin-bottom:10px}.launch-section .box p{font-size:14px}.launch-section .box ul.launch-list{grid-gap:20px;display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:25px;margin-top:40px}.launch-section .box ul.launch-list li{background:linear-gradient(220deg,#1a1724 15.56%,#06050c 93.54%);border:1px solid #ffffff40;border-radius:4px;color:#fff;font-size:20px;font-weight:600;letter-spacing:-.6px;line-height:normal;padding:11px 20px}.launch-section .box ul.launch-list li:hover{color:#e51548}.launch-section .domain-box-wrap{grid-gap:40px;align-items:flex-start;display:grid;grid-template-columns:1fr 1fr;margin-top:40px}.launch-section .domain-box-wrap .company-formation-box{min-height:620px}.launch-section .domain-box-wrap p.generated-title{color:#fff;margin-bottom:10px}.launch-section .domain-box-wrap p.sub-content{color:#6a696d;font-size:14px;font-weight:500;line-height:142%}.launch-section .domain-box-wrap .price-col{align-items:center;border-bottom:1px solid #0000001a;display:flex;margin-bottom:22px;padding-bottom:22px}.launch-section .domain-box-wrap .price-col:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.launch-section .domain-box-wrap .price-col p{color:#fff;font-family:Poppins;font-size:16px;font-weight:500;margin-bottom:0}.launch-section .domain-box-wrap .price-col p.name{color:#9b9b9e;flex:0 0 240px;letter-spacing:-.6px;line-height:135%;width:240px;word-break:break-all}.launch-section .domain-box-wrap .price-col p.price{letter-spacing:-.54px;margin-left:auto;margin-right:10px}.launch-section .domain-box-wrap .price-col p.price span{color:#6a696d;font-family:Inter;font-size:14px;font-weight:400;line-height:22px}.launch-section .domain-box-wrap .price-col p.new-price{margin-left:auto;margin-right:15px}.launch-section .domain-box-wrap .price-col a.btn-main{background:#fff;border:1px solid #0000001a;color:#000}.launch-section .domain-box-wrap .price-col a.btn-main:hover{background:#e5184a;border-color:#e5184a;color:#fff}.launch-section .domain-box-wrap .price-col a.btn-main:after{background:url(/static/media/add-to-cart.4c56cf26b2c36ae8195d.svg) no-repeat;background-size:contain;height:17px;width:17px}.launch-section .domain-box-wrap .price-col a.btn-main:hover:after{filter:brightness(0) saturate(100%) invert(100%) sepia(75%) saturate(0) hue-rotate(38deg) brightness(112%) contrast(101%)}.launch-section .domain-box-wrap .price-list{margin-bottom:40px;margin-top:40px}.launch-section .domain-box-wrap>div{position:relative}.launch-section .domain-box-wrap>div .img-wrap{bottom:0;position:absolute;right:0}.launch-section form.select-country .MuiInputBase-root input,.launch-section form.select-country .MuiInputBase-root input::placeholder{color:#fff!important}.launch-section form.select-country .MuiInputBase-root:before{filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7468%) hue-rotate(40deg) brightness(115%) contrast(101%)}.launch-section form.select-country fieldset{border:1px solid #302d3a!important;border-radius:4px!important}.launch-section .more-btn-wrap{margin:20px 0;padding-top:0}.launch-section a#load-more{border:1px solid #d8d8d8;color:#fff}.launch-section a#load-more:hover{border:1px solid #e51548}form.select-country{width:280px}form.select-country p{color:#6a696d;font-family:Poppins;font-size:14px;font-weight:600;margin-bottom:5px;padding-bottom:0}form.select-country .form-group button:last-child svg{display:none}form.select-country .MuiInputBase-root input{box-shadow:none;color:#6a696d!important;height:48px!important;max-height:48px!important;min-height:48px!important;padding:0 45px!important}form.select-country .MuiInputBase-root input::placeholder{color:#6a696d!important}form.select-country .MuiInputBase-root{box-shadow:none;height:48px;padding:0!important}form.select-country fieldset{border:1px solid #0000001a!important;box-shadow:none!important;padding:0 45px!important}form.select-country .MuiInputBase-root:before{background:url(/static/media/world-svg.9350d0a4c20dc7d1a401.svg) no-repeat;background-size:contain;content:"";height:19px;left:15px;pointer-events:none;position:absolute;top:14px;width:19px}.validation-section{padding:100px 0}.validation-section .critical-box{background:#e9e8ee;border:1px solid #ffffff26;border-radius:6px;margin-top:50px;padding:50px 60px}.validation-section .critical-box p.generated-title{font-size:20px;margin-bottom:10px}.validation-section .critical-box p.sub-content{color:#424145;font-size:14px;font-weight:500;line-height:142%;margin:0;width:612px}.validation-section .critical-box .steps{grid-gap:20px;display:grid;grid-template-columns:repeat(5,1fr)}.validation-section .critical-box .steps .single-step{background:#fff;border:1px solid #2b2a3033;border-radius:10px;display:flex;flex-direction:column;margin-top:30px;padding:10px 20px}.validation-section .critical-box .steps .single-step p.title{color:#06050c;font-family:Poppins;font-size:16px;font-weight:600;line-height:normal;margin-bottom:8px}.validation-section .critical-box .steps .single-step p.title span{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#433f50 26.14%,#161420 79.72%);background-clip:text;-webkit-background-clip:text;font-family:Poppins;font-size:40px;font-weight:500;letter-spacing:-1.2px;margin-right:15px;vertical-align:middle}.validation-section .critical-box .steps .single-step p.desc{color:#424145;font-size:14px}.validation-section .critical-box .steps .single-step .level{align-items:center;border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-top:auto;padding:15px 0}.validation-section .critical-box .steps .single-step .level p{color:#565363;font-size:14px;font-weight:500;line-height:normal;margin:0}.validation-section .critical-box .steps .single-step .level p.high{background:#e5151833;border-radius:6px;color:#e51518;font-size:12px;font-weight:600;letter-spacing:1.2px;padding:2px 6px;text-transform:uppercase}.validation-section .critical-box .steps .single-step .level p.medium{background:#371c0a;border-radius:6px;color:#f37c2e;font-size:12px;font-weight:600;letter-spacing:1.2px;padding:2px 6px;text-transform:uppercase}.validation-section .critical-box .steps .single-step .testing-method p:first-child{color:#565363;font-size:14px;font-weight:500;line-height:normal;margin-bottom:8px;margin-top:15px}.validation-section .critical-box .steps .single-step .testing-method p:last-child{font-size:16px;line-height:20px}.validation-exp{padding:80px 0 0}.validation-exp .customer-interview .btn-wrap p,.validation-exp p.validation-title.center{color:#fff;font-family:Poppins;font-size:20px;font-weight:600;letter-spacing:-.2px;line-height:19px}.validation-exp p.content{color:#a3a2a7;font-size:14px;font-weight:500;line-height:20px}.validation-exp .btn-wrap{padding-bottom:25px;padding-top:20px;position:relative}.validation-exp .btn-wrap a.btn-main{position:absolute;right:0;top:0}.validation-exp iframe{height:750px}.validation-exp .customer-interview{background:#e9e8ee;border:1px solid #ffffff26;border-radius:10px;margin-top:40px;padding:25px 20px}.validation-exp .customer-interview p.main-title{color:#06050c;font-family:Poppins;font-size:24px;font-weight:600;letter-spacing:-.72px;line-height:normal;margin-bottom:10px}.validation-exp .customer-interview ol li,.validation-exp .customer-interview p{color:#424145;font-family:Inter;font-size:14px;font-weight:400;line-height:28px}.validation-exp .customer-interview .interview-steps{grid-gap:20px;display:grid;grid-template-columns:1fr 1fr}.validation-exp .customer-interview .interview-steps .single-step{background:#fff;border:1px solid #2b2a3033;border-radius:6px;padding:20px}.validation-exp .customer-interview .interview-steps .single-step p.inner-title{color:#06050c;font-family:Poppins;font-size:18px;font-weight:600;line-height:normal;margin-bottom:7px}.validation-exp .customer-interview .interview-steps .single-step p.inner-title span{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#433f50 26.14%,#110f1a 79.72%);background-clip:text;-webkit-background-clip:text;font-family:Poppins;font-size:50px;font-weight:500;letter-spacing:-1.5px;margin-right:20px;vertical-align:middle}.back-btn{background:#0000;border:0;color:#fff;cursor:pointer;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal;padding:0 0 0 30px;pointer-events:all;position:relative}.back-btn:before{background:url(/static/media/back-btn.057abfc74d998fb4319a.svg) no-repeat;bottom:0;content:"";height:13px;left:0;position:absolute;right:0;top:0;width:16px}.brand-wheel-section h1{line-height:normal;margin:12px 0 0}.brand-wheel-section p{color:#9b9b9e;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:27px}.brand-com-top{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border-radius:6px 6px 0 0;padding:18px 40px 20px}.brand-com h3{color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;letter-spacing:-.2px;line-height:95%;margin:0 0 12px}.brand-com .brand-com-top p{color:#a3a2a7;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:125%}.brand-com .wrap{background:#1a1724;border:1px solid #2b2a30;border-radius:6px}.brand-com .brand-com-bot{padding:20px 40px 61px}.brand-com .brand-com-bot>div:not(:last-child){border-bottom:1px solid #ffffff1a;margin-bottom:20px;padding-bottom:20px}.brand-com .brand-com-bot>div.vision-wrap{margin-bottom:0}.brand-com h4{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding-bottom:8px}.brand-com p{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:142.857%}.brand-com .brand-com-bot>div.brand-value ul{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);margin:0 0 17px}.brand-com .brand-com-bot>div.brand-value ul li{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #ffffff26;border-radius:6px;padding:17px 25px 45px}.brand-com .brand-com-bot>div h5{color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:142.857%;padding-bottom:8px}.brand-com .brand-com-bot>div.brand-value h4{padding:10px 0 20px}.brand-com .brand-com-bot>div .brand-per h4{padding:10px 0 5px}.brand-essen-wrap{margin:30px 0 63px}.brand-attributes{padding:0 0 120px}.lean-canvas{padding:0 0 98px}.lean-canvas h1{font-weight:600;line-height:normal}.lean-canvas p{color:#9b9b9e;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:150%}.customer-seg h3{color:#fff;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;letter-spacing:-.72px;line-height:normal}.customer-seg p{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:142.857%}.customer-seg .wrap{border-bottom:1px solid #ffffff1a;margin-bottom:20px;padding-bottom:19px}.customer-seg-boxes{padding:0 0 50px}.customer-seg-boxes .wrap{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr)}.customer-seg-boxes .wrap>div{border:1px solid #ffffff26;border-radius:6px;padding:20px 30px 53px}.customer-seg-boxes .wrap h4{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:100%;position:relative}.customer-seg-boxes .wrap>div .img-wrap{align-items:center;display:flex;justify-content:flex-start}.customer-seg-boxes .wrap>div .img-wrap img{margin:0 15px 0 0}.customer-seg-boxes .wrap>div .content{padding:18px 0 0}.customer-seg-boxes .wrap .content h5{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding:0 0 9px}.customer-seg-boxes .wrap .content p{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:italic;font-weight:400;line-height:142.857%}.customer-seg-boxes .wrap>div .content ul{padding:0 16px}.customer-seg-boxes .wrap>div .content ul li{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:142.857%;list-style:disc none outside;list-style:initial}.customer-seg-boxes .wrap .content .cust-jobs{padding:21px 0 24px}.problem .wrap{background:linear-gradient(217deg,#1a1724 13.91%,#06050c 63.61%);border:1px solid #ffffff26;border-radius:6px;padding:29px 40px 38px}.problem .wrap h3{color:#fff;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;line-height:normal}.problem .wrap p{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:142.857%}.problem .wrap ul{grid-gap:21px;display:grid;grid-template-columns:repeat(4,1fr)}.problem .wrap ul li{background:#1a1724;border:1px solid #ffffff26;border-radius:6px;padding:8px 14px 16px}.problem .wrap ul li .img-wrap{align-items:center;display:flex;justify-content:flex-start;padding:0 0 8px}.problem .wrap ul li .img-wrap img{margin:0 10px 0 0}.problem .wrap ul li h4{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.problem .wrap ul li p{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:200%}.existing-alt{padding:59px 0 73px}.existing-alt h3{color:#fff;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;line-height:normal}.existing-alt p{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:142.857%}.existing-alt ul.existing-alt-ul{grid-gap:25px;display:grid;grid-template-columns:repeat(3,1fr);margin:33px 0 0}.existing-alt ul.existing-alt-ul>li{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #ffffff26;border-radius:6px;padding:22px 30px 31px}.existing-alt ul.existing-alt-ul>li h4{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.existing-alt ul.existing-alt-ul>li ul{padding:0 0 0 12px}.existing-alt ul.existing-alt-ul>li ul li{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:200%;list-style:disc none outside;list-style:initial}.solution h3{color:#fff;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;line-height:normal}.solution p{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:142.857%}.solution .wrap>ul{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);margin:46px 0 0}.solution .wrap>ul>li{border:1px solid #ffffff26;border-radius:6px;padding:32px 44px 21px}.solution .wrap>ul>li h4{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding:0 0 9px}.solution .wrap>ul>li ul.features{padding:0 0 0 10px}.solution .wrap>ul>li ul.features li{color:#9b9b9e;font-weight:400;list-style:disc none outside;list-style:initial}.solution .wrap>ul>li h5,.solution .wrap>ul>li ul.features li{font-family:Inter;font-size:14px;font-style:normal;line-height:200%}.solution .wrap>ul>li h5{color:#fff;font-weight:500}.solution .wrap>ul>li p{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:200%}.unique-val{padding:59px 0 296px}.unique-val .common-wrap{text-align:center}.unique-val .common-wrap h3{color:#fff;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;line-height:normal;text-align:center}.unique-val .common-wrap p{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:142.857%;text-align:center}.unique-val .common-wrap p.border{border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;color:#fff3;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.54px;line-height:normal;margin:46px 0 50px;padding:31px 0}.unique-val .wrap>ul{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);margin:0 0 40px}.unique-val .wrap>ul>li{border:1px solid #ffffff26;border-radius:6px;padding:30px 42px 44px}.unique-val .wrap>ul h3{color:#fff;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;line-height:normal}.unique-val .wrap>ul p{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:142.857%}.unique-val .wrap>ul>li>ul{padding:0 0 0 10px}.unique-val .wrap>ul>li>ul li{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:200%;list-style-type:disc}html body.ai-template{background:#fff}.fav-coffee{margin-bottom:-65px}.fav-coffee .wrap{display:grid;grid-template-columns:46% 44.9%;justify-content:space-between}.fav-coffee .wrap .left{padding-top:76px}.fav-coffee h1,.features h2{color:#06050c;line-height:100%;margin:0 0 30px}.fav-coffee p{font-weight:500;letter-spacing:-.54px;margin-bottom:10px}.fav-coffee .wrap .img-wrap img{background:#d9d9d9;border-radius:20px;display:block;height:100%;object-fit:cover;width:100%}.key-benefits{background:#f6f6f6;padding:194px 0 90px}.key-benefits .wrap{display:grid;grid-template-columns:42.9% 38.7%;justify-content:space-between;margin:0 auto;max-width:1190px}.key-benefits .right{text-align:left}.key-benefits h2{color:#06050c;font-weight:600;line-height:140.625%;margin:0 0 30px}.key-benefits ul li:not(:last-child){padding:0 0 16px}.key-benefits ul li span.bold{color:#06050c;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.key-benefits ul li p{color:#72727a;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.lov-by-cus{background:#000}.features{padding:77px 0 112px}.features .wrap{align-items:center;display:grid;grid-template-columns:42.9% 38.7%;justify-content:space-between;margin:0 auto;max-width:1250px}.features ul li:not(:last-child){padding:0 0 16px}.features ul li span.bold{color:#06050c;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.features ul li p{color:#72727a;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:150%}.join-us{background:#000;padding:100px 0 97px}.join-us .wrap{align-items:center;display:flex;flex-direction:column}html body.ai-template #footer .wrap .right img{filter:brightness(0) saturate(100%)}.join-us p{color:#9b9b9e;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:150%;text-align:center}.join-us a{align-items:center;background:#fff;border:0;border-radius:6px;box-shadow:inset 0 6px 10px 0 #ffffff1f;color:#06050c;display:inline-flex;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding:12px 31px 12px 32px}.join-us a:hover{background:#e5184a;color:#fff}html body.ai-template #footer{background:#fff;padding:46px 0 40px}html body.ai-template #footer .wrap{align-items:center;display:grid;grid-template-columns:60% auto;justify-content:space-between}html body.ai-template #footer p,html body.ai-template #footer p a{color:#72727a;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:192.857%}html body.ai-template #footer p a{color:#06050c}html body.ai-template #footer p a:hover{color:#e51548}html body.ai-template #footer .social a:hover{filter:brightness(0) saturate(100%) invert(18%) sepia(68%) saturate(4499%) hue-rotate(335deg) brightness(90%) contrast(100%)}.interview-que-section{padding:0 0 54px}.interview-que-section h1{color:#fff;font-family:Poppins;font-size:66px;font-style:normal;font-weight:600;letter-spacing:-1.98px;line-height:normal}.interview-que-section p{color:#9b9b9e;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:150%}.customizer-section{padding:0 0 66px}.customizer-section h3{color:#fff;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;line-height:normal}.customizer-section .wrap>ul{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);margin:29px 0 0}.customizer-section .wrap>ul>li{border:1px solid #ffffff26;border-radius:6px;padding:23px 20px 43px}.customizer-section .wrap>ul>li .question{align-items:center;display:flex;justify-content:flex-start}.customizer-section .wrap>ul>li ul.content{padding:5px 0 0 15px}.customizer-section .wrap>ul>li .number{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#433f50 26.14%,#110f1a 79.72%);background-clip:text;-webkit-background-clip:text;font-family:Poppins;font-size:50px;font-style:normal;font-weight:500;letter-spacing:-1.5px;line-height:normal;margin-right:22px;text-align:right}.customizer-section .wrap>ul>li ul.content li{color:#9b9b9e;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:200%;list-style-type:decimal}.legal-aggrement .aggreement-wrap .shareholder-row.full-row .number-field{width:100%}.legal-aggrement .aggreement-wrap .shareholder-row.full-row .number-field fieldset{border-radius:6px;border-right:1px solid #595568!important}.non-disclosure-aggrement .left-col .company-wrap{grid-template-columns:58% 39%}.non-disclosure-aggrement .left-col span.devider{color:#565363;display:block;font-family:Inter;font-size:14px;font-weight:500;line-height:normal;margin:15px 0;position:relative;text-align:center}.non-disclosure-aggrement .left-col span.devider:after,.non-disclosure-aggrement .left-col span.devider:before{background:#ffffff1a;content:"";height:1px;left:0;position:absolute;right:0;top:8px;width:47%}.non-disclosure-aggrement .left-col span.devider:after{left:auto;right:0}.about-banner .wrap{align-items:center;display:grid;grid-template-columns:522px 1fr;justify-content:space-between}.about-banner .wrap img{margin-right:0}.help-startup-launch{padding-bottom:0!important}.help-startup-launch p.sub-title{margin:30px auto 0;width:866px}.help-startup-launch .wrap{background:linear-gradient(217deg,#1a1724 13.91%,#06050c 63.61%);border:1px solid #ffffff26;border-radius:6px;padding:50px 222px 80px}.help-startup-launch .info-wrap{display:grid;grid-template-columns:repeat(3,1fr);margin-top:80px}.help-startup-launch .info-wrap p.number{color:#fff;font-family:Poppins;font-size:42px;font-weight:700;line-height:100%;margin-bottom:10px;position:relative;width:max-content;z-index:1}.help-startup-launch .info-wrap p.number span{position:absolute;right:-26px;top:0;z-index:-1}.help-startup-launch .info-wrap p.text{color:#afaec0}.image-content-sec .single-wrap{align-items:center;display:flex;justify-content:space-between;margin-top:80px}.image-content-sec .single-wrap:first-child{margin-top:0!important}.image-content-sec .single-wrap .content{flex:0 0 550px}.image-content-sec .single-wrap .img-wrap{margin:0 70px;position:relative}.image-content-sec .single-wrap .img-wrap:before{background:url(/static/media/about-image-shape.85d91e15c61b88507017.svg) no-repeat;background-size:contain;content:"";height:410px;left:-60px;position:absolute;width:568px;z-index:-1}.image-content-sec .single-wrap .img-wrap img{margin:0}.image-content-sec .single-wrap:nth-child(2n){flex-direction:row-reverse}.status{display:flex}.status>div{border-radius:6px;min-width:350px;padding:12px 17px}.status .in-review-status{background:#f37c2e05;border:1px solid #f37c2e33;margin-right:30px}.status .approve-status{align-items:center;background:#0c9f7a05;border:1px solid #0c9f7a33;display:flex}.status .in-review-status p{color:#fff6;font-size:14px;font-weight:500;line-height:normal}.status .in-review-status .icon-wrap{margin-bottom:10px}.status .icon-wrap{display:flex}.status .icon-wrap img{margin:0 15px 0 0}.status>div .icon-wrap p{color:#fff;font-family:Poppins;font-size:20px;font-weight:600;letter-spacing:-.6px;line-height:normal;padding:0}.network-profile-page .status>div .icon-wrap p{margin:0}.network-profile .status{display:block}.network-profile .status>div{min-width:100%}.network-profile .status .in-review-status{margin-bottom:20px;margin-right:0}.network-profile .status .approve-status{margin-bottom:20px;min-height:75px}.network-profile .status .rejected-status{background:#e5151805;border:1px solid #e5151833;margin-bottom:0}.terms-condition-page h1.h1-title{margin-bottom:10px;margin-top:35px}.terms-condition-page .wrapper{grid-gap:50px;display:grid;grid-template-columns:300px 1fr;margin-bottom:100px;margin-top:70px}.terms-condition-page .wrapper .left-wrap ul li{margin-bottom:15px}.terms-condition-page .wrapper .left-wrap ul li a{color:#fff;font-family:Inter;font-size:16px;font-weight:500;line-height:140%}.terms-condition-page .wrapper .left-wrap ul li a:hover{color:#e51548}.terms-condition-page .wrapper .right-wrap b,.terms-condition-page .wrapper .right-wrap strong{color:#fff}.terms-condition-page .wrapper .right-wrap ol,.terms-condition-page .wrapper .right-wrap ul{margin:20px 0}.terms-condition-page .wrapper .right-wrap ol>li,.terms-condition-page .wrapper .right-wrap ul>li{color:#9b9b9e;margin-bottom:16px;padding-bottom:0}.terms-condition-page .wrapper .right-wrap h3{color:#fff;font-size:36px;font-weight:600;letter-spacing:-1.08px;line-height:122%;margin:45px 0 25px}.terms-condition-page table tbody tr td,.terms-condition-page table tbody tr th{border:1px solid #ffffff26}.terms-condition-page .wrapper div#sticky-section .links{height:70vh;overflow-y:auto;padding-right:10px;transition:all .5s ease;width:300px}.network-profile ul.social-link li{align-items:center;border:1px solid #ffffff80!important;border-radius:6px;display:flex;padding:14px 30px;position:relative}.network-profile ul.social-link li p{color:#fff!important;font-family:Poppins;font-size:14px!important;margin:0 0 0 12px}.network-profile ul.social-link li a{bottom:0;left:0;position:absolute;right:0;top:0}.network-profile ul.social-link li img{margin:0}form#verify-otp-form .form-group>div input[type=text]{font-size:22px;height:63px;padding:0;width:100%!important}.copy-perk-code{align-items:center;display:flex;gap:15px}.copy-perk-code p{border:1px dashed #595568;border-radius:6px;box-shadow:0 2px 4px 0 #00000026;display:inline-block;font-size:14px;height:52px;line-height:48px;margin:0;padding:0 15px;width:198px}.copy-perk-code button{display:block;height:auto;padding:12px 30px}.copy-perk-code button:after{background:url(/static/media/copy-icon.0ff10a680927e299a90d.svg) no-repeat;background-size:contain;height:20px;width:17px}.coupon-applied{align-items:center;background:#1a1724;border:1px dashed #fff;border-radius:6px;display:flex;padding:10px 20px}.coupon-applied img{margin:0 10px 0 0}.coupon-applied .text p{color:#fff!important;font-family:Inter;font-style:normal;margin:0!important;padding:0!important}.coupon-applied .text span{color:#565363;font-family:Inter;font-size:12px;font-weight:400;line-height:180%}.coupon-applied button{background:url(/static/media/delete.524ad57aa95750be9284.svg) no-repeat;background-size:contain;border:0;font-size:0;height:18px;line-height:0;margin:0;min-width:auto;padding:0;width:18px}.coupon-applied button:hover{background-color:initial}.coupon-applied a.edit{color:#fff;font-size:12px;font-weight:500;margin-left:auto;margin-right:15px;text-decoration:underline}.coupon-applied a.edit:hover{color:#e51548}.common-form .wrap .inner-wrap .coupon-applied{margin-bottom:20px}.event-page h1{font-weight:500}.event-page .box-filters .sector{margin-right:10px;min-width:255px}.event-page .box-filters .location{width:300px}.event-page .box-filters .location:before{top:39px}.event-page .box-filters .check-wrap{padding-bottom:11px;padding-top:11px}.subscriptionData-list{margin-top:50px}.subscriptionData-list .single-subscriptionData{background:#1a1724;border:1px solid #ffffff26;border-radius:8px;padding:22px 30px}.subscriptionData-list .single-subscriptionData:not(:first-child){margin-top:30px}.subscriptionData-list .subscriptionData-wrap{align-items:baseline;display:flex;gap:30px;justify-content:space-between}.subscriptionData-list .subscriptionData-wrap p.title{color:#565363;font-size:14px;font-weight:700;line-height:normal;margin-bottom:5px}.subscriptionData-list .subscriptionData-wrap p.text{font-size:16px;font-weight:500;line-height:168%}.subscriptionData-list .subscriptionData-wrap p.text a{font-size:16px}.subscriptionData-list .subscriptionData-wrap .status-wrap p{background:#0c9f7a05;border:1px solid #0c9f7a33;border-radius:6px;color:#fff;font-size:16px;font-weight:500;letter-spacing:-.48px;line-height:normal;margin:0;padding:12px 14px;position:relative}.subscriptionData-list .subscriptionData-wrap .status-wrap p:before{background:#2e9c7d;border-radius:50%;content:"";display:inline-block;height:10px;margin-right:7px;width:10px}.subscriptionData-list .subscriptionData-wrap .status-wrap p.inactive{background:#e5151805;border:1px solid #e5151833}.subscriptionData-list .subscriptionData-wrap .status-wrap p.inactive:before{background:#e51518}.customer-billing .invoice-list .single-invoice .download-button{background:#514d60;border-radius:6px;color:#fff;font-size:14px;font-weight:600;line-height:normal;padding:8px 23px}.customer-billing .invoice-list .single-invoice .download-button:hover{background:#e51548}.masterclasses .small-business{background:linear-gradient(217deg,#1a1724 13.91%,#06050c 63.61%);background-image:url(/static/media/masterclass-new-bg.6be9ab2221cc994cb8c4.png);background-size:cover;border:1px solid #ffffff26;border-radius:10px;margin-top:40px;padding:60px}.masterclasses .small-business p.text{width:360px}.from-country form.select-country .MuiInputBase-root:before,.from-country form.select-country .form-group button svg,.from-country form.select-country .form-group button:last-child{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(111deg) brightness(102%) contrast(101%)}.from-country form.select-country .form-group button svg{fill:#fff!important;opacity:1!important}.from-country form.select-country input{background:#26232f;color:#fff!important}.from-country form.select-country input::placeholder{color:#fff!important;opacity:1!important}.contact-page h3{align-items:end;color:#fff;display:flex;font-family:Inter;font-size:30px;font-weight:700;letter-spacing:-.9px;line-height:normal;margin-bottom:30px}.contact-page h3 img{margin:0 10px;width:180px}.contact-page p.title{color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;letter-spacing:-.2px;line-height:19px;margin-bottom:20px}.contact-page .btn-wrap{display:flex;gap:10px}.contact-page .btn-wrap a{background:#514d60;border-radius:4px;color:#fff;font-size:14px;font-weight:600;line-height:normal;padding:10px 20px}.contact-page .learn-more{border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;margin:30px 0;padding:30px 0}.contact-page .wrap{grid-gap:100px;display:grid;grid-template-columns:auto 490px}.contact-page .custom-profile-support{margin-top:60px}.contact-page .contact-faq{padding:100px 0 20px}.contact-page .contact-faq h2{margin-bottom:50px}.contact-page .contact-faq ul.faqlist{margin:0 auto;width:1200px}.banner img.mobile-banner,.filter-group .top-bar{display:none}.cart-page .cart-left img.delete-cart-item{transition:all .5s ease}.cart-page .cart-left img.delete-cart-item:hover{filter:brightness(0) saturate(100%) invert(83%) sepia(93%) saturate(0) hue-rotate(103deg) brightness(109%) contrast(101%)}input[type=date]::-webkit-calendar-picker-indicator,input[type=date]::-webkit-inner-spin-button{opacity:0}.seo-wrap .center.box{justify-content:center}.about-box .wrpa{grid-gap:82px;display:grid;gap:82px;grid-template-columns:530px auto}.about-box .wrpa .user-box{grid-gap:28px;border:1px solid #595568;border-radius:8px;display:grid;gap:28px;grid-template-columns:160px auto;padding:30px 24px}.about-box .wrpa .user-box .user-info .user-name{color:#fff;font-size:36px;font-weight:600;line-height:normal;margin-bottom:8px}.about-box .wrpa .user-box .user-info .user-work{border-bottom:1px solid #ffffff1a;color:#f37c2e;font-size:16px;font-weight:500;line-height:normal;margin-bottom:15px;padding-bottom:15px}.about-box .wrpa .user-box .user-info .user-website{color:#565363;font-size:14px;font-weight:500;line-height:normal;margin:0}.about-box .wrpa .user-box .user-info .user-website a{color:#fff;font-size:14px;font-weight:600;line-height:120%}.about-box .wrpa .user-box .img{border:1px solid #ffffff1a;height:100%;width:100%}.about-box .wrpa .user-box .user-info .social-media{align-items:center;display:flex;gap:10px;margin-top:10px}.about-box .wrpa .user-box .user-info .social-media li a{align-items:center;border:1px solid #ffffff1a;border-radius:50%;display:flex;height:36px;justify-content:center;width:36px}.about-box .wrpa .about-heading{color:#fff;font-size:14px;font-weight:600;line-height:120%;margin-bottom:12px}.about-box .wrpa p{font-size:16px;line-height:140%}.about-box .wrpa p:last-child{margin:0}.about-box .btn-main-wrap .btn-wrap{padding-top:100px}#about-box #date-box{border:initial;border-radius:0;border-radius:initial;margin-top:40px;padding:0}.org-wrap{text-align:center}.legal-aggrement .aggreement-wrap .form-group.check-wrap{display:flex}.legal-aggrement .aggreement-wrap input[type=checkbox]{top:6px}.legal-aggrement .aggreement-wrap div#country{color:#6b6b6b;font-size:14px}html body.ai-template #footer .wrap .social{align-items:center;display:flex;gap:11px}html body.ai-template #footer .wrap .social a{display:block}.packages-section ul.packages-list .product-add-wrap{align-items:flex-start;display:flex}.packages-section ul.packages-list .product-add-wrap img.delete-cart-item{margin:0 0 0 10px;position:relative;top:15px}.cart-page .cart-left .single-product .product-middle .addon-header{display:flex;gap:10px}.common-boxes .wrap .right-wrap .single-network-box .info .card-list{display:block}.common-boxes .wrap .right-wrap .single-network-box .info .card-list .single-card{background:#0000;border:0;padding:0}.common-boxes .wrap .right-wrap .single-network-box .info .card-list .single-card:after,.common-boxes .wrap .right-wrap .single-network-box .info .card-list .single-card:before{content:none}.contact-page .wrap .right-col .form{height:100%}.subscriptionData-list .domain-btn-wrap{display:flex;flex-wrap:wrap;gap:15px}.custom-domain-form h3{font-size:24px;margin-bottom:30px}.subscriptionData-list .custom-domain-form{flex-direction:column-reverse}.subscriptionData-list .custom-domain-form form#registrant-form{width:100%}.subscriptionData-list .custom-domain-form p.request-text{color:#fff}.bookkeeping-section{background:#fff}.bookkeeping-section .box-wrap{grid-gap:25px;display:grid;grid-template-columns:repeat(3,1fr)}.bookkeeping-section .box-wrap .single-box{background:#f6f6f6;border:1px solid #1a172426;border-radius:8px;box-shadow:0 4px 6px #0000000f;padding:28px 26px 34px 40px;position:relative;z-index:1}.bookkeeping-section .box-wrap .single-box:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL4AAACyCAYAAAD8tnXmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAymSURBVHgB7Z3BTtvMGobHSQgU/rTlp2lzelClHnVVrgfWFCRUkEDthm3bJVt25RJ6AV10UfUm6KboqNKhHHoof6E00EJCznz8MZo4duJJxvkyM+8jWXYcx+PJvP48Hs+8FiKZIG6an58fS/ouy6nRaAQLCwslmpvYl+708uXL3LNnz2738lt16ueY19fXjeS/lymh3EVk2RqCpaWlEVr4/v1728FXKpWWdScnJ0GpVCrK+Xl028nJybbfV6vVtnVnZ2ct6+T+Yv+0X79+taz//ft3MCGRi6ejo6MNkQBtJ7pwfn6uXVA3btwI5O9uyuM9Pjo6Er1SLBYb3baJyx/lq1ar0V/wU/6vsfsYGxuLXS/Lq2W9zEvbdnK/beukJq7WUTnK8i3K/P+W+W809xmEyyH7+/stn+VvWj7fv3+/5fP29nbL55mZmevPMtDE5aXrf6dD18gYLtNcHtBYv1Gv14grT9JbHGmH6S8vL0/S3Lf8y3LPPX/+/EaK7fqduunUGAXR4SwKgiC6HBwfHwfNZaNnXxpkwQuutGXBipWVFfHixYuGPIaBp0+srq42uPJPcKZtmpwAqemlimQSWb1AeRkCfyRIRdz9ms1YJXzuiCtvHp0qfJ/RFr5rZz7wE1R1LIFurqlJleY+Ilu1jAZca4Q/DAV/cXGBq50jIOKDVEQfPNoOhG8R3Df3LqEtfM4zn7vgUdVxB0R84CUQPrCC7e1tP1t1hoHR0VFvH6Al9aK1FauEjyenwBTawnftzAd+gqpOSl69esV+wqNVyRxWCZ+74Gu1mrfCi46Isx1EfA0KhYKfHWUcBMLXgLtVx2dmZmZ4mzNdu+TZBOr45kAdH3gJqjoa+HziTUxM4OYWANuB8C0CN9fmsEr43AVP7fjD8CAL9I+28F2r6wE/QVXHEny/0uzt7aFbMhfFYpFNfGRdKIAxyDszdWGSw8Hi4mKD5oFqrBnZJgvm5uZyU1NTV5FPNw0T0ZIGQsj0A5qTQaqpCJxW0P3kX5do0VJ6a2trolO5G4AyFSjLmUI24ePqCnVMrdoFmZ7Yhlbd8iazqv5GteaOjoslS5Ck76L966Pt5OrnfD5PV6c/5fSXTO/qj4ne7CZ1IkuK1Dqdzmgf8njujoyM/E/mQ7tgkvr5JO0rYfvr/JNjevg/EPK4WraPfpbl1/JZtSuXZZ74HVmWJ1mUq7bkqhV51IZctSAPrcdDyGq8m+U42Y3LfRRk2jXValy1Ge9iMd72X4b2zqmgaHN6ejqxsbHxU2RAtyi6u7tbnp6ePhAMPH78OHj37t0/jo+P/6v+yYNM/+3bt2VZ+Adp0jdZNaJyOTw8/GNzc/NEDIjohUUG6MLW1latw0+08lvQtbxeWFjI0i46cZ/kD09RkMumO0yfRCeXL8WACdN/8+bNZZr8y+2FSaTwgiGwCTeWtvbNrfzzcUPMxN8vhAEmwAMsDXweiOIaiN7ACuLe0dYPEL5FcPYOdc2+EMLXgPMBFjALhA+8BCOwgJcg4qeEuiqgVccdtIUPj3Y+MB7AHIj4wEsgfA1GRka8jLYuvngOwgdeYpXwUccFpkDE16Ber7OedHiAZg4IH3gJhA+8BMLXAA+w3AHCB1ZQqVQo6BgLPFYJHzd33mK83LWE7+KDDB18fYDlIqjqAC+B8IGXQPgacD/AAuaA8C0CzanmgPCBl0D4GhQKBURcR4DwgZdA+CnhMIoFbRgrAy1/fOoLT7bRV0eg4bLcK2rf+6z86dPy4cOH3IMHD3IfP37MmTZkTZv+o0ePEvOf5YsjouWenUV+LFfp7uzs0CwQhsQfrKys/BF+UN9arr7rKvS/Hx8fJ5vwm3L+4+joKNH7XvW9Vy1B1GVqoSAT1Gq12uKJqbZcqF0UchLZnFjO5/MH8hhE3DZqc2PSftRt1Dq7uv7y8rJtm+b8wdnZ2X/koTTkcTSUtBrKcV4vJ22jrlf98VVP/Og2lAcpurLqz69un7QfdTnJT19dVn30Q5/8ZtmWJMdU7lH//HBZ1zs/rW8+if7hw4cjBwcH5+H35JkfLvfgmd/Q9sf/+vXrrXv37h2njTCmIjP5w79//75yeHi4n6baQZFRGKKZXu7Lly//+vTp07/L5XIm0bVLvnK7u7uVLPz5u5VlL+VuErrCrK6uFjc3N881rzZmjpVOkvn5+duDqOZEIX/4hYWF+zQXDMzOzuYXFxcfcaVP6T59+vSfHOlzlnuIFP6o4OydqVZvBo2sYglO5GVd+ApnuQvu3pkAuAKEr4F6gwrsBsIHXgLhW0TSK0OBPhC+BmrbOrAbCB94CYQPvERL+PTUjF7/PuC+GkPDxcUFqjqOYFXEV/ujAC/he7M5AAw09vf3jQY9CF8DNCe6A4QPvATCtwjc45gDwtcAD7DcwSrhUx2bYyAEcA9EfOAlEL4Gvj7AcvHBJYQPvERb+OoIezBYcI9jDkT8lJCzAR5guYNVwlf9XwDoB0R84CUQvgZ4cuoOEL5FcFb1XGvUgPCBFahemSawSviq6SkHaNVxB23hq+64g8T39mu035tFyx+fXuy8uLjYoHmSSXpWL3+em5vLTU1NXTn36qZhwrG5mz99r6QVNOX/1q1bPeVfl2jRUnpra2sdy90AlKlAWc6UYGlpqcWJ9ezs7DpjpVLpepm888knf0Iio35V/U3on0+oPvlEkoc+ofroE6p/fvRzPp+nq9OfcvorrPKovvpE0lsBVX/8NNsn7UMez13Vn16HpGpS0r7itpf/wVS9Xj+k/NO7BZL87uM+q773hHqzSv1wkr6jKzyVr/yvqOh/6nrgE2l98NX16lBDqt/LfRRk2rUevPCJtv9S2x//9PR0YmNj46fIgG5RdHd3tzw9PX0gGND1588CnfybrBpRuezt7ZVev379QwyI6IVFBujC1tZWrcNPMi2TYHV19abIwLa5G3SCPnnypMzl0c7tz9/0x7/LlH+2cg+Rwh8RBrGqVSdatRk0aNVxB7TjW4LvrTpq3d4E2sJXb24AsBU8wNIA/eHdAVUdi+A+8V0CwgdeAuFr4PNAGNfu7TACC3iJtvDVx9RgsODENweqOhrg5pIPtV+OCSB8DXQ6tYHhBnV8DXzusuBaFRcRPyXD8OAKdXxzaAtf7XcNgK1YFfGjgykA6BVUdTTgbtXhPPFdu9JD+MAKTI96g/CBl2gLPzqQeJBwu3mhVcUdEPEtAu8mMAeED1LBeaXPAmuEPwzvYUJVxx0Q8S3BxRew6RBjEtUX2sJXXbEAsBWrIj73zR2eHLsDqjoWwXniu3alh/CBl3QSfhAzqW63wSAneXMTkHNv0yK7r32R/6TuRMappVLpkhLv5ffh1McxC1P572Eiw9o4XYjIsjUEoRmnFHTbwVcqlZZ1TTvnopyfR7ednJxs+321Wm1bp9qQE6oVuQrZkquf5aWWbMrbLMqjqJblSUTtytNAduf1er00Pj7+4+joSPRKmupK3Ms3QqvuO3funHz79i32d0mDRaIdzOLa5OOqMmGQo3Ikd3i5+Cu08+5m7U1EX98TtQGMDifsYvVNGK1udY2M4bL4O/KO9RPxep3ILXh9fb3EkXaY/vLy8iTNudInx2KOtJvpdy13YeDKMqwE8/PzY4LnILmtqinvtznTZ8w/Z7lngvbNbfPyxnKHD8NaYIpeW3WcOfNtAie+OdCcqYHPvSM5r/RZ0KvwEXn8xNs6fiPaZDVIYF8ITIGqjgZcL7cOGYIT3/uqDvAL1it9FlglfJhZAVMg4mvA3ZyIE98c2sKP9r8AwEasiviuDXi2CdcCHqo6GnC3quDEN4e28E2/YRoADhDxgZdYJXzucZ8+t6q4dqVHxLcIWLuYQ1v4pt8+BwAHVkV8ZaA7C9ytKtz5dwlUdUAqXLvSQ/jAS7SFb/qVLDpwjwLCzaU72BjxvR3v69rwP05sFL7vBc9y4nNe6bNAW/imfco1YB8MMSStKoj4BsDNrT04NwqKEwgfpILxSp8JEL4GuLl0h16Ez1bwvo/+wug3cyDia7Czs0Mz2Cc6gIlCjN0Hvcghbr189J2Ypmwy63g8nz9/LhSLxbroQpzXvwnK5XLx4ODgXGRIp6guH6AVqtVqLU0X4U5dDJKaJjvU42l9IFDN64ue/dNlwRT6+X2/k0y/aMgHnjv/3lMQg6ffqMEWdWQUpffNws3MAVDH1wA3l+5glfB9HwSDQUDmQMQHXgLhawBrFXewSviu9RAEfCDiWwROfHNA+Brg5tIdrBK+az0EAUgL61PH2dnZvOAFT10NgaqOBqhju4NtwofwgBEQ8e0CJz5gAXVsR0DEB14C4QMAgC/8HyG+i4oriELaAAAAAElFTkSuQmCC) no-repeat;background-size:contain;content:"";height:190px;left:0;pointer-events:none;position:absolute;top:0;width:190px;z-index:-1}.bookkeeping-section h2{color:#06050c;padding-bottom:40px}.bookkeeping-section .box-wrap .single-box img{box-shadow:0 2px 20px 0 #0000000d;margin-bottom:20px;margin-left:0}.bookkeeping-section .box-wrap .single-box p.title{color:#000;font-family:Poppins;font-size:20px;font-weight:600;line-height:150%}.bookkeeping-section .box-wrap .single-box p.text{color:#848387;font-size:16px;font-weight:500}.bookkeeping-section .box-wrap.five-box{grid-template-columns:repeat(5,1fr)}.bookkeeping-section .box-wrap.five-box .single-box{padding-left:15px;padding-right:15px}.bookkeeping-section{margin-top:100px}.event-page .filter-group .form-group.stage *{color:#fff}.customer-email-pass .customerprofile-content p.Mui-error{margin-bottom:0;margin-left:0}.cart-page .cart-left .single-product .product-middle .addon-body,.cart-page .cart-left .single-product .product-middle .addon-body .addon-controls{margin-top:15px}.cart-page .cart-left .single-product .product-middle .addon-body .addon-controls p.addon-price{color:#fff;font-size:16px;margin:11px 0 0}.masterclasses .event-hub{grid-gap:80px;align-items:center;display:grid;grid-template-columns:480px auto;margin:0 0 60px}.masterclasses .event-hub .content-box{background:linear-gradient(217deg,#1a1724 13.91%,#06050c 63.61%);border:1px solid #ffffff26;border-radius:10px;padding:50px 60px}.masterclasses .event-hub .content-box p.heading{color:#fff;font-size:24px;font-style:normal;font-weight:600;line-height:27px;position:relative}.masterclasses .event-hub .content-box p.heading+p{width:540px}.masterclasses .event-hub .content-box p.heading:before{background:url(/static/media/double-check.7613afe141dc6388754f.svg) no-repeat;content:"";display:inline-block;height:23px;margin-right:13px;vertical-align:text-bottom;width:26px}.masterclasses .event-hub .content-box a.btn-main{margin-top:20px}.numbers .wrap{grid-gap:80px;display:grid;grid-template-columns:auto 636px;margin:50px 0 80px}.numbers .wrap .accordian-item{background:#1a1724;border:1px solid #2b2a30;border-radius:10px;position:relative;z-index:1}.numbers .wrap .accordian-item:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAACuCAYAAABEO43tAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASoSURBVHgB7dztbts2FAZgZnO7DQuydS2QAhuwf73/O3QVIC1aI5FF+eRQJJ/nl78UWskR9YayTymDOJ/Pf5RGlrH/Kg0t4/9TGlrG/7sk+qVAZ8KKdjna7sq8Wu/7VL/7kWbamQ+aqYgHREidMBRtDPEgkaKlO4qWCN3Gg5lPkeJBIjMt3VG0dEfRjmGqeKJoY7iwkcgVMboz0urBzMQDqjlgEylauqNox+DiQqecotuRaTvkgEmkaMcgHuxktiGFmZYIMm2HfDQxkdUDumOmJYJ4QDXxgGqiSaLTa0+80DHm7srt08U2r93e8rP2bHO/jL/ldbXPbdn24/PYW7ff+/hrPl+MX+N84+NP9z9djH++8vqt96+99jbLmz6VhpbxH0ojy9iPpaFl/P9KQ8v4n0si8YDu+Ao53THTxnDAJlK0dEfREsHFBaqJB3BkijaGlYtEinYM4kGnzHbt+EcM1viO2BjEAzgyRRvDWSaRoh2DrolwZIqW7ijaMVg9gCNTtDGsHiRyGXcM4gEcmaKlO4p2DOIBVHJFDNYo2jGIB3BkipbuKNoxTBUPvrfn3Nhbdu32u4r+sG9x++GHHqnZ7+Gx8b7//8O+v9bf9S1vP+1/5rgxlvf8vjS0jP+hNLKM/W9paBn/S2kouz+ueDCG+FnowBQt3VG0dEfRjkE8gCNTtERInekV7RjEAzgyRUt3RiraqU6RF8QDqs18wKRTtHRH0Y5BPIAjU7REcHGBauIB1aweJFK0dCeyaM027YgHcGQu4xLB6gHVxAOqmeUTKVq6o2jHIB5AJf+IwRpFG6P16Vk82MkfjhRmWiKkThintScre9aeNr5+y8/as819RY/Ymue2bPvx5/asV7ff+/hrLvvD1jjf+PjT/U8Xw5+vvH7r/Wuvvc3ypk+loWX8h9LIMvZjaegA/XFT9188iCFPJ1K0Y7B6AJVcXNjJKXoSZtoY1qgTKVoidBsPnJ5JYaYdg3hANWeZRFYPiGDJi2riARyZoo0hmiSy5DWGqS5u+EeM7ogHMRwwiRTtGMQDODJFS3d8hbz/sY8wfiozLRFkWlijaGOIB4kULRHEg50s8E8irGjv7u5mLhrxIJF4QATxANbItGOYat/fpNPhRcvPJ1FtNdfu//ZCq8+X7m99rKYN55/PrTbXWnRuad9Z2+Lzm4f9nT6/O9/wmvsrrUZr2oZu3bZ/y+/s99JIyzajz+N/KA1l779MOwarB52a+QMzUzHTEsGSF9XEAzgymbb/sadjph2DLzbCkSnaGOJBIkU7BvGgU2a7SZhpYzhgEinaMYgHnTLbTcJMS3cUbQxfbEykaIkg0+4k007CTBtj9nhgpoU1ipbuyLT9j32E8VOZaYkg08Ia8aD/sY8wfiozLRHEA1ijaMcgHvSocSfy2S8hiwew5k360x7BCz1yv6l9/NpzT37d2B92b//Za96dAxrUXrH280/Pw9/S43btOR+Girb8wZoe/Mv470tD2fsvHtAdRTsGqwdUs3qQSNHSHUU7BvGAapZkEilaIsi0VBMPqCYeJFK0RBAPqCYeUKfxxyKno2i5WfZBq2jHIB7AkSlagLf2FUT0SrOXD67iAAAAAElFTkSuQmCC) no-repeat;background-size:contain;content:"";height:173px;opacity:0;position:absolute;right:0;top:0;width:173px;z-index:-1}.numbers .wrap .accordian-item.active:before{opacity:1}.numbers .wrap .accordian-item button.accordion-title{background:#0000;border:0;color:#fff;font-size:20px;font-weight:600;letter-spacing:-.2px;line-height:19px;outline:none;padding:20px 90px 20px 20px;text-align:left;width:100%}.numbers .wrap .accordian-item .accordion-content{padding:0 20px 20px}.numbers .wrap .accordian-item button.accordion-title .progress-bar{background:#fff;border-radius:4px;height:6px;position:absolute;right:30px;top:27px;width:47px}div#sentence-wrapper{width:100%}.words.words-1{height:60px;position:relative}.words-1 span{animation:rotateWord 18s linear 0s infinite;line-height:normal;opacity:0;overflow:hidden;position:absolute;top:-2px}.words-1 span:nth-child(2){animation-delay:3s}.words-1 span:nth-child(3){animation-delay:6s}.words-1 span:nth-child(4){animation-delay:9s}.words-1 span:nth-child(5){animation-delay:12s}.words-1 span:nth-child(6){animation-delay:15s}.words-1 span:nth-child(7){animation-delay:18s}@keyframes rotateWord{0%{opacity:0}2%{opacity:0;transform:translateY(-30px)}5%{opacity:1;transform:translateY(0)}17%{opacity:1;transform:translateY(0)}20%{opacity:0;transform:translateY(30px)}80%{opacity:0}to{opacity:0}}.ideas-popup{border-radius:9px!important}.ideas-list{grid-gap:20px;display:grid!important;grid-template-columns:repeat(2,1fr);padding-right:10px}.ideas-list>div{background-color:initial!important;border:1px solid #ffffff40!important;border-radius:10px;padding:12px 38px 16px 20px!important;position:relative!important}.ideas-list>div:before{background:url(http://localhost:3000/static/media/cross-arrow.6994b3ae05f042f471bb.svg) no-repeat;background-size:contain;content:"";height:11px;pointer-events:none;position:absolute;right:10px;top:10px;width:11px}.ideas-list>div div{color:#d1d1d3!important}.ideas-list>div:hover div{color:#fff!important}.legal-aggrement .aggreement-wrap p.Mui-error{bottom:-17px;color:red;font-size:10px;left:0;margin:0;padding:0;position:absolute}.dns-management .common-select-button{margin-bottom:20px}.dns-management .tab-list button{border-color:#fff;color:#fff}.dns-management .tab-list .MuiTabs-indicator{background:#e51548}.MuiRadioGroup-root *{color:#fff}.srv-record label{color:#fff;margin-bottom:5px}.srv-record .MuiSelect-root{border-color:#fff;color:#fff;height:100%}.availability-wrap .single-box p.note span.old-price{text-decoration:line-through}html body .startup-package-page #nav-tab a.nav-item{background:#0000;border:0;font-family:Poppins;font-size:36px;font-weight:600;letter-spacing:-1.08px;line-height:normal;margin:0;position:relative;text-align:left;width:50%}html body .startup-package-page #nav-tab a.nav-item:before{background:#ffffff1a;bottom:0;content:"";height:2px;left:0;position:absolute;right:0}html body .startup-package-page #nav-tab a.nav-item.active:before{background:linear-gradient(90deg,#f37c2e,#b5287e 50%,#843ab3)}html body .startup-package-page .tab-content .title-bar{align-items:center;display:flex;gap:30px;justify-content:space-between}html body .startup-package-page .tab-content .title-bar p{margin:0}html body .startup-package-page .tab-content .title-bar .toggle-wrap{align-items:center;display:flex;gap:15px}html body .startup-package-page .tab-content .title-bar .toggle-wrap p{color:#fff;width:max-content}.free-access-box{align-items:center;background:linear-gradient(213deg,#1a1724 14.33%,#06050c 80.83%);border:1px solid #ffffff26;border-radius:10px;display:grid;grid-template-columns:1fr 650px;margin-top:40px}.free-access-box .box-content{padding:40px 40px 50px 60px}.free-access-box .box-content h3{font-size:18px;margin-bottom:20px}.free-access-box .box-content ul{display:flex;flex-wrap:wrap;gap:16px;margin:20px 0 0}.free-access-box .box-content ul li{background:#000;border:1px solid #302d3a;border-radius:15px;box-shadow:inset 0 6px 10px 0 #ffffff1f;color:#fff;font-family:Inter;font-size:13px;font-style:normal;font-weight:600;line-height:normal;padding:7px 16px}.free-access-box .box-content a.btn-main{margin-top:30px}.network-profile .top-bar .right-col .form-group p.Mui-error{bottom:-21px;bottom:-13px;font-size:11px;line-height:normal;margin:0;padding:0;position:absolute}.network-profile .status .rejected-status .icon-wrap{align-items:center;width:100%}.network-profile .status .rejected-status .icon-wrap button{margin-left:auto!important}.customerprofile-mainpage form#profile-form div[aria-label="Profile tabs"] button{color:#fff}.businessplan-step-form .form-wrap form#step12 .btn-wrapper .clear-all-btn{margin-left:auto;margin-right:0}.businessplan-step-form .form-wrap form#step12 .btn-wrapper .clear-all-btn+button{margin-left:15px}.what-sets-apart h2{margin-bottom:50px}.what-sets-apart .wrap{display:grid;grid-template-columns:524px auto;padding-bottom:100px}.what-sets-apart .left-col{border-top:1px solid #ffffff40;padding-right:47px;padding-top:47px}.what-sets-apart .left-col p.title{color:#fff;font-family:Poppins;font-size:36px;font-style:normal;font-weight:600;letter-spacing:-1.08px;line-height:20px;margin-bottom:30px;margin-top:40px}.what-sets-apart .left-col p.content{color:#a3a2a7;font-weight:500;line-height:133%}.what-sets-apart .left-col p.content span{-webkit-text-decoration-skip:ink;font-weight:700;text-decoration-line:underline;text-decoration-skip-ink:auto;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.what-sets-apart .right-col{display:grid;grid-template-columns:repeat(3,1fr)}.what-sets-apart .right-col .single-box{border:1px solid #ffffff40;margin-bottom:-1px;margin-right:-1px;padding:20px 20px 30px 30px}.what-sets-apart .right-col .single-box p.text{font-size:16px}.what-sets-apart .right-col .single-box p.text span{-webkit-text-decoration-skip:ink;font-weight:700;text-decoration-line:underline;text-decoration-skip-ink:auto;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.what-sets-apart .right-col .single-box:last-child{grid-column:2/4}.what-sets-apart .right-col .single-box .icon img{margin:0 0 90px}.what-sets-apart .right-col .single-box p.heading{color:#fff;font-family:Poppins;font-size:20px;font-weight:600;letter-spacing:-.2px;line-height:115%}.hands-up{position:relative}.hands-up:before{background:linear-gradient(180deg,#06050c,#06050c00 53.57%);content:"";height:130px;left:0;pointer-events:none;position:absolute;right:0;top:-20px;z-index:0}.hands-up .container{left:0;margin:0 auto;position:absolute;right:0}.hands-up .wrap{display:grid;grid-template-columns:repeat(3,1fr);padding-top:80px}.hands-up .wrap p.number{color:#fff;font-size:84px;font-weight:700;letter-spacing:-2.52px;line-height:90%;margin-bottom:30px;text-align:center}.hands-up .wrap p.number span{color:#fff;font-family:Inter;font-size:50px;font-style:normal;font-weight:700;letter-spacing:-1.5px;margin-left:7px;vertical-align:top}.hands-up .wrap p.text{color:#9b9b9e;font-family:Poppins;font-size:20px;font-weight:500;letter-spacing:-.6px;line-height:135%;position:relative;text-align:center}.hands-up .wrap p.text:before{background:linear-gradient(90deg,#843ab3,#e51548 50%,#f37c2e);bottom:-13px;content:"";height:1px;left:0;margin:0 auto;position:absolute;right:0;width:60px}.who-we-are .img-wrap .right-div img:first-child{margin-bottom:40px}.behind-brand .wrap{grid-gap:170px;align-items:flex-end;display:grid;grid-template-columns:1fr 600px;padding-top:70px}.behind-brand .wrap h2{color:#000}.behind-brand .wrap p{color:#6a696d;font-weight:500}.curated-peer-groups ul.slide-list.owl-carousel{display:block}.in-mobile,.what-sets-apart .faqlist{display:none}.founders-list{background:linear-gradient(209deg,#1a1724 13.11%,#06050c 73.93%);border:1px solid #ffffff26;border-radius:10px;margin-bottom:100px;padding:40px 110px;position:relative;z-index:1}.founders-list:before{background:url(/static/media/founder-list-bg.4db72bcb710ebaaedb32.png) no-repeat;background-size:cover;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:-1}.founders-list .inner-box-wrap{grid-gap:20px;display:flex;flex-wrap:wrap;justify-content:center;margin-top:60px}.founders-list .inner-box-wrap .single-box{background:#1a1724;border:1px solid #2b2a30;padding:20px;width:49%}.founders-list .inner-box-wrap .single-box .top-bar{grid-gap:30px;display:grid;grid-template-columns:120px auto max-content;margin-bottom:15px}.founders-list .inner-box-wrap .single-box .top-bar img{border-radius:6px}.founders-list .inner-box-wrap .single-box .top-bar h3{color:#fff;font-size:28px;font-weight:600;letter-spacing:-1.08px}.founders-list .inner-box-wrap .single-box .top-bar p.role{color:#f37c2e;font-size:16px;font-weight:500;line-height:normal}.founders-list .inner-box-wrap .single-box .top-bar ul{display:flex;margin-top:20px}.founders-list .inner-box-wrap .single-box .top-bar ul li:not(:last-child){border-right:1px solid #ffffff1a;margin-right:25px;padding-right:25px}.founders-list .inner-box-wrap .single-box .top-bar p.sub-title{color:#565363;font-size:14px;font-weight:500;line-height:normal;margin:0;width:100%}.founders-list .inner-box-wrap .single-box .top-bar p.title{color:#fff;font-size:14px;font-weight:600;line-height:200%;margin:0}.founders-list .inner-box-wrap .single-box .top-bar button.btn-main:after{content:none}.founders-list .inner-box-wrap .single-box .bottombar ul{grid-gap:10px;display:grid;grid-template-columns:repeat(4,1fr)}.founders-list .inner-box-wrap .single-box .bottombar ul li{background:linear-gradient(225deg,#1a1724 16.62%,#06050c 97.87%);border:1px solid #ffffff26;border-radius:6px;padding:11px}.founders-list .inner-box-wrap .single-box .bottombar ul p.light-title,.founders-list .inner-box-wrap .top-investment h4{color:#565363;font-size:14px;font-weight:500;line-height:normal;margin:0}.founders-list .inner-box-wrap .single-box .bottombar ul p.text,.founders-list .inner-box-wrap .top-investment li{color:#fff;font-size:14px;font-weight:600;line-height:200%;margin:0}ul.suggestions{grid-gap:12px;display:grid;grid-template-columns:repeat(2,1fr);margin:30px auto;width:570px}ul.suggestions li{background:#1a1724;border:1px solid #2b2a30;border-radius:10px;padding:10px;position:relative;text-align:left}ul.suggestions li:before{background:url(/static/media/idea.da44b70c8bca02fa6b40.svg) no-repeat;background-size:contain;content:"";display:inline-block;height:20px;left:0;margin-right:10px;position:relative;vertical-align:sub;width:20px}.brand-wheel{background:#fff;position:relative}.brand-wheel h2{color:#000}.brand-wheel p.sub-title{color:#424145;font-size:16px}.brand-wheel .result-box p{color:#2b2937}.community-list .community-box{grid-gap:60px;display:grid;grid-template-columns:1fr 1fr;margin:40px 0 30px}.community-list .community-box:has(>div:only-child){display:flex;justify-content:center}.community-list .community-box:has(>div:only-child)>div{width:50%}.community-list .single-community{grid-gap:30px;align-items:center;background:#1a1724;border:1px solid #ffffff40;border-radius:20px;display:grid;grid-template-columns:193px auto;padding:15px}.community-list .single-community p.title{color:#fff;font-size:24px;margin-bottom:10px}.community-list .single-community p.text{font-size:16px}.community-list .single-community button:not(.btn-main){background:#514d60;border:0;border-radius:4px;color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:10px 20px}.community-list .founders-list{margin:0}.elevator-pitch{background:linear-gradient(180deg,#1a1724,#06050c);position:relative}.elevator-pitch .result-box{background:#fff;border:1px solid #ffffff26}.elevator-pitch .founders-list{margin:50px 0 0}.elevator-pitch .founders-list .bottombar ul li:last-child{grid-gap:20px;align-items:center;display:flex;grid-column:1/5}.elevator-pitch .founders-list .bottombar ul li:last-child .min-max-wrap{align-items:center;display:flex;gap:20px}.elevator-pitch .founders-list .bottombar ul li:last-child .min-max-wrap>div{align-items:center;border-bottom:1px solid #ffffff4d;display:flex;justify-content:space-between;min-width:170px;padding-bottom:10px}.elevator-pitch .founders-list .bottombar ul li:last-child .min-max-wrap>div p:first-child{color:#fff;font-size:14px;font-weight:600;line-height:normal;margin:0}.validation-section{background:#fff;position:relative}.validation-section h2.center{color:#06050c}.validation-section p.sub-title.center{color:#424145;width:100%}.event-list-box{background:linear-gradient(201deg,#06050c 8.83%,#1a1724 63.6%);border-radius:10px;padding:70px 200px;position:relative;z-index:1}.event-list-box:before{background-image:url(/static/media/about-plan-img.dc1ed884db56d66e225a.png);background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:-1}.event-list-box .single-event{background:linear-gradient(220deg,#1a1724 15.56%,#06050c 93.54%);border:1px solid #ffffff26;border-radius:6px;padding:10px 10px 20px;position:relative}.event-list-box .single-event a.link{bottom:0;left:0;position:absolute;right:0;top:0}.event-list-box .single-event .top-bar{display:flex;justify-content:space-between;padding-bottom:15px}.event-list-box .single-event p.event-type{color:#f37c2e;font-size:11px;font-weight:500;line-height:normal;margin-bottom:10px}.event-list-box .single-event p.event-name{color:#fff;font-size:14px;font-weight:500;line-height:20px}.event-list-box .single-event p.event-date{background:#13111c;border:1px solid #ffffff80;border-radius:6px;color:#fff;font-size:24px;font-weight:700;height:50px;line-height:90%;margin-left:20px;padding:7px;text-align:center;width:50px}.event-list-box .single-event p.event-date span{color:#565363;display:block;font-family:Inter;font-size:11px;font-weight:700;line-height:normal}.event-list-box .single-event p.date-and-time{color:#565363;font-family:Inter;font-size:11px;font-weight:700;line-height:normal;padding-left:16px;position:relative}.event-list-box .single-event p.date-and-time:before{background:url(/static/media/clock.2d7ce904bf0b25449c1e.svg) no-repeat;background-size:contain;content:"";height:13px;left:0;position:absolute;top:1px;width:12px}.event-list-box .single-event p.event-desc{color:#848387;font-family:Inter;font-size:14px;font-weight:500;line-height:140%}.event-list-box .event-list-wrap{grid-gap:30px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:20px}.event-list-box .event-list-wrap:has(>div:only-child){display:flex;justify-content:center}.event-list-box .event-list-wrap:has(>div:only-child)>div{width:50%}.perk-box{background:linear-gradient(217deg,#1a1724 13.91%,#06050c 63.61%);border:1px solid #ffffff40;border-radius:10px;margin-top:100px;padding:70px 200px}.perk-box .perk-wrap{grid-gap:50px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:30px;margin-top:30px}.perk-box .perk-wrap:has(>div:only-child){display:flex;justify-content:center}.perk-box .perk-wrap:has(>div:only-child)>div>img{width:50%}.cart-page .cart-left .single-product .product-top .product-info p a{border-bottom:1px solid;font-size:14px;margin:0 10px}.founders-list .inner-box-wrap .single-box .top-bar .btn-main{background:#514d60}.community-list .single-community.blur-box,.event-list-box .single-event.blur-box,.founders-list .inner-box-wrap .single-box.blur-box,.perk-box .perk-wrap .single-perk.blur-box{position:relative}.community-list .single-community.blur-box *,.event-list-box .single-event.blur-box *,.founders-list .inner-box-wrap .single-box.blur-box *,.perk-box .perk-wrap .single-perk.blur-box *{filter:blur(3.5px);pointer-events:none}.community-list .single-community.blur-box>button.btn-main,.event-list-box .single-event.blur-box>button.btn-main,.founders-list .inner-box-wrap .single-box.blur-box>button.btn-main,.perk-box .perk-wrap .single-perk.blur-box>button.btn-main{filter:none;left:0;margin:0 auto;pointer-events:all;position:absolute;right:0;top:50%;transform:translateY(-50%);width:max-content}.cart-page .cart-left .single-product .product-middle .service-group>div{display:flex;gap:15px}.cart-page .cart-left .single-product .product-middle .service-group>div .addon-controls{display:flex;gap:15px;margin:0}.ssl-certificate-manager :not(button){color:#000}.founders-list .inner-box-wrap .top-investment{margin:20px 0}.founders-list .inner-box-wrap .top-investment ul{display:flex;flex-wrap:wrap;gap:10px 0;padding-top:6px}.founders-list .inner-box-wrap .top-investment ul li:not(:last-child){border-right:1px solid #ffffff1a;margin-right:15px;padding-right:15px}.what-sets-apart .left-col .sticky-div{position:sticky;top:100px}.legal-aggrement .aggreement-wrap .right-col .content span{color:#f37c2e}.founder-login-body:after{background:linear-gradient(225deg,#1a1724 16.62%,#06050c 97.87%);bottom:0;content:"";left:auto;position:absolute;right:0;top:0;width:600px}html .founder-login-body:before{z-index:1}.founder-login{padding-left:260px}.founder-login .wrap{display:grid;grid-template-columns:450px 600px;grid-template-columns:780px 600px;justify-content:space-between}.founder-login .wrap .first-form{width:450px}.founder-login button.btn-main+hr{background:#302e39;margin-bottom:10px}.founder-login .right-wrap{position:relative;z-index:1}.founder-login .right-wrap h2{margin-top:20px}.founder-login .right-wrap p.title{color:#fff;font-family:Poppins;font-size:32px;font-style:normal;font-weight:500;line-height:153%;margin-bottom:20px;text-align:center}.founder-login .wrap p.login-text{color:#fff;margin-top:20px}.custom-progress-bar{background:#ffffff40;height:1px;left:0;position:absolute;top:80px;width:calc(100% - 600px)}.custom-progress-bar span{background:linear-gradient(90deg,#843ab3,#e51548 60.33%,#f37c2e 120.66%);display:block;height:3px;margin-top:-1px;position:relative;transition:all .5s ease;width:33.33%}.second-form-active .custom-progress-bar span{width:66.66%}.third-form-active .custom-progress-bar span{width:100%}.custom-progress-bar span:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAPbSURBVHgBbVRNbFRVFD7nznT+pw6km+n8dBATF9owKUJqMTIrY6kJdWMimtiw0YVx4U8QF9pEF5ioBUESF4SMoSAmRhLjAlcjtkrQiW3cQAhQ5o9SFp0/Zvpm5r3Dufe+mZbCm+TeN+ed+53vfOfcg/CYJ5VKhZpNeEsQpBAxyaYh4BcAXOJ9AUlcmL/8e/pxZ3GzYffu1CQSnF5rNkP1ep2azTXomKZEA7fbDW6PG3w+PwUCgdtAOL0Z2LHxz66dLx7ttFszy8vL7tXVMraMFlpEKMlJQNO0oNVuQ+N+A2v12hOBgO/VROIpzOVvZh4BfG7khelW2zhULBShzYckewKNRmQRglBJs0n5W6aFtVqd2fr2bk88HcoVblzsAe4aGZtikJliocT+lsRSZ9XG5085t2GJWlCCNqBApZTWiqBWr0Mg6B99cmj7Yq5w66pQ0Qg+KxZLnFKH1APyt85G79pqsQZk2V6kmd5buYeE4rQsphhJjk6x+AmdpnJCucTjUTh+8hsJYWMSHT/xNYzve8kWQ5os9aXRaEKj0Qh1jD7ZGbifAW0wycSCWCwKP5w5Bedmf1JAOjmAL4/MwOdffIpjY6OcMSHpQGplPRneSjGglTBaBtjJoQQ49PEHcHb2PM3N/aUYHzFLcI2amM/l4b1334dvT3ylRdFoKH2YoSS+Q7Bxh7HGgCykZTtMvDIO586eRzs6g61BlUwFMjf3N1TKVYhGIzI2kl2cDkvG37cJSd1WHsAWulKpQLlcITtTpaMOp035fKF3KaSOXSKSsdRwSTgEwYaU5Ut/f1A6yB4Erb0E0MWNxSJAdj90u8DlcsltkRlaC16vFy1rncHsmR/h8Ccfycg9jt1Wef3Aa/js8DO9xu+2Vp+rT4ZeEkwi0x8MyCPde40nv/se9k28zKAf2umQ6uU9e57Ht985CDkuju5UQrtr0e/zI5pwQQjRTns83lVmqT/xWmYNJ8YnuX1ikCtcx19/+xkW/78CsvpvvnEQ5rkwds8qWKfTST6/d+lyNpNWrJLDOyeNducXKTZtmAZyka/xoThXtkK1ak0alM2+leAQgobicXQ4nFNXspfS6i4vr9y5OhiOhfiij3KTI/W6Um/VShUMo7V+he2GFihoMDKITpd7+p/spWMPTZu7K6WLkXCcL3pgb71+Xx7A9RGgawyKnoqGHJwi0TC6+txH/83+ebiL89A8ZNA/wuHI7a2hUNLt8YS6qZmdjhrXrBX0B4M4MDAAW7ZuKQvAA9n/5o9txHhkYnef4eGRKQFiPwMm2CupXfEWIy9yshme3+mFhUx587kHw8U+i9wGxaAAAAAASUVORK5CYII=);content:"";height:20px;position:absolute;right:-10px;top:-10px;width:20px;z-index:1}.founder-login .btn-wrap{align-items:center;display:flex;justify-content:space-between;margin-top:30px}.founder-login .btn-wrap a.btn{align-items:center;border:1px solid #b1b1b1;border-radius:4px;color:#fff;display:flex;font-size:16px;font-style:normal;font-weight:600;justify-content:center;line-height:normal;min-width:160px;padding:10px 0}.founder-login .btn-wrap a.btn:hover{background-color:#bf0434;border-color:#bf0434;color:#fff}.founder-login .left-wrap>div{padding-bottom:100px}.investor-login-body .custom-progress-bar span{width:25%}.investor-login-body.second-form-active .custom-progress-bar span{width:50%}.investor-login-body.third-form-active .custom-progress-bar span{width:75%}.investor-login-body.forth-form-active .custom-progress-bar span{width:100%}.ai-builder-lock .img-wrap{border:1px solid #0000;border-radius:10px;position:relative}.ai-builder-lock .img-wrap:hover{border-color:#fff}.ai-floating-icon div{display:flex}.ai-floating-icon p{align-items:center;background:#fff;border:1px solid #e51548;border-radius:100px;color:#252134;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:14px;margin-left:-40px;opacity:0;padding-left:43px;transition:all .5s ease;width:0;z-index:-1}.ai-floating-icon div:hover p{opacity:1;width:146px}.founder-login-page .common-select-button .MuiSelect-select{color:#fff}.MuiAutocomplete-inputRoot button.MuiAutocomplete-clearIndicator{display:none}.MuiAutocomplete-inputRoot div{color:#fff}.custom-alerts{position:fixed;right:20px;top:100px;z-index:9}.custom-alerts .alert-box{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fff;border:1px solid #fff3;border-radius:8px;margin-bottom:20px;padding:10px;position:relative;width:326px}.custom-alerts .alert-box span.close{cursor:pointer;position:absolute;right:10px;top:0}.custom-alerts .alert-box .wrap{grid-gap:15px;display:grid;grid-template-columns:61px auto}.custom-alerts .alert-box p.title{color:#06050c;font-size:14px;font-weight:600;line-height:142%;margin-bottom:5px}.custom-alerts .alert-box p.text{color:#72727a;font-size:12px;font-weight:500;line-height:130%}.customize-plan h2{align-items:center;display:flex;gap:10px;justify-content:center;left:-90px;position:relative}.customize-plan .text-list{display:flex;flex-direction:column;height:60px;position:relative}.customize-plan .text-list span{-webkit-text-fill-color:unset;animation-delay:0s;animation-iteration-count:infinite;animation-name:changeword;animation-timing-function:linear;background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;background-clip:initial;color:#fff;display:inline-block;line-height:100%;opacity:0;position:absolute;top:0;width:100%;width:max-content}@keyframes changeword{0%{opacity:0;transform:translateY(10px)}1%{opacity:1;transform:translateY(0)}9%{opacity:1;transform:translateY(0)}10%{opacity:0;transform:translateY(-10px)}to{opacity:0;transform:translateY(-10px)}}.custom-popup .custom-popup-inner{background:#1a1724;border:1px solid #ffffff26;border-radius:6px;padding:32px 40px;position:relative}.custom-popup button{background:#0000;border:1px solid #ffffff40;border-radius:4px;color:#fff;display:inline-block;font-family:Poppins;font-size:16px;font-weight:600;height:auto;line-height:normal;padding:13px 14px}.custom-popup button.cancel-btn{background:#e51548;box-shadow:inset 0 6px 10px 0 #ffffff1f;padding:12px 24px}.custom-popup .popup-close-icon{background-color:initial;background-image:url(/static/media/popup-close.e965f83a3aa378d970ba.svg);background-repeat:no-repeat;background-size:contain;border:0;cursor:pointer;font-size:0;height:10px;outline:none;padding:0;position:absolute;right:10px;top:10px;width:10px}.custom-popup h3{color:#fff;font-family:Inter;font-size:18px;font-weight:700;letter-spacing:-.54px;margin:15px 0}.custom-popup p{color:#ffffffb3;font-size:14px;font-weight:500;line-height:168%;text-align:center}.custom-popup .MuiDialogActions-root{justify-content:center}.MuiDialog-container>div{background-color:initial;border-radius:6px;max-width:100%;min-width:600px;width:auto}.country-main-dialog .custom-popup-inner:before{background-image:url(/static/media/from-country-bg.37c5011068475453cc5e.png);background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.country-main-dialog .custom-popup-inner .wrap{grid-gap:20px;display:grid;grid-template-columns:400px auto;position:relative;z-index:1}.country-main-dialog .custom-popup-inner .flag-wrap{grid-gap:10px;display:grid;grid-template-columns:repeat(8,1fr)}.country-main-dialog .custom-popup-inner .flag-wrap>div{background:#000;border:1px solid #302d3a;border-radius:7px;box-shadow:inset 0 6px 10px 0 #ffffff1f;cursor:pointer;padding:10px 5px;text-align:center}.country-main-dialog .custom-popup-inner .flag-wrap img{border:1px solid #302d3a;border-radius:50%;box-shadow:inset 0 6px 10px 0 #ffffff1f;height:50px!important;margin-bottom:10px;object-fit:cover;padding:6px;width:50px!important}.country-main-dialog .custom-popup-inner .flag-wrap p{color:#fff;font-size:13px;line-height:normal}.country-main-dialog .custom-popup-inner .sub-flag-div{margin-top:60px}.country-main-dialog .custom-popup-inner .sub-flag-div h3{margin-bottom:20px}.country-main-dialog .custom-popup-inner .sub-flag-div h3 img{border-radius:100%;height:30px!important;margin-left:10px;object-fit:cover;width:30px!important}.country-main-dialog .custom-popup-inner .sub-flag-div .inner-flag-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:-5px}.country-main-dialog .custom-popup-inner .sub-flag-div .inner-flag-wrap div{background:#000;border:1px solid #302d3a;border-radius:6px;box-shadow:inset 0 6px 10px 0 #ffffff1f;color:#fff;cursor:pointer;font-size:13px;margin:5px;padding:10px}.country-main-dialog .custom-popup-inner .flag-wrap>div:hover,.country-main-dialog .custom-popup-inner .sub-flag-div .inner-flag-wrap div:hover{border-color:#fff}.country-main-dialog .MuiDialog-container>div{max-width:1400px}.custom-popup .host-record *{color:#fff}.host-record .common-select-button{border-color:#fff!important}.custom-popup .MuiTextField-root{height:48px;line-height:48px;width:100%}.custom-popup .MuiTextField-root>div{height:100%}.custom-popup button.delete-btn{border:0;padding:0}.custom-popup fieldset{border-color:#fff!important}.custom-popup .nameserver-wrapper{display:flex;flex-direction:column}.custom-popup .nameserver-wrapper .addmore-btn{display:flex}.custom-popup .price{color:#fff;font-size:36px;font-weight:600;letter-spacing:-1.08px}.custom-popup .price span{color:#6a696d;font-family:Inter;font-size:14px;font-weight:400;letter-spacing:0;line-height:157%}.custom-popup.yes-no-wrap{align-items:center;display:flex;justify-content:center;margin-top:30px}.custom-popup .yes-no-wrap button.no-btn{background:#e61e4e;border:0;border-radius:6px;box-shadow:inset 0 6px 10px 0 #ffffff1f;color:#fff;font-size:16px;font-weight:500;margin:0 10px;padding:12px 32px}.custom-popup .yes-no-wrap button.btn-main{border:0;margin:0 10px;padding:12px 32px}.custom-popup .yes-no-wrap button.no-btn:hover{background-color:#bf0434;color:#fff}.common-boxes .wrap>div{display:block;overflow:hidden}#date-box #nav-tab .owl-nav{display:block}#date-box .owl-carousel .owl-nav button.owl-next,#date-box .owl-carousel .owl-nav button.owl-prev{background:url(/static/media/down-arrow.f5be95a950d7694c8184.svg);height:8px;left:-14px;outline:none;top:15px;transform:rotate(90deg);width:14px}#date-box .owl-carousel .owl-nav button.owl-next{right:-14px;transform:rotate(-90deg)}.network-profile .position-wrap{margin:50px 0}.network-profile .position-wrap ul{display:flex;flex-wrap:wrap}.network-profile .position-wrap ul li{color:#848387;margin-bottom:10px}.network-profile .position-wrap ul li:not(:last-child){border-right:1px solid #ffffff1a;margin-right:15px;padding-right:15px}.network-profile .position-wrap h4{margin-bottom:10px}.perk-popup .wrap{grid-gap:80px;align-items:center;display:grid;grid-template-columns:377px 500px;padding-left:40px}.perk-popup .wrap .content{padding:30px 0}.perk-popup .wrap p.perk-title{color:#fff;font-family:Poppins;font-size:36px;font-style:normal;font-weight:600;letter-spacing:-1.08px;line-height:116%;margin-bottom:40px;text-align:left}.perk-popup .wrap p.perk-title span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#843ab3,#e51548 50%,#f37c2e);background-clip:text;-webkit-background-clip:text}.learn-design-body .learn-mainpage .guide-section{margin-bottom:100px}.cart-page .cart-wrap .cart-right .coupon-div p.enter-coupon,.common-form .inner-wrap .due-box .coupon-div p.enter-coupon{align-items:center;color:#848387;justify-content:flex-start}.cart-page .cart-wrap .cart-right .coupon-div p.enter-coupon a,.common-form .inner-wrap .due-box .coupon-div p.enter-coupon a{color:#848387;font-size:12px;font-weight:600;margin-left:4px;text-decoration:underline}.cart-page .cart-wrap .cart-right .coupon-div .apply-coupon .coupon-wrap,.common-form .inner-wrap .due-box .coupon-div .apply-coupon .coupon-wrap,.startup-package-page .apply-coupon .coupon-wrap{align-items:flex-start;display:flex;padding-bottom:20px}.cart-page .cart-wrap .cart-right .coupon-div .apply-coupon .coupon-wrap>div,.common-form .inner-wrap .due-box .coupon-div .apply-coupon .coupon-wrap>div,.startup-package-page .apply-coupon .coupon-wrap>div{margin-right:13px;width:205px}.cart-page .cart-wrap .cart-right .coupon-div .apply-coupon .coupon-wrap input,.common-form .inner-wrap .due-box .coupon-div .apply-coupon .coupon-wrap input,.startup-package-page .apply-coupon .coupon-wrap input{font-size:12px;height:38px;padding:0 12px}.cart-page .cart-wrap .cart-right .coupon-div .apply-coupon .coupon-wrap button,.common-form .inner-wrap .due-box .coupon-div .apply-coupon .coupon-wrap button,.startup-package-page .apply-coupon .coupon-wrap button{background:#514d60;border:0;border-radius:4px;color:#fff;font-size:14px;padding:9px 23px}.cart-page .cart-wrap .cart-right .coupon-div .apply-coupon .coupon-wrap p.Mui-error,.common-form .inner-wrap .due-box .coupon-div .apply-coupon .coupon-wrap p.Mui-error,.startup-package-page .apply-coupon .coupon-wrap p.Mui-error{color:red;display:block;margin:10px 0 0}.apply-coupon .clear-coupon{align-items:center;display:flex;gap:7px;margin-bottom:15px}.apply-coupon .clear-coupon p{color:#e51518!important;display:flex;font-size:12px!important;margin:0!important;position:relative}.apply-coupon .clear-coupon p:before{background-image:url(/static/media/danger.5b8461b5e52a3655fde6.svg);background-repeat:no-repeat;content:"";display:block;flex:0 0 15px;height:15px;margin-right:7px;margin-top:2px;width:15px}.apply-coupon .clear-coupon a{border-bottom:1px solid;color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal;text-align:center}.apply-coupon .clear-coupon a:hover{color:#e51548}.cart-page .cart-wrap .cart-right .order-summury .all-orders .single-order-summury p.specific-discount{color:#565363;font-weight:500}.chart-btn-wrap button.clear-all-btn{border-bottom:1px solid;border-radius:0;color:#e51548;font-weight:600;letter-spacing:.5px;margin-top:20px;padding:0}.custom-toast-content span.toast-message{font-size:14px}.custom-toast-content img.toast-icon{height:60px;width:60px}.cart-page .cart .btn-wrap{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;margin-top:-40px}.cart-page .cart .btn-wrap a.clear-all-button{color:#514d60;font-size:14px;font-weight:600}.cart-page .cart .btn-wrap a.clear-all-button:hover{color:#e51548}.cart-tab-wrap{border:1px solid #ffffff80;border-radius:30px;display:flex;padding:6px}.cart-tab-wrap a{border-radius:20px;color:#848387;display:block;font-family:Inter;font-size:14px;font-weight:500;line-height:normal;padding:12px 10px;text-align:center;width:50%}.cart-tab-wrap a.active,.cart-tab-wrap a:hover{background:#e51548;color:#fff}.finance-journey .pin-spacer{inset:0 auto auto!important}.finance-journey .main-box .single{opacity:0;position:absolute;transition:all .5s ease}.finance-journey .main-box .single.active{opacity:1}.finance-journey h2{margin:0 auto 70px;width:790px}.finance-journey .scroll-box{background:#06050c;border:1px solid #ffffff26;border-radius:9px;height:670px!important;top:120px!important}.finance-journey .scroll-box .top-bar{display:flex;justify-content:center;margin-top:-21px}.finance-journey .scroll-box .top-bar span{background:#000;border:1px solid #302d3a;border-radius:25px;box-shadow:inset 0 6px 10px 0 #ffffff1f;display:block;margin-right:120px;padding:8px 30px;position:relative;transition-delay:1s}.finance-journey .scroll-box .top-bar span:after{background:#ffffff26;content:"";height:1px;left:auto;position:absolute;right:-121px;top:19px;width:121px;z-index:1}.finance-journey .scroll-box .top-bar span:last-child:after{content:none}.finance-journey .scroll-box .top-bar span.active,.finance-journey .scroll-box .top-bar span.prev-active{background:#e51548}.finance-journey .scroll-box .top-bar span:after{background:#e51548;opacity:0;transform:scaleX(1);transform-origin:0 100%}.finance-journey .scroll-box .top-bar span.prev-active:after{animation:to-the-left-right 1s;opacity:1}@keyframes to-the-left-right{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.finance-journey .main-box .single .wrap{grid-gap:90px;display:grid;grid-template-columns:646px 1fr;padding:80px 55px 100px 80px}.finance-journey .main-box .single h3.title{color:#fff;font-size:36px;font-weight:600;letter-spacing:-1.08px;line-height:130%;margin-bottom:20px}.finance-journey .main-box .single .content p strong{color:#fff;font-size:20px}.finance-journey .main-box .single .content ul{margin-top:40px}.finance-journey .main-box .single .content ul li:not(:last-child){margin-bottom:23px}.finance-journey .main-box .single .content ul li p:first-child{display:flex;gap:15px;margin-bottom:5px}.finance-journey .main-box .single .content ul li p:first-child img{margin:0}.finance-journey .main-box .single .content ul li p:not(:first-child){font-size:14px}.community-detail .community-post ul .status{margin-top:auto}.community-detail .community-post ul .status>div{min-width:auto}.startup-package-page .apply-coupon>p{display:none}.startup-package-page .apply-coupon .coupon-wrap{padding:0}.startup-package-page .apply-coupon .coupon-wrap input{height:51px}.startup-package-page .apply-coupon .coupon-wrap button{padding:15px 23px}.footer .footerone .innercol{align-items:center;column-gap:42px;display:flex;justify-content:center;padding-bottom:42px}.footer .footerone .innercol .text p{color:#fff;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;letter-spacing:-.66px;line-height:normal}.footer .footerbottom .innerfooter{border-top:1px solid hsla(0,0%,100%,.141);display:grid;grid-template-columns:repeat(3,1fr);padding:45px 0}.footer .footerbottom .innerfooter .left-col{align-items:center;display:flex}.footer .footerbottom .innerfooter .left-col img{margin:0;width:auto}.footer .footerbottom .innerfooter .left-col p{color:#6a696d;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;padding-left:17px}.footer .footerbottom .innerfooter .center-col ul{display:flex;width:max-content}.footer .footerbottom .innerfooter .center-col ul li{padding:0 16px}.footer .footerbottom .innerfooter .center-col ul li a{color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none}.footer .footerbottom .innerfooter .center-col ul li a:hover{color:#e51548}.footer .footerbottom .innerfooter .right-col .social ul{align-items:center;display:flex;justify-content:flex-end}.footer .footerbottom .innerfooter .right-col .social ul li{margin-left:26px}.footer .footerbottom .innerfooter .right-col .social ul li img:hover{filter:brightness(0) saturate(100%) invert(18%) sepia(68%) saturate(4499%) hue-rotate(335deg) brightness(90%) contrast(100%)}@media (min-width:1921px){#header,html{left:0;margin:0 auto;max-width:1920px;right:0}.learn-mainpage.blog-detail-page .wrapper .learn-sidebar:before{content:none}}@media only screen and (min-width:1500px) and (max-width:1699px){.banner .container,.container{width:1380px}.padding{padding:80px 0}h1{font-size:65px}.h1-title,h2{font-size:50px}#header .container{padding:0 20px}#header .wrapper .logo{width:166px}#header .wrapper a.get-started{padding:10px 15px}#header .wrapper a.login{padding:10px 14px}html body{padding-top:120px!important}.banner .wrap .sub-title{font-size:40px}.banner .wrap .btn-main{margin-top:15px}.trustpoilot{padding:50px 0 75px}.startup-launchpad .box-wrap{grid-gap:25px;margin-top:25px}.startup-launchpad .box-wrap .box{padding:20px 25px}.successfull-marketplace .wrap{grid-gap:70px;grid-template-columns:450px 1fr;padding:0 50px}.creative-community .wrap{grid-gap:100px;grid-template-columns:555px 1fr;padding:70px}.creative-community .wrap a.btn-main{margin-top:20px}.first-testimonial .content{padding-bottom:30px}.first-testimonial .content p{font-size:28px}.customize-plan .wrap{padding:60px 50px}.masterclasses .box-wrap{grid-gap:20px;margin-top:50px}.masterclasses .box-wrap .box .img-wrap{height:500px}.make-launching{padding:40px 0 90px!important}.looking-for-funding .box-wrap .single-box>div{padding:20px}.looking-for-funding .box-wrap .single-box h3{margin:0 0 10px}.looking-for-funding .box-wrap .single-box:after,.looking-for-funding .box-wrap .single-box:before{bottom:-100%;height:90%}.looking-for-funding .box-wrap .single-box:before{top:-100%}.workshops-taught .wrap{padding:50px 50px 67px 57px}.workshops-taught .img-slider{margin:0 0 70px}.member-benifits{padding-bottom:100px}.member-benifits p{margin:0 auto 30px;width:702px}.books{padding-bottom:100px;padding-top:100px}.books .inner .box{padding:30px 40px 18px 60px}.grow{padding:0 0 100px}.grow .inner .heading h2{margin-bottom:30px}.startups{padding-top:100px}.startups .startups-list .box{padding:30px}.startups .startups-list .box .text{padding-bottom:40px}.faq{padding-bottom:80px;padding-top:100px}.faq .inner{gap:70px}.faq .inner .left-col .box{padding:40px 30px}.faq .inner .left-col .box .text{margin-bottom:40px}.tools ul{padding-top:80px}.marketplace ul li .box,.tools ul li .box{padding:30px}.marketplace .btn-wrap{padding:40px 0 0}.marketplace h2{margin-top:50px;padding:40px 0}.marketplace-detail .inner-banner p{width:530px}.overview-tab .cols{margin-bottom:80px;padding-bottom:80px}html body div#nav-tabContent .wrap{grid-gap:100px;grid-template-columns:auto 600px}html body div#nav-tabContent .wrap img{width:443px}.detail-tab h2,.overview-tab h2{margin-bottom:20px}.detail-tab{padding:80px 0}.detail-tab ul.faqlist .faq-question p{font-size:22px}.detail-tab ul.faqlist .faq-question img{max-height:33px}.detail-tab .wrap{grid-template-columns:580px 600px}.packages-section ul.packages-list{margin-top:80px}.packages-section .optional-add-ons .addons-main-bar,.packages-section .optional-add-ons .addons-top-bar{padding:20px}.marketplace-detail .faq{padding:100px 0 60px}.what-everyone-does-section .text p{font-size:30px}.what-everyone-does-section .text:before{top:37px}.overview-tab .copyright-design-section{padding:60px 70px 80px}.overview-tab .copyright-design-section .box-wrap .single-box{padding:30px}.startup-package-page ul.plan-wrap{grid-gap:20px}.community-body .wrap h2,.customerprofile-body h1{font-size:50px}.community-body .wrap h3{font-size:34px;padding-bottom:30px}.community-detail .wrap{grid-template-columns:595px 555px}.perk-detail .wrap .custom-breadcrumb{margin-bottom:20px}.perk-detail .wrap{grid-template-columns:545px 678px}.learn-mainpage .container{padding:0 30px}.learn-mainpage .wrapper{grid-gap:30px}.learn-mainpage .wrapper .learn-sidebar{top:120px}.learn-mainpage.blog-detail-page .wrapper .learn-sidebar{height:calc(100vh - 140px)}.learn-mainpage.blog-detail-page .wrapper .learn-sidebar:before{bottom:20px;left:30px}.learn-banner .inner-wrap{grid-template-columns:50% 48%}.learn-banner .inner-wrap .content{width:500px}.learn-banner .inner-wrap .content h2{font-size:75px;margin-bottom:24px}.tip-ticks-section{padding:80px 0}.blog-list-section h2,.guide-section h2,.tip-ticks-section h2{font-size:45px}.guide-section ul,.tip-ticks-section ul{grid-gap:20px}.tip-ticks-section ul li .inner-top{padding:15px 20px}.tip-ticks-section ul li h3{font-size:26px;padding:5px 20px 30px}.tip-ticks-section ul li .img-wrap{padding:0 10px}.learn-mainpage .first-testimonial{margin-bottom:50px;padding-bottom:70px}.guide-section ul li{grid-template-columns:1fr 120px;padding:15px}.guide-section ul li .right-image{height:160px}.learn-mainpage .books{padding:0 0 80px}.blog-list-section .blog-list{grid-gap:40px;grid-template-columns:470px 1fr}.blog-list-section .blog-list h3{font-size:20px}.blog-list-section .blog-list .single-blog{grid-gap:30px;grid-template-columns:1fr 180px}.blog-list-section .blog-list .single-blog .blog-right{height:120px}.learn-design-body .learn-mainpage{padding-bottom:100px}.blog-page .featured-blog .wrap{grid-gap:50px;grid-template-columns:1fr 480px}.blog-page .featured-blog .right-wrap{height:320px}.blog-detail-page .latest-blog h3,.blog-page .latest-blog h3{line-height:178%;padding-bottom:20px}.blog-detail-page .latest-blog ul,.blog-page .latest-blog ul{grid-gap:15px}.blog-detail-page .latest-blog ul li h4,.blog-page .latest-blog ul li h4{font-size:18px;margin-bottom:15px}.blog-detail-page .inner-cont-wrap .inner-left{padding:0 60px 0 30px}.blog-detail-page a.back-button{margin-left:30px}.blog-detail-page .inner-cont-wrap{grid-template-columns:1fr 320px}.blog-detail-page .inner-cont-wrap .inner-right .content-of-table{top:100px!important;width:320px}.blog-detail-page h1{font-size:27px}.blog-detail-page .inner-cont-wrap .inner-left .img-wrap{height:320px;margin:30px 0}.blog-detail-page .latest-blog{margin-top:80px}.guide-section ul li:before{width:25%}.guide-page .guide-list ul li{grid-template-columns:1fr 230px}.guide-page .guide-list ul li h3{font-size:22px}.guide-page .guide-list ul li .right-image{height:200px}.tipstrick-page .tipstrick-list ul li{margin-bottom:40px;padding:50px 0 0 80px}.tipstrick-page .tipstrick-list ul li h2{font-size:46px}.custom-profile-support .customersupport-wrap .single-box:before,.customerprofile-body .customerprofile-content .bottom-info .inner-box:before{height:123px;width:123px}.from-country .inner{padding:40px 80px}.masterclasses .connect-wrap{grid-template-columns:41% 55%;justify-content:space-between}.masterclasses .connect-wrap .right-col{padding:50px 100px 30px 40px}.masterclasses .connect-wrap .info{left:140px}.makelaunching .box-wrap .single-box .info{padding:30px}.error-page h1{font-size:190px}.softwaretools table thead tr th:nth-child(3){width:140px}.softwaretools table thead tr th:nth-child(4){width:80px}.softwaretools table thead tr th:nth-child(6){width:270px}.softwaretools p.subtotal,.softwaretools p.total{margin:20px 90px 10px auto}.customer-seg h3{font-size:22px}.join-us a{padding:10px 15px}.interview-que-section h1{font-size:56px}.launch-section .box ul.launch-list li{font-size:18px}.launch-section .box,.launch-section .domain-box-wrap>div,.validation-exp .customer-interview,.validation-section .critical-box{padding:30px 40px}.launch-section .box ul.launch-list{margin-top:30px}.help-startup-launch p.sub-title{margin:20px auto 0}.help-startup-launch .info-wrap{margin-top:60px}.help-startup-launch .wrap{padding:50px 180px}.terms-condition-page .wrapper .right-wrap h3{font-size:32px;margin:35px 0 15px}.event-page .box-filters .sector{min-width:220px}.event-page .box-filters .location{width:270px}.who-we-are .img-wrap{grid-template-columns:700px auto}.numbers .wrap{grid-gap:40px;grid-template-columns:auto 556px;margin:30px 0 60px}.successfull-marketplace{margin-bottom:80px}.masterclasses .event-hub{grid-template-columns:420px auto}.hands-up .wrap p.number{font-size:69px;margin-bottom:20px}.behind-brand .wrap{grid-gap:80px}.founders-list{padding:30px 40px}.startup-launchpad .name-search{margin-bottom:60px}.founder-login{padding-left:120px}.founder-login .wrap{grid-template-columns:700px 600px}.customize-plan .text-list{height:51px}.finance-journey .main-box .single .wrap{grid-gap:60px;grid-template-columns:576px 1fr;padding:60px 50px 50px}.finance-journey .scroll-box{height:580px!important}.finance-journey .main-box .single h3.title{font-size:30px;margin-bottom:10px}}@media only screen and (min-width:1280px) and (max-width:1499px){.banner .container,.container{width:1200px}.padding{padding:60px 0}h1{font-size:55px}.h1-title,h2{font-size:45px}#header .container{padding:0 20px}#header .wrapper .logo{width:166px}#header .wrapper a.get-started,#header .wrapper a.login{font-size:14px;padding:7px 10px}#header .wrapper a.login{margin-left:16px}#header .wrapper .menu ul#main-menu{margin:0 -8px}#header .wrapper .menu ul#main-menu li{padding:0 8px}#header .wrapper .menu ul#main-menu li a{font-size:14px}html body{padding-top:100px!important}.banner .wrap{grid-gap:50px;grid-template-columns:1fr 570px}.banner .wrap .left-col{padding-top:60px}.banner .wrap .sub-title{font-size:36px}.banner .wrap .btn-main{margin-top:15px}.trustpoilot{padding:50px 0 75px}.startup-launchpad .box-wrap{grid-gap:15px;margin-top:25px}.startup-launchpad .box-wrap .box{padding:15px}.startup-launchpad .img-box{padding-top:40px}.successfull-marketplace .wrap{grid-gap:50px;grid-template-columns:420px 1fr;padding:0 50px}.successfull-marketplace .wrap a.btn-main{margin-top:10px}.successfull-marketplace .wrap .box{margin-bottom:20px;padding:15px}.successfull-marketplace .wrap .box .title{margin:0 0 15px}.creative-community .wrap{grid-gap:70px;grid-template-columns:495px 1fr;padding:50px}.creative-community .wrap a.btn-main{margin-top:10px}.first-testimonial .content{padding-bottom:20px;width:700px}.first-testimonial .content p{font-size:26px}.customize-plan .wrap{padding:50px 30px}.customize-plan .wrap .top-wrap a.btn-main{margin-top:10px}.masterclasses .box-wrap{grid-gap:20px;margin-top:50px}.masterclasses .box-wrap .box .img-wrap{height:460px}.masterclasses .box-wrap .box .info h3{font-size:22px;margin-bottom:10px}.connect-with-expert .wrap{grid-gap:70px;grid-template-columns:1fr 520px}.connect-with-expert .left-col ul{margin:20px -6px}.make-launching{padding:40px 0 90px!important}.looking-for-funding p.sub-title{margin:15px auto 30px;width:650px}.looking-for-funding .box-wrap .single-box>div{padding:20px}.looking-for-funding .box-wrap .single-box h3{margin:0 0 10px}.looking-for-funding .box-wrap .single-box:after,.looking-for-funding .box-wrap .single-box:before{bottom:-100%;height:90%}.looking-for-funding .box-wrap .single-box:before{top:-100%}.workshops-taught .wrap{padding:40px 40px 57px 50px}.workshops-taught .img-slider{margin:0 0 70px}.member-benifits{padding-bottom:70px}.member-benifits p{margin:0 auto 30px;width:702px}.books{padding-bottom:70px;padding-top:70px}.books .inner .box{padding:20px 30px}.books .inner .box .left-col .forms{padding-top:30px}.books .inner .box .left-col h2{padding-bottom:10px}.grow{padding:0 0 70px}.grow .inner .heading h2{margin-bottom:30px}.startups{padding-top:80px}.startups .startups-list .box{padding:20px}.startups .startups-list .box>img{margin-bottom:20px}.startups .startups-list .box .text p{font-size:17px}.startups .startups-list .box .text{padding-bottom:30px}.faq{padding-bottom:70px;padding-top:70px}.faq .inner .right-col h2{margin-bottom:40px}.faq .inner{gap:70px}.faq .inner .left-col .box{padding:40px 30px}.faq .inner .left-col .box .text{margin-bottom:40px}ul.faqlist li .faq-question{padding:14px 37px 14px 18px}ul.faqlist li .faq-question p{font-size:20px}ul.faqlist li .faq-question p:after{height:16px;right:16px;top:20px;width:16px}ul.faqlist li .faq-question[data-status=open] p:after{top:27px}ul.faqlist li .faq-answer{padding:15px 20px}.footer .footerone .innercol .text p{font-size:20px}.footer .footerbottom .innerfooter{display:flex;justify-content:space-between;padding:30px 0}.common-form .wrap{grid-gap:130px}.common-form .wrap .content h3{margin-bottom:30px}.common-form .wrap h3{font-size:20px}.common-form .wrap ul.points{grid-gap:20px;margin-bottom:40px}.tools ul{grid-gap:15px;padding-top:60px}.marketplace ul li .box,.tools ul li .box{padding:30px}.marketplace .btn-wrap{padding:30px 0 0}.marketplace h2{margin-top:40px;padding:30px 0}.cart-page .cart-wrap{grid-gap:60px;grid-template-columns:1fr 470px}.common-boxes .wrap{grid-gap:50px;grid-template-columns:280px auto}.common-boxes .wrap .right-wrap .network-box-wrap{grid-gap:15px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box{padding:15px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info .user-image img{margin-right:10px;width:60px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info p.name{font-size:18px}.common-boxes .wrap .right-wrap .btn-wrap{margin:30px 0 0}.network-profile .top-bar{grid-template-columns:auto 610px}.network-profile .top-bar .title-wrap button.report-member span{display:none}.network-profile .top-bar .left-col{grid-gap:20px;grid-template-columns:140px auto}.network-profile .top-bar h3{font-size:25px}.network-profile .top-bar ul{margin-top:25px}.network-profile .top-bar ul li:not(:last-child){margin-right:30px;padding-right:40px}.network-profile .about-company{padding:20px 30px}.network-profile .about-company .company-bottom-bar{grid-template-columns:640px 380px}.box-wrap-main ul li{padding:25px}.box-wrap-main ul li img{margin-bottom:25px;max-height:45px}.marketplace-detail .inner-banner .wrap .left-wrap{padding-top:30px}.marketplace-detail .inner-banner p{width:530px}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap{width:500px}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap img:first-child{height:60px!important;left:25px;top:13px;width:60px!important}.marketplace-detail .inner-banner .wrap .right-wrap p{font-size:30px;width:500px}.overview-tab{padding-top:70px}.overview-tab .cols{margin-bottom:70px;padding-bottom:70px}.overview-tab .professional-business-plan h3{font-size:33px}span.id-wrapper{margin-top:-110px;padding-top:110px}.jumplink-tab{padding:60px 0 0}.jumplink-tab.sticky ul{top:79px}html body div#nav-tabContent .wrap{grid-gap:80px;grid-template-columns:auto 540px}html body div#nav-tabContent .wrap img{width:393px}.detail-tab h2,.overview-tab h2{margin-bottom:12px}.detail-tab{padding:70px 0}.detail-tab .wrap{grid-gap:95px;grid-template-columns:470px 620px}.detail-tab ul.faqlist .faq-question p{font-size:20px}.detail-tab ul.faqlist .faq-question img{margin-right:15px;max-height:30px}.detail-tab ul.faqlist .faq-answer{padding-bottom:20px}.packages-section ul.packages-list{margin-top:70px}.packages-section .optional-add-ons .addons-main-bar,.packages-section .optional-add-ons .addons-top-bar{padding:20px}.packages-section ul.packages-list>li{margin:0 5px;padding:20px}.packages-section .price-col p.price{font-size:30px}.packages-section ul.packages-list>li a.btn-main{margin-bottom:25px}.packages-section ul.packages-list>li .plan-includes p,.packages-section ul.packages-list>li .plan-includes ul li{margin-bottom:10px}.packages-section ul.packages-list>li .plan-includes a.see-all-feture{margin-top:20px}.packages-section .optional-add-ons h3{font-size:33px;padding-bottom:25px}.packages-section .optional-add-ons .addons-main-bar .addon-right{padding-left:80px}.how-it-work .wrap{grid-template-columns:410px 560px}.how-it-work .wrap ul.steps li .content{padding-left:25px}.how-it-work .wrap ul.steps li span.number{font-size:42px;min-width:50px}.how-it-work .wrap ul.steps li h3{font-size:20px;margin-bottom:10px}.marketplace-detail .faq{padding:80px 0}.marketplace-detail .faq h2{margin-bottom:40px}.what-everyone-does-section .text p{font-size:30px}.what-everyone-does-section .text:before{top:37px}.packages-section .single-product{grid-template-columns:1fr 265px;padding:20px}.overview-tab .copyright-design-section{padding:50px}.overview-tab .copyright-design-section .box-wrap .single-box{padding:30px 23px}.overview-tab .copyright-design-section .box-wrap .single-box .top-bar{padding-bottom:16px}.overview-tab .copyright-design-section .box-wrap .single-box img{margin-right:13px}.overview-tab .copyright-design-section .box-wrap h4{font-size:20px}.startup-package-page ul.plan-wrap{grid-gap:20px}.startup-package-page .center-text{padding-bottom:50px}.startup-package-page div#nav-tab a{min-width:210px}.startup-package-page ul.plan-wrap li{padding:25px 15px}.startup-package-page ul.plan-wrap p.plan-include{margin:30px 0 20px}.startup-package-page ul.plan-wrap .points p{margin:6px 4px;padding:6px 11px}.startup-package-page ul.plan-wrap a.btn-main{padding:11px 0}.startup-package-page ul.plan-wrap p.price{font-size:32px}#date-box ul.event-list{grid-gap:15px}.event-detail-page .wrap{grid-gap:80px;grid-template-columns:1fr 360px}.event-detail-page h2{font-size:32px}.community-body .wrap{grid-template-columns:340px 360px 300px}.community-body .wrap h2,.customerprofile-body h1{font-size:45px}.community-body .wrap h3{font-size:31px;padding-bottom:30px}.community-post ul{grid-gap:15px}.community-post ul li .img-wrap{height:170px}.community-post ul li .content h3{font-size:18px}.community-post ul li .content p{font-size:15px}.community-detail .wrap{grid-template-columns:535px 505px}.community-detail .wrap span.offer{margin:20px 0 15px}.community-detail .content{margin-bottom:20px}.perks-page .perks-banner .wrap{grid-template-columns:500px 634px}.perks-page .perks-list h2{font-size:44px}.perk-detail .wrap .custom-breadcrumb{margin-bottom:15px}.perk-detail .wrap{grid-template-columns:425px 655px}.perk-detail .about-perk .inner-wrap{grid-gap:70px;grid-template-columns:1fr 360px}.learn-mainpage .container{padding:0 30px}.learn-mainpage .wrapper{grid-gap:30px}.learn-mainpage .wrapper .learn-sidebar{top:90px}.learn-mainpage.blog-detail-page .wrapper .learn-sidebar{height:calc(100vh - 110px)}.learn-mainpage.blog-detail-page .wrapper .learn-sidebar:before{bottom:20px;left:30px}.learn-banner .inner-wrap{grid-template-columns:50% 48%}.learn-banner .inner-wrap .content{width:470px}.learn-banner .inner-wrap .content h2{font-size:65px;margin-bottom:24px}.tip-ticks-section{padding:70px 0}.blog-list-section h2,.guide-section h2,.tip-ticks-section h2{font-size:40px}.guide-section ul,.tip-ticks-section ul{grid-gap:20px}.tip-ticks-section ul li .inner-top{padding:15px 20px}.tip-ticks-section ul li h3{font-size:24px;padding:5px 20px 30px}.tip-ticks-section ul li .img-wrap{padding:0 10px}.learn-mainpage .first-testimonial{margin-bottom:50px;padding-bottom:70px}.guide-section ul li{grid-gap:15px;grid-template-columns:1fr;padding:15px}.guide-section ul li .right-image{height:160px;order:1}.guide-section ul li .left-content{order:2}.guide-section ul li p.time{bottom:auto;left:auto;order:3;position:relative}.learn-mainpage .books{padding:0 0 70px}.blog-list-section .blog-list{grid-gap:30px;grid-template-columns:400px 1fr}.blog-list-section .blog-list .latest-blogs .img-wrap{margin-bottom:20px}.blog-list-section .blog-list h3{font-size:18px}.blog-list-section .blog-list .single-blog{grid-gap:20px;grid-template-columns:1fr 180px}.blog-list-section .blog-list .single-blog .blog-right{height:120px}.learn-design-body .learn-mainpage{padding-bottom:80px}.blog-page .featured-blog .wrap{grid-gap:30px;grid-template-columns:1fr 400px}.blog-page .featured-blog .right-wrap{height:280px}.blog-detail-page .latest-blog h3,.blog-page .latest-blog h3{line-height:178%;padding-bottom:20px}.blog-detail-page .latest-blog ul,.blog-page .latest-blog ul{grid-gap:15px}.blog-detail-page .latest-blog ul li h4,.blog-page .latest-blog ul li h4{font-size:16px;margin-bottom:15px}.blog-page .featured-blog{margin:40px 0;padding:40px 30px}.blog-page .featured-blog h3{font-size:26px;line-height:130%}.blog-page .featured-blog a.arrow-link{margin-top:20px}.blog-detail-page .latest-blog ul li .img-wrap,.blog-page .latest-blog ul li .img-wrap{height:130px}.blog-detail-page .latest-blog ul li .content p,.blog-page .latest-blog ul li .content p{font-size:14px}.blog-detail-page .latest-blog ul li .time-wrap span.offer,.blog-page .latest-blog ul li .time-wrap span.offer{font-size:11px;line-height:normal}.blog-detail-page .inner-cont-wrap .inner-left{padding:0 30px 0 10px}.blog-detail-page a.back-button{margin-left:10px}.blog-detail-page .inner-cont-wrap{grid-template-columns:1fr 320px}.blog-detail-page .inner-cont-wrap .inner-right .content-of-table{padding:15px;top:80px!important;width:320px}.blog-detail-page h1{font-size:27px}.blog-detail-page .inner-cont-wrap .content-of-table ol li{margin-bottom:8px}.blog-detail-page .inner-cont-wrap .inner-left .img-wrap{height:320px;margin:30px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h2{font-size:26px}.blog-detail-page .inner-cont-wrap .inner-left .content h3{font-size:24px}.blog-detail-page .inner-cont-wrap .inner-left .content h4{font-size:22px}.blog-detail-page .inner-cont-wrap .inner-left .content h5{font-size:20px}.blog-detail-page .inner-cont-wrap .inner-left .content h6{font-size:18px}.blog-detail-page .inner-cont-wrap .inner-left .more-about-plan{padding:20px}.blog-detail-page .inner-cont-wrap .inner-left .more-about-plan h3{font-size:28px;margin-bottom:7px}.guide-section ul li:before{width:50%}.guide-page .guide-list ul{grid-gap:20px}.guide-page .guide-list ul li{grid-template-columns:1fr 190px;padding:20px}.guide-page .guide-list ul li h3{font-size:18px}.guide-page .guide-list ul li .right-image{height:180px}.tipstrick-page .tipstrick-list ul li{margin-bottom:40px;padding:50px 0 0 50px}.tipstrick-page .tipstrick-list ul li h2{font-size:42px}.customerprofile-body .customerprofile-content .profile-bar{padding:20px 30px}.customerprofile-body .customerprofile-content .profile-bar img{flex:0 0 126px;width:126px}.customerprofile-body .customerprofile-content .profile-bar p.name{flex:0 0 126px;font-size:60px;height:126px;line-height:126px;width:126px}.customerprofile-body .customerprofile-content .bottom-info .trail-box{padding:20px}.customerprofile-body .customerprofile-content .bottom-info .box-wrap{display:flex;flex-wrap:wrap}.customerprofile-body .customerprofile-content .bottom-info .inner-box{margin-bottom:20px;margin-right:30px;padding:20px;width:100%}.customer-billing .invoice-list,.customer-billing .pyment-method .card-wrap,.customer-email-pass .customerprofile-content,.customerprofile-mainpage form#profile-form .btn-wrap,.customerprofile-mainpage form#profile-form .i-am-investor,.customerprofile-mainpage form#profile-form .wrap{padding:25px 30px}.customer-email-pass .wrap,.customerprofile-mainpage form#profile-form .wrap{grid-gap:60px}.customer-email-pass .customerprofile-content p{font-size:14px;margin-bottom:30px}.customer-email-pass .customerprofile-content button{margin-top:10px}.customer-billing .card-list{grid-gap:20px}.custom-profile-support .customersupport-wrap .single-box:before,.customerprofile-body .customerprofile-content .bottom-info .inner-box:before{height:123px;width:123px}.custom-profile-support .customersupport-wrap{grid-gap:20px}.from-country .inner{padding:30px 50px}.masterclasses .connect-wrap{grid-template-columns:41% 55%;justify-content:space-between;margin-top:80px}.masterclasses .connect-wrap .info{left:100px}.masterclasses .connect-wrap .info h4{font-size:20px}.masterclasses .connect-wrap .right-col{padding:30px 50px 30px 0}.masterclasses .connect-wrap .right-col h3,.masterclasses .small-business p.title{font-size:32px;margin-bottom:5px}.masterclasses .connect-wrap .right-col ul.company-wrap{padding-top:20px}.masterclasses .connect-wrap .right-col ul.company-wrap li{height:41px;padding:10px 14px}.makelaunching .box-wrap{height:1300px}.makelaunching .box-wrap .single-box .info{padding:20px}.curated-peer-groups{padding:260px 0 310px}.curated-peer-groups ul.slide-list{width:1200px}.curated-peer-groups .wrap p.number span:first-child{font-size:90px}.curated-peer-groups .wrap a.btn-main{margin-top:15px}.curated-peer-groups ul.slide-list li{padding:15px;width:200px}.curated-peer-groups ul.slide-list li:first-child{left:230px;top:40px}.curated-peer-groups ul.slide-list li:nth-child(2){right:210px;top:75px}.curated-peer-groups ul.slide-list li:nth-child(3){bottom:48px;right:290px}.curated-peer-groups ul.slide-list li:last-child{bottom:118px;left:190px}.error-page h1{font-size:160px}.error-page h1 img{width:120px}.error-page p{font-size:18px}.country-main-dialog .custom-popup-inner .wrap{grid-template-columns:350px auto}.country-main-dialog .custom-popup-inner .flag-wrap{grid-template-columns:repeat(7,1fr)}.softwaretools table thead tr th:nth-child(2){width:210px}.softwaretools table thead tr th:nth-child(3){width:120px}.softwaretools table thead tr th:nth-child(4){width:80px}.softwaretools table thead tr th:nth-child(5){width:120px}.softwaretools table thead tr th:nth-child(6){width:250px}.softwaretools table tbody tr td:first-child a{font-size:18px}.softwaretools p.subtotal,.softwaretools p.total{margin:20px 90px 10px auto}.businessplan-step-form .form-wrap form{padding:20px 0 0 20px}.businessplan-step-form .form-wrap form .have-logo .right-wrap{flex:0 0 212px}.customerprofile-mainpage form#profile-form .i-am-investor-check:after,.customerprofile-mainpage form#profile-form .i-am-investor-check:before{width:40%}.status .in-review-status{margin-right:15px}.status>div .icon-wrap p{font-size:18px}.status>div{min-width:300px}.legal-aggrement .aggreement-wrap{grid-template-columns:1fr 600px}.legal-aggrement .download-button{padding:12px 32px;width:600px}.legal-aggrement .aggreement-wrap .right-col{padding:10px 25px 80px}.related-product .wrapper .single{padding:20px}.brand-com h3{font-size:18px}.customer-seg h3{font-size:20px}.customer-seg-boxes .wrap h4{font-size:18px}.existing-alt h3,.problem .wrap h3,.solution h3,.unique-val .common-wrap h3,.unique-val .wrap>ul h3{font-size:20px}.unique-val{padding:59px 0 130px}.fav-coffee .wrap{grid-template-columns:45% 44.9%}.key-benefits .wrap{grid-template-columns:43.9% 40.7%}.features .wrap{grid-template-columns:42.9% 43.7%}.join-us a{padding:10px 15px}html body.ai-template #footer .wrap{grid-template-columns:70% auto}.interview-que-section h1{font-size:50px}.customizer-section h3{font-size:20px}.customizer-section .wrap>ul>li .number{font-size:40px}.launch-section .box ul.launch-list li{font-size:16px}.launch-section .box,.launch-section .domain-box-wrap>div,.validation-exp .customer-interview,.validation-section .critical-box{padding:30px}.launch-section .box ul.launch-list{margin-top:30px}.business-prototype,.launch-section,.validation-section{padding:80px 0}.business-prototype h2{margin-bottom:20px}.business-prototype .inner-wrap .inner-left{width:470px}.business-prototype .learn-canvas,.business-prototype .wrap{grid-gap:15px}.launch-section .domain-box-wrap{grid-gap:20px;margin-top:20px}.launch-section .domain-box-wrap .price-col p.name{flex:0 0 200px;width:200px}.launch-section .domain-box-wrap .price-list{margin-bottom:20px;margin-top:20px}.about-banner .wrap{grid-template-columns:421px 1fr}.help-startup-launch p.sub-title{margin:20px auto 0}.help-startup-launch .info-wrap{margin-top:50px}.help-startup-launch .wrap{padding:50px 100px}.help-startup-launch .info-wrap p.number{font-size:38px}.image-content-sec .single-wrap{margin-top:60px}.image-content-sec .single-wrap .content,.image-content-sec .single-wrap .image{flex:0 0 480px}.image-content-sec .single-wrap .img-wrap:before{height:340px;width:468px}.terms-condition-page .wrapper .right-wrap h3{font-size:28px;margin:35px 0 15px}.terms-condition-page .wrapper{margin-bottom:70px;margin-top:40px}.event-page .box-filters{flex-wrap:wrap}.event-page .box-filters .sector{min-width:200px}.event-page .box-filters .location{width:auto}.masterclasses .small-business{margin-top:30px;padding:40px}.businessplan-nameidea .nameidea-result-box .box-wrap .single-box p.name{font-size:18px}.availability-wrap .single-box .domain-name{font-size:40px}.contact-page h3{font-size:24px}.contact-page h3 img{width:160px}.contact-page p.title{font-size:18px;margin-bottom:15px}.contact-page .custom-profile-support{margin-top:40px}.contact-page h3{margin-bottom:20px}.contact-page .custom-profile-support h3.center{justify-content:center}.contact-page .wrap{grid-gap:70px;grid-template-columns:auto 410px}.contact-page .contact-faq ul.faqlist{width:1000px}#about-box #date-box{margin-top:35px}.about-box .btn-main-wrap .btn-wrap{padding-top:90px}.about-box .wrpa{gap:70px}.about-box .wrpa .user-box .user-info .user-name{font-size:32px}.about-box .wrpa .user-box{gap:26px;padding:26px}.cart-page .cart-left .single-product .addon-middle p.addon-desc,.cart-page .cart-left .single-product .product-top .product-info{width:350px}.cart-page .cart-left .single-product .product-top .product-info h3{font-size:20px}.cart-page .cart-left .single-product .product-top{padding:20px}.cart-page .cart-left .single-product .product-top .product-price-info p.price{font-size:18px}.cart-page .cart-left .single-product{margin-bottom:30px}.bookkeeping-section .box-wrap .single-box p.title{font-size:18px;margin-bottom:10px}.bookkeeping-section .box-wrap.five-box{grid-template-columns:repeat(4,1fr)}.bookkeeping-section{margin-top:80px}.masterclasses .event-hub .content-box{padding:40px 30px}.masterclasses .event-hub .content-box p.heading{font-size:20px}.masterclasses .event-hub .content-box p.heading:before{height:19px}.who-we-are .img-wrap{grid-template-columns:600px auto}.who-we-are .img-wrap img{grid-gap:30px;border-radius:8px}.numbers .wrap{grid-gap:40px;grid-template-columns:auto 556px;margin:30px 0 60px}.numbers .wrap .accordian-item button.accordion-title{font-size:18px;padding:20px 80px 20px 20px}.successfull-marketplace{margin-bottom:60px}.makelaunching .box-wrap .single-box{top:90px}.makelaunching .box-wrap .single-box:nth-child(2){top:120px}.makelaunching .box-wrap .single-box:nth-child(3){top:150px}.makelaunching .box-wrap .single-box{min-height:390px}html body .startup-package-page #nav-tab a.nav-item{font-size:29px}.free-access-box .box-content{padding:30px}.free-access-box{grid-template-columns:1fr 610px}.logo-slider{padding-bottom:30px}.successfull-marketplace{margin-bottom:80px}.masterclasses .event-hub{grid-gap:60px;grid-template-columns:420px auto}.hands-up .wrap p.number{font-size:60px;margin-bottom:20px}.behind-brand .wrap{grid-gap:60px;grid-template-columns:1fr 520px}.what-sets-apart .left-col{padding-right:35px;padding-top:35px}.what-sets-apart .wrap{grid-template-columns:414px auto;padding-bottom:80px}.what-sets-apart .left-col p.title{font-size:30px;line-height:40px;margin-bottom:10px}.what-sets-apart .right-col .single-box .icon img{margin:0 0 60px}.what-sets-apart .right-col .single-box{padding:20px}.hands-up .wrap{padding-top:40px}.founders-list{margin-bottom:80px;padding:30px 40px}.founders-list .inner-box-wrap{margin-top:30px}.founders-list .inner-box-wrap .single-box .top-bar{grid-template-columns:120px auto}.elevator-pitch .founders-list .bottombar ul li:last-child .min-max-wrap>div{min-width:150px}.startup-launchpad .name-search{margin-bottom:40px}.founders-list .inner-box-wrap .single-box .top-bar h3{font-size:24px}.community-list .community-box{gap:20px}.community-list .single-community p.title{font-size:19px}.community-list .single-community p.text{font-size:14px}.event-list-box,.perk-box{padding:50px 140px}.perk-box{margin-top:80px}.custom-progress-bar{top:70px;width:calc(100% - 450px)}.founder-login{padding-left:60px}.founder-login .wrap{grid-template-columns:400px 450px;grid-template-columns:700px 450px}.founder-login .wrap .first-form{width:400px}.founder-login-body:after{width:450px}.founder-login .right-wrap{padding:0 30px}.founder-login .right-wrap p.title{font-size:26px}.founder-login .left-wrap>div{padding-bottom:70px}.customize-plan .text-list{height:46px}.learn-design-body .learn-mainpage .guide-section{margin-bottom:80px}.finance-journey .main-box .single .wrap{grid-gap:20px;grid-template-columns:476px 1fr;padding:70px 30px 20px}.finance-journey .scroll-box{height:510px!important}.finance-journey .main-box .single h3.title{font-size:26px;margin-bottom:10px}.finance-journey .scroll-box .top-bar span{margin-right:70px}.finance-journey .scroll-box .top-bar span:after{right:-70px;width:70px}.finance-journey .main-box .single .content p strong{font-size:20px}.finance-journey .main-box .single .content ul{margin-top:20px}}@media only screen and (min-width:1121px) and (max-width:1279px){.banner .container,.container{width:1121px}.padding{padding:60px 0}h1{font-size:50px}.h1-title,h2{font-size:40px}#header .container{padding:0 20px}#header .wrapper .logo{width:140px}#header .wrapper a.get-started,#header .wrapper a.login{font-size:13.5px;margin-left:8px;padding:6px 7px}#header .wrapper .menu ul#main-menu{margin:0 -6px}#header .wrapper .menu ul#main-menu li{padding:0 6px}#header .wrapper .menu ul#main-menu li a{font-size:13.5px}html body{padding-top:100px!important}.banner .wrap{grid-gap:50px;grid-template-columns:1fr 530px}.banner .wrap .left-col{padding-top:50px}.banner .wrap .sub-title{font-size:34px}.banner .wrap .btn-main{margin-top:15px}.trustpoilot{padding:50px 0 70px}.startup-launchpad .box-wrap{grid-gap:15px;margin-top:25px}.startup-launchpad .box-wrap .box{padding:15px}.startup-launchpad .img-box{padding-top:40px}.startup-launchpad .img-box:before{height:100px;top:30px;width:910px}.startup-launchpad .box-wrap .box .title h3{font-size:18px}.successfull-marketplace .wrap{grid-gap:30px;grid-template-columns:420px 1fr;padding:0 30px}.successfull-marketplace .wrap a.btn-main{margin-top:10px}.successfull-marketplace .wrap .box{margin-bottom:20px;padding:15px}.successfull-marketplace .wrap .box .title{margin:0 0 15px}.successfull-marketplace .wrap .box .title h3{font-size:18px}.creative-community .wrap{grid-gap:70px;grid-template-columns:495px 1fr;padding:50px}.creative-community .wrap a.btn-main{margin-top:10px}.first-testimonial .content{padding-bottom:20px;width:700px}.first-testimonial .content p{font-size:26px}.customize-plan .wrap{padding:50px 30px}.customize-plan .wrap .top-wrap a.btn-main{margin-top:10px}.masterclasses .box-wrap{grid-gap:20px;margin-top:50px}.masterclasses .box-wrap .box .img-wrap{height:460px}.masterclasses .box-wrap .box .info h3{font-size:22px;margin-bottom:10px}.connect-with-expert .wrap{grid-gap:70px;grid-template-columns:1fr 520px}.connect-with-expert .left-col ul{margin:20px -6px}.make-launching{padding:40px 0 90px!important}.looking-for-funding p.sub-title{margin:15px auto 30px;width:650px}.looking-for-funding .box-wrap{padding:70px 0}.looking-for-funding .box-wrap .single-box>div{padding:20px}.looking-for-funding .box-wrap .single-box h3{font-size:18px;margin:0 0 10px}.looking-for-funding .box-wrap .single-box:after,.looking-for-funding .box-wrap .single-box:before{bottom:-100%;height:90%}.looking-for-funding .box-wrap .single-box:before{top:-100%}.workshops-taught .wrap{padding:40px 30px}.workshops-taught .img-slider{margin:0 0 50px}.workshops-taught .wrap .inner-wrap h3{font-size:22px;margin:30px 0 10px}.workshops-taught .wrap .inner-wrap a.btn-main{margin-top:10px}.member-benifits{padding-bottom:70px}.member-benifits p{margin:0 auto 30px;width:702px}.books{padding-bottom:70px;padding-top:70px}.books .inner .box{grid-template-columns:51% 40%;justify-content:space-between;padding:20px 30px}.books .inner .box .left-col .forms{padding-top:30px}.books .inner .box .left-col h2{padding-bottom:10px}.grow{padding:70px 0}.grow .inner .heading h2{margin-bottom:30px}.startups{padding-top:60px}.startups .startups-list{margin-top:25px}.startups .startups-list .box{padding:20px}.startups .startups-list .box>img{margin-bottom:20px}.startups .startups-list .box .text p{font-size:17px}.startups .startups-list .box .text{padding-bottom:30px}.faq{padding-bottom:70px;padding-top:70px}.faq .inner .right-col h2{margin-bottom:40px}.faq .inner{gap:50px;grid-template-columns:320px auto}.faq .inner .left-col .box{padding:30px 10px}.faq .inner .left-col .box h3{font-size:30px}.faq .inner .left-col .box .text{margin-bottom:40px}ul.faqlist li .faq-question{padding:14px 37px 14px 18px}ul.faqlist li .faq-question p{font-size:18px}ul.faqlist li .faq-question p:after{height:16px;right:16px;top:20px;width:16px}ul.faqlist li .faq-question[data-status=open] p:after{top:27px}ul.faqlist li .faq-answer{padding:15px 20px}.footer .footerone .innercol .text p{font-size:20px}.footer .footerbottom .innerfooter{display:flex;justify-content:space-between;padding:30px 0}.common-form .wrap{grid-gap:130px}.common-form .wrap .content h3{margin-bottom:30px}.common-form .wrap h3{font-size:20px}.common-form .wrap ul.points{grid-gap:20px;margin-bottom:40px}.tools ul{grid-gap:15px;padding-top:60px}.marketplace ul li .box,.tools ul li .box{padding:25px}.marketplace ul{grid-gap:15px}.marketplace .btn-wrap{padding:30px 0 0}.marketplace h2{margin-top:40px;padding:30px 0}.cart-page .cart-wrap{grid-gap:30px;grid-template-columns:1fr 400px;padding-top:20px}.cart-page .cart-left .single-product{margin-bottom:40px}.cart-page .cart-left .single-product .product-middle,.cart-page .cart-left .single-product .product-top{padding:20px}.cart-page .cart-left .single-product .product-top img.product-icon{margin:0 15px 0 0;width:50px}.cart-page .cart-left .single-product .product-top .product-info h3{font-size:20px;margin:0 0 10px}.cart-page .cart-left .single-product .addon-middle p.addon-desc,.cart-page .cart-left .single-product .product-top .product-info{width:380px}.cart-page .cart-left .single-product .product-top .product-price-info p.price{font-size:18px;margin:5px}.cart-page .cart-left .single-product .product-middle h4{font-size:18px}.cart-page .cart-left .single-product .product-middle .single-addon{margin-bottom:20px}.cart-page .cart-left .single-product .product-botton{grid-gap:15px;margin-top:15px}.cart-page .cart-left .single-product .product-botton .single-extra-addon{padding:10px}.cart-page .cart-wrap .cart-right .order-summury h3{padding:20px 20px 3px}.cart-page .cart-wrap .cart-right .order-summury a.total-item{margin:0 20px}.cart-page .cart-wrap .cart-right .order-summury .all-orders .single-order-summury{padding:10px 20px}.cart-page .cart-wrap .cart-right .order-summury .final-amount .net-amount-wrap{padding:15px 20px 3px}.cart-page .cart-wrap .cart-right .order-summury .final-amount p.total-amount{padding:15px 0}.cart-page .cart-wrap .cart-right .purchase-form{padding:20px}form .submit-button{margin-top:20px}.common-boxes .wrap{grid-gap:30px;grid-template-columns:240px auto}.common-boxes .wrap .right-wrap .network-box-wrap{grid-gap:15px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box{padding:15px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info .user-image img{margin-right:10px;width:60px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info p.name{font-size:16px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .more-btn a{padding:6px 17px}.common-boxes .wrap .right-wrap .btn-wrap{margin:30px 0 0}.common-boxes .wrap .right-wrap .btn-wrap a{font-size:14px;padding:9px 19px}.network-profile .top-bar{grid-template-columns:auto 530px;padding-top:20px}.network-profile .top-bar .title-wrap button.report-member span{display:none}.network-profile .top-bar .left-col{grid-gap:20px;grid-template-columns:140px auto}.network-profile .top-bar h3{font-size:25px}.network-profile .top-bar ul{margin-top:25px}.network-profile .top-bar ul li:not(:last-child){margin-right:30px;padding-right:40px}.network-profile .top-bar .right-col .form-group-wrapper{grid-template-columns:334px auto}.network-profile .about-company{padding:20px 30px}.network-profile .about-company .company-bottom-bar{grid-template-columns:630px 330px;margin-top:20px;padding-top:30px}.network-profile .about-company .company-bottom-bar .right-col .single-box{padding:6px 14px}form input[type=submit]{font-size:14px}.box-wrap-main ul{grid-gap:20px}.box-wrap-main ul li{padding:20px}.box-wrap-main ul li img{margin-bottom:20px;max-height:45px}.marketplace-detail .inner-banner .wrap .left-wrap{padding-top:30px}.marketplace-detail .inner-banner p{width:530px}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap{width:500px}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap img:first-child{height:60px!important;left:25px;top:13px;width:60px!important}.marketplace-detail .inner-banner .wrap .right-wrap p{font-size:30px;width:500px}.overview-tab{padding-top:60px}.overview-tab .cols{grid-gap:50px;grid-template-columns:1fr 510px;margin-bottom:60px;padding-bottom:60px}.overview-tab .professional-business-plan h3{font-size:30px}span.id-wrapper{margin-top:-110px;padding-top:110px}.jumplink-tab{padding:60px 0 0}.jumplink-tab.sticky ul{top:76px}.jumplink-tab ul{padding:10px 0}.jumplink-tab ul li{margin:0 30px}html body div#nav-tab{margin-bottom:40px}html body div#nav-tabContent .wrap{grid-gap:40px;grid-template-columns:auto 520px;margin-top:40px}html body div#nav-tabContent .wrap img{width:393px}.detail-tab h2,.overview-tab h2{margin-bottom:12px}.detail-tab{padding:60px 0}.detail-tab .wrap{grid-gap:85px;grid-template-columns:1fr 1fr}.detail-tab ul.faqlist .faq-question p{font-size:20px}.detail-tab ul.faqlist .faq-question img{margin-right:15px;max-height:30px}.detail-tab ul.faqlist .faq-answer{padding-bottom:20px}.packages-section ul.packages-list{margin-top:60px}.packages-section .optional-add-ons .addons-main-bar,.packages-section .optional-add-ons .addons-top-bar{padding:20px}.packages-section ul.packages-list>li{margin:0 5px;padding:20px 15px}.packages-section .price-col p.price{font-size:30px}.packages-section ul.packages-list>li a.btn-main{margin-bottom:25px;padding:9px 0}.packages-section ul.packages-list>li .plan-includes p{margin-bottom:10px}.packages-section ul.packages-list>li .plan-includes ul li{margin-bottom:10px;padding-left:15px}.packages-section ul.packages-list>li .plan-includes a.see-all-feture{margin-top:20px}.packages-section .optional-add-ons h3{font-size:33px;padding-bottom:25px}.packages-section .optional-add-ons .addons-main-bar .addon-right{padding-left:80px}.how-it-work .wrap{grid-template-columns:390px 620px}.how-it-work .wrap .left-wrap img{margin-top:30px;width:300px}.how-it-work .wrap ul.steps li .content{padding-left:25px}.how-it-work .wrap ul.steps li span.number{font-size:42px;min-width:50px}.how-it-work .wrap ul.steps li h3{font-size:20px;margin-bottom:10px}.marketplace-detail .faq{padding:80px 0}.marketplace-detail .faq h2{margin-bottom:40px}.what-everyone-does-section .text p{font-size:26px;padding:11px 50px}.what-everyone-does-section .text:before{top:29px}.what-everyone-does-section ul.box-wrap{grid-gap:25px;grid-template-columns:repeat(4,1fr)}.what-everyone-does-section ul.box-wrap .icon-wrap{min-height:160px}.packages-section .single-product{grid-template-columns:1fr 245px;padding:20px}.overview-tab .copyright-design-section{padding:45px 30px}.overview-tab .copyright-design-section .box-wrap .single-box{padding:30px 23px}.overview-tab .copyright-design-section .box-wrap .single-box .top-bar{padding-bottom:16px}.overview-tab .copyright-design-section .box-wrap .single-box img{margin-right:13px}.overview-tab .copyright-design-section .box-wrap h4{font-size:18px}.startup-package-page ul.plan-wrap{grid-gap:20px}.startup-package-page .center-text{padding-bottom:40px}.startup-package-page div#nav-tab a{min-width:210px}.startup-package-page ul.plan-wrap li{padding:25px 15px}.startup-package-page ul.plan-wrap p.plan-include{margin:30px 0 20px}.startup-package-page ul.plan-wrap .points p{margin:6px 4px;padding:6px 11px}.startup-package-page ul.plan-wrap a.btn-main{padding:11px 0}.startup-package-page ul.plan-wrap p.price{font-size:32px}#date-box{padding:15px}#date-box ul.event-list{grid-gap:15px;grid-template-columns:repeat(2,1fr)}.event-detail-page .wrap{grid-gap:50px;grid-template-columns:1fr 330px}.event-detail-page h2{font-size:32px}.event-detail-page a.btn-main{margin-top:30px}.event-detail-page a.back-button{margin-bottom:20px}.community-body .wrap{grid-template-columns:306px 390px 300px;padding:30px 0}.community-body .wrap h2,.customerprofile-body h1{font-size:40px}.community-body .wrap h3{font-size:27px;padding-bottom:25px}.community-body .wrap .three .content h4{font-size:18px}.community-body .wrap .three .content p{font-size:15px}.community-body .wrap .testimonial>p{font-size:14px;margin-bottom:22px}.community-body .client-info .info p.name,.community-detail .related-post .client-info .info p.name{font-size:16px}.community-post ul{grid-gap:15px}.community-post ul li .img-wrap{height:170px}.community-post ul li .content h3{font-size:18px}.community-post ul li .content p{font-size:15px}.community-detail .wrap{grid-template-columns:605px 445px}.community-detail .wrap span.offer{margin:20px 0 15px}.community-detail .content{margin-bottom:20px}.community-detail .related-post h3.title{line-height:148%}.perks-page .perks-banner .wrap{grid-template-columns:480px 594px}.perks-page .perks-list h2{font-size:41px}.perks-page .perks-list ul li .img-wrap{height:202px}.perks-page .perks-list ul .top-wrap{padding:10px}.perks-page .perks-list ul .top-wrap h3{font-size:22px}.perks-page .perks-list .bottom-wrap{padding:10px}.perk-detail .about-perk .inner-wrap .right-col p.offer,.perks-page .perks-list .bottom-wrap p.title{font-size:18px}.perk-detail .wrap .custom-breadcrumb{margin-bottom:15px}.perk-detail .wrap{grid-gap:20px;grid-template-columns:1fr 678px;padding-bottom:30px}.perk-detail .about-perk .inner-wrap{grid-gap:70px;grid-template-columns:1fr 360px}.learn-mainpage .container{padding:0 15px}.learn-mainpage .wrapper{grid-gap:20px;grid-template-columns:23% 75%}.learn-mainpage .wrapper .learn-sidebar{top:90px}.learn-mainpage.blog-detail-page .wrapper .learn-sidebar{height:calc(100vh - 110px)}.learn-mainpage.blog-detail-page .wrapper .learn-sidebar:before{bottom:20px;height:140px;left:15px;width:22%}.learn-mainpage .wrapper .learn-sidebar .toggle-button{padding:15px}.learn-mainpage .wrapper .learn-sidebar .toggle-area>ul{padding:12px 15px}.learn-mainpage .wrapper .learn-sidebar .toggle-button img{margin-right:8px;max-height:15px}.learn-mainpage .wrapper .learn-sidebar .toggle-area ul li img{margin-right:8px;max-height:17px}.learn-banner .inner-wrap{grid-template-columns:50% 49%}.learn-banner .inner-wrap .content{width:400px}.learn-banner .inner-wrap .content h2{font-size:55px;margin-bottom:20px}.tip-ticks-section{padding:60px 0}.blog-list-section h2,.guide-section h2,.tip-ticks-section h2{font-size:38px}.guide-section ul,.tip-ticks-section ul{grid-gap:20px}.tip-ticks-section ul li .inner-top{padding:15px 20px}.tip-ticks-section ul li h3{font-size:24px;padding:5px 20px 30px}.tip-ticks-section ul li .img-wrap{padding:0 10px}.learn-mainpage .first-testimonial{margin-bottom:50px;padding-bottom:70px}.guide-section ul li{grid-gap:15px;grid-template-columns:1fr;padding:15px}.guide-section ul li .right-image{height:160px;order:1}.guide-section ul li .left-content{order:2}.guide-section ul li p.time{bottom:auto;left:auto;order:3;position:relative}.learn-mainpage .books{padding:0 0 60px}.blog-list-section .blog-list{grid-gap:30px;grid-template-columns:400px 1fr}.blog-list-section .blog-list .latest-blogs .img-wrap{margin-bottom:20px}.blog-list-section .blog-list h3{font-size:18px}.blog-list-section .blog-list .single-blog{grid-gap:20px;grid-template-columns:1fr 180px}.blog-list-section .blog-list .single-blog .blog-right{height:120px}.learn-design-body .learn-mainpage{padding-bottom:80px}.blog-page .featured-blog .wrap{grid-gap:20px;grid-template-columns:1fr 310px}.blog-page .featured-blog .right-wrap{height:240px}.blog-detail-page .latest-blog h3,.blog-page .latest-blog h3{line-height:128%;padding-bottom:20px}.blog-detail-page .latest-blog ul,.blog-page .latest-blog ul{grid-gap:15px}.blog-page .featured-blog .content p{font-size:16px}.blog-detail-page .latest-blog ul li h4,.blog-page .latest-blog ul li h4{font-size:16px;margin-bottom:15px}.blog-page .featured-blog{margin:40px 0;padding:30px 25px}.blog-page .featured-blog h3{font-size:24px;line-height:130%}.blog-page .featured-blog a.arrow-link{margin-top:20px}.blog-detail-page .latest-blog ul li .img-wrap,.blog-page .latest-blog ul li .img-wrap{height:200px}.blog-detail-page .latest-blog ul li .content p,.blog-page .latest-blog ul li .content p{font-size:14px}.blog-detail-page .latest-blog ul li .time-wrap span.offer,.blog-page .latest-blog ul li .time-wrap span.offer{font-size:11px;line-height:normal}.blog-page p.sub-title,.guide-page p.sub-title,.tipstrick-page p.sub-title{width:520px}.blog-detail-page .latest-blog ul,.blog-page .latest-blog ul{grid-template-columns:repeat(2,1fr)}.blog-detail-page .inner-cont-wrap .inner-left{padding:0 30px 0 10px}.blog-detail-page a.back-button{margin-left:10px}.blog-detail-page .inner-cont-wrap{grid-template-columns:1fr 290px}.blog-detail-page .inner-cont-wrap .inner-right .content-of-table{padding:15px;top:80px!important;width:290px}.blog-detail-page h1{font-size:27px}.blog-detail-page .inner-cont-wrap .inner-left .img-wrap{height:290px;margin:25px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h2{font-size:24px;margin:15px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h3{font-size:22px;margin:15px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h4{font-size:20px;margin:15px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h5{font-size:18px;margin:15px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h6{font-size:16px;margin:15px 0}.blog-detail-page .inner-cont-wrap .inner-left .more-about-plan{margin:15px 0;padding:20px}.blog-detail-page .inner-cont-wrap .inner-left .more-about-plan h3{font-size:28px;margin-bottom:7px}.blog-detail-page .inner-cont-wrap .inner-left .time-wrap p.date{margin:0 20px}.blog-detail-page .inner-cont-wrap .inner-left .author-box .author-wrap{padding-bottom:15px}.blog-detail-page .inner-cont-wrap .inner-left .content ol li,.blog-detail-page .inner-cont-wrap .inner-left .content p,.blog-detail-page .inner-cont-wrap .inner-left .content ul li,.terms-condition-page .wrapper .right-wrap ol li{font-size:16px}.blog-detail-page .latest-blog{margin-top:70px}.guide-section ul li:before{width:50%}.guide-page .guide-list{margin-top:30px}.guide-page .guide-list ul{grid-gap:20px}.guide-page .guide-list ul li{grid-gap:15px;grid-template-columns:1fr;padding:20px}.guide-page .guide-list ul li:before{width:50%}.guide-page .guide-list ul li h3{font-size:18px}.guide-page .guide-list ul li .right-image{height:180px;margin-bottom:0;order:1}.guide-page .guide-list ul li .left-content{order:2}.guide-page .guide-list ul li p.time{bottom:auto;left:auto;order:3;position:relative}.tipstrick-page .tipstrick-list ul li{margin-bottom:30px;padding:30px 0 0 30px}.tipstrick-page .tipstrick-list ul li h2{font-size:38px}.tipstrick-page .tipstrick-list ul li a.btn-main{margin-top:30px}.customerprofile-body .customerprofile-content .profile-bar{padding:20px 30px}.customerprofile-body .customerprofile-content .profile-bar img{flex:0 0 126px;width:126px}.customerprofile-body .customerprofile-content .profile-bar p.name{flex:0 0 126px;font-size:60px;height:126px;line-height:126px;width:126px}.customerprofile-body .customerprofile-content .bottom-info .trail-box{padding:20px}.customerprofile-body .customerprofile-content .bottom-info .box-wrap{display:flex;flex-wrap:wrap}.customerprofile-body .customerprofile-content .bottom-info .inner-box{margin-bottom:20px;margin-right:30px;padding:20px;width:100%}.customer-billing .invoice-list,.customer-billing .pyment-method .card-wrap,.customer-email-pass .customerprofile-content,.customerprofile-mainpage form#profile-form .btn-wrap,.customerprofile-mainpage form#profile-form .i-am-investor,.customerprofile-mainpage form#profile-form .wrap{padding:20px}.customer-email-pass .wrap,.customerprofile-mainpage form#profile-form .wrap{grid-gap:60px}.customerprofile-mainpage form#profile-form .inner-wrap .img-left,.founder-login .inner-wrap .img-left{flex:0 0 60px;height:60px;margin-right:17px;width:60px}.customerprofile-mainpage form#profile-form .inner-wrap,.founder-login .inner-wrap{padding:15px}.customerprofile-mainpage form#profile-form .inner-wrap .top-col label,.founder-login .inner-wrap .top-col label{padding:7px 18px}.customer-email-pass .customerprofile-content p{font-size:14px;margin-bottom:30px}.customer-email-pass .customerprofile-content button{margin-top:10px}.customer-billing .card-list{grid-gap:20px}.customer-billing .invoice-list .single-invoice span.invoice-number{font-size:13px;left:40px;padding:0 10px;top:-9px}.customer-billing .invoice-list .single-invoice{margin-top:25px;padding:20px 15px 15px}.customer-billing .invoice-list .single-invoice p,.customer-billing .invoice-list .single-invoice p a{font-size:14px}.customer-billing .invoice-list .single-invoice .bottom>div{width:330px}.customer-billing .card-list .single-card{padding:15px}.more-btn-wrap{padding-top:30px}.custom-profile-support .customersupport-wrap .single-box:before,.customerprofile-body .customerprofile-content .bottom-info .inner-box:before{height:123px;width:123px}.custom-profile-support .customersupport-wrap{grid-gap:15px;margin-top:20px}.custom-profile-support .customersupport-wrap .single-box p.mail{font-size:14px}.custom-profile-support .customersupport-wrap .single-box p.content{font-size:16px;margin-bottom:16px}.custom-profile-support .customersupport-wrap .single-box p.phone{font-size:20px}.from-country .inner{padding:50px 70px}.from-country .inner .box form input#search-country{width:380px}.from-country .inner .box form p{font-size:16px;margin-bottom:10px}.masterclasses .connect-wrap{grid-template-columns:41% 55%;justify-content:space-between;margin-top:60px}.masterclasses .connect-wrap .info{left:100px}.masterclasses .connect-wrap .info h4{font-size:20px}.masterclasses .connect-wrap .right-col{padding:60px 50px 30px 0}.masterclasses .connect-wrap .right-col h3,.masterclasses .small-business p.title{font-size:32px;margin-bottom:5px}.masterclasses .connect-wrap .right-col ul.company-wrap{padding-top:20px}.masterclasses .connect-wrap .right-col ul.company-wrap li{height:41px;padding:10px 14px}.makelaunching .box-wrap{height:1300px}.makelaunching .box-wrap .single-box .info{padding:20px}.makelaunching .box-wrap .single-box h3{font-size:32px}.curated-peer-groups{padding:230px 0 270px}.curated-peer-groups ul.slide-list{width:1121px}.curated-peer-groups .wrap p.number span:first-child{font-size:80px}.curated-peer-groups .wrap p.number span:last-child{font-size:45px;margin-left:6px}.curated-peer-groups .wrap a.btn-main{margin-top:15px}.curated-peer-groups ul.slide-list li{padding:15px;width:200px}.curated-peer-groups ul.slide-list li img.logo{margin-bottom:15px}.curated-peer-groups ul.slide-list li:first-child{left:220px;top:0}.curated-peer-groups ul.slide-list li:nth-child(2){right:190px;top:55px}.curated-peer-groups ul.slide-list li:nth-child(3){bottom:28px;right:250px}.curated-peer-groups ul.slide-list li:last-child{bottom:58px;left:190px}.error-page h1{font-size:160px}.error-page h1 img{width:120px}.error-page p{font-size:18px}.error-page a.back-to-home{margin-top:10px}.country-main-dialog .custom-popup-inner .wrap{grid-template-columns:310px auto}.country-main-dialog .custom-popup-inner .flag-wrap{grid-template-columns:repeat(5,1fr)}.card-detail .card-info{padding:13px 15px}.card-detail .card-info a.change-card{font-size:12px;padding:5px 15px}.card-detail .card-info img{flex:0 0 30px;width:30px!important}.softwaretools table thead tr th:nth-child(2){width:210px}.softwaretools table thead tr th:nth-child(3){width:100px}.softwaretools table thead tr th:nth-child(4){width:80px}.softwaretools table thead tr th:nth-child(5){width:120px}.softwaretools table thead tr th:nth-child(6){width:250px}.softwaretools table tbody tr td:first-child a{font-size:18px}table tbody tr td,table tbody tr th{font-size:16px;padding:20px 15px}.softwaretools p.subtotal,.softwaretools p.total{margin:20px 90px 10px auto}.base-NumberInput-root input{font-size:14px}.businessplan-step-form .form-wrap form{padding:20px 0 0 10px}.businessplan-step-form .form-wrap form .have-logo .right-wrap{flex:0 0 212px}.businessplan-step-form .form-wrap{grid-gap:30px;grid-template-columns:1fr 260px}.businessplan-step-form .form-wrap form h3{font-size:32px}.businessplan-step-form .form-wrap form textarea{height:130px!important}.businessplan-nameidea .nameidea-result-box .box-wrap{grid-gap:10px;grid-template-columns:repeat(4,1fr)}.businessplan-nameidea .nameidea-result-box .box-wrap .single-box p.name{font-size:18px}.customerprofile-mainpage form#profile-form .i-am-investor-check:after,.customerprofile-mainpage form#profile-form .i-am-investor-check:before{width:40%}.status .in-review-status{margin-right:15px}.status>div .icon-wrap p{font-size:18px}.status>div{min-width:300px}.availability-wrap .single-box{padding:20px}.availability-wrap .single-box .domain-name{font-size:40px}.availability-wrap .already-register .domain-name:before{height:30px;margin-right:8px;top:2px;width:30px}.domain-check .domain-list p.domain-name{font-size:18px}.legal-aggrement .aggreement-wrap{grid-template-columns:1fr 550px}.legal-aggrement .download-button{padding:12px 32px;width:550px}.legal-aggrement .aggreement-wrap .right-col{padding:10px 25px 80px}.related-product .wrapper .single{padding:20px}.brand-com h3{font-size:18px}.customer-seg h3{font-size:20px}.customer-seg-boxes .wrap{grid-gap:20px}.existing-alt h3,.problem .wrap h3,.solution h3,.unique-val .common-wrap h3,.unique-val .wrap>ul h3{font-size:20px}.existing-alt ul.existing-alt-ul{grid-gap:20px}.customer-seg-boxes .wrap h4,.existing-alt h3,.problem .wrap h3,.solution h3,.unique-val .common-wrap h3,.unique-val .wrap>ul h3{font-size:18px}.unique-val{padding:59px 0 130px}.solution .wrap>ul,.unique-val .wrap>ul{grid-gap:20px}.fav-coffee .wrap{grid-template-columns:44% 44.9%}.key-benefits .wrap{grid-template-columns:46.9% 42.7%}.features .wrap{grid-template-columns:42.9% 47.7%}.join-us a{padding:10px 15px}html body.ai-template #footer .wrap{grid-template-columns:75% auto}.interview-que-section h1{font-size:45px}.customizer-section h3{font-size:18px}.customizer-section .wrap>ul{grid-gap:20px;margin:20px 0 0}.customizer-section .wrap>ul>li .number{font-size:35px}.launch-section .box ul.launch-list li{font-size:16px}.launch-section .box,.launch-section .domain-box-wrap>div,.validation-exp .customer-interview,.validation-section .critical-box{padding:30px}.launch-section .box ul.launch-list{margin-top:30px}.business-prototype,.launch-section,.validation-section{padding:60px 0}.business-prototype h2{margin-bottom:20px}.business-prototype .inner-wrap .inner-left{width:420px}.business-prototype .learn-canvas,.business-prototype .wrap{grid-gap:15px}.launch-section .domain-box-wrap{grid-gap:20px;margin-top:20px}.launch-section .domain-box-wrap .price-col p.name{flex:initial;width:100%}.launch-section .domain-box-wrap .price-list{margin-bottom:20px;margin-top:20px}.startup-launchpad .name-search{margin-bottom:50px}.startup-launchpad .result-box{padding:20px}.startup-launchpad .result-box .col-wrap .content,.startup-launchpad .result-box .col-wrap .title-wrap{padding:20px 25px}.startup-launchpad .result-box .col-wrap{grid-gap:20px;padding-bottom:20px;padding-top:10px}.launch-section .domain-box-wrap .price-col{align-items:normal;flex-direction:column}.launch-section .domain-box-wrap .price-col p.new-price{margin:13px 0}.validation-section .critical-box .steps .single-step .testing-method p:last-child{font-size:14px}.validation-exp{padding:60px 0 0}.about-banner .wrap{grid-template-columns:421px 1fr}.help-startup-launch p.sub-title{margin:20px auto 0}.help-startup-launch .info-wrap{margin-top:50px}.help-startup-launch .wrap{padding:50px 100px}.help-startup-launch .info-wrap p.number{font-size:38px}.image-content-sec .single-wrap{margin-top:60px}.image-content-sec .single-wrap .content,.image-content-sec .single-wrap .image{flex:0 0 480px}.image-content-sec .single-wrap .img-wrap:before{height:340px;width:468px}.terms-condition-page .wrapper .right-wrap h3{font-size:26px;margin:30px 0 12px}.terms-condition-page .wrapper{margin-bottom:70px;margin-top:40px}.event-page .box-filters{flex-wrap:wrap}.event-page .box-filters .sector{min-width:200px}.event-page .box-filters .location{width:auto}.subscriptionData-list .single-subscriptionData{padding:20px}.subscriptionData-list .subscriptionData-wrap .status-wrap p,.subscriptionData-list .subscriptionData-wrap p.text,.subscriptionData-list .subscriptionData-wrap p.text a{font-size:14px}.customize-plan .wrap .bottom-wrap .box-wrap .single-box:nth-child(2){margin:0 -40px 0 -17px}.masterclasses .small-business{margin-top:30px;padding:40px}.makelaunching .box-wrap .single-box:last-child img{padding:20px}.contact-page h3{font-size:24px;margin-bottom:20px}.contact-page h3 img{width:160px}.contact-page p.title{font-size:18px;margin-bottom:15px}.contact-page .custom-profile-support{margin-top:40px}.contact-page .custom-profile-support h3.center{justify-content:center}.contact-page .wrap{grid-gap:70px;grid-template-columns:auto 370px}.contact-page .contact-faq{padding:80px 0 20px}.contact-page .contact-faq ul.faqlist{width:1000px}.contact-page .contact-faq h2{margin-bottom:30px}#about-box #date-box{margin-top:30px}.about-box .btn-main-wrap .btn-wrap{padding-top:80px}.about-box .wrpa{gap:65px}.about-box .wrpa .user-box .user-info .user-name{font-size:28px}.about-box .wrpa .user-box{gap:24px;padding:24px}.cart-page .cart-left .single-product .addon-middle p.addon-desc,.cart-page .cart-left .single-product .product-top .product-info{width:350px}.bookkeeping-section h2{padding-bottom:20px}.bookkeeping-section .box-wrap .single-box{padding:18px 16px 20px 20px}.bookkeeping-section .box-wrap{grid-gap:20px}.bookkeeping-section .box-wrap .single-box p.title{font-size:18px;margin-bottom:10px}.bookkeeping-section .box-wrap.five-box{grid-template-columns:repeat(4,1fr)}.bookkeeping-section{margin-top:50px}.masterclasses .event-hub .content-box{padding:30px}.masterclasses .event-hub .content-box p.heading{font-size:20px}.masterclasses .event-hub .content-box p.heading:before{height:19px}.who-we-are .img-wrap{grid-template-columns:570px auto}.who-we-are .img-wrap img{grid-gap:30px;border-radius:8px}.numbers .wrap{grid-gap:40px;grid-template-columns:auto 556px;margin:30px 0 60px}.numbers .wrap .accordian-item button.accordion-title{font-size:18px;padding:20px 80px 20px 20px}.successfull-marketplace{margin-bottom:60px}.makelaunching .box-wrap .single-box{top:90px}.makelaunching .box-wrap .single-box:nth-child(2){top:120px}.makelaunching .box-wrap .single-box:nth-child(3){top:150px}.makelaunching .box-wrap .single-box{min-height:390px}html body .startup-package-page #nav-tab a.nav-item{font-size:29px}.free-access-box .box-content{padding:30px}.free-access-box{grid-template-columns:1fr 610px}.successfull-marketplace{margin-bottom:80px}.masterclasses .event-hub{grid-gap:60px;grid-template-columns:370px auto}.hands-up .wrap p.number{font-size:60px;margin-bottom:20px}.behind-brand .wrap{grid-gap:60px;grid-template-columns:1fr 520px}.what-sets-apart .left-col{padding-right:35px;padding-top:35px}.what-sets-apart .wrap{grid-template-columns:414px auto;padding-bottom:80px}.what-sets-apart .left-col p.title{font-size:30px;line-height:40px;margin-bottom:10px}.what-sets-apart .right-col .single-box .icon img{margin:0 0 60px}.what-sets-apart .right-col .single-box{padding:20px}.hands-up .wrap{padding-top:40px}.what-sets-apart .right-col .single-box p.heading{font-size:18px}.founders-list{margin-bottom:60px;padding:30px 20px}.founders-list .inner-box-wrap{margin-top:30px}.founders-list .inner-box-wrap .single-box .top-bar{grid-template-columns:120px auto}.elevator-pitch .founders-list .bottombar ul li:last-child .min-max-wrap>div{min-width:150px}.startup-launchpad .name-search{margin-bottom:40px}.founders-list .inner-box-wrap .single-box .top-bar h3{font-size:24px}.community-list .community-box{gap:20px}.community-list .single-community p.title{font-size:19px}.community-list .single-community p.text{font-size:14px}.event-list-box,.perk-box{padding:50px 80px}.perk-box{margin-top:80px}.perk-box .perk-wrap{grid-gap:20px}.what-sets-apart .left-col .sticky-div{top:90px}.custom-progress-bar{top:70px;width:calc(100% - 450px)}.founder-login{padding-left:60px}.founder-login .wrap{grid-template-columns:400px 450px;grid-template-columns:560px 450px;padding-top:50px}.founder-login .wrap .first-form{width:400px}.founder-login-body:after{width:450px}.founder-login .right-wrap{padding:0 30px}.founder-login .right-wrap p.title{font-size:26px}.founder-login .left-wrap>div{padding-bottom:70px}.customize-plan .text-list{height:46px}.perk-popup .wrap{grid-template-columns:297px 430px}.perk-popup .wrap p.perk-title{font-size:30px;margin-bottom:30px}}@media (max-width:1120px){#header .wrapper .menu{background-color:#000;bottom:0;display:block;float:none;height:auto;left:0;margin:0;max-width:100%;padding:0;position:fixed;top:80px;transform:translateX(100%);-moz-transform:translateX(100%);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transition:all .5s ease 0s;width:100%;z-index:9}#header .wrapper .menu ul#main-menu{display:block!important;height:80vh;margin:30px 0 0!important;overflow-x:hidden;overflow-y:auto}#header .wrapper .menu ul#main-menu li{border-bottom:1px solid #00000017;margin:0!important;padding:0!important}#header .wrapper .menu ul#main-menu li:last-child{border:0}#header .wrapper .menu ul#main-menu li a{color:#fff;display:block;font-size:16px;padding:14px;text-transform:capitalize;width:100%}html.menu-open{overflow:hidden}html.menu-open #header:before{background-color:#000}html.menu-open #header .wrapper .menu{left:0;transform:translateX(0) translateY(0)}#header .wrapper .res_navigation{display:block}html #header .wrapper .menu:before{animation:rotation 15s linear infinite;background:url(/static/media/banner-gradiant.dbc9425281bfdbb48a72.png) no-repeat;background-size:contain;content:"";height:895px;opacity:0;pointer-events:none;position:absolute;right:-290px;top:-140px;width:854px;z-index:-1}html.menu-open #header .wrapper .menu:before{opacity:1}.banner .container,.container{width:100%}.padding{padding:60px 0}h1{font-size:48px}.h1-title,h2{font-size:38px}#header .container{padding:0 20px}#header .wrapper .logo{order:1;width:170px}#header .wrapper .right-header{margin-left:auto;margin-right:15px;order:2;z-index:9}#header .wrapper a.get-started,#header .wrapper a.login{font-size:16px;margin-left:15px;padding:8px 10px}#header .wrapper .middle-header{margin-left:0;margin-right:0;order:3}html body{padding-top:100px!important}.banner .wrap{grid-gap:30px;grid-template-columns:1fr 460px}.banner .wrap .left-col{padding-top:20px}.banner .wrap .sub-title{font-size:30px}.banner .wrap .btn-main{margin-top:10px}.trustpoilot{padding:30px 0 50px}.startup-launchpad .box-wrap{grid-gap:15px;margin-top:25px}.startup-launchpad .box-wrap .box{padding:15px}.startup-launchpad .img-box{padding-top:40px}.startup-launchpad .img-box:before{height:100px;top:30px;width:910px}.startup-launchpad .box-wrap .box .title h3{font-size:18px}.successfull-marketplace{max-height:650px}.successfull-marketplace .wrap{grid-gap:40px;grid-template-columns:380px 1fr;padding:0 30px}.successfull-marketplace .wrap .right-col{height:650px}.successfull-marketplace .wrap a.btn-main{margin-top:10px}.successfull-marketplace .wrap .box{margin-bottom:20px;padding:15px}.successfull-marketplace .wrap .box .title{margin:0 0 15px}.successfull-marketplace .wrap .box .title h3{font-size:18px}.creative-community .wrap{grid-gap:50px;grid-template-columns:395px 1fr;padding:30px}.creative-community .wrap a.btn-main{margin-top:10px}.first-testimonial ul li>img{width:120px}.first-testimonial .content{padding-bottom:20px;width:700px}.first-testimonial .content p{font-size:26px}.customize-plan .wrap{padding:30px 20px}.customize-plan .wrap .top-wrap .content{width:550px}.customize-plan .wrap .top-wrap a.btn-main{margin-top:10px}.customize-plan .wrap .bottom-wrap{margin-top:40px}.masterclasses .box-wrap{grid-gap:20px;margin-top:50px}.masterclasses .box-wrap .box .img-wrap{height:460px}.masterclasses .box-wrap .box .info{bottom:20px;left:15px}.masterclasses .box-wrap .box .info h3{font-size:20px;margin-bottom:7px}.connect-with-expert .wrap{grid-gap:60px;grid-template-columns:1fr 390px}.connect-with-expert .left-col ul{margin:20px -6px}.make-launching{padding:20px 0 50px!important}.looking-for-funding p.sub-title{margin:15px auto 30px;width:650px}.looking-for-funding .box-wrap{padding:70px 0 0}.looking-for-funding .box-wrap .single-box>div{height:100%;padding:20px}.looking-for-funding .box-wrap .single-box h3{font-size:18px;margin:0 0 10px}.looking-for-funding .box-wrap .single-box:after,.looking-for-funding .box-wrap .single-box:before{bottom:-100%;height:90%}.looking-for-funding .box-wrap .single-box:before{top:-100%}.looking-for-funding .box-wrap:after,.looking-for-funding .box-wrap:before{top:-250px}.workshops-taught .wrap{padding:40px 30px}.workshops-taught .img-slider{margin:0 0 50px}.workshops-taught .wrap .inner-wrap h3{font-size:20px;margin:23px 0 7px}.workshops-taught .wrap .inner-wrap a.btn-main{margin-top:10px}.member-benifits{padding-bottom:70px}.member-benifits p{margin:0 auto 30px;width:702px}.books{padding-bottom:70px;padding-top:70px}.books .inner .box{grid-template-columns:51% 40%;justify-content:space-between;padding:20px 30px}.books .inner .box .left-col .forms{padding-top:30px}.books .inner .box .left-col h2{padding-bottom:10px}.grow{padding:0 0 70px}.grow .inner .heading h2{margin-bottom:25px}.startups{padding-top:50px}.startups .startups-list{margin-top:25px;padding:0 20px}.startups .startups-list .box{padding:20px}.startups .startups-list .box>img{margin-bottom:20px}.startups .startups-list .box .text p{font-size:17px}.startups .startups-list .box .text{padding-bottom:30px}.faq{padding-bottom:70px;padding-top:70px}.faq .inner .right-col h2{margin-bottom:40px}.faq .inner{gap:50px;grid-template-columns:320px auto}.faq .inner .left-col .box{padding:30px 10px}.faq .inner .left-col .box h3{font-size:30px}.faq .inner .left-col .box .text{margin-bottom:40px}ul.faqlist li .faq-question{padding:14px 37px 14px 18px}ul.faqlist li .faq-question p{font-size:18px}ul.faqlist li .faq-question p:after{height:16px;right:16px;top:20px;width:16px}ul.faqlist li .faq-question[data-status=open] p:after{top:27px}ul.faqlist li .faq-answer{padding:15px 20px}.footer .footerone .innercol .text p{font-size:20px}.footer .footerbottom .innerfooter{display:flex;justify-content:space-between;padding:30px 0}.common-form .wrap{grid-gap:80px;grid-template-columns:1fr 430px}.common-form .wrap .content h3{margin-bottom:30px}.common-form .wrap h3{font-size:20px}.common-form .wrap ul.points{grid-gap:20px;margin-bottom:40px}.common-form .wrap .inner-wrap{padding:15px}.tools ul{grid-gap:15px;padding-top:50px}.marketplace ul li .box,.tools ul li .box{padding:20px}.tools ul li .box .title{margin:0 0 14px}.marketplace ul{grid-gap:15px}.marketplace .btn-wrap{padding:30px 0 0}.marketplace h2{margin-top:40px;padding:30px 0}.cart-page .cart-wrap{grid-gap:30px;grid-template-columns:1fr 400px;padding-top:20px}.cart-page .cart-left .single-product{margin-bottom:40px}.cart-page .cart-left .single-product .product-middle,.cart-page .cart-left .single-product .product-top{padding:20px}.cart-page .cart-left .single-product .product-top img.product-icon{margin:0 15px 0 0;width:50px}.cart-page .cart-left .single-product .product-top .product-info h3{font-size:20px;margin:0 0 10px}.cart-page .cart-left .single-product .addon-middle p.addon-desc,.cart-page .cart-left .single-product .product-top .product-info{width:350px}.cart-page .cart-left .single-product .product-top .product-price-info p.price{font-size:18px;margin:5px}.cart-page .cart-left .single-product .product-middle h4{font-size:18px}.cart-page .cart-left .single-product .product-middle .single-addon{margin-bottom:20px}.cart-page .cart-left .single-product .product-botton{grid-gap:15px;grid-template-columns:repeat(2,1fr);margin-top:15px}.cart-page .cart-left .single-product .product-botton .single-extra-addon{padding:10px}.cart-page .cart-wrap .cart-right .order-summury h3{padding:20px 20px 3px}.cart-page .cart-wrap .cart-right .order-summury a.total-item{margin:0 20px}.cart-page .cart-wrap .cart-right .order-summury .all-orders .single-order-summury{padding:10px 20px}.cart-page .cart-wrap .cart-right .order-summury .final-amount .net-amount-wrap{padding:15px 20px 3px}.cart-page .cart-wrap .cart-right .order-summury .final-amount p.total-amount{padding:15px 0}.cart-page .cart-wrap .cart-right .purchase-form{padding:20px}form .submit-button{margin-top:20px}.common-boxes .wrap{grid-gap:30px;grid-template-columns:240px auto}.common-boxes .wrap .right-wrap .network-box-wrap{grid-gap:15px;grid-template-columns:repeat(2,1fr)}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box{padding:15px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info .user-image img{margin-right:10px;width:60px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info p.name{font-size:16px}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .more-btn a{padding:6px 17px}.common-boxes .wrap .right-wrap .btn-wrap{margin:30px 0 0}.common-boxes .wrap .right-wrap .btn-wrap a{font-size:14px;padding:9px 19px}.network-profile .top-bar{grid-template-columns:auto 470px;padding-top:20px}.network-profile .top-bar .title-wrap button.report-member span{display:none}.network-profile .top-bar .title-wrap button.report-member:before{flex:0 0 15px;height:17px;margin-right:5px;width:15px}.network-profile .top-bar .left-col{grid-gap:15px;grid-template-columns:90px auto}.network-profile .top-bar h3{font-size:22px}.network-profile .top-bar p.role{font-size:14px}.network-profile .top-bar ul{margin-top:15px}.network-profile .top-bar ul li:not(:last-child){margin-right:20px;padding-right:25px}.network-profile .top-bar .right-col{padding:15px}.network-profile .top-bar .right-col .form-group-wrapper{grid-template-columns:284px auto}.network-profile .about-profile,.network-profile .position-wrap{margin:30px 0}.network-profile .about-company{padding:20px}.network-profile .about-company .company-bottom-bar{grid-template-columns:580px 280px;margin-top:20px;padding-top:30px}.network-profile .about-company .company-bottom-bar .right-col .single-box{padding:6px 14px}form input[type=submit]{font-size:14px}.network-profile .about-company .company-bottom-bar .left-col p,.network-profile .about-profile p{font-size:15px}form label{line-height:155%}.box-wrap-main ul{grid-gap:15px}.box-wrap-main ul li{padding:20px 15px}.box-wrap-main ul li img{margin-bottom:20px;max-height:38px}.box-wrap-main ul li h3{font-size:18px;margin-bottom:6px}.marketplace-detail .inner-banner .wrap .left-wrap{padding-top:30px}.marketplace-detail .inner-banner p{width:430px}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap{width:460px}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap img:first-child{height:50px!important;left:22px;top:13px;width:50px!important}.marketplace-detail .inner-banner .wrap .right-wrap p{font-size:26px;width:460px}.overview-tab{padding-top:60px}.overview-tab .cols{grid-gap:50px;grid-template-columns:1fr 440px;margin-bottom:50px;padding-bottom:50px}.overview-tab .professional-business-plan h3{font-size:27px}span.id-wrapper{margin-top:-110px;padding-top:110px}.jumplink-tab{padding:60px 0 0}.jumplink-tab.sticky ul{top:78px}.jumplink-tab ul{padding:10px 0}.jumplink-tab ul li{margin:0 30px}html body div#nav-tab{margin-bottom:40px}html body div#nav-tabContent .wrap{grid-gap:40px;grid-template-columns:auto 460px;margin-top:40px}html body div#nav-tabContent .wrap img{width:365px}.detail-tab h2,.overview-tab h2{margin-bottom:12px}.detail-tab{padding:60px 0}.detail-tab .wrap{grid-gap:85px;grid-template-columns:1fr 1fr}.detail-tab ul.faqlist .faq-question p{font-size:18px}.detail-tab ul.faqlist .faq-question img{margin-right:15px;max-height:30px}.detail-tab ul.faqlist .faq-answer{padding-bottom:20px}.packages-section ul.packages-list{margin-top:60px}.packages-section .optional-add-ons .addons-main-bar,.packages-section .optional-add-ons .addons-top-bar{padding:20px}.packages-section ul.packages-list>li{margin:0 5px;padding:20px 15px}.packages-section .price-col p.price{font-size:26px}.packages-section ul.packages-list>li a.btn-main{margin-bottom:25px;padding:9px 0}.packages-section ul.packages-list>li .plan-includes p{margin-bottom:10px}.packages-section ul.packages-list>li .plan-includes ul li{margin-bottom:10px;padding-left:15px}.packages-section ul.packages-list>li .plan-includes a.see-all-feture{margin-top:20px}.packages-section .optional-add-ons h3{font-size:30px;padding-bottom:20px}.packages-section .optional-add-ons .addons-main-bar .addon-right{padding-left:80px}.how-it-work .wrap{grid-gap:40px;grid-template-columns:370px auto}.how-it-work .wrap .left-wrap img{margin-top:30px;width:300px}.how-it-work .wrap ul.steps li .content{padding-left:25px}.how-it-work .wrap ul.steps li span.number{font-size:42px;min-width:50px}.how-it-work .wrap ul.steps li h3{font-size:20px;margin-bottom:10px}.marketplace-detail .faq{padding:70px 0}.marketplace-detail .faq h2{margin-bottom:30px}.what-everyone-does-section .text p{font-size:26px;padding:11px 50px}.what-everyone-does-section .text:before{top:29px}.what-everyone-does-section ul.box-wrap{grid-gap:25px;grid-template-columns:repeat(4,1fr)}.what-everyone-does-section ul.box-wrap .icon-wrap{min-height:160px}.packages-section .single-product{grid-template-columns:1fr 230px;padding:20px}.overview-tab .copyright-design-section{padding:45px 30px}.overview-tab .copyright-design-section .box-wrap .single-box{padding:30px 23px}.overview-tab .copyright-design-section .box-wrap .single-box .top-bar{padding-bottom:16px}.overview-tab .copyright-design-section .box-wrap .single-box img{margin-right:13px}.overview-tab .copyright-design-section .box-wrap h4{font-size:18px}.startup-package-page ul.plan-wrap{grid-gap:15px}.startup-package-page ul.plan-wrap p.sub-title{margin:0 auto 11px}.startup-package-page .center-text{padding-bottom:40px}.startup-package-page div#nav-tab a{min-width:210px}.startup-package-page ul.plan-wrap li{padding:25px 15px}.startup-package-page ul.plan-wrap p.plan-include{margin:30px 0 20px}.startup-package-page ul.plan-wrap .points p{margin:6px 4px;padding:6px 11px}.startup-package-page ul.plan-wrap a.btn-main{padding:8px 0}.startup-package-page ul.plan-wrap p.price{font-size:28px}#date-box{padding:15px}#date-box ul.event-list{grid-gap:15px;grid-template-columns:repeat(2,1fr)}.event-detail-page .wrap{grid-gap:50px;grid-template-columns:1fr 330px}.event-detail-page h2{font-size:28px}.event-detail-page a.btn-main{margin-top:30px}.event-detail-page a.back-button{margin-bottom:20px}.event-detail-page .content p{font-size:16px}.community-body .wrap{grid-template-columns:286px 290px 270px;padding:30px 0}.community-body .wrap h2,.customerprofile-body h1{font-size:38px}.community-body .wrap h3{font-size:25px;padding-bottom:25px}.community-body .wrap .three .content:first-child{margin-bottom:30px}.community-body .wrap .three .content h4{font-size:18px;padding-bottom:5px}.community-body .wrap .three .content p{font-size:15px}.community-body .wrap .testimonial>p{font-size:14px;margin-bottom:22px}.community-body .client-info .info p.name,.community-detail .related-post .client-info .info p.name{font-size:16px}.community-post ul{grid-gap:15px}.community-post ul li .img-wrap{height:170px}.community-post ul li .content h3{font-size:18px}.community-post ul li .content p{font-size:15px}.community-post ul li .content{padding:10px 13px 20px}.more-btn-wrap{padding-top:30px}.community-detail .wrap span.offer{margin:20px 0 15px}.community-detail .content{margin-bottom:20px}.community-detail .related-post h3.title{line-height:148%}.community-detail .wrap{grid-gap:30px;grid-template-columns:1fr}.community-detail .wrap h1{margin-bottom:10px}.community-detail .wrap .right-col img{margin-left:0}.custom-breadcrumb ul{align-items:normal}.perks-page .perks-banner .wrap{grid-template-columns:410px 534px}.perks-page .perks-list h2{font-size:38px}.perks-page .perks-list ul li .img-wrap{height:176px}.perks-page .perks-list ul .top-wrap{padding:10px}.perks-page .perks-list ul .top-wrap h3{font-size:22px}.perks-page .perks-list .bottom-wrap{padding:10px}.perk-detail .about-perk .inner-wrap .right-col p.offer,.perks-page .perks-list .bottom-wrap p.title{font-size:18px}.perks-list .title-wrap .search{width:240px}.perks-list .title-wrap .category{margin:0 10px}.perk-detail .wrap .custom-breadcrumb{margin-bottom:15px}.perk-detail .wrap{grid-gap:20px;grid-template-columns:1fr;padding-bottom:30px}.perk-detail .about-perk .inner-wrap{grid-gap:70px;grid-template-columns:1fr 360px}.learn-mainpage .container{padding:0 15px}.learn-mainpage .wrapper{grid-gap:30px;grid-template-columns:32% 65%}.learn-mainpage .wrapper .learn-sidebar{top:90px}.learn-mainpage.blog-detail-page .wrapper .learn-sidebar{height:calc(100vh - 110px)}.learn-mainpage.blog-detail-page .wrapper .learn-sidebar:before{bottom:10px;height:120px;left:15px;width:31%}.learn-mainpage .books .inner .box{grid-template-columns:100%}.learn-mainpage .wrapper .learn-sidebar .toggle-button{padding:15px}.learn-mainpage .wrapper .learn-sidebar .toggle-area>ul{padding:12px 15px}.learn-mainpage .wrapper .learn-sidebar .toggle-button img{margin-right:8px;max-height:15px}.learn-mainpage .wrapper .learn-sidebar .toggle-area ul li img{margin-right:8px;max-height:17px}.learn-banner .inner-wrap{grid-gap:40px;grid-template-columns:100%}.learn-banner .inner-wrap .content{width:100%}.learn-banner .inner-wrap .content h2{font-size:45px;margin-bottom:15px}.tip-ticks-section{padding:50px 0}.blog-list-section h2,.guide-section h2,.tip-ticks-section h2{font-size:35px}.guide-section ul,.tip-ticks-section ul{grid-gap:20px;grid-template-columns:repeat(1,1fr)}.learn-mainpage .logo-slider{padding-bottom:40px}.learn-mainpage .first-testimonial .content{width:100%}.tip-ticks-section ul li .inner-top{padding:15px 20px}.tip-ticks-section ul li h3{font-size:24px;padding:5px 20px 30px}.tip-ticks-section ul li .img-wrap{padding:0 10px}.learn-mainpage .first-testimonial{margin-bottom:50px;padding-bottom:50px}.guide-section ul li{grid-gap:15px;grid-template-columns:1fr;padding:15px}.guide-section ul li .right-image{height:320px;order:1}.guide-section ul li .left-content{order:2}.guide-section ul li p.time{bottom:auto;left:auto;order:3;position:relative}.learn-mainpage .books{padding:0 0 50px}.blog-list-section .blog-list{grid-gap:30px;grid-template-columns:1fr}.blog-list-section .blog-list .latest-blogs .img-wrap{margin-bottom:20px}.blog-list-section .blog-list h3{font-size:18px}.blog-list-section .blog-list .single-blog{grid-gap:20px;grid-template-columns:1fr 180px}.blog-list-section .blog-list .single-blog .blog-right{height:120px}.learn-design-body .learn-mainpage{padding-bottom:40px}.learn-banner .inner-wrap .content .btn-main{margin-top:10px}.blog-page .featured-blog .wrap{grid-gap:20px;grid-template-columns:1fr}.blog-page .featured-blog .right-wrap{height:240px}.blog-detail-page .latest-blog h3,.blog-page .latest-blog h3{line-height:128%;padding-bottom:20px}.blog-detail-page .latest-blog ul,.blog-page .latest-blog ul{grid-gap:15px}.blog-page .featured-blog .content p{font-size:16px}.blog-detail-page .latest-blog ul li h4,.blog-page .latest-blog ul li h4{font-size:16px;margin-bottom:15px}.blog-page .featured-blog{margin:40px 0;padding:30px 25px}.blog-page .featured-blog h3{font-size:24px;line-height:130%}.blog-page .featured-blog a.arrow-link{margin-top:20px}.blog-detail-page .latest-blog ul li .img-wrap,.blog-page .latest-blog ul li .img-wrap{height:200px}.blog-detail-page .latest-blog ul li .content p,.blog-page .latest-blog ul li .content p{font-size:14px}.blog-detail-page .latest-blog ul li .time-wrap span.offer,.blog-page .latest-blog ul li .time-wrap span.offer{font-size:11px;line-height:normal}.blog-page p.sub-title,.guide-page p.sub-title,.tipstrick-page p.sub-title{width:520px}.blog-detail-page .latest-blog ul,.blog-page .latest-blog ul{grid-template-columns:repeat(2,1fr)}.blog-detail-page .inner-cont-wrap{grid-template-columns:1fr 290px}.blog-detail-page .inner-cont-wrap .inner-right .content-of-table{padding:15px;width:100%}.blog-detail-page h1{font-size:27px}.blog-detail-page .inner-cont-wrap .inner-left .img-wrap{height:290px;margin:25px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h2{font-size:24px;margin:15px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h3{font-size:22px;margin:15px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h4{font-size:20px;margin:15px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h5{font-size:18px;margin:15px 0}.blog-detail-page .inner-cont-wrap .inner-left .content h6{font-size:16px;margin:15px 0}.blog-detail-page .inner-cont-wrap .inner-left .more-about-plan{margin:15px 0;padding:20px}.blog-detail-page .inner-cont-wrap .inner-left .more-about-plan h3{font-size:26px;margin-bottom:7px}.blog-detail-page .inner-cont-wrap .inner-left .time-wrap p.date{margin:0 20px}.blog-detail-page .inner-cont-wrap .inner-left .author-box .author-wrap{padding-bottom:15px}.blog-detail-page .inner-cont-wrap .inner-left .content p{font-size:16px}.blog-detail-page .inner-cont-wrap{grid-gap:40px;grid-template-columns:1fr}.blog-detail-page .inner-cont-wrap .inner-right .content-of-table{position:static!important}.blog-detail-page .inner-cont-wrap .inner-left{order:2;padding:0}.blog-detail-page a.back-button{margin-bottom:20px;margin-left:0}.blog-detail-page .inner-cont-wrap .inner-left .content ol li,.blog-detail-page .inner-cont-wrap .inner-left .content ul li,.terms-condition-page .wrapper .right-wrap ol li{font-size:16px}.blog-detail-page .inner-cont-wrap .inner-left .author-box{margin-top:40px;padding-top:20px}.blog-detail-page .latest-blog{margin-top:50px}.blog-detail-page h1{font-size:24px;margin-top:0}.guide-section ul li:before{width:50%}.guide-page .guide-list{margin-top:30px}.guide-page .guide-list ul{grid-gap:20px}.guide-page .guide-list ul li{grid-gap:15px;grid-template-columns:1fr;padding:20px}.guide-page .guide-list ul li:before{width:50%}.guide-page .guide-list ul li h3{font-size:18px}.guide-page .guide-list ul li .right-image{height:140px;margin-bottom:0;order:1}.guide-page .guide-list ul li .left-content{order:2}.guide-page .guide-list ul li p.time{bottom:auto;left:auto;order:3;position:relative}.tipstrick-page .tipstrick-list ul li{grid-template-columns:auto 45%;margin-bottom:25px;padding:20px 0 0 20px}.tipstrick-page .tipstrick-list{margin-top:30px}.tipstrick-page .tipstrick-list ul li h2{font-size:32px}.tipstrick-page .tipstrick-list ul li a.btn-main{margin-top:25px}.customerprofile-mainpage .wrapper{grid-template-columns:250px auto}.customerprofile-body .customerprofile-content .profile-bar{padding:20px 30px}.customerprofile-body .customerprofile-content .profile-bar img{flex:0 0 110px;width:110px}.customerprofile-body .customerprofile-content .profile-bar p.name{flex:0 0 110px;font-size:50px;height:110px;line-height:110px;width:110px}.customerprofile-body .customerprofile-content .bottom-info .trail-box{padding:20px}.customerprofile-body .customerprofile-content .bottom-info .box-wrap{display:flex;flex-wrap:wrap}.customerprofile-body .customerprofile-content .bottom-info .inner-box{margin-bottom:20px;margin-right:20px;padding:20px;width:100%}.customerprofile-body .customerprofile-content .remaining-steps .box-wrap .info-box{margin-right:15px;min-width:300px;padding:15px}.customerprofile-body .customerprofile-content .remaining-steps .box-wrap .top-info p{font-size:18px}.customerprofile-body .customerprofile-content .bottom-info{grid-template-columns:1fr 350px}.customerprofile-mainpage .customerprofile-sidebar .sidebar-area ul{padding:15px}.customerprofile-mainpage .customerprofile-sidebar .delete-profile{padding:15px 20px}.customerprofile-mainpage .customerprofile-sidebar{height:90%}.custom-profile-support .customersupport-wrap .single-box:before,.customerprofile-body .customerprofile-content .bottom-info .inner-box:before{height:113px;width:113px}.customer-billing .invoice-list,.customer-billing .pyment-method .card-wrap,.customer-email-pass .customerprofile-content,.customerprofile-mainpage form#profile-form{margin-top:20px;padding:20px}.customerprofile-mainpage form#profile-form .btn-wrap,.customerprofile-mainpage form#profile-form .i-am-investor,.customerprofile-mainpage form#profile-form .wrap{padding:20px}.customer-email-pass .wrap,.customerprofile-mainpage form#profile-form .wrap{grid-gap:20px;grid-template-columns:1fr}.customerprofile-mainpage form#profile-form .inner-wrap,.founder-login .inner-wrap{padding:15px}.customerprofile-mainpage form#profile-form .inner-wrap .top-col label,.founder-login .inner-wrap .top-col label{padding:7px 18px}.customer-email-pass .wrap:before,.customerprofile-mainpage form#profile-form .wrap:before{content:none}.customerprofile-mainpage.custom-profile-page .customerprofile-sidebar{height:auto}.customer-email-pass .customerprofile-content p{font-size:14px;margin-bottom:15px}.customer-email-pass .wrap{grid-gap:50px!important}.customer-email-pass .customerprofile-content h3{font-size:21px;margin-bottom:2px}.customer-email-pass .customerprofile-content button{font-size:14px;margin-top:0;padding:10px 30px}.customer-email-pass .customerprofile-content button:after{height:12px;width:13px}.customer-billing .invoice-list .single-invoice span.invoice-number{font-size:13px;left:30px;padding:0 10px;top:-9px}.customer-billing .invoice-list .single-invoice{margin-top:25px;padding:20px 15px 15px}.customer-billing .invoice-list .single-invoice p,.customer-billing .invoice-list .single-invoice p a{font-size:14px}.customer-billing .card-list .single-card{padding:15px}.customer-billing .card-list .single-card p.card-number,.customer-billing .invoice-list .single-invoice .bottom .total p{font-size:14px}.customer-billing .pyment-method h3{font-size:22px}.customer-billing .customerprofile-content{overflow-x:scroll}.customer-billing .invoice-list .single-invoice .invoice-wrap{overflow-y:hidden;padding-bottom:20px;white-space:nowrap}.customer-billing .invoice-list .single-invoice .top{grid-template-columns:28% 16% 33% 13%}.customer-billing .invoice-list .single-invoice .bottom>div{padding-right:30px;width:300px}.customer-billing .invoice-list .single-invoice .bottom p,.customer-billing .invoice-list .single-invoice p,.customer-billing .invoice-list .single-invoice p a{font-size:12px}.customer-billing .card-list{grid-gap:20px;grid-template-columns:repeat(1,1fr)}.customer-billing .customerprofile-content::-webkit-scrollbar{display:none}.custom-profile-support .customersupport-wrap{grid-gap:15px;grid-template-columns:repeat(2,1fr);margin-top:15px}.custom-profile-support .customersupport-wrap .single-box p.mail{font-size:14px}.custom-profile-support .customersupport-wrap .single-box p.content{font-size:16px;margin-bottom:16px}.custom-profile-support .customersupport-wrap .single-box p.phone{font-size:20px}.from-country .inner{padding:40px 50px}.from-country .inner .box form input#search-country{width:360px}.from-country .inner .box form p{font-size:16px;margin-bottom:10px}.masterclasses .connect-wrap{grid-template-columns:45% 55%;justify-content:space-between;margin-top:50px}.masterclasses .connect-wrap .info{left:100px}.masterclasses .connect-wrap .info h4{font-size:20px}.masterclasses .connect-wrap .right-col{padding:60px 50px 30px 0}.masterclasses .connect-wrap .right-col h3,.masterclasses .small-business p.title{font-size:30px;margin-bottom:5px}.masterclasses .connect-wrap .right-col ul.company-wrap{padding-top:20px}.masterclasses .connect-wrap .right-col ul.company-wrap li{height:36px;margin:5px;padding:11px}.masterclasses .connect-wrap a.btn-main{margin-top:20px}.makelaunching .box-wrap{height:1300px}.makelaunching .box-wrap .single-box .info{padding:20px}.makelaunching .box-wrap .single-box h3{font-size:30px}.curated-peer-groups{padding:230px 0 270px}.curated-peer-groups ul.slide-list{width:100%}.curated-peer-groups .wrap p.number span:first-child{font-size:80px}.curated-peer-groups .wrap p.number span:last-child{font-size:45px;margin-left:6px}.curated-peer-groups .wrap a.btn-main{margin-top:15px}.curated-peer-groups ul.slide-list li{padding:15px;width:200px}.curated-peer-groups ul.slide-list li img.logo{margin-bottom:15px;padding:0 10px}.curated-peer-groups ul.slide-list li .user-info img.user{height:50px;margin-bottom:5px;width:50px}.curated-peer-groups ul.slide-list li p.username{font-size:14px}.curated-peer-groups ul.slide-list li:first-child{left:170px;top:10px}.curated-peer-groups ul.slide-list li:nth-child(2){right:140px;top:35px}.curated-peer-groups ul.slide-list li:nth-child(3){bottom:28px;right:210px}.curated-peer-groups ul.slide-list li:last-child{bottom:78px;left:140px}.error-page h1{font-size:160px}.error-page h1 img{width:120px}.error-page p{font-size:18px}.error-page a.back-to-home{margin-top:10px}.country-main-dialog .custom-popup-inner .wrap{grid-template-columns:310px auto}.country-main-dialog .custom-popup-inner .flag-wrap{grid-template-columns:repeat(5,1fr)}.card-detail .card-info{padding:13px 15px}.card-detail .card-info a.change-card{font-size:12px;padding:5px 15px}.card-detail .card-info img{flex:0 0 30px;width:30px!important}.softwaretools table thead tr th:nth-child(2){width:160px}.softwaretools table thead tr th:nth-child(3){width:100px}.softwaretools table thead tr th:nth-child(4){width:60px}.softwaretools table thead tr th:nth-child(5){width:120px}.softwaretools table thead tr th:nth-child(6){width:220px}.softwaretools table tbody tr td:first-child a{font-size:16px}table thead tr th{padding:12px}table tbody tr td,table tbody tr th{font-size:15px;padding:15px}.softwaretools p.subtotal,.softwaretools p.total{margin:16px 80px 10px auto}.base-NumberInput-root input{font-size:14px}.businessplan-step-form .form-wrap form{padding:20px 0 0 10px}.businessplan-step-form .form-wrap form .have-logo .right-wrap{flex:0 0 212px}.businessplan-step-form .form-wrap{grid-gap:30px;grid-template-columns:1fr 260px}.businessplan-step-form .form-wrap form h3{font-size:28px}.businessplan-step-form .form-wrap form textarea{height:130px!important}.businessplan-step-form p.center.sub-title{width:520px}.businessplan-step-form .form-wrap form .have-logo{margin-bottom:15px;padding:10px 15px}.btn-main{font-size:14px;padding:15px 20px}.businessplan-step-form .form-wrap form .have-logo .right-wrap{flex:0 0 175px}.businessplan-step-form .form-wrap form h4{font-size:20px}.businessplan-step-form .form-wrap form h5{font-size:18px}.businessplan-nameidea .btn-main-wrap .btn-wrap a{padding:10px 35px}.businessplan-nameidea .nameidea-result-box .box-wrap{grid-gap:10px;grid-template-columns:repeat(4,1fr)}.businessplan-nameidea .nameidea-result-box .box-wrap .single-box p.name{font-size:18px}.customerprofile-mainpage form#profile-form .i-am-investor>.form-group-wrap{grid-template-columns:1fr}.customerprofile-mainpage form#profile-form .i-am-investor-check:after,.customerprofile-mainpage form#profile-form .i-am-investor-check:before{width:40%}.status .in-review-status{margin-right:15px}.status>div .icon-wrap p{font-size:18px}.status>div{min-width:300px}.availability-wrap .single-box{padding:20px}.availability-wrap .single-box .domain-name{font-size:30px}.availability-wrap .already-register .domain-name:before{height:30px;margin-right:8px;top:2px;width:30px}.domain-check .domain-list p.domain-name{font-size:18px}.availability-wrap{grid-gap:20px}.legal-aggrement .aggreement-wrap{grid-gap:20px;grid-template-columns:1fr 550px}.legal-aggrement .download-button{padding:12px 32px;width:550px}.legal-aggrement .aggreement-wrap .right-col{padding:10px 18px 70px}.legal-aggrement .aggreement-wrap .shareholder-row .number-field input{padding-left:55px}.legal-aggrement .aggreement-wrap .shareholder-row svg,.legal-aggrement .aggreement-wrap .title-wrap svg{height:20px;width:20px}.legal-aggrement .aggreement-wrap .shareholder-row .number-field{width:60%}.legal-aggrement .aggreement-wrap .shareholder-row .percentage-field{width:40%}.legal-aggrement h4{font-size:20px;margin:12px 0}.related-product .wrapper .single{padding:20px}.related-product .wrapper{grid-gap:15px}.related-product .wrapper .single .title-wrap img{margin:0 15px 0 0}.brand-com h3{font-size:18px}.customer-seg h3{font-size:20px}.customer-seg-boxes .wrap{grid-gap:20px}.existing-alt h3,.problem .wrap h3,.solution h3,.unique-val .common-wrap h3,.unique-val .wrap>ul h3{font-size:20px}.existing-alt ul.existing-alt-ul{grid-gap:20px}.customer-seg-boxes .wrap h4,.existing-alt h3,.problem .wrap h3,.solution h3,.unique-val .common-wrap h3,.unique-val .wrap>ul h3{font-size:18px}.unique-val{padding:59px 0 130px}.solution .wrap>ul,.unique-val .wrap>ul{grid-gap:20px}.fav-coffee .wrap{grid-template-columns:44% 44.9%}.fav-coffee .wrap .left{padding-top:50px}.key-benefits{padding:140px 0 80px}.key-benefits .wrap{grid-template-columns:42.9% 47.7%}.features{padding:77px 0 80px}.features .wrap{grid-template-columns:47.7% 42.9%}.join-us{padding:80px 0}.join-us a{padding:8px 10px}html body.ai-template #footer .wrap{grid-template-columns:85% auto}html body.ai-template #footer{padding:35px 0 30px}.interview-que-section h1{font-size:45px}.customizer-section h3{font-size:18px}.customizer-section .wrap>ul{grid-gap:20px;margin:20px 0 0}.customizer-section .wrap>ul>li .number{font-size:35px}.launch-section .box ul.launch-list li{font-size:16px}.launch-section .box,.launch-section .domain-box-wrap>div,.validation-exp .customer-interview,.validation-section .critical-box{padding:30px}.launch-section .box ul.launch-list{grid-template-columns:repeat(4,1fr);margin-top:30px}.business-prototype,.launch-section,.validation-section{padding:50px 0}.business-prototype h2{margin-bottom:20px}.business-prototype .inner-wrap .inner-left{width:420px}.business-prototype .learn-canvas,.business-prototype .wrap{grid-gap:15px}.launch-section .domain-box-wrap{grid-gap:20px;margin-top:20px}.launch-section .domain-box-wrap .price-col p.name{flex:initial;width:100%}.launch-section .domain-box-wrap .price-list{margin-bottom:20px;margin-top:20px}.startup-launchpad .name-search{margin-bottom:50px;margin-top:10px}.startup-launchpad .result-box{padding:20px}.startup-launchpad .result-box .col-wrap .content,.startup-launchpad .result-box .col-wrap .title-wrap{padding:20px 25px}.startup-launchpad .result-box .col-wrap{grid-gap:20px;padding-bottom:20px;padding-top:10px}.launch-section .domain-box-wrap .price-col{align-items:normal;flex-direction:column}.launch-section .domain-box-wrap .price-col p.new-price{margin:13px 0}.validation-section .critical-box .steps .single-step .testing-method p:last-child{font-size:14px}.validation-exp{padding:60px 0 0}.business-prototype .wrap{grid-template-columns:1fr}.validation-section .critical-box .steps{grid-template-columns:repeat(3,1fr)}.validation-section .critical-box p.sub-content{margin:0 0 20px;width:100%}.validation-section .critical-box .steps .single-step{margin-top:10px}.about-banner .wrap{grid-template-columns:421px 1fr}.help-startup-launch p.sub-title{margin:20px auto 0;width:696px}.help-startup-launch .info-wrap{margin-top:50px}.help-startup-launch .wrap{padding:50px 60px}.help-startup-launch .info-wrap p.number{font-size:38px}.image-content-sec .single-wrap{margin-top:60px}.image-content-sec .single-wrap .content,.image-content-sec .single-wrap .image{flex:0 0 460px}.image-content-sec .single-wrap .img-wrap{margin:0 40px}.image-content-sec .single-wrap .img-wrap:before{height:330px;left:-50px;width:438px}.terms-condition-page h1.h1-title{margin-top:25px}.terms-condition-page .wrapper .right-wrap h3{font-size:24px;margin:30px 0 12px}.terms-condition-page .wrapper{margin-bottom:60px;margin-top:50px}.event-page .box-filters{flex-wrap:wrap}.event-page .box-filters .sector{min-width:250px}.event-page .box-filters .location{width:auto}.subscriptionData-list .single-subscriptionData{padding:20px}.subscriptionData-list .subscriptionData-wrap{gap:20px}.subscriptionData-list .subscriptionData-wrap .status-wrap p,.subscriptionData-list .subscriptionData-wrap p.text,.subscriptionData-list .subscriptionData-wrap p.text a{font-size:14px}.subscriptionData-list .single-subscriptionData:not(:first-child){margin-top:30px}.customize-plan .wrap .bottom-wrap .box-wrap .single-box:nth-child(2){margin:0 -35px 0 -17px}.masterclasses .small-business{margin-top:30px;padding:30px}.makelaunching .box-wrap .single-box:last-child img{padding:20px}.contact-page h3{font-size:24px;margin-bottom:20px}.contact-page h3 img{width:160px}.contact-page p.title{font-size:18px;margin-bottom:15px}.contact-page .custom-profile-support{margin-top:30px}.contact-page .custom-profile-support h3.center{justify-content:center}.contact-page .wrap{grid-gap:50px;grid-template-columns:auto 330px}.contact-page .contact-faq{padding:60px 0 20px}.contact-page .contact-faq ul.faqlist{width:100%}.contact-page .contact-faq h2{margin-bottom:30px}.contact-page .contact-faq{padding:50px 0 20px}#header .wrapper .right-header a.header-carticon{position:relative}#header .wrapper .right-header a.header-carticon:before{background:#07060d1a;border:1px solid #fff3;border-radius:36px;bottom:-7px;box-shadow:inset 0 6px 10px 0 #ffffff1f;content:"";left:-7px;position:absolute;right:-7px;top:-7px}html.menu-open body:before{opacity:0}#about-box #date-box{margin-top:25px}.about-box .btn-main-wrap .btn-wrap{padding-top:70px}.about-box .wrpa{gap:45px}.about-box .wrpa .user-box .user-info .user-name{font-size:26px;margin-bottom:5px}.about-box .wrpa .user-box{gap:22px;padding:20px}.about-box .wrpa .user-box .user-info .user-work,.about-box .wrpa p{font-size:15px}.bookkeeping-section h2{padding-bottom:20px}.bookkeeping-section .box-wrap .single-box{padding:18px 16px 20px 20px}.bookkeeping-section .box-wrap{grid-gap:20px}.bookkeeping-section .box-wrap .single-box p.title{font-size:18px;margin-bottom:10px}.bookkeeping-section{margin-top:50px}.bookkeeping-section .box-wrap.five-box{grid-template-columns:repeat(3,1fr)}.makelaunching .box-wrap .single-box{grid-template-columns:400px 1fr}.masterclasses .event-hub .content-box{padding:30px}.masterclasses .event-hub .content-box p.heading{font-size:20px}.masterclasses .event-hub .content-box p.heading:before{height:19px}.who-we-are .img-wrap{grid-template-columns:1fr}.numbers .wrap{grid-gap:20px;grid-template-columns:auto 416px;margin:30px 0 50px}.numbers .wrap .accordian-item button.accordion-title{font-size:18px;padding:20px 80px 20px 20px}.successfull-marketplace{margin-bottom:50px}.makelaunching .box-wrap .single-box{min-height:390px}html body .startup-package-page #nav-tab a.nav-item{font-size:25px}.free-access-box .box-content{padding:30px}.free-access-box{grid-template-columns:1fr}.logo-slider{padding-bottom:30px}.successfull-marketplace{margin-bottom:80px}.masterclasses .event-hub{grid-gap:20px;grid-template-columns:370px auto}.hands-up .wrap p.number{font-size:49px;margin-bottom:15px}.what-sets-apart .left-col{border:0;padding:0}.what-sets-apart .wrap{grid-template-columns:1fr;padding-bottom:60px}.what-sets-apart h2{margin-bottom:30px}.what-sets-apart .left-col p.title{font-size:26px;line-height:40px;margin-bottom:10px}.what-sets-apart .right-col{margin-top:50px}.what-sets-apart .right-col .single-box .icon img{margin:0 0 60px}.what-sets-apart .right-col .single-box{padding:20px}.hands-up .wrap{padding-top:40px}.what-sets-apart .right-col .single-box p.heading{font-size:18px}.masterclasses .event-hub .content-box p.heading+p{width:100%}.looking-for-funding .box-wrap .single-box:after,.looking-for-funding .box-wrap .single-box:before,.looking-for-funding .box-wrap:after,.looking-for-funding .box-wrap:before{content:none}.who-we-are .img-wrap{display:none}.behind-brand .wrap{grid-gap:40px;grid-template-columns:1fr}.behind-brand .wrap .image{order:1}.behind-brand .wrap .content{order:2}.founders-list{margin-bottom:50px;padding:30px 20px}.founders-list .inner-box-wrap{grid-template-columns:1fr;margin-top:30px}.elevator-pitch .founders-list .bottombar ul li:last-child .min-max-wrap>div{min-width:150px}.community-list .community-box{gap:30px;grid-template-columns:1fr}.founders-list .inner-box-wrap .single-box .top-bar{grid-template-columns:120px auto}.startup-launchpad .name-search{margin-bottom:40px}.founders-list .inner-box-wrap .single-box .top-bar h3{font-size:24px}.community-list .community-box{gap:20px}.community-list .single-community p.title{font-size:19px}.community-list .single-community p.text{font-size:14px}.event-list-box,.perk-box{padding:50px 80px}.perk-box{margin-top:60px}.perk-box .perk-wrap{grid-gap:20px}.custom-progress-bar{top:80px;width:calc(100% - 400px)}.founder-login{padding-left:60px}.founder-login .wrap{grid-template-columns:370px 400px;grid-template-columns:580px 350px;padding-top:50px}.founder-login .wrap .first-form{width:370px}.founder-login-body:after{width:400px}.founder-login .right-wrap{padding:0 30px}.founder-login .right-wrap p.title{font-size:20px}.forth-form-active .custom-progress-bar,.second-form-active .custom-progress-bar,.third-form-active .custom-progress-bar{width:calc(100% - 350px)}.founder-login .left-wrap>div{padding-bottom:50px}.forth-form-active .founder-login,.second-form-active .founder-login,.third-form-active .founder-login{padding-left:30px}.founder-login .btn-wrap a.btn{min-width:130px}.founder-login-body.forth-form-active:after,.founder-login-body.second-form-active:after,.founder-login-body.third-form-active:after{width:350px}.customize-plan .text-list{height:40px}.customize-plan h2{left:-50px}.perk-popup .wrap{grid-gap:40px;grid-template-columns:297px 430px}.perk-popup .wrap p.perk-title{font-size:30px;margin-bottom:30px}.learn-design-body .learn-mainpage .guide-section{margin-bottom:70px}}@media (max-width:991px){.for-mobile{display:block}.for-desktop{display:none}.padding{padding:50px 0}h1{font-size:45px}.h1-title,h2{font-size:35px}body a,body p{font-size:16px}.banner .wrap{grid-gap:20px;grid-template-columns:1fr}.banner .wrap .sub-title{font-size:27px}.startup-launchpad p.sub-title{width:480px}.startup-launchpad .box-wrap{grid-template-columns:repeat(2,1fr)}.successfull-marketplace .wrap{grid-gap:30px;grid-template-columns:1fr;padding:20px 20px 0}.successfull-marketplace{max-height:800px}.successfull-marketplace .wrap .right-col{height:450px}.connect-with-expert .wrap,.creative-community .wrap{grid-template-columns:1fr}.creative-community h2,.who-we-are h2{text-align:center}.creative-community h2 br,.who-we-are h2 br{display:none}.what-sets-apart h2{text-align:left}.connect-with-expert .for-mobile,.creative-community .for-mobile,.who-we-are .for-mobile{margin-bottom:20px}.first-testimonial ul li>img{width:100px}.first-testimonial .content{width:520px}.first-testimonial .content p{font-size:22px;line-height:140%}.first-testimonial .designation img{height:55px;width:55px}.customize-plan .wrap .top-wrap .content{width:60%}.make-launching p.sub-title,.masterclasses p.sub-title,.member-benifits p{width:640px}.masterclasses .box-wrap .box .img-wrap{height:380px}.looking-for-funding .box-wrap{grid-template-columns:repeat(2,1fr);padding:40px 0 0}.looking-for-funding p.sub-title{margin:15px auto 20px;width:600px}.workshops-taught .wrap{padding:30px 15px}.books .inner .box{grid-gap:30px;grid-template-columns:100%;padding:20px}.numbers .inner .center-col p,.numbers .inner .left-col p,.numbers .inner .right-col p{font-size:18px}.grow .inner .heading h2{margin-bottom:20px}.faq .inner{gap:50px;grid-template-columns:1fr}.faq .inner .right-col h2{margin-bottom:20px}.footer .footerone .innercol .text{width:50%}.footer .footerbottom .innerfooter{align-items:center;flex-direction:column;justify-content:center}.footer .footerbottom .innerfooter .left-col{order:3}.footer .footerbottom .innerfooter .center-col{margin:20px 0;order:2}.footer .footerbottom .innerfooter .right-col{order:1}.common-form .wrap{grid-gap:50px;grid-template-columns:1fr}.common-form .wrap .content{order:2}.common-form .wrap .form{order:1}.common-form .wrap h3{margin-bottom:20px!important}.tools ul{grid-template-columns:repeat(2,1fr)}.marketplace h2{margin-top:30px;padding:25px 0}.btn-main-wrap .btn-wrap a{padding:8px 30px}.marketplace ul{grid-template-columns:repeat(2,1fr)}.cart-page .cart-wrap{grid-template-columns:1fr;padding-top:15px}.cart-page .cart .btn-wrap{margin-top:0}.cart-page .cart-wrap .cart-inner-right{position:static!important}.common-boxes .wrap{grid-template-columns:220px auto}.common-boxes .wrap .right-wrap .network-box-wrap .single-network-box .info .user-image img{width:50px}.box-filters{flex-wrap:wrap;padding-bottom:25px}.box-filters .check-wrap{margin-bottom:10px;min-width:108px;padding:10px}.box-filters .check-wrap label{vertical-align:bottom}.investor .wrap .right-wrap .network-box-wrap .single-network-box .col-wrap.invest-wrap{grid-template-columns:50% 50%}.investor .wrap .left-wrap form .form-group-wrap{grid-template-columns:1fr}.network-profile .top-bar{grid-template-columns:auto 350px;padding-top:15px}.network-profile .top-bar h3{font-size:20px}.network-profile .top-bar .left-col{grid-template-columns:70px auto}.network-profile .top-bar ul li:not(:last-child){margin-right:17px;padding-right:17px}.network-profile .top-bar .right-col .form-group-wrapper{grid-template-columns:1fr}.network-profile .about-company .company-bottom-bar{grid-gap:25px;grid-template-columns:1fr}.marketplace-detail .inner-banner p{width:370px}.marketplace-detail .inner-banner .wrap{grid-template-columns:auto 340px}.marketplace-detail .inner-banner a.btn-main.pricing-btn{margin-top:10px}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap{width:340px}.marketplace-detail .inner-banner .wrap .right-wrap p{font-size:23px;padding-top:14px;width:340px}.jumplink-tab{padding:50px 0 0}.overview-tab{padding-top:50px}.overview-tab .cols{grid-gap:30px;grid-template-columns:1fr}.overview-tab .cols .right-col{order:1}.overview-tab .cols .left-col{order:2}.blog-detail-page .inner-cont-wrap .inner-left .content ol li,.blog-detail-page .inner-cont-wrap .inner-left .content ul li,.terms-condition-page .wrapper .right-wrap ol>li,.terms-condition-page .wrapper .right-wrap ul>li,ul.round-list li{font-size:16px}.overview-tab .professional-business-plan h3{font-size:24px}html body div#nav-tabContent .wrap{grid-gap:20px;grid-template-columns:1fr}html body div#nav-tabContent .wrap img{width:501px}html body div#nav-tabContent .wrap .right-wrap{order:1}html body div#nav-tabContent .wrap .left-wrap{order:2}.detail-tab .wrap{grid-gap:55px;grid-template-columns:320px 1fr}.detail-tab ul.faqlist .faq-question p{font-size:16px}.detail-tab ul.faqlist .faq-question img{margin-right:12px;max-height:25px}.detail-tab ul.faqlist .faq-answer p{font-size:14px}.packages-section ul.packages-list{flex-wrap:wrap}.packages-section ul.packages-list>li{margin:10px;width:47%}.packages-section ul.packages-list li.popular-plan{margin-top:42px}.packages-section .optional-add-ons .addons-main-bar,.packages-section .optional-add-ons .addons-top-bar{padding:15px}.how-it-work .wrap{grid-gap:40px;grid-template-columns:1fr}.how-it-work .wrap .left-wrap img{margin-top:20px;width:190px}.how-it-work .wrap ul.steps li span.number{font-size:37px;min-width:42px}.how-it-work .wrap ul.steps li .content{padding-left:20px}.how-it-work .wrap ul.steps li h3{font-size:18px;margin-bottom:5px}.how-it-work .wrap ul.steps li:not(:last-child){margin-bottom:25px}.marketplace-detail .faq{padding:60px 0}.what-everyone-does-section .text p{font-size:20px;padding:11px 50px}.packages-section .single-product h3{font-size:22px;padding-bottom:11px}.packages-section .single-product{grid-template-columns:1fr 180px}.overview-tab .copyright-design-section{padding:35px 20px}.overview-tab .copyright-design-section .box-wrap .single-box{padding:20px 15px}.overview-tab .copyright-design-section .box-wrap h4{font-size:16px}.startup-package-page ul.plan-wrap p.sub-title{width:100%}.startup-package-page ul.plan-wrap p.plan-include{margin:25px 0 15px}.startup-package-page ul.plan-wrap .points p{font-size:12px;margin:6px 2px;padding:6px 9px}.startup-package-page ul.plan-wrap p.price{font-size:26px}#date-box ul.event-list{grid-template-columns:repeat(1,1fr)}#date-box ul.event-list li p.event-date{font-size:22px;height:48px;margin-left:15px;width:48px}.event-detail-page .wrap{grid-gap:30px;grid-template-columns:auto}.event-detail-page .right-col{order:1;padding:15px}.event-detail-page .left-col{order:2}.event-detail-page .right-col .iner-wrap{grid-gap:18px;align-items:normal}.event-detail-page h2{font-size:25px;text-align:center}.community-body .wrap{grid-gap:50px;grid-template-columns:auto;padding:30px 0}.community-body .wrap h2,.customerprofile-body h1{font-size:41px}.community-body .wrap h3{font-size:28px;padding-bottom:20px}.community-body .wrap .testimonial>p{width:370px}.community-body .wrap .two img{margin-left:0}.community-body .wrap .three .content:first-child{margin-bottom:20px}.community-post ul{grid-gap:20px;grid-template-columns:repeat(2,1fr)}.community-post ul li .img-wrap{height:220px}.perks-page .perks-banner .wrap{grid-template-columns:359px 374px}.perks-page .perks-list h2{font-size:30px}.perks-list .title-wrap{align-items:normal;flex-direction:column}.perks-list .title-wrap .search{margin:15px 0;width:100%}.perks-list .title-wrap .category{margin:0 0 15px}.perks-list .title-wrap .category .MuiInputBase-root{width:100%}.perks-page .perks-list ul{grid-gap:15px;grid-template-columns:repeat(2,1fr);padding-top:20px}.perk-detail .about-perk .inner-wrap{grid-gap:20px;grid-template-columns:1fr}.learn-mainpage .wrapper{grid-template-columns:100%}.learn-mainpage .wrapper .learn-sidebar{position:static}.learn-mainpage.blog-detail-page .wrapper .learn-sidebar:before{content:none}.learn-mainpage .wrapper .learn-sidebar .filter-area ul.sidebar-post{max-height:400px;overflow-y:auto;padding-right:10px}.guide-section ul,.tip-ticks-section ul{grid-template-columns:repeat(3,1fr)}.guide-section ul li .right-image{height:auto}.tip-ticks-section ul li h3{font-size:20px;padding:5px 15px 20px}.tip-ticks-section ul li .inner-top{padding:15px}.blog-list-section .blog-list .single-blog{border:0}.learn-mainpage .wrapper .learn-sidebar .filter-area ul.sidebar-post{grid-gap:17px;display:grid;grid-template-columns:1fr 1fr}.learn-mainpage .wrapper .learn-sidebar ul.sidebar-post li .img-wrap{height:180px}.learn-mainpage .wrapper .learn-sidebar ul.sidebar-post li{margin-bottom:0}.blog-detail-page .inner-cont-wrap .inner-left .img-wrap{height:auto}.blog-detail-page .inner-cont-wrap .inner-left .more-about-plan{padding:16px}.blog-detail-page .inner-cont-wrap .inner-left .more-about-plan h3{font-size:22px}.blog-detail-page .inner-cont-wrap .inner-left .more-about-plan a.btn-main{margin-bottom:10px;margin-top:10px}.guide-page .guide-list ul li .right-image{height:160px}.customerprofile-mainpage .wrapper{grid-gap:20px;grid-template-columns:230px auto}.customerprofile-body .customerprofile-content .profile-bar{padding:15px}.customerprofile-body .customerprofile-content .remaining-steps .box-wrap{flex-wrap:wrap}.customerprofile-body .customerprofile-content .remaining-steps .box-wrap .info-box{margin-bottom:16px;min-width:330px}.customerprofile-body .customerprofile-content .bottom-info{grid-template-columns:1fr;margin-top:30px;padding-top:30px}.custom-profile-support .customersupport-wrap{grid-template-columns:repeat(1,1fr)}.from-country .inner .box{grid-gap:40px;grid-template-columns:1fr}.from-country .inner{padding:30px 110px;text-align:center}.from-country .inner .box form input#search-country{margin:0 auto;width:340px}.masterclasses .connect-wrap .right-col{padding-bottom:20px;padding-right:20px;padding-top:20px}.masterclasses .connect-wrap .right-col h3,.masterclasses .small-business p.title{font-size:26px}.masterclasses .connect-wrap .right-col ul.company-wrap{padding-top:12px}.masterclasses .connect-wrap .right-col ul.company-wrap li{height:29px;margin:3px;padding:7px 13px}.masterclasses .connect-wrap .info{left:70px}.masterclasses .connect-wrap .info h4{font-size:17px}.masterclasses .connect-wrap .info p.name{color:#fff;font-family:Poppins;font-size:14px;font-weight:600;line-height:normal;margin:6px 0 0}.makelaunching .box-wrap{height:auto}.makelaunching .box-wrap .single-box h3{font-size:28px}.curated-peer-groups{padding:190px 0 210px}.curated-peer-groups .wrap{width:380px}.curated-peer-groups a.btn-main.for-mobile{margin:30px auto 0;width:max-content}.curated-peer-groups ul.slide-list li:first-child{left:70px;top:-20px}.curated-peer-groups ul.slide-list li:nth-child(2){right:50px;top:15px}.curated-peer-groups ul.slide-list li:nth-child(3){bottom:-12px;right:70px}.curated-peer-groups ul.slide-list li:last-child{bottom:-2px;left:40px}.curated-peer-groups .wrap p.center{margin:0 auto;width:80%}.country-main-dialog .custom-popup-inner .flag-wrap{grid-template-columns:repeat(3,1fr)}table thead tr th:first-child{width:180px}.softwaretools p.subtotal,.softwaretools p.total{margin:15px 20px 10px auto}table{width:max-content}.businessplan-step-form .form-wrap form input#comnpany-name,.businessplan-step-form .form-wrap form input#comnpany-name+fieldset,.businessplan-step-form .form-wrap form input#funding-cost,.businessplan-step-form .form-wrap form input#funding-cost+fieldset{width:370px}.businessplan-step-form .form-wrap form h3{font-size:25px}.businessplan-step-form .form-wrap form p{font-size:14px;margin-bottom:18px}.businessplan-step-form .form-wrap form h4{font-size:18px}.businessplan-step-form .form-wrap form h5{font-size:16px}.businessplan-step-form .form-wrap form .have-logo{align-items:normal;flex-direction:column}.businessplan-step-form .form-wrap form .have-logo .right-wrap{flex:initial;margin:20px 0}.btn-main{padding:10px 20px}.btn-main:after{height:12px;margin-left:10px;width:14px}.businessplan-step-form .form-wrap form input,.businessplan-step-form .form-wrap form textarea{font-size:14px}.businessplan-step-form .form-wrap form textarea{height:110px!important}.businessplan-step-form form .form-group-wrap,.businessplan-step-form form .form-group-wrap-wrap{grid-template-columns:1fr}.businessplan-nameidea .btn-main-wrap .btn-wrap a{padding:10px 25px}.businessplan-nameidea .nameidea-result-box .box-wrap{grid-template-columns:repeat(3,1fr)}.customerprofile-mainpage form#profile-form .i-am-investor-check:after,.customerprofile-mainpage form#profile-form .i-am-investor-check:before{width:28%}.status{flex-direction:column}.status>div{min-height:60px;min-width:100%}.domain-check .domain-list .single-domain .price{padding:0 15px}.domain-check .domain-list p.domain-name{font-size:16px}.domain-check .domain-list span.preminum-tag{margin-left:9px}.businessplan-nameidea .name-search{margin:20px auto 0;width:100%}.businessplan-nameidea .name-search button.btn-main{top:9px}.legal-aggrement .aggreement-wrap{grid-template-columns:1fr}.legal-aggrement .download-button{left:0;margin:0 auto;padding:12px 15px;right:0;width:calc(100% - 55px)}.legal-aggrement .aggreement-wrap .right-col{height:500px!important}.related-product .wrapper{grid-template-columns:repeat(2,1fr)}.brand-wheel-section p{font-size:16px}.brand-com-top{padding:15px 20px}.brand-com .brand-com-bot{padding:15px 20px 40px}.brand-com h3{font-size:17px}.brand-com .brand-com-top p,.brand-com h4{font-size:15px}.brand-com .brand-com-bot>div.brand-value ul{grid-gap:10px;margin:0 0 15px}.brand-com .brand-com-bot>div.brand-value ul li{padding:15px 20px 35px}.lean-canvas p{font-size:16px}.customer-seg h3{font-size:18px}.customer-seg-boxes .wrap h4{font-size:17px}.customer-seg-boxes .wrap>div{padding:20px 25px}.existing-alt h3,.problem .wrap h3,.solution h3,.unique-val .common-wrap h3,.unique-val .wrap>ul h3{font-size:17px}.problem .wrap ul{grid-template-columns:repeat(2,1fr)}.existing-alt ul.existing-alt-ul>li{padding:20px 15px}.solution .wrap>ul>li,.unique-val .wrap>ul>li{padding:20px 25px}.unique-val .common-wrap p.border{font-size:16px}.fav-coffee{margin-bottom:-45px}.fav-coffee .wrap{grid-template-columns:1fr}.fav-coffee .wrap .img-wrap img{height:350;width:auto}.fav-coffee .wrap .left{padding-top:0}.fav-coffee{margin-bottom:0;padding:0 0 80px;text-align:center}.fav-coffee p{line-height:16px;padding:30px 0 0}.key-benefits{padding:80px 0}.features .wrap,.key-benefits .wrap{grid-template-columns:1fr}.features .img-wrap img,.key-benefits .img-wrap img{height:350px}.key-benefits ul{margin-top:30px}.features h2,.join-us h2,.key-benefits h2{margin:0 0 20px;text-align:center}.join-us h2{margin:0}.features .left,.key-benefits .right{align-items:center;display:flex;flex-direction:column}.features ul li p,.join-us p,.key-benefits ul li p{font-size:16px}.features ul{margin-top:30px}.join-us{padding:50px 0}html body.ai-template #footer .wrap{display:flex;flex-direction:column-reverse;text-align:center}html body.ai-template #footer p{margin-top:15px}.interview-que-section h1{font-size:38px}.interview-que-section p{font-size:16px}.customizer-section h3{font-size:17px}.customizer-section .wrap>ul>li{padding:15px 20px}.customizer-section .wrap>ul>li .number{font-size:30px;margin-right:15px}.startup-launchpad .name-search{width:100%}.startup-launchpad .result-box .col-wrap .content,.startup-launchpad .result-box .col-wrap .title-wrap{padding:20px}.launch-section h2{margin-bottom:10px}.launch-section .box,.launch-section .domain-box-wrap>div,.validation-exp .customer-interview,.validation-section .critical-box{padding:20px}.launch-section .box ul.launch-list{grid-template-columns:repeat(3,1fr);margin-top:20px}.launch-section .domain-box-wrap{grid-template-columns:1fr}.launch-section .domain-box-wrap .company-formation-box{min-height:560px}.validation-section .critical-box{margin-top:30px}.image-content-sec .single-wrap .image{flex:0 0 330px}.image-content-sec .single-wrap .content{flex:0 0 360px}.image-content-sec .single-wrap .img-wrap:before{height:260px;width:348px}.help-startup-launch p.sub-title{width:100%}.help-startup-launch .info-wrap p.number{font-size:32px}.help-startup-launch .wrap{padding:40px 30px}.about-banner .wrap{gap:80px;grid-template-columns:291px 1fr}.terms-condition-page .wrapper{grid-gap:30px;grid-template-columns:1fr}.terms-condition-page .wrapper div#sticky-section .links{height:auto;position:static!important;width:100%}.terms-condition-page table{width:auto}.forgot-pass-page .common-form .form h3,.forgot-pass-page .common-form .form p{text-align:center}.forgot-pass-page .common-form .form label{padding-bottom:10px;text-align:center}.forgot-pass-page .common-form .form form#verify-otp-form{margin:0 auto;width:424px}.subscriptionData-list{margin-top:30px}.subscriptionData-list .subscriptionData-wrap{flex-direction:column;gap:24px}.customize-plan .wrap .bottom-wrap .box-wrap .single-box:nth-child(2){margin:0 -28px 0 -14px}.startup-package-page .cta{flex-direction:column;gap:20px}.startup-package-page .cta a.discuss-btn,.startup-package-page .cta h3{margin:0}.masterclasses .connect-wrap:before{background-position:50%}.contact-page .wrap{grid-gap:30px;grid-template-columns:1fr}.contact-page .wrap .right-col iframe{height:520px}.banner img.mobile-banner{display:block;margin:10px 0}.banner img.desktop-banner{display:none}.common-boxes .wrap .left-wrap form .location:before,.event-page .box-filters .location:before{top:42px}#about-box #date-box{margin-top:20px}.about-box .btn-main-wrap .btn-wrap{padding-top:60px}.about-box .wrpa{gap:30px;grid-template-columns:auto}.bookkeeping-section .box-wrap{grid-gap:15px;grid-template-columns:repeat(2,1fr)}.businessplan-nameidea .name-search button.btn-main,.startup-launchpad .name-search button.btn-main{top:9px}.startup-launchpad .name-search input{padding-right:210px}.makelaunching .box-wrap .single-box{grid-template-columns:1fr;margin-bottom:30px;position:static}.masterclasses .event-hub{grid-template-columns:1fr;margin:0}.masterclasses .event-hub .content-box{margin-top:30px;padding:20px}.masterclasses .event-hub .content-box a.btn-main{margin-top:10px}.numbers .wrap{grid-gap:20px;grid-template-columns:1fr;margin:30px 0 50px}.words.words-1{height:50px}.banner .wrap .left-col{align-items:center;padding-top:30px}.banner .wrap .left-col img.review-img{margin:0 auto}.from-country .inner .box form{margin:30px auto 0}.banner .wrap .btn-main{margin:40px 0}.words-1 span{left:0;width:100%}.banner .wrap .sub-title,.banner .wrap h1{text-align:center;width:100%}.behind-brand .wrap{padding-top:30px}.hands-up .wrap p.number{font-size:40px}.hands-up .wrap p.text{color:#fff;font-size:18px}.event-list-box,.perk-box{padding:50px}.founder-login-body:after{content:none}.founder-login{padding:0 20px 50px!important}.founder-login .wrap{grid-template-columns:1fr!important}.founder-login .wrap .first-form{width:100%}.founder-login .right-wrap{display:none}.custom-progress-bar{top:90px;width:100%!important}html .founder-login-body:before{z-index:-1}.founder-login .left-wrap>div{padding-bottom:0}.customize-plan .text-list{height:38px}.perk-popup .wrap{grid-gap:20px;grid-template-columns:256px 350px;padding-left:20px}.perk-popup .wrap p.perk-title{font-size:26px;margin-bottom:25px}.learn-design-body .learn-mainpage .guide-section{margin-bottom:50px}.customer-billing .invoice-list .single-invoice .bottom p,.customer-billing .invoice-list .single-invoice p,.customer-billing .invoice-list .single-invoice p a{text-wrap:auto}.customer-billing .invoice-list .single-invoice .top{grid-template-columns:190px 90px 170px 70px;width:max-content}.customer-billing .invoice-list .single-invoice .bottom>div{margin-left:0;padding-right:0;width:220px}}@media (max-width:767px){h1{font-size:38px}.h1-title,h2{font-size:32px}#header .container{padding:0 15px}#header .wrapper .right-header a.get-started,#header .wrapper .right-header a.login{display:none}#header .wrapper .middle-header .mobile-info{grid-gap:15px;border-top:1px solid #d8d8d8;display:grid;grid-template-columns:auto auto;margin:auto 10px 20px;padding-top:20px}#header .wrapper .mobile-info a.get-started,#header .wrapper .mobile-info a.login{border:1px solid #d8d8d8;color:#000;margin:0;text-align:center}#header .wrapper .mobile-info a.login{color:#fff}#header .wrapper .menu{display:flex;flex-direction:column}html body{padding-top:80px!important}html body:before{height:645px;right:-290px;top:-70px;width:654px}.banner .wrap .sub-title{font-size:24px}.banner h1{font-size:37px}.logo-slider .marquee{width:3000px}.startup-launchpad p.sub-title{width:100%}.startup-launchpad .box-wrap{grid-template-columns:repeat(1,1fr)}.startup-launchpad .img-box{padding-top:10px}.startup-launchpad .img-box:before{height:110px;width:100%}.successfull-marketplace{max-height:100%}.successfull-marketplace .wrap{grid-gap:0;border:0;padding:0}.successfull-marketplace .wrap .left-col{padding:0 15px 20px}.successfull-marketplace .wrap .right-col{grid-gap:10px;grid-template-columns:1fr;height:auto}.successfull-marketplace .wrap:before{content:none}.successfull-marketplace button.in-mobile{margin:20px auto 0}.successfull-marketplace .wrap .right-col>div{height:auto;width:max-content}.successfull-marketplace .wrap .right-col>div,.successfull-marketplace .wrap .right-col>div .box-wrap{flex-direction:row}@keyframes scrollbox{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes scrollboxreverse{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.successfull-marketplace .wrap .box{margin-bottom:0;margin-right:20px;width:320px}.creative-community .wrap{padding:15px}.first-testimonial .content{width:100%}.first-testimonial .content p{font-size:20px}.customize-plan .wrap{border:0;padding:0}.customize-plan h2{justify-content:left;left:0;text-align:left}.customize-plan .text-list{height:32px}.customize-plan .content p{text-align:left}.customize-plan .wrap .top-wrap .content{text-align:center;width:100%}.customize-plan .wrap .top-wrap a.btn-main{margin-top:0}.looking-for-funding .box-wrap,.masterclasses .box-wrap{grid-template-columns:repeat(1,1fr)}.looking-for-funding p.sub-title,.make-launching p.sub-title,.masterclasses p.sub-title,.member-benifits p{width:100%}.workshops-taught .wrap{background:#1a1724;border-radius:10px}.workshops-taught .wrap .inner-wrap{width:100%}.member-benifits{padding-bottom:50px}.member-benifits p{margin:0 auto 20px}.books .inner .box .left-col .forms form .form-control .email{font-size:14px;height:60px;padding-left:38px}.books .inner .box .left-col .forms form .form-control:before{height:14px;left:12px;top:23px;width:18px}.books .inner .box .left-col .forms form .form-control input[type=button]{font-size:0;height:50px;padding:0;width:50px}.numbers .inner{grid-gap:50px;display:grid;grid-template-columns:repeat(1,1fr)}.numbers .inner h2{margin:0 0 4px}.numbers .inner .center-col p,.numbers .inner .left-col p,.numbers .inner .right-col p{font-size:16px}.grow{padding:0 0 50px}.grow .inner .img{height:280px}.grow .inner .img img{height:100%;object-fit:cover;object-position:center;width:100%}.footer .footerone .innercol{align-items:normal;flex-direction:column;justify-content:normal;text-align:center}.footer .footerone .innercol .text{margin:0 auto 20px;width:90%}.footer .footerone .innercol .btn-main{margin:0 auto;width:max-content}.footer .footerbottom .innerfooter .center-col ul{display:flex;flex-wrap:wrap;justify-content:center;width:auto}.footer .footerbottom .innerfooter .center-col ul li{margin-bottom:10px}.footer .footerbottom .innerfooter .left-col p{font-size:13.5px;padding-left:7px}.footer .footerbottom .innerfooter .left-col img{width:16px}.footer .footerone .innercol .text p{font-size:18px}.faq{padding-bottom:50px;padding-top:50px}.masterclasses .box-wrap .box .img-wrap{height:480px}.common-form .wrap .content h3{margin-bottom:20px}.common-form .wrap ul.points{grid-gap:30px;grid-template-columns:repeat(1,1fr);margin-bottom:30px}.common-form .wrap{grid-gap:40px}.form-page #header .wrapper .right-header{margin-right:0}#header .wrapper .have-account{display:none}.common-form .wrap .inner-wrap .due-box{padding:10px}.common-form .wrap .inner-wrap .due-box p.due-amount{font-size:18px}form .form-group-wrap{grid-gap:0 10px}#header .wrapper .right-header a.user-profile{border:0;margin-left:15px;padding:0}#header .wrapper .right-header a.user-profile:before{content:none}#header .wrapper .right-header a.user-profile img{margin-right:0}#header .wrapper .right-header a.user-profile p.name{display:none}.form-page #header .wrapper .right-header a.login{display:block;font-size:14px;padding:4px 7px}.tools ul{grid-template-columns:repeat(1,1fr)}.ai-builder-lock .lock-layer p,.tools ul li .lock-layer p{font-size:16px;margin:10px 0}.ai-builder-lock .lock-layer img,.tools ul li .lock-layer img{width:23px}.marketplace p.sub-title,.tools p.sub-title{width:100%}.marketplace .btn-wrap{flex-wrap:wrap}.btn-main-wrap .btn-wrap a{font-size:14px;margin:0 5px 5px}.marketplace h2{margin-top:20px;padding:20px 0}.marketplace ul{grid-template-columns:repeat(1,1fr)}.cart-page .cart-left .single-product{margin-bottom:50px}.cart-page .cart-left .single-product .product-middle,.cart-page .cart-left .single-product .product-top{padding:15px}.cart-page .cart-left .single-product .product-top{align-items:normal;flex-wrap:wrap}.cart-page .cart-left .single-product .product-top .product-price-info{margin-left:0;text-align:left}.cart-page .cart-left .single-product .addon-middle p.addon-desc,.cart-page .cart-left .single-product .product-top .product-info{width:100%}.cart-page .cart-left .single-product .product-top .product-info{padding:15px 0}.cart-page .cart-left .single-product .addon-middle{margin-left:10px}.cart-page .cart-left .single-product .product-middle .single-addon{flex-wrap:wrap;margin-bottom:30px}.cart-page .cart-left .single-product .addon-middle{margin-bottom:10px;margin-left:0}.cart-page .cart-left .single-product .addon-right{margin-left:0}.cart-page .cart-left .single-product .addon-middle span.addon-tag{font-size:10px;margin-left:5px;padding:2px 5px}.cart-page .cart-left .single-product .product-middle .single-addon:not(:first-child){border-top:1px solid #ffffff26;padding-top:20px}.cart-page .cart-left .single-product .product-botton{grid-template-columns:repeat(1,1fr)}.cart-page .cart-left .single-product .product-top .product-price-info p.price{font-size:16px}.cart-page .cart-wrap .cart-right .order-summury h3{padding:15px 15px 3px}.cart-page .cart-wrap .cart-right .order-summury a.total-item{margin:0 15px}.cart-page .cart-wrap .cart-right .order-summury .all-orders .single-order-summury{padding:10px 15px}.cart-page .cart-wrap .cart-right .order-summury .final-amount .net-amount-wrap{padding:15px 15px 3px}.cart-page .cart-wrap .cart-right .order-summury .final-amount p.total-amount{padding:15px 0}.cart-page .cart-wrap .cart-right .purchase-form{padding:15px}form .card-wrap span.card-img img{width:110px}.cart-page .cart-wrap .cart-right .what-happen-next{padding:15px}.common-boxes .wrap{grid-template-columns:1fr}.common-boxes .wrap .right-wrap .network-box-wrap{grid-template-columns:repeat(1,1fr)}.common-boxes{margin-bottom:40px}.common-boxes .wrap .left-wrap .filters a{color:#fff}.network-profile .top-bar{grid-gap:30px;grid-template-columns:1fr}.network-profile .top-bar .left-col{grid-template-columns:70px auto}.network-profile .top-bar h3{font-size:20px}.network-profile .top-bar ul li:not(:last-child){margin-right:15px;padding-right:15px}.network-profile .about-company .company-bottom-bar .left-col p,.network-profile .about-profile p{font-size:14px}.network-profile .about-company .company-bottom-bar .right-col{grid-gap:13px}.marketplace-detail .inner-banner p{width:100%}.marketplace-detail .inner-banner .wrap{grid-gap:30px;grid-template-columns:1fr}.box-wrap-main ul{grid-template-columns:repeat(1,1fr)}.jumplink-tab ul li{margin:0 7px}.jumplink-tab.sticky ul{top:78px}.jumplink-tab ul li a{font-size:12px}.overview-tab .professional-business-plan h3{font-size:22px}html body div#nav-tabContent .wrap img{width:90%}.detail-tab .wrap{grid-gap:35px;grid-template-columns:1fr}.detail-tab .wrap .left-wrap{order:2}.detail-tab .wrap .right-wrap{order:1}.packages-section h2{margin-bottom:30px}.packages-section ul.packages-list{flex-wrap:wrap;margin-top:0;margin:0 auto;max-width:500px}.packages-section ul.packages-list>li{margin:10px;width:100%}.packages-section .optional-add-ons h3{font-size:26px;padding-bottom:15px}.packages-section .optional-add-ons .addons-top-bar h4{font-size:18px}.packages-section .optional-add-ons .addons-main-bar .single-addon{flex-wrap:wrap;gap:15px}.packages-section .optional-add-ons .addons-main-bar .addon-middle,.packages-section .optional-add-ons .addons-main-bar .addon-middle span.addon-tag{margin-left:0}.packages-section .optional-add-ons .addons-main-bar .addon-middle p.addon-title{margin-right:8px}.packages-section .optional-add-ons .addons-main-bar .addon-right{margin-left:0;margin-top:13px;padding-left:0}.packages-section .optional-add-ons .addons-main-bar .addon-right span{margin:0 14px}.how-it-work .wrap{grid-gap:20px}.how-it-work .wrap .left-wrap img{display:none}.how-it-work .wrap ul.steps li .content{padding-left:15px}.how-it-work .wrap ul.steps li span.number{font-size:32px;min-width:37px;top:-5px}ul.faqlist li .faq-question p{font-size:16px}ul.faqlist li .faq-answer{padding:15px}ul.faqlist li .faq-question{padding:15px 37px 15px 15px}.marketplace-detail .faq{padding:70px 0 50px}span.id-wrapper{margin-top:-100px;padding-top:100px}.what-everyone-does-section .text p{font-size:18px;padding:9px 20px}.what-everyone-does-section .text:before{top:23px}.what-everyone-does-section ul.box-wrap{grid-gap:25px 15px;grid-template-columns:repeat(2,1fr)}.what-everyone-does-section ul.box-wrap p.title{margin-bottom:5px}.what-everyone-does-section ul.box-wrap p{font-size:14px}.packages-section .single-product{grid-gap:18px;grid-template-columns:1fr}.packages-section .single-product .price-col{justify-content:left;margin-bottom:2px}.overview-tab .copyright-design-section{padding:27px 15px}.overview-tab .copyright-design-section .box-wrap{grid-template-columns:repeat(1,1fr)}.overview-tab .copyright-design-section h3{width:100%}.startup-package-page .center-text{padding-bottom:25px;width:100%}.startup-package-page ul.plan-wrap{grid-template-columns:repeat(1,1fr)}#date-box ul.event-list li p.event-date{margin-bottom:15px;margin-left:0}#date-box ul.event-list{grid-template-columns:repeat(1,1fr)}.event-detail-page h2{font-size:24px}.community-post ul{grid-gap:20px;grid-template-columns:repeat(1,1fr)}.community-detail .related-post h3.title{font-size:22px;padding-bottom:10px}.perks-page .perks-banner .wrap{grid-template-columns:1fr}.perks-page .perks-list ul{grid-template-columns:repeat(1,1fr)}.perks-page .perks-list ul .top-wrap h3{font-size:20px;padding-bottom:7px}.perk-detail .about-perk .inner-wrap .right-col p.offer,.perks-page .perks-list .bottom-wrap p.title{font-size:16px}a#load-more{font-size:14px;padding:9px 17px}a#load-more:after{height:6px;width:10px}.custom-breadcrumb ul li:not(:last-child){margin-right:6px;padding-right:15px}.perk-detail .wrap{padding-bottom:0}.guide-section ul,.tip-ticks-section ul{grid-template-columns:repeat(1,1fr)}.blog-list-section .top,.guide-section .top,.tip-ticks-section .top{align-items:normal;flex-direction:column;justify-content:normal;padding-bottom:20px}.blog-list-section .top a.btn-main,.guide-section .top a.btn-main,.tip-ticks-section .top a.btn-main{margin-top:16px;width:max-content}.tip-ticks-section{padding:70px 0}.blog-list-section .blog-list .single-blog{grid-gap:20px;grid-template-columns:1fr;margin-bottom:30px;padding:0}.blog-list-section .blog-list .single-blog .blog-right{height:auto;order:1}.blog-list-section .blog-list .single-blog .blog-left{order:2}.learn-design-body .learn-mainpage{padding-bottom:50px}.blog-page p.sub-title,.guide-page p.sub-title,.tipstrick-page p.sub-title{width:100%}.blog-page .featured-blog{margin:30px 0;padding:20px 15px}.blog-detail-page .latest-blog ul,.blog-page .latest-blog ul{grid-template-columns:repeat(1,1fr)}.blog-detail-page .latest-blog ul li h4,.blog-page .latest-blog ul li h4{font-size:18px}.more-btn-wrap{padding-top:20px}.learn-mainpage .wrapper .learn-sidebar .filter-area ul.sidebar-post{grid-gap:20px;display:grid;grid-template-columns:1fr}.learn-mainpage .wrapper .learn-sidebar ul.sidebar-post li .img-wrap{height:220px}.learn-mainpage .wrapper .learn-sidebar ul.sidebar-post li{margin-bottom:0}.learn-mainpage .wrapper .learn-sidebar .filter-area .filter-inner{padding:15px}.guide-page .guide-list ul{grid-template-columns:repeat(1,1fr)}.guide-page .guide-list ul li .right-image{height:auto}.tipstrick-page .tipstrick-list ul li{grid-template-columns:1fr;margin-bottom:20px}.tipstrick-page .tipstrick-list ul li h2{font-size:29px;margin-bottom:10px;margin-top:5px}.tipstrick-page .tipstrick-list ul li .right-image{margin:0 auto;width:80%}.customerprofile-mainpage .wrapper{grid-template-columns:1fr}.customerprofile-mainpage .customerprofile-sidebar{height:100%}.customerprofile-body h1{font-size:27px}.customerprofile-body .customerprofile-content .profile-bar img{flex:0 0 70px;margin-left:20px;width:70px}.customerprofile-body .customerprofile-content .profile-bar p.name{flex:0 0 70px;font-size:32px;height:70px;line-height:70px;width:70px}form .form-group-wrap,form .form-group-wrap-wrap{grid-template-columns:1fr}.customerprofile-mainpage form#profile-form .inner-wrap .img-left,.founder-login .inner-wrap .img-left{flex:0 0 60px;height:60px;margin-right:15px;width:60px}.customerprofile-mainpage form#profile-form .inner-wrap .top-col p,.founder-login .inner-wrap .top-col p{margin:0 10px}.customerprofile-mainpage form#profile-form .inner-wrap .top-col label,.founder-login .inner-wrap .top-col label{padding:4px 14px}.customerprofile-mainpage form#profile-form .inner-wrap .upload-right>p,.founder-login .inner-wrap .upload-right>p{margin-top:6px}.customer-email-pass .wrap,.customerprofile-mainpage form#profile-form .wrap{grid-gap:10px}.custom-popup .custom-popup-inner{margin:0 20px;max-width:100%;padding:25px 15px}.custom-popup h3{font-size:16px;margin:10px 0}.custom-popup .price{font-size:26px}.custom-popup p.card-number{margin:24px 0}.customerprofile-mainpage .wrapper{grid-gap:50px}.customer-billing .pyment-method h3{font-size:20px}.customer-billing .pyment-method .card-wrap a#add-card{font-size:14px;padding:9px 14px}.custom-popup .yes-no-wrap button.no-btn{padding:10px 28px}.custom-popup .radio-group-wrap>label{padding:12px 9px}.custom-popup .radio-group-wrap .card-radio-wrap img{margin-right:15px;max-height:15px}.custom-popup .radio-group-wrap .card-radio-wrap{font-size:14px}.from-country .inner{padding:30px 20px}.from-country .inner .box form input#search-country{font-size:14px;padding:14px 15px;width:100%}.from-country .inner .box form button.btn-main{margin-top:0}.successfull-marketplace .wrap .right-col>div .box-wrap{animation:scrollbox 60s linear infinite}.successfull-marketplace .wrap .right-col .inner-right .box-wrap{animation:scrollboxreverse 60s linear infinite}.masterclasses .connect-wrap .right-col{padding-bottom:20px;padding-right:20px;padding-top:20px}.masterclasses .connect-wrap .right-col h3,.masterclasses .small-business p.title{font-size:26px}.masterclasses .connect-wrap .right-col ul.company-wrap{padding-top:12px}.masterclasses .connect-wrap .right-col ul.company-wrap li{height:29px;padding:7px 13px}.masterclasses .connect-wrap .info{left:70px}.masterclasses .connect-wrap .info h4{font-size:17px}.masterclasses .connect-wrap .info p.name{font-size:14px}.masterclasses .connect-wrap{grid-template-columns:100%}.masterclasses .connect-wrap .left-col{order:2}.masterclasses .connect-wrap .right-col{padding:20px}.masterclasses .connect-wrap .right-col ul.company-wrap li{height:35px;margin:3px;padding:7px 20px}.masterclasses .connect-wrap .info{left:0;margin:0 auto;right:0;width:max-content}.makelaunching p.sub-title.center{margin:0 auto 20px;width:100%}.makelaunching .box-wrap{grid-template-columns:repeat(1,1fr)}.curated-peer-groups .wrap p.number span:first-child{font-size:70px}.curated-peer-groups .wrap a.btn-main{margin-top:0}.curated-peer-groups{background-size:690px;margin:0;padding:90px 0 130px}p.note-no-available{font-size:18px;margin:15px 0}.country-main-dialog .custom-popup-inner .wrap{grid-template-columns:1fr}.country-main-dialog .custom-popup-inner .wrap .left-col{display:none}.country-main-dialog .custom-popup-inner .sub-flag-div{margin-top:40px}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap{margin:0 auto;width:530px}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap img:first-child{height:60px!important;left:25px;top:13px;width:60px!important}.marketplace-detail .inner-banner .wrap .right-wrap p{margin:0 auto;width:530px}.thankyou-page p{margin:10px auto 20px;width:100%}.card-detail .card-info .number-name{display:flex;flex-direction:column}.card-detail .card-info .number-name span:last-child{border-left:0;margin-left:0;padding-left:0}.softwaretools table thead tr th:nth-child(2){width:140px}.softwaretools table thead tr th:nth-child(3){width:80px}.softwaretools table thead tr th:nth-child(6){width:140px}.softwaretools p.subtotal,.softwaretools p.total{margin:15px 15px 10px 0;width:180px}.businessplan-step-form .form-wrap form input#comnpany-name,.businessplan-step-form .form-wrap form input#comnpany-name+fieldset,.businessplan-step-form .form-wrap form input#funding-cost,.businessplan-step-form .form-wrap form input#funding-cost+fieldset,.businessplan-step-form p.center.sub-title{width:100%}.businessplan-step-form .form-wrap{grid-template-columns:1fr}.businessplan-step-form .form-wrap .form-sidebar{order:1}.businessplan-step-form .form-wrap form{order:2;padding:0}.btn-main-wrap .btn-wrap a{padding:8px 24px}.businessplan-nameidea .nameidea-result-box .box-wrap{grid-template-columns:repeat(2,1fr)}.businessplan-nameidea .nameidea-result-box .box-wrap .single-box{padding:10px}.businessplan-nameidea .nameidea-result-box .box-wrap .single-box p.name{font-size:16px}.businessplan-nameidea .nameidea-result-box .box-wrap .single-box a{font-size:15px}.delete-product-dialog .btn-wrapper{flex-direction:column}.delete-product-dialog .btn-wrapper button{margin:5px;width:100%}.cart-page .cart-left .single-product img.delete-cart-item{margin:0}.brand-com h3{font-size:16px}.brand-com .brand-com-bot>div.brand-value ul{grid-template-columns:repeat(1,1fr)}.brand-com .brand-com-bot>div.brand-value ul li{padding:15px 15px 25px}.customer-seg-boxes{padding:0 0 40px}.customer-seg-boxes .wrap{grid-template-columns:repeat(1,1fr)}.problem .wrap{padding:15px 20px}.problem .wrap ul{grid-template-columns:repeat(1,1fr)}.existing-alt{padding:40px 0}.existing-alt ul.existing-alt-ul,.solution .wrap>ul{grid-template-columns:repeat(1,1fr)}.solution .wrap>ul{margin:40px 0 0}.unique-val{padding:40px 0 100px}.unique-val .wrap>ul{grid-template-columns:repeat(1,1fr)}.fav-coffee{padding:0 0 50px}.fav-coffee .wrap .img-wrap img{height:auto;width:auto}.key-benefits{padding:50px 0}.features .img-wrap img,.key-benefits .img-wrap img{height:auto}.features{padding:50px 0}.interview-que-section h1{font-size:34px}.customizer-section .wrap>ul{grid-template-columns:repeat(1,1fr)}.customizer-section .wrap>ul>li .number{font-size:25px;margin-right:10px}.about-banner .wrap{gap:40px;grid-template-columns:1fr}.help-startup-launch .wrap{padding:30px 15px}.help-startup-launch .info-wrap{gap:30px;grid-template-columns:repeat(1,1fr);margin-top:30px}.help-startup-launch .info-wrap .single{text-align:center}.help-startup-launch .info-wrap p.number{font-size:32px;margin:8px auto 9px}.image-content-sec .single-wrap{flex-direction:column-reverse!important}.image-content-sec .single-wrap .image{flex:initial;width:330px}.image-content-sec .single-wrap .content{flex:initial;margin-bottom:30px}.terms-condition-page .wrapper .right-wrap h3{font-size:21px;line-height:normal;margin:30px 0 10px}.forgot-pass-page .common-form .form form#verify-otp-form{margin:0 auto;width:304px}form#verify-otp-form .form-group>div input[type=text]{font-size:17px;height:43px}.subscriptionData-list .subscriptionData-wrap{gap:20px}.subscriptionData-list .single-subscriptionData{padding:15px}.customize-plan .wrap .bottom-wrap .box-wrap{flex-direction:column}.customize-plan .wrap .bottom-wrap .box-wrap .single-box:nth-child(2){margin:15px 0}.filter-group{background:#000;bottom:0;left:0;overflow:hidden;padding:20px 0;pointer-events:none;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .5s ease;z-index:999}html.open-filter .filter-group{pointer-events:all;transform:translateX(0)}.filter-group:before{animation:rotation 15s linear infinite;background:url(/static/media/banner-gradiant.dbc9425281bfdbb48a72.png) no-repeat;background-size:contain;content:"";height:895px;pointer-events:none;position:absolute;right:-350px;top:-280px;width:854px}.filter-group .filter-inner-group{max-height:100vh;overflow-y:auto;padding:0 20px}.filter-group .top-bar{display:flex;justify-content:space-between;margin-bottom:40px}.filter-group .top-bar p{color:#fff;font-family:Plus Jakarta Sans;font-size:20px;font-weight:600;line-height:normal;margin:0}.event-page .box-filters{margin-top:0}.common-boxes .wrap .left-wrap .filters{padding-bottom:0}.bookkeeping-section .box-wrap.five-box{grid-template-columns:repeat(2,1fr)}.makelaunching .box-wrap .single-box .info{padding:20px}.free-access-box .box-content ul{gap:10px}.makelaunching .box-wrap .single-box{min-height:auto;position:relative;top:0!important}.makelaunching .box-wrap .single-box:first-child img{padding:0}.makelaunching .box-wrap .single-box a.btn-main{height:0;margin:0;opacity:0;padding:0;position:static}.makelaunching .box-wrap .single-box a.btn-main:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.makelaunching .box-wrap .single-box:nth-child(2) img{padding:10px}.makelaunching .box-wrap .single-box .info p{margin:0}.makelaunching .box-wrap .single-box h3{font-size:22px}.customize-plan .top-wrap{margin-bottom:30px}.customize-plan .wrap:before{content:none}.curated-peer-groups ul.slide-list .owl-stage{display:flex}.curated-peer-groups ul.slide-list{animation:none 0s ease 0s 1 normal none running;animation:initial;pointer-events:all;position:static;transform:none!important}.curated-peer-groups ul.slide-list li:nth-child(odd):before{content:none}.curated-peer-groups ul.slide-list li{animation:none 0s ease 0s 1 normal none running;animation:initial;height:100%;margin:0 auto;position:static}.curated-peer-groups ul.slide-list .owl-item{height:inherit}.makelaunching .box-wrap .single-box:first-child:before,.makelaunching .box-wrap .single-box:nth-child(2):before{background-position:50%;height:100%;width:700px}.curated-peer-groups{background-position:50% -14%;background-size:620px;padding:100px 0}.curated-peer-groups .wrap{margin-bottom:30px}.what-sets-apart .faqlist{display:block;margin-top:30px}.what-sets-apart .in-desktop{display:none!important}.in-mobile{display:block}.in-desktop{display:none}.connect-with-expert .masterclasses+.btn-main{margin:0;width:max-content}.connect-with-expert .masterclasses .connect-wrap{margin:0 0 20px}.what-sets-apart .faqlist{border:1px solid #ffffff40;border-radius:6px}.what-sets-apart ul.faqlist li{border-radius:0;margin:0}.what-sets-apart ul.faqlist li .faq-question{align-items:center;background:#0000;border-bottom:0;border-left:0;border-radius:0;border-right:0;display:flex;gap:15px}.what-sets-apart ul.faqlist li:first-child .faq-question{border-top:0}.what-sets-apart ul.faqlist li .faq-answer{background:#0000;border:0;padding-top:0}.what-sets-apart ul.faqlist li .faq-question img{display:none;margin:0;max-height:40px}.what-sets-apart ul.faqlist li .faq-question[data-status=open] img{display:block}.hands-up{padding-top:20px}.hands-up .wrap{display:block;margin-top:-40px;padding-top:0}.hands-up .wrap p.number{font-size:35px;letter-spacing:0;margin-bottom:7px}.hands-up .wrap p.number span{font-size:32px}.hands-up .wrap p.text{font-size:16px}.looking-for-funding .box-wrap .single-box{height:100%}.looking-for-funding .box-wrap .owl-stage{display:flex}.looking-for-funding .box-wrap .owl-item{height:inherit}.looking-for-funding .box-wrap{padding:0 0 40px}.who-we-are a.read-more-btn{bottom:-35px;color:#06050c;display:block;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;left:0;margin:0 auto;position:absolute;right:0;width:max-content;z-index:1}.who-we-are a.read-more-btn:after{background:url(/static/media/check-read-more.870f98b6720c4bd875b4.svg) no-repeat;background-size:contain;content:"";height:12px;position:absolute;right:-20px;top:4px;width:12px}.who-we-are .behind-brand{height:550px;overflow:hidden;transition:all .5s ease}.who-we-are .behind-brand.show-content{height:100%}.who-we-are:before{background:linear-gradient(180deg,#fff0,#fff 87.35%);bottom:0;content:"";height:120px;left:0;pointer-events:none;position:absolute;right:0;z-index:1}.who-we-are.show-content:before{opacity:0}.faq .inner .left-col{display:none}.founders-list .inner-box-wrap .single-box .top-bar{grid-gap:20px;grid-template-columns:1fr}.founders-list .inner-box-wrap .single-box .top-bar img{margin:0;width:120px}.founders-list .inner-box-wrap .single-box .bottombar ul{grid-template-columns:repeat(1,1fr);margin-top:15px}.founders-list{padding:20px 15px}.founders-list .inner-box-wrap .single-box{padding:15px}.founders-list:before{background-position:100% 100%}.community-list .single-community{grid-template-columns:1fr}.elevator-pitch .founders-list .bottombar ul li:last-child{align-items:flex-start;flex-direction:column;grid-column:unset}.elevator-pitch .founders-list .bottombar ul li:last-child .min-max-wrap{align-items:flex-start;flex-direction:column}ul.suggestions{grid-template-columns:repeat(1,1fr);margin:20px auto;width:100%}.startup-launchpad .name-search{margin-bottom:20px}.event-list-box,.perk-box{padding:20px}.event-list-box .event-list-wrap{grid-gap:20px;grid-template-columns:1fr;margin-bottom:20px}.validation-exp .customer-interview .interview-steps{grid-gap:20px;grid-template-columns:1fr 1fr}.perk-popup .wrap{grid-template-columns:1fr;padding:0}.perk-popup .wrap .content{padding:0;text-align:center}.perk-popup .wrap .image{display:none}.MuiDialog-container>div{min-width:90%}.perk-popup .wrap p.perk-title{font-size:21px;line-height:132%;margin-bottom:15px;text-align:center}.customerprofile-mainpage form#profile-form .form-group-wrap{grid-template-columns:100%}}@media (max-width:581px){.curated-peer-groups{background-size:620px;padding:100px 0}.curated-peer-groups .wrap p.number span:first-child{font-size:60px}.curated-peer-groups .wrap p.number span:last-child{font-size:35px;margin-left:4px}.curated-peer-groups .wrap{width:290px}.error-page h1{font-size:140px;margin-bottom:10px}.error-page h1 img{width:100px}.error-page p{font-size:16px}.error-page a.back-to-home{padding:8px 18px}img.all-card-img{margin-bottom:14px;margin-left:0;position:static}.customerprofile-mainpage form#profile-form .btn-wrap button{width:130px}.country-main-dialog .custom-popup-inner .flag-wrap{grid-template-columns:repeat(2,1fr)}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap,.marketplace-detail .inner-banner .wrap .right-wrap p{width:320px}.marketplace-detail .inner-banner .wrap .right-wrap .img-wrap img:first-child{height:40px!important;left:16px;top:10px;width:40px!important}.softwaretools table tbody tr td:first-child a{font-size:14px}table thead tr th:first-child{width:150px}.businessplan-nameidea .nameidea-result-box .box-wrap{grid-template-columns:repeat(1,1fr)}.domain-check .domain-list .single-domain .left-col,.domain-check .domain-list .single-domain .right-col{align-items:baseline;flex-direction:column}.domain-check .domain-list span.preminum-tag{margin-left:0;margin-top:6px}.domain-check .domain-list .single-domain{align-items:baseline;flex-direction:column;gap:10px}.domain-check .domain-list .single-domain .right-col{align-items:start;text-align:left}.domain-check .domain-list p.domain-name{overflow-x:auto}.domain-check .domain-list .single-domain .price{padding:7px 0}.domain-check .domain-list .single-domain p.old-price{font-size:16px}.domain-check .domain-list .single-domain p.new-price{font-size:17px}.availability-wrap{grid-template-columns:1fr;padding-top:20px}.availability-wrap .already-register .domain-name:before{height:27px;width:27px}.availability-wrap .single-box a.customize-btn{margin-top:20px}.legal-aggrement .btn-main-wrap .btn-wrap{flex-wrap:wrap}.legal-aggrement .aggreement-wrap{margin-bottom:50px;margin-top:30px}.legal-aggrement .btn-main-wrap .btn-wrap a{width:100%}.legal-aggrement .aggreement-wrap ol li,.legal-aggrement .aggreement-wrap p,.legal-aggrement .aggreement-wrap ul li{margin-bottom:5px;margin-top:5px}.legal-aggrement .aggreement-wrap .right-col .field-wrap{flex-wrap:wrap}.legal-aggrement .aggreement-wrap .right-col .field-wrap .left-field{padding-bottom:20px;padding-right:0;width:100%}.legal-aggrement .aggreement-wrap .right-col .field-wrap .right-field,.legal-aggrement p.sub-title{width:100%}.related-product{padding:50px 0 0}.related-product .wrapper{grid-template-columns:repeat(1,1fr)}.businessplan-nameidea .name-search button.btn-main,.startup-launchpad .name-search button.btn-main{margin-top:10px;position:static}.startup-launchpad .result-box .col-wrap{grid-template-columns:1fr}.startup-launchpad .result-box{padding:20px 15px}.startup-launchpad .result-box .col-wrap .title-wrap p.title{font-size:18px}.startup-launchpad .result-box .col-wrap .title-wrap p{font-size:14px}.startup-launchpad .result-box .col-wrap .content,.startup-launchpad .result-box .col-wrap .title-wrap{padding:20px 15px}.business-prototype .learn-canvas{grid-template-columns:1fr}.business-prototype .learn-canvas .full-width{align-items:normal;flex-direction:column;grid-column:unset;padding:15px}.business-prototype .inner-wrap .inner-left{margin-bottom:10px;width:100%}.business-prototype .prototype-box.full-width div:first-child{flex:initial;margin-bottom:20px;margin-right:0}.launch-section .box ul.launch-list{grid-gap:10px;grid-template-columns:repeat(1,1fr)}.launch-section .box,.launch-section .domain-box-wrap>div,.validation-exp .customer-interview,.validation-section .critical-box{padding:20px 15px}.launch-section .box ul.launch-list li{font-size:14px;padding:10px}.launch-section .box p.generated-title,.startup-launchpad-page p.generated-title{font-size:20px}.validation-section .critical-box .steps{grid-gap:10px;grid-template-columns:repeat(1,1fr)}.validation-exp .customer-interview .btn-wrap p{text-align:left}.validation-exp .btn-wrap a.btn-main{top:10px}.network-profile .about-company ul{flex-direction:column;gap:10px}.network-profile ul.social-link li{margin:0!important}.copy-perk-code p{height:45px;line-height:42px;width:168px}.copy-perk-code button{font-size:14px;padding:10px 13px}.copy-perk-code button:after{height:15px;width:13px}.card-detail .card-info .number-name{width:140px}.masterclasses .small-business p.text{width:100%}.masterclasses .small-business{padding:20px}.contact-page .btn-wrap{align-items:baseline;flex-direction:column}.businessplan-nameidea .name-search input{padding-right:20px}.seo-wrap .center.box{align-items:center;flex-direction:column}.about-box .wrpa .user-box{grid-template-columns:auto}.bookkeeping-section .box-wrap{grid-template-columns:repeat(1,1fr)}.bookkeeping-section h2{padding-bottom:10px}.bookkeeping-section .box-wrap.five-box{grid-template-columns:repeat(1,1fr)}.startup-launchpad .name-search input{padding-right:20px}.MuiBox-root.css-h3k8ep{padding:0 10px;width:100%}.books .inner .box .left-col .forms form .form-control .email{height:50px}.books .inner .box .left-col .forms form .form-control:before{top:18px}.books .inner .box .left-col .forms form .form-control .button{margin:13px auto 0;position:static}.books .inner .box .left-col .forms form .form-control .button .css-1umw9bq-MuiSvgIcon-root{height:23px;width:23px}.numbers .wrap .accordian-item button.accordion-title .progress-bar{right:10px}.numbers .wrap .accordian-item button.accordion-title{font-size:16px;padding:15px 62px 15px 15px}.numbers .wrap .accordian-item .accordion-content{font-size:14px;padding:0 15px 15px}.free-access-box .box-content{padding:20px}html body .startup-package-page #nav-tab a.nav-item{font-size:22px;padding:15px 0;width:100%}html body .startup-package-page .tab-content .title-bar{align-items:normal;flex-direction:column;gap:20px}.perk-box .perk-wrap{grid-template-columns:1fr}.founder-login .btn-wrap a.btn{min-width:110px}}
/*# sourceMappingURL=main.7ccbf10d.css.map*/