@font-face{font-family:Inter;src:url(/fonts/InterVariable.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box;position:relative;font-family:Inter,sans-serif}button{border:none;outline:none}html,body{background:#000}body.overflow-y-hidden{overflow-y:hidden}#development-mode-sign{width:100%;height:fit-content;pointer-events:none;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:50px 10px 30px;background-color:#000;border:1px solid grey}#development-mode-sign span{color:#dcdcdc;font-size:12px;font-weight:600}@font-face{font-family:Inter;src:url(/fonts/InterVariable.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Light.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-VariableFont_wght.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Tinos;src:url(/fonts/Tinos.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Bold;src:url(/fonts/BOLD.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(/fonts/Oswald-VariableFont_wght.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Playfair;src:url(/fonts/PlayfairDisplay-VariableFont_wght.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.font-family-inter{font-family:Inter,sans-serif}.font-family-lato{font-family:Lato,sans-serif}.font-family-montserrat{font-family:Montserrat,sans-serif}.font-family-tinos{font-family:Tinos,sans-serif}.font-family-bold{font-family:Bold,sans-serif}.font-family-oswald{font-family:Oswald,sans-serif}.font-family-playfair{font-family:Playfair,sans-serif}.container{width:100%;height:fit-content;background-color:transparent}#app .target-container{outline:1.5px solid rgba(0,184,245,.656);border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}#app .target-container:not(.not-addable){margin-bottom:30px}.container .add-btn{width:fit-content;position:absolute;height:fit-content;padding:10px 40px;top:0;right:0;bottom:0;background:none;z-index:1000;background-color:#ffffff12;pointer-events:all;border-radius:1000px;-o-border-radius:1000px;-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;display:flex;flex-direction:row;justify-content:center;align-items:center;display:none;cursor:pointer;gap:4px;left:50%;top:calc(100% + 10px);transform:translate(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.container .add-btn:hover{background-color:#ffffff1b}.container.target-container>.add-btn{display:flex}.container .add-btn .icon{width:fit-content;height:fit-content;width:12px;height:12px;display:block;flex-shrink:0}.container .add-btn .h,.container .add-btn .v{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);background-color:#cacaca;border-radius:1000px;-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;pointer-events:none}.container .add-btn .h{width:14px;height:2px}.container .add-btn .v{width:2px;height:14px}.container .add-btn span{flex-shrink:0;font-size:12px;width:100px;height:fit-content;color:#fcfcfc;white-space:nowrap}a{display:block}p,a,button,span,h1,h2,h3,h4,h5,h6{word-wrap:break-word;caret-color:#fcfcfc}[contenteditable=true]{border:none;outline:none;text-decoration:none}#app:not(.development) a,#app:not(.development) div.element{cursor:pointer}a.element,div.element{transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}a.element:hover,div.element:hover{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}#app-area{width:100%;height:fit-content;overflow-x:hidden}#app{width:100%;height:fit-content;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-attachment:fixed;overflow-x:hidden}#app-area #app{padding-bottom:50px}#app-area.development #app{padding-bottom:300px}#app.is-loading .element{position:relative;color:transparent!important;text-shadow:none!important;border-color:transparent!important;overflow:hidden;background:#e5e7eb33;border-radius:6px}#app.is-loading .element:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-150%);background:linear-gradient(90deg,#fff0,#fff6,#fff0);animation:skeleton-shimmer 1.8s ease-in-out infinite;pointer-events:none}@keyframes skeleton-shimmer{to{transform:translate(150%)}}#publish-btn{position:fixed;top:10px;right:10px;width:fit-content;height:fit-content;padding:6px 12px;font-size:14px;font-weight:600;color:#f2f2f2;background:linear-gradient(58.8deg,#009cfe -8.39%,#1651b8 58.63%);box-shadow:0 -1px 31.7136px #00e1ffa1;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;cursor:pointer;z-index:998;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#publish-btn:hover{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}#menu-btn{position:fixed;right:10px;top:60px;width:40px;height:40px;border:2px solid grey;border-radius:1000px;-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;display:flex;flex-direction:row;justify-content:center;align-items:center;background:#1f1f1f;z-index:2000;cursor:pointer;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;box-shadow:0 0 11.5px 3px #00000085}#menu-btn:hover{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2)}#menu-btn svg{width:24px;height:auto}.pick-color-palette-btn{position:fixed;right:10px;top:120px;width:50px;height:50px;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#181818;z-index:2;cursor:pointer;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;box-shadow:0 0 11.5px 3px #00000085;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.pick-color-palette-btn:hover{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}.pick-color-palette-btn .color-palette-wrapper{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.pick-color-palette-btn .color-palette-wrapper .color{width:25px;height:100%;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;box-shadow:0 0 11.5px 3px #00000085;position:absolute;top:0}.pick-color-palette-btn .color-palette-wrapper .color1{left:0}.pick-color-palette-btn .color-palette-wrapper .color2{left:10px}.pick-color-palette-btn .color-palette-wrapper .color3{left:20px}.pick-color-palette-btn .color-palette-wrapper .color4{left:30px;width:20px}#undo-redo{width:fit-content;height:fit-content;position:fixed;right:0;bottom:0;left:50%;top:5px;transform:translate(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);z-index:2;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px;background-color:#1d1d1d;padding:4px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}#undo-redo button{width:fit-content;height:fit-content;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px 10px;background-color:#10101098;border-radius:4px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}#undo-redo button:hover{background-color:#31313198}#undo-redo button svg{width:18px;height:auto}#menu-area{position:fixed;width:100%;height:100%;top:0;right:0;bottom:0;left:0;z-index:20000;background-color:#25252571;overflow-y:auto;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#menu-area.closed{left:-100%}#menu{width:calc(100% - 60px);max-width:400px;height:100%;background-color:#252525;overflow-y:auto;gap:15px;padding:10px}#menu a{display:block;width:100%;height:fit-content;text-align:center;text-decoration:none;background-color:#0987e7;color:#f2f2f2;font-size:15px;padding:10px 15px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;font-weight:600;margin-top:15px}#menu #goto-dashboard{background-color:#0987e7;color:#f2f2f2}#menu #see-page-live,#menu #see-leads{background-color:#333;color:#efefef}#menu #share-page-input{padding:8px;background-color:#333;color:#efefef;border:none;outline:none;border:1.5px solid rgb(173,173,173);border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;margin-top:30px;width:100%;font-size:16px;font-family:Montserrat}#menu-close-btn{width:40px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px;border:2px solid grey;border-radius:1000px;-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;background:#1f1f1f;cursor:pointer}#see-page-live-btn{position:fixed;top:10px;right:10px;width:fit-content;height:fit-content;padding:6px 12px;font-size:14px;font-weight:600;color:#f2f2f2;background-color:#007fcf;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;cursor:pointer;z-index:998;text-decoration:none;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#see-page-live-btn:hover{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}#login-or-create-account-area{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;justify-content:center;align-items:center;overflow-y:auto;padding:40px 0;z-index:9999}#login-or-create-account-area.closed{display:none}#login-or-create-account-close-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:35px;height:35px;position:absolute;top:5px;right:5px;background-color:transparent;cursor:pointer;z-index:2}#login-or-create-account-close-btn svg{width:15px;height:auto}#new_user_account_form{background:#1b1b1b;padding:20px;width:100%;max-width:320px;border-radius:14px;box-shadow:0 0 20px #00000080;display:flex;flex-direction:column;align-items:center}#new_user_account_form h2{text-align:center;font-weight:600;font-size:20px;color:#f5f5f5;font-family:Montserrat,sans-serif;padding:0 20px}#new_user_account_form #form_wrapper{width:100%;height:fit-content;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:20px}#new_user_account_form input{background:#252525;width:100%;border:none;border-radius:10px;padding:12px 14px;color:#f5f5f5;font-size:.95rem;margin-bottom:1rem;outline:none;transition:background .2s,box-shadow .2s;font-family:Montserrat,sans-serif}#new_user_account_form input:focus{background:#2d2d2d;box-shadow:0 0 0 2px #4a90e2}#new_user_account_form #new_user_account_form_submit_btn{background:#2673ca;border:none;border-radius:10px;padding:12px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,transform .1s;font-family:Montserrat,sans-serif}#new_user_account_form #new_user_account_form_submit_btn:hover{background:#3579d8}#new_user_account_form #new_user_account_form_submit_btn:active{transform:scale(.98)}.text-align-left{text-align:left}.text-align-center{text-align:center}.text-align-right{text-align:right}.text-font-size-1{font-size:8px}.text-font-size-2{font-size:12px}.text-font-size-3{font-size:15px}.text-font-size-4{font-size:17px}.text-font-size-5{font-size:22px}.text-font-size-6{font-size:26px}.text-font-size-7{font-size:32px}.text-font-size-8{font-size:36px}.text-font-size-9{font-size:48px}.text-font-size-10{font-size:52px}.text-font-size-11{font-size:64px}.text-font-size-12{font-size:72px}@media (max-width: 500px){.text-font-size-8{font-size:26px}.text-font-size-9{font-size:36px}.text-font-size-10{font-size:42px}.text-font-size-11{font-size:48px}.text-font-size-12{font-size:52px}}@media (min-width: 1400px){.text-font-size-10{font-size:64px}.text-font-size-11{font-size:72px}.text-font-size-12{font-size:85px}}.text-font-weight-1{font-weight:200}.text-font-weight-2{font-weight:300}.text-font-weight-3{font-weight:400}.text-font-weight-4{font-weight:500}.text-font-weight-5{font-weight:600}.text-font-weight-6{font-weight:800}.text-font-weight-7{font-weight:900}.text-line-height-100{line-height:100%}.text-line-height-120{line-height:120%}.text-line-height-150{line-height:150%}.text-line-height-160{line-height:160%}.text-white-space-nowrap{white-space:nowrap}.text-decoration-none{text-decoration:none}.w-100per{width:100%}.w-fit{width:fit-content}.w-20px{width:20px}.w-25px{width:25px}.w-30px{width:30px}.w-40px{width:40px}.w-50px{width:50px}.w-60px{width:60px}.w-70px{width:70px}.w-80px{width:80px}.w-90px{width:90px}.w-100px{width:100px}.w-110px{width:110px}.w-120px{width:120px}.w-130px{width:130px}.w-140px{width:140px}.w-150px{width:150px}.w-160px{width:160px}.w-170px{width:170px}.w-180px{width:180px}.w-190px{width:190px}.w-200px{width:200px}.w-auto{width:auto}.h-fit{height:fit-content}.h-auto{height:auto}.h-1px{height:1px}.h-2px{height:2px}.h-3px{height:3px}.max-w-100px{max-width:100px}.max-w-150px{max-width:150px}.max-w-200px{max-width:200px}.max-w-250px{max-width:250px}.max-w-300px{max-width:300px}.max-w-350px{max-width:350px}.max-w-400px{max-width:400px}.max-w-500px{max-width:500px}.max-w-600px{max-width:600px}.max-w-700px{max-width:700px}.max-w-750px{max-width:750px}.max-w-800px{max-width:800px}.max-w-900px{max-width:900px}.max-w-1000px{max-width:1000px}.h-20px{height:20px}.h-25px{height:25px}.h-30px{height:30px}.h-40px{height:40px}.h-50px{height:50px}.h-60px{height:60px}.h-70px{height:70px}.h-80px{height:80px}.h-90px{height:90px}.h-100px{height:100px}.h-110px{height:110px}.h-120px{height:120px}.h-130px{height:130px}.h-140px{height:140px}.h-150px{height:150px}.h-160px{height:160px}.h-170px{height:170px}.h-180px{height:180px}.h-190px{height:190px}.h-200px{height:200px}.padding-left-6{padding-left:6px}.padding-left-8{padding-left:8px}.padding-left-10{padding-left:10px}.padding-left-15{padding-left:15px}.padding-left-20{padding-left:20px}.padding-left-25{padding-left:25px}.padding-left-30{padding-left:30px}.padding-left-40{padding-left:40px}.padding-left-50{padding-left:50px}.padding-left-60{padding-left:60px}.padding-top-6{padding-top:6px}.padding-top-8{padding-top:8px}.padding-top-10{padding-top:10px}.padding-top-15{padding-top:15px}.padding-top-20{padding-top:20px}.padding-top-25{padding-top:25px}.padding-top-30{padding-top:30px}.padding-top-40{padding-top:40px}.padding-top-50{padding-top:50px}.padding-top-60{padding-top:60px}.padding-right-6{padding-right:6px}.padding-right-8{padding-right:8px}.padding-right-10{padding-right:10px}.padding-right-15{padding-right:15px}.padding-right-20{padding-right:20px}.padding-right-25{padding-right:25px}.padding-right-30{padding-right:30px}.padding-right-40{padding-right:40px}.padding-right-50{padding-right:50px}.padding-right-60{padding-right:60px}.padding-bottom-6{padding-bottom:6px}.padding-bottom-8{padding-bottom:8px}.padding-bottom-10{padding-bottom:10px}.padding-bottom-15{padding-bottom:15px}.padding-bottom-20{padding-bottom:20px}.padding-bottom-25{padding-bottom:25px}.padding-bottom-30{padding-bottom:30px}.padding-bottom-40{padding-bottom:40px}.padding-bottom-50{padding-bottom:50px}.padding-bottom-60{padding-bottom:60px}.margin-left-10{margin-left:10px}.margin-left-15{margin-left:15px}.margin-left-20{margin-left:20px}.margin-left-30{margin-left:30px}.margin-left-40{margin-left:40px}.margin-left-50{margin-left:50px}.margin-left-60{margin-left:60px}.margin-left-70{margin-left:70px}.margin-left-80{margin-left:80px}.margin-left-90{margin-left:90px}.margin-left-100{margin-left:100px}.margin-left-110{margin-left:110px}.margin-left-120{margin-left:120px}.margin-left-130{margin-left:130px}.margin-left-140{margin-left:140px}.margin-left-150{margin-left:150px}.margin-top-10{margin-top:10px}.margin-top-15{margin-top:15px}.margin-top-20{margin-top:20px}.margin-top-30{margin-top:30px}.margin-top-40{margin-top:40px}.margin-top-50{margin-top:50px}.margin-top-60{margin-top:60px}.margin-top-70{margin-top:70px}.margin-top-80{margin-top:80px}.margin-top-90{margin-top:90px}.margin-top-100{margin-top:100px}.margin-top-110{margin-top:110px}.margin-top-120{margin-top:120px}.margin-top-130{margin-top:130px}.margin-top-140{margin-top:140px}.margin-top-150{margin-top:150px}.margin-right-10{margin-right:10px}.margin-right-15{margin-right:15px}.margin-right-20{margin-right:20px}.margin-right-30{margin-right:30px}.margin-right-40{margin-right:40px}.margin-right-50{margin-right:50px}.margin-right-60{margin-right:60px}.margin-right-70{margin-right:70px}.margin-right-80{margin-right:80px}.margin-right-90{margin-right:90px}.margin-right-100{margin-right:100px}.margin-right-110{margin-right:110px}.margin-right-120{margin-right:120px}.margin-right-130{margin-right:130px}.margin-right-140{margin-right:140px}.margin-right-150{margin-right:150px}.margin-bottom-10{margin-bottom:10px}.margin-bottom-15{margin-bottom:15px}.margin-bottom-20{margin-bottom:20px}.margin-bottom-30{margin-bottom:30px}.margin-bottom-40{margin-bottom:40px}.margin-bottom-50{margin-bottom:50px}.margin-bottom-60{margin-bottom:60px}.margin-bottom-70{margin-bottom:70px}.margin-bottom-80{margin-bottom:80px}.margin-bottom-90{margin-bottom:90px}.margin-bottom-100{margin-bottom:100px}.margin-bottom-110{margin-bottom:110px}.margin-bottom-120{margin-bottom:120px}.margin-bottom-130{margin-bottom:130px}.margin-bottom-140{margin-bottom:140px}.margin-bottom-150{margin-bottom:150px}.margin-top-0{margin-top:0}.margin-top-1{margin-top:5px}.margin-top-2{margin-top:10px}.margin-top-3{margin-top:15px}.margin-top-4{margin-top:20px}.margin-top-5{margin-top:25px}.margin-top-6{margin-top:30px}.margin-top-7{margin-top:35px}.margin-top-8{margin-top:40px}.margin-top-9{margin-top:45px}.content-editable-true{border:none;outline:none}.border-radius-5{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.border-radius-10{border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.border-radius-15{border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px}.border-radius-20{border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.border-radius-25{border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px}.border-radius-30{border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.border-radius-50{border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}.border-radius-1000{border-radius:1000px;-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px}.border-left-style-solid{border-left-style:solid}.border-right-style-solid{border-right-style:solid}.border-top-style-solid{border-top-style:solid}.border-bottom-style-solid{border-bottom-style:solid}.border-left-width-1{border-left-width:1px}.border-left-width-2{border-left-width:2px}.border-left-width-3{border-left-width:3px}.border-left-width-4{border-left-width:4px}.border-left-width-5{border-left-width:5px}.border-left-width-6{border-left-width:6px}.border-top-width-1{border-top-width:1px}.border-top-width-2{border-top-width:2px}.border-top-width-3{border-top-width:3px}.border-top-width-4{border-top-width:4px}.border-top-width-5{border-top-width:5px}.border-top-width-6{border-top-width:6px}.border-right-width-1{border-right-width:1px}.border-right-width-2{border-right-width:2px}.border-right-width-3{border-right-width:3px}.border-right-width-4{border-right-width:4px}.border-right-width-5{border-right-width:5px}.border-right-width-6{border-right-width:6px}.border-bottom-width-1{border-bottom-width:1px}.border-bottom-width-2{border-bottom-width:2px}.border-bottom-width-3{border-bottom-width:3px}.border-bottom-width-4{border-bottom-width:4px}.border-bottom-width-5{border-bottom-width:5px}.border-bottom-width-6{border-bottom-width:6px}.border-left-color-white-1{border-left-color:#fff}.border-left-color-white-4{border-left-color:#f0f0f0}.border-left-color-white-7{border-left-color:#ccc}.border-left-color-black-2{border-left-color:#111}.border-left-color-black-4{border-left-color:#262626}.border-left-color-black-7{border-left-color:#4d4d4d}.border-left-color-red-3{border-left-color:#ffb3b3}.border-left-color-red-5{border-left-color:#ff4d4d}.border-left-color-red-8{border-left-color:#b30000}.border-left-color-blue-3{border-left-color:#b3dfff}.border-left-color-blue-7{border-left-color:#339eff}.border-left-color-blue-8{border-left-color:#007acc}.border-left-color-green-3{border-left-color:#b0ffdb}.border-left-color-green-7{border-left-color:#0c6}.border-left-color-green-8{border-left-color:#00994d}.border-left-color-orange-3{border-left-color:#ffe1b3}.border-left-color-orange-6{border-left-color:#ff9a40}.border-left-color-orange-8{border-left-color:#e65c00}.border-left-color-yellow-3{border-left-color:#fff3b0}.border-left-color-yellow-6{border-left-color:#ffdb4d}.border-left-color-yellow-9{border-left-color:#b38f00}.border-left-color-purple-3{border-left-color:#e0b3ff}.border-left-color-purple-6{border-left-color:#93f}.border-left-color-purple-8{border-left-color:#7300e6}.border-top-color-white-1{border-top-color:#fff}.border-top-color-white-4{border-top-color:#f0f0f0}.border-top-color-white-7{border-top-color:#ccc}.border-top-color-black-2{border-top-color:#111}.border-top-color-black-4{border-top-color:#262626}.border-top-color-black-7{border-top-color:#4d4d4d}.border-top-color-red-3{border-top-color:#ffb3b3}.border-top-color-red-5{border-top-color:#ff4d4d}.border-top-color-red-8{border-top-color:#b30000}.border-top-color-blue-3{border-top-color:#b3dfff}.border-top-color-blue-7{border-top-color:#339eff}.border-top-color-blue-8{border-top-color:#007acc}.border-top-color-green-3{border-top-color:#b0ffdb}.border-top-color-green-7{border-top-color:#0c6}.border-top-color-green-8{border-top-color:#00994d}.border-top-color-orange-3{border-top-color:#ffe1b3}.border-top-color-orange-6{border-top-color:#ff9a40}.border-top-color-orange-8{border-top-color:#e65c00}.border-top-color-yellow-3{border-top-color:#fff3b0}.border-top-color-yellow-6{border-top-color:#ffdb4d}.border-top-color-yellow-9{border-top-color:#b38f00}.border-top-color-purple-3{border-top-color:#e0b3ff}.border-top-color-purple-6{border-top-color:#93f}.border-top-color-purple-8{border-top-color:#7300e6}.border-bottom-color-white-1{border-bottom-color:#fff}.border-bottom-color-white-4{border-bottom-color:#f0f0f0}.border-bottom-color-white-7{border-bottom-color:#ccc}.border-bottom-color-black-2{border-bottom-color:#111}.border-bottom-color-black-4{border-bottom-color:#262626}.border-bottom-color-black-7{border-bottom-color:#4d4d4d}.border-bottom-color-red-3{border-bottom-color:#ffb3b3}.border-bottom-color-red-5{border-bottom-color:#ff4d4d}.border-bottom-color-red-8{border-bottom-color:#b30000}.border-bottom-color-blue-3{border-bottom-color:#b3dfff}.border-bottom-color-blue-7{border-bottom-color:#339eff}.border-bottom-color-blue-8{border-bottom-color:#007acc}.border-bottom-color-green-3{border-bottom-color:#b0ffdb}.border-bottom-color-green-7{border-bottom-color:#0c6}.border-bottom-color-green-8{border-bottom-color:#00994d}.border-bottom-color-orange-3{border-bottom-color:#ffe1b3}.border-bottom-color-orange-6{border-bottom-color:#ff9a40}.border-bottom-color-orange-8{border-bottom-color:#e65c00}.border-bottom-color-yellow-3{border-bottom-color:#fff3b0}.border-bottom-color-yellow-6{border-bottom-color:#ffdb4d}.border-bottom-color-yellow-9{border-bottom-color:#b38f00}.border-bottom-color-purple-3{border-bottom-color:#e0b3ff}.border-bottom-color-purple-6{border-bottom-color:#93f}.border-bottom-color-purple-8{border-bottom-color:#7300e6}.border-left-gradient-red-sunset{border-left-style:solid;border-image:linear-gradient(90deg,#ff4d4d,#f96) 1}.border-top-gradient-red-sunset{border-top-style:solid;border-image:linear-gradient(90deg,#ff4d4d,#f96) 1}.border-right-gradient-red-sunset{border-right-style:solid;border-image:linear-gradient(90deg,#ff4d4d,#f96) 1}.border-bottom-gradient-red-sunset{border-bottom-style:solid;border-image:linear-gradient(90deg,#ff4d4d,#f96) 1}.border-left-gradient-lava-burst{border-left-style:solid;border-image:linear-gradient(90deg,#ff4e50,#f9d423) 1}.border-top-gradient-lava-burst{border-top-style:solid;border-image:linear-gradient(90deg,#ff4e50,#f9d423) 1}.border-right-gradient-lava-burst{border-right-style:solid;border-image:linear-gradient(90deg,#ff4e50,#f9d423) 1}.border-bottom-gradient-lava-burst{border-bottom-style:solid;border-image:linear-gradient(90deg,#ff4e50,#f9d423) 1}.border-left-gradient-skyline{border-left-style:solid;border-image:linear-gradient(90deg,#00c6ff,#0072ff) 1}.border-top-gradient-skyline{border-top-style:solid;border-image:linear-gradient(90deg,#00c6ff,#0072ff) 1}.border-right-gradient-skyline{border-right-style:solid;border-image:linear-gradient(90deg,#00c6ff,#0072ff) 1}.border-bottom-gradient-skyline{border-bottom-style:solid;border-image:linear-gradient(90deg,#00c6ff,#0072ff) 1}.border-left-gradient-blue-violet{border-left-style:solid;border-image:linear-gradient(90deg,#1ab2ff,#9c4dff) 1}.border-top-gradient-blue-violet{border-top-style:solid;border-image:linear-gradient(90deg,#1ab2ff,#9c4dff) 1}.border-right-gradient-blue-violet{border-right-style:solid;border-image:linear-gradient(90deg,#1ab2ff,#9c4dff) 1}.border-bottom-gradient-blue-violet{border-bottom-style:solid;border-image:linear-gradient(90deg,#1ab2ff,#9c4dff) 1}.border-left-gradient-eco-growth{border-left-style:solid;border-image:linear-gradient(90deg,#56ab2f,#a8e063) 1}.border-top-gradient-eco-growth{border-top-style:solid;border-image:linear-gradient(90deg,#56ab2f,#a8e063) 1}.border-right-gradient-eco-growth{border-right-style:solid;border-image:linear-gradient(90deg,#56ab2f,#a8e063) 1}.border-bottom-gradient-eco-growth{border-bottom-style:solid;border-image:linear-gradient(90deg,#56ab2f,#a8e063) 1}.border-left-gradient-purple-royal{border-left-style:solid;border-image:linear-gradient(90deg,#8e2de2,#4a00e0) 1}.border-top-gradient-purple-royal{border-top-style:solid;border-image:linear-gradient(90deg,#8e2de2,#4a00e0) 1}.border-right-gradient-purple-royal{border-right-style:solid;border-image:linear-gradient(90deg,#8e2de2,#4a00e0) 1}.border-bottom-gradient-purple-royal{border-bottom-style:solid;border-image:linear-gradient(90deg,#8e2de2,#4a00e0) 1}.border-left-gradient-neon-stream{border-left-style:solid;border-image:linear-gradient(90deg,#00ffa3,#dc1fff) 1}.border-top-gradient-neon-stream{border-top-style:solid;border-image:linear-gradient(90deg,#00ffa3,#dc1fff) 1}.border-right-gradient-neon-stream{border-right-style:solid;border-image:linear-gradient(90deg,#00ffa3,#dc1fff) 1}.border-bottom-gradient-neon-stream{border-bottom-style:solid;border-image:linear-gradient(90deg,#00ffa3,#dc1fff) 1}.color-white-1{color:#fff}.color-white-2{color:#f5f5f5}.color-white-3{color:#e6e6e6}.color-white-4{color:#d6d6d6}.color-white-5{color:#c7c7c7}.color-black-1{color:#000}.color-black-2{color:#1a1a1a}.color-black-3{color:#333}.color-black-4{color:#4d4d4d}.color-black-5{color:#666}.color-red-1{color:#ffe5e5}.color-red-2{color:#f99}.color-red-3{color:#ff4d4d}.color-red-4{color:#e60000}.color-red-5{color:#900}.color-blue-1{color:#e6f2ff}.color-blue-2{color:#9cf}.color-blue-3{color:#39f}.color-blue-4{color:#09c}.color-blue-5{color:#036}.color-green-1{color:#e6fff4}.color-green-2{color:#99f2c7}.color-green-3{color:#33cc85}.color-green-4{color:#00994d}.color-green-5{color:#063}.color-orange-1{color:#fff0e0}.color-orange-2{color:#fc9}.color-orange-3{color:#f93}.color-orange-4{color:#c60}.color-orange-5{color:#804000}.color-yellow-1{color:#fff9cc}.color-yellow-2{color:#ffeb80}.color-yellow-3{color:#ffd633}.color-yellow-4{color:#ccb300}.color-yellow-5{color:#806600}.color-purple-1{color:#f5e6ff}.color-purple-2{color:#d9b3ff}.color-purple-3{color:#b366ff}.color-purple-4{color:#7f00e6}.color-purple-5{color:#4c0080}.bg-color-transparent{background-color:#fff0}.bg-color-white-1{background-color:#fff}.bg-color-white-2{background-color:#f5f5f5}.bg-color-white-3{background-color:#e6e6e6}.bg-color-white-4{background-color:#d6d6d6}.bg-color-white-5{background-color:#c7c7c7}.bg-color-black-1{background-color:#000}.bg-color-black-2{background-color:#1a1a1a}.bg-color-black-3{background-color:#333}.bg-color-black-4{background-color:#4d4d4d}.bg-color-black-5{background-color:#666}.bg-color-red-1{background-color:#ffe5e5}.bg-color-red-2{background-color:#f99}.bg-color-red-3{background-color:#ff4d4d}.bg-color-red-4{background-color:#e60000}.bg-color-red-5{background-color:#900}.bg-color-blue-1{background-color:#e6f2ff}.bg-color-blue-2{background-color:#9cf}.bg-color-blue-3{background-color:#39f}.bg-color-blue-4{background-color:#06c}.bg-color-blue-5{background-color:#036}.bg-color-green-1{background-color:#e6fff4}.bg-color-green-2{background-color:#99f2c7}.bg-color-green-3{background-color:#33cc85}.bg-color-green-4{background-color:#00994d}.bg-color-green-5{background-color:#063}.bg-color-orange-1{background-color:#fff0e0}.bg-color-orange-2{background-color:#fc9}.bg-color-orange-3{background-color:#f93}.bg-color-orange-4{background-color:#c60}.bg-color-orange-5{background-color:#804000}.bg-color-yellow-1{background-color:#fff9cc}.bg-color-yellow-2{background-color:#ffeb80}.bg-color-yellow-3{background-color:#ffd633}.bg-color-yellow-4{background-color:#ccb300}.bg-color-yellow-5{background-color:#806600}.bg-color-purple-1{background-color:#f5e6ff}.bg-color-purple-2{background-color:#d9b3ff}.bg-color-purple-3{background-color:#b366ff}.bg-color-purple-4{background-color:#7f00e6}.bg-color-purple-5{background-color:#4c0080}.text-gradient-config{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-red-01{background-image:linear-gradient(180deg,#ffcfcf,#ff5b5b)}.text-gradient-red-02{background-image:linear-gradient(0deg,#ffcfcf,#ff5b5b)}.text-gradient-red-03{background-image:linear-gradient(90deg,#ffcfcf,#ff5b5b)}.text-gradient-red-04{background-image:linear-gradient(270deg,#ffcfcf,#ff5b5b)}.text-gradient-red-05{background-image:linear-gradient(135deg,#ffcfcf,#ff5b5b)}.text-gradient-red-06{background-image:linear-gradient(45deg,#ffcfcf,#ff5b5b)}.text-gradient-red-07{background-image:radial-gradient(circle,#ffcfcf,#ff5b5b)}.text-gradient-blue-01{background-image:linear-gradient(180deg,#cfe0ff,#5b85ff)}.text-gradient-blue-02{background-image:linear-gradient(0deg,#cfe0ff,#5b85ff)}.text-gradient-blue-03{background-image:linear-gradient(90deg,#cfe0ff,#5b85ff)}.text-gradient-blue-04{background-image:linear-gradient(270deg,#cfe0ff,#5b85ff)}.text-gradient-blue-05{background-image:linear-gradient(135deg,#cfe0ff,#5b85ff)}.text-gradient-blue-06{background-image:linear-gradient(45deg,#cfe0ff,#5b85ff)}.text-gradient-blue-07{background-image:radial-gradient(circle,#cfe0ff,#5b85ff)}.text-gradient-green-01{background-image:linear-gradient(180deg,#d4f8d4,#4ec44e)}.text-gradient-green-02{background-image:linear-gradient(0deg,#d4f8d4,#4ec44e)}.text-gradient-green-03{background-image:linear-gradient(90deg,#d4f8d4,#4ec44e)}.text-gradient-green-04{background-image:linear-gradient(270deg,#d4f8d4,#4ec44e)}.text-gradient-green-05{background-image:linear-gradient(135deg,#d4f8d4,#4ec44e)}.text-gradient-green-06{background-image:linear-gradient(45deg,#d4f8d4,#4ec44e)}.text-gradient-green-07{background-image:radial-gradient(circle,#d4f8d4,#4ec44e)}.text-gradient-white-01{background-image:linear-gradient(90deg,#f5f3f37f,#f7f5f5 25.124668435013263%,#f5f3f3 75.37400530503979%,#fbfbfb7f)}.text-gradient-white-02{background-image:linear-gradient(180deg,#fff,#e6e6e6)}.text-gradient-white-03{background-image:linear-gradient(0deg,#fff,#e6e6e6)}.text-gradient-white-04{background-image:linear-gradient(90deg,#fff,#e6e6e6)}.text-gradient-white-05{background-image:linear-gradient(270deg,#fff,#e6e6e6)}.text-gradient-white-06{background-image:linear-gradient(135deg,#fff,#e6e6e6)}.text-gradient-white-07{background-image:linear-gradient(45deg,#fff,#e6e6e6)}.text-gradient-white-08{background-image:radial-gradient(circle,#fff,#e6e6e6)}.text-gradient-dark-blue-01{background-image:linear-gradient(180deg,#01020c,#021f95)}.text-gradient-dark-blue-02{background-image:linear-gradient(180deg,#01020c,#001051 48.56%,#000)}.text-gradient-dark-green-01{background-image:linear-gradient(180deg,#01020c,#00402c)}.text-gradient-dark-green-02{background-image:linear-gradient(180deg,#01020c,#00402c 48.56%,#01020c)}.text-gradient-dark-purple-01{background-image:linear-gradient(180deg,#01020c,#260040)}.text-gradient-dark-purple-02{background-image:linear-gradient(180deg,#01020c,#140031 48.56%,#000)}.text-gradient-dark-gold-01{background-image:linear-gradient(180deg,#0c0b01,#403d00)}.text-gradient-dark-gold-02{background-image:linear-gradient(180deg,#0c0b01,#252100 48.56%,#0c0b01)}.text-gradient-black-01{background-image:linear-gradient(180deg,#555,#000)}.text-gradient-black-02{background-image:linear-gradient(0deg,#555,#000)}.text-gradient-black-03{background-image:linear-gradient(90deg,#555,#000)}.text-gradient-black-04{background-image:linear-gradient(270deg,#555,#000)}.text-gradient-black-05{background-image:linear-gradient(135deg,#555,#000)}.text-gradient-black-06{background-image:linear-gradient(45deg,#555,#000)}.text-gradient-black-07{background:radial-gradient(50% 50% at 50% 50%,#252525,#010101)}.text-gradient-purple-01{background-image:linear-gradient(180deg,#e8ccff,#a55bff)}.text-gradient-purple-02{background-image:linear-gradient(0deg,#e8ccff,#a55bff)}.text-gradient-purple-03{background-image:linear-gradient(90deg,#e8ccff,#a55bff)}.text-gradient-purple-04{background-image:linear-gradient(270deg,#e8ccff,#a55bff)}.text-gradient-purple-05{background-image:linear-gradient(135deg,#e8ccff,#a55bff)}.text-gradient-purple-06{background-image:linear-gradient(45deg,#e8ccff,#a55bff)}.text-gradient-purple-07{background-image:radial-gradient(circle,#e8ccff,#a55bff)}.text-gradient-teal-01{background-image:linear-gradient(180deg,#cff9f5,#2ccac0)}.text-gradient-teal-02{background-image:linear-gradient(0deg,#cff9f5,#2ccac0)}.text-gradient-teal-03{background-image:linear-gradient(90deg,#cff9f5,#2ccac0)}.text-gradient-teal-04{background-image:linear-gradient(270deg,#cff9f5,#2ccac0)}.text-gradient-teal-05{background-image:linear-gradient(135deg,#cff9f5,#2ccac0)}.text-gradient-teal-06{background-image:linear-gradient(45deg,#cff9f5,#2ccac0)}.text-gradient-teal-07{background-image:radial-gradient(circle,#cff9f5,#2ccac0)}.text-gradient-gold-01{background-image:linear-gradient(290deg,#ffd999,#fbb233 30.285754504504503%,#f3d39a 67.2877956081081%,#f7ae30)}.text-gradient-gold-02{background-image:linear-gradient(180deg,#ffeec4,#ffd24c)}.text-gradient-gold-03{background-image:linear-gradient(0deg,#ffeec4,#ffd24c)}.text-gradient-gold-04{background-image:linear-gradient(90deg,#ffeec4,#ffd24c)}.text-gradient-gold-05{background-image:linear-gradient(270deg,#ffeec4,#ffd24c)}.text-gradient-gold-06{background-image:linear-gradient(135deg,#ffeec4,#ffd24c)}.text-gradient-gold-07{background-image:linear-gradient(45deg,#ffeec4,#ffd24c)}.text-gradient-gold-08{background-image:radial-gradient(circle,#ffeec4,#ffd24c)}.text-gradient-gold-09{background-image:radial-gradient(circle at center,#ffd24c,#ffeec4,#ffd24c)}.text-gradient-blue-purple-01{background-image:linear-gradient(135deg,#5b85ff,#a55bff)}.text-gradient-blue-purple-02{background-image:linear-gradient(45deg,#5b85ff,#a55bff)}.text-gradient-blue-purple-03{background-image:linear-gradient(15deg,#5b85ff,#a55bff)}.text-gradient-blue-purple-04{background-image:linear-gradient(195deg,#5b85ff,#a55bff)}.text-gradient-teal-blue-01{background-image:linear-gradient(135deg,#2ccac0,#5b85ff)}.text-gradient-teal-blue-02{background-image:linear-gradient(45deg,#2ccac0,#5b85ff)}.text-gradient-teal-blue-03{background-image:linear-gradient(15deg,#2ccac0,#5b85ff)}.text-gradient-teal-blue-04{background-image:linear-gradient(195deg,#2ccac0,#5b85ff)}.text-gradient-orange-pink-01{background-image:linear-gradient(135deg,#ff914d,#ff5ba8)}.text-gradient-orange-pink-02{background-image:linear-gradient(45deg,#ff914d,#ff5ba8)}.text-gradient-orange-pink-03{background-image:linear-gradient(15deg,#ff914d,#ff5ba8)}.text-gradient-orange-pink-04{background-image:linear-gradient(195deg,#ff914d,#ff5ba8)}.text-gradient-green-teal-01{background-image:linear-gradient(135deg,#4ec44e,#2ccac0)}.text-gradient-green-teal-02{background-image:linear-gradient(45deg,#4ec44e,#2ccac0)}.text-gradient-green-teal-03{background-image:linear-gradient(15deg,#4ec44e,#2ccac0)}.text-gradient-green-teal-04{background-image:linear-gradient(195deg,#4ec44e,#2ccac0)}.text-gradient-gold-red-01{background-image:linear-gradient(135deg,#ffd24c,#ff5b5b)}.text-gradient-gold-red-02{background-image:linear-gradient(45deg,#ffd24c,#ff5b5b)}.text-gradient-gold-red-03{background-image:linear-gradient(15deg,#ffd24c,#ff5b5b)}.text-gradient-gold-red-04{background-image:linear-gradient(195deg,#ffd24c,#ff5b5b)}.text-gradient-cyan-magenta-01{background-image:linear-gradient(135deg,#00e5ff,#ff2ec4)}.text-gradient-cyan-magenta-02{background-image:linear-gradient(45deg,#00e5ff,#ff2ec4)}.text-gradient-cyan-magenta-03{background-image:linear-gradient(15deg,#00e5ff,#ff2ec4)}.text-gradient-cyan-magenta-04{background-image:linear-gradient(195deg,#00e5ff,#ff2ec4)}.bg-color-popup{background-color:#0a0a0a65}.display-flex{display:flex}.flex-direction-row{flex-direction:row}.flex-direction-column{flex-direction:column}.flex-wrap-wrap{flex-wrap:wrap}.justify-content-center{justify-content:center}.justify-content-flex-start{justify-content:flex-start}.justify-content-space-between{justify-content:space-between}.align-items-center{align-items:center}.align-items-stretch{align-items:stretch}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-basis-0{flex-basis:0}.column-gap-10{column-gap:10px}.column-gap-15{column-gap:15px}.column-gap-20{column-gap:20px}.column-gap-30{column-gap:30px}.row-gap-10{row-gap:10px}.row-gap-15{row-gap:15px}.row-gap-20{row-gap:20px}.row-gap-30{row-gap:30px}.overflow-x-auto{overflow-x:auto}.position-fixed{position:fixed}.left-0{left:0}.left-5{left:5px}.left-10{left:10px}.left-15{left:15px}.left-20{left:20px}.right-0{right:0}.right-5{right:5px}.right-10{right:10px}.right-15{right:15px}.right-20{right:20px}.top-0{top:0}.top-5{top:5px}.top-10{top:10px}.top-15{top:15px}.top-20{top:20px}.bottom-0{bottom:0}.bottom-5{bottom:5px}.bottom-10{bottom:10px}.bottom-15{bottom:15px}.bottom-20{bottom:20px}#form{width:100%;max-width:500px}#form p.form-info{width:100%;height:fit-content;display:block;font-size:16px;color:#ff9000;font-weight:600;background-color:#28282895;padding:6px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;text-align:center;pointer-events:none}#form p.form-info a{display:inline;text-decoration:underline;color:#5dadf3}#app-area:not(.development) #form p.form-info{display:none}#form #form-submit-btn{cursor:pointer}#form .input-wrapper{border:2px solid rgb(146,146,146);outline:none;width:100%}.input-wrapper:before{content:attr(data-label);position:absolute;top:6px;left:6px;font-size:14px;color:#aaa;background-color:#0000;padding-left:6px;pointer-events:none;border-radius:4px;z-index:0}.input-wrapper input{width:100%;border:none;outline:none;background:transparent}.form-4 .wrapper{width:100%;height:fit-content;display:flex;flex-direction:row;justify-content:center;align-items:center}.form-4 .form-4-input{width:100%;border:none;outline:none;border-bottom:1px solid rgba(178,178,178,.693);padding:10px;background-color:transparent;color:#fff;flex-shrink:1}.form-4 .form-4-input::placeholder{color:#888;opacity:1}.form-4 .wrapper [data-template-type=cta]{margin:0!important;flex-shrink:0!important}.form-4 .wrapper [data-template-type=cta] [data-is-form-cta=true]{padding:6px 15px!important}.form-5 .wrapper{width:100%;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:10px;padding:6px;border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;-webkit-border-radius:10px}.form-5 .form-5-input{width:100%;border:none;outline:none;padding:6px 8px;background-color:transparent;border:2px solid rgba(178,178,178,.693);color:#fff;flex-shrink:1}.form-5 .form-5-input::placeholder{color:#888;opacity:1}.form-5 .wrapper [data-template-type=cta]{margin:0!important;flex-shrink:0!important}.form-5 .wrapper [data-template-type=cta] [data-is-form-cta=true]{padding:6px 15px!important}.form-6 .wrapper{width:100%;height:fit-content;display:flex;flex-direction:row;justify-content:center;align-items:center;border:2px solid rgba(178,178,178,.693);padding:6px;border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;-webkit-border-radius:1000px}.form-6 .form-6-input{width:100%;border:none;outline:none;padding:6px 8px;background-color:transparent;color:#fff;flex-shrink:1}.form-6 .form-6-input::placeholder{color:#888;opacity:1}.form-6 .wrapper [data-template-type=cta]{margin:0!important;flex-shrink:0!important}.form-6 .wrapper [data-template-type=cta] [data-is-form-cta=true]{padding:6px 15px!important}.text-shadow-white span{color:#fff;text-shadow:0px 0px 12px #FFFFFF}.template.text-shadow-white{color:#fff}.text-shadow-green span{color:#00f83e;text-shadow:0px 0px 12px #0BDE00}.template.text-shadow-green{color:#00f83e}.text-shadow-cyan span{color:#00dbf8;text-shadow:0px 0px 12px #00AADE}.template.text-shadow-cyan{color:#00dbf8}.text-shadow-magenta span{color:#f0d;text-shadow:0px 0px 12px #DF12FF}.template.text-shadow-magenta{color:#f0d}.text-shadow-yellow span{color:#ffc400;text-shadow:0px 0px 12px #EFD618}.template.text-shadow-yellow{color:#ffc400}.text-shadow-red span{color:#ff0004;text-shadow:0px 0px 12px #EF181C}.template.text-shadow-red{color:#ff0004}.color-palette-1 .color1{background-color:#0f0}.color-palette-1 .color2{background-color:#fff}.color-palette-1 .color3{background-color:#4caf50}.color-palette-1 .color4{background-color:#8bc34a}.color-palette-2 .color1{background-color:gold}.color-palette-2 .color2{background-color:#fff}.color-palette-2 .color3{background-color:#ffeb3b}.color-palette-2 .color4{background-color:#ffc107}.color-palette-3 .color1{background-color:#ff5722}.color-palette-3 .color2{background-color:#fff}.color-palette-3 .color3{background-color:#ff9800}.color-palette-3 .color4{background-color:#ff7043}.color-palette-4 .color1{background-color:#0d47a1}.color-palette-4 .color2{background-color:#fff}.color-palette-4 .color3{background-color:#1976d2}.color-palette-4 .color4{background-color:#2196f3}.color-palette-5 .color1{background-color:#9c27b0}.color-palette-5 .color2{background-color:#fff}.color-palette-5 .color3{background-color:#8e24aa}.color-palette-5 .color4{background-color:#7b1fa2}.color-palette-6 .color1{background-color:#212121}.color-palette-6 .color2{background-color:gold}.color-palette-6 .color3{background-color:#ffc107}.color-palette-6 .color4{background-color:#ffeb3b}.color-palette-7 .color1{background-color:#0f0}.color-palette-7 .color2{background-color:#fff}.color-palette-7 .color3{background-color:#4caf50}.color-palette-7 .color4{background-color:#8bc34a}.color-palette-8 .color1{background-color:#000}.color-palette-8 .color2{background-color:teal}.color-palette-8 .color3{background-color:#fff}.color-palette-8 .color4{background-color:#f2f2f2}#editing-menu{width:fit-content;max-width:100vw;height:fit-content;padding:10px;position:fixed;margin-left:auto;margin-right:auto;left:0;right:0;bottom:10px;background-color:#353535;border:1.5px solid grey;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;display:flex;justify-content:flex-start;align-items:center;gap:10px;overflow-x:auto;z-index:10001;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#editing-menu.closed{opacity:0;pointer-events:none;bottom:-100px}#editing-menu.animate{animation:singleBounce .32s cubic-bezier(.25,.46,.45,.94)}@keyframes singleBounce{0%{transform:scale(1)}40%{transform:scale(1.06)}to{transform:scale(1)}}#editing-menu .btn{min-width:50px;width:fit-content;height:50px;background-color:#2d2d2d;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-shrink:0;cursor:pointer}#editing-menu .btn:hover{background-color:#424242}#generate-copy-btn{width:40px;height:40px;border:2px solid grey;border-radius:1000px;-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;display:flex;flex-direction:row;justify-content:center;align-items:center;background:linear-gradient(45deg,#008ef3 .24%,#00f208 100.31%);z-index:2;cursor:pointer;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;box-shadow:0 0 11.5px 3px #00000085}#generate-copy-btn:hover{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2)}#generate-copy-btn:hover .info{display:block}#generate-copy-btn svg{width:24px;height:auto}#editing-menu #topic-textarea-btn{width:100%;height:100%;background-color:transparent;flex-direction:row;justify-content:flex-start;align-items:flex-end}#editing-menu #topic-textarea-btn textarea{width:100vw;max-width:500px;height:40px;background-color:transparent;border:none;outline:none;color:#fefefe;padding:8px;font-size:17px;resize:none;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#editing-menu #topic-textarea-btn textarea.expand{height:100px}#editing-menu #topic-textarea-btn #send-topic-btn{width:40px;height:40px;border-radius:1000px;background:linear-gradient(45deg,#008ef3 .24%,#00f208 100.31%);border:1.5px solid rgb(238,238,238);display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;flex-shrink:0}#editing-menu #topic-textarea-btn #send-topic-btn svg{width:16px;height:auto}#editing-menu #text-align-btn.text-align-left .text-align-left-svg{display:block}#editing-menu #text-align-btn.text-align-left .text-align-center-svg,#editing-menu #text-align-btn.text-align-left .text-align-right-svg{display:none}#editing-menu #text-align-btn.text-align-center .text-align-center-svg{display:block}#editing-menu #text-align-btn.text-align-center .text-align-right-svg,#editing-menu #text-align-btn.text-align-center .text-align-left-svg{display:none}#editing-menu #text-align-btn.text-align-right .text-align-right-svg{display:block}#editing-menu #text-align-btn.text-align-right .text-align-left-svg,#editing-menu #text-align-btn.text-align-right .text-align-center-svg{display:none}#editing-menu .btn#add-effects-btn{padding:8px 20px;color:#fefefe;gap:10px;background:linear-gradient(80.21deg,#1a7dff,#2f89ce 39.42%,#ff00ea);border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;font-size:14px;font-weight:600;font-family:Montserrat,Inter,sans-serif}#editing-menu .btn#add-effects-btn svg{width:30px;height:auto}#editing-menu .btn#font-family-btn{padding-left:15px;padding-right:15px}#editing-menu .btn#font-family-btn span{font-size:18px;color:#fefefe;font-weight:600}#editing-menu #color-palette-menu{position:relative;width:fit-content;height:fit-content;flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;top:0;right:0;bottom:0;left:0;flex-wrap:wrap}#editing-menu #color-palette-menu .wrapper{width:fit-content;height:fit-content;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}#editing-menu #color-palette-menu span{display:block}#editing-menu span{text-align:left;font-weight:600;color:#fefefe;font-size:16px}#editing-menu .pick-color-palette-btn{position:relative;top:0;right:0;bottom:0;left:0;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;box-shadow:none;background-color:transparent}#editing-menu .pick-color-palette-btn .color-palette-wrapper .color{width:25px;height:100%;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;box-shadow:0 0 11.5px 3px #00000038;position:absolute;top:0}#editing-menu .pick-color-palette-btn .color-palette-wrapper .color1{left:0}#editing-menu .pick-color-palette-btn .color-palette-wrapper .color2{left:10px}#editing-menu .pick-color-palette-btn .color-palette-wrapper .color3{left:20px}#editing-menu .pick-color-palette-btn .color-palette-wrapper .color4{left:30px;width:20px}#editing-menu.text .edit-menu-block{display:none}#editing-menu.text #remove-btn,#editing-menu.text #add-effects-btn,#editing-menu.text #text-align-btn,#editing-menu.text #decrease-font-size-btn,#editing-menu.text #increase-font-size-btn,#editing-menu.text #color-btn,#editing-menu.text #font-family-btn,#editing-menu.text #generate-copy-btn{display:flex}#editing-menu.container .edit-menu-block{display:none}#editing-menu.container #remove-btn,#editing-menu.container #add-effects-btn,#editing-menu.container #color-btn,#editing-menu.container #generate-copy-btn{display:flex}#editing-menu.page .edit-menu-block{display:none}#editing-menu.page #color-btn{display:block}#editing-menu.page #generate-page-btn,#editing-menu.page #generate-copy-btn{display:flex}#editing-menu.copywriting .edit-menu-block{display:none}#editing-menu.copywriting #topic-textarea-btn{display:flex}#editing-menu.color-palette{background-color:#494949}#editing-menu.color-palette .edit-menu-block{display:none}#editing-menu.color-palette #color-palette-menu{display:flex}#editing-menu.not-removable #remove-btn,#editing-menu.not-removable #topic-textarea-btn{display:none}#editing-menu.not-removable #generate-copy-btn{display:flex}#lib{width:auto;height:auto;background-color:#191919;z-index:200001;position:fixed;top:0;right:0;bottom:0;left:0;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#lib.closed{opacity:0;transform:translateY(50px);-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);pointer-events:none}#lib header{width:100%;height:fit-content;position:absolute;left:0;top:0;padding:10px;z-index:2;background-color:#1e1e1e}#lib header button#lib-close-btn{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:fit-content;height:fit-content;padding:10px;background:#1b1b1b;border:none;border:1px solid grey;outline:none;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;display:flex;flex-direction:row;justify-content:center;align-items:center;z-index:2;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);cursor:pointer}#lib header button#lib-close-btn svg{width:25px;height:auto}#lib #filter{width:100%;height:fit-content;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;overflow-x:auto;padding-left:60px}#lib #filter::-webkit-scrollbar{display:none}#lib .filter-btn{width:fit-content;height:fit-content;padding:6px 12px;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#2d2d2d;color:#f1f1f1;font-size:18px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;cursor:pointer}#lib .filter-btn.active{background-color:#f1f1f1;color:#2d2d2d}#lib header #lib-title{width:100%;text-align:center;font-size:20px;font-weight:600;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;color:#f2f2f2}#lib header #lib-title svg{width:30px;height:auto}#lib main{width:auto;height:auto;position:absolute;top:0;right:0;bottom:0;left:0;overflow-x:hidden;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-y:auto;padding:60px 10px 10px}#lib main .category{width:100%;height:fit-content;padding:15px 0;display:flex;flex-direction:row;justify-content:center;gap:15px;flex-wrap:wrap}#lib main .category.hidden{display:none}#lib main .category h3{width:100%;height:fit-content;font-size:20px;font-weight:600;text-align:center;color:#f2f2f2;font-family:Montserrat}#lib main .template{width:100%;max-width:700px;flex-shrink:0;background-color:#303030;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px;cursor:pointer;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#lib main .template:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}#lib main .individuals{width:100%;height:fit-content;padding:15px 0;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:15px;flex-wrap:wrap}#lib main .template.text{max-width:700px}#lib main .template.title{max-width:700px}#lib main .template.headline{max-width:700px}#lib main .template.cta{max-width:400px}#lib main .template.metrics{max-width:100%}#lib main .template.metric{max-width:400px}#lib main .template.metricNumber{max-width:400px}#lib main .template.metricText{max-width:400px}#lib main .template.hero{max-width:100%}#lib main .template.forms{max-width:100%}#lib main .template.rating{max-width:400px}#lib main .template.features{max-width:700px}#colors-lib{width:100%;max-width:400px;height:200px;background-color:#1e1e1e;border:1.5px solid rgb(121,121,121);border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;z-index:2000;position:fixed;bottom:100px;left:0;right:0;margin-left:auto;margin-right:auto;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#colors-lib.closed{opacity:0;transform:translateY(50px);-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);pointer-events:none}#colors-lib button#colors-lib-close-btn{position:absolute;top:-50px;right:10px;width:80px;height:40px;padding:8px;background-color:#303030;border:1.5px solid grey;outline:none;border-radius:10000px;-webkit-border-radius:10000px;-moz-border-radius:10000px;-ms-border-radius:10000px;-o-border-radius:10000px;z-index:2;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}#colors-lib button#colors-lib-close-btn svg{width:12px;height:auto}#colors-lib main{width:100%;height:100%;overflow-y:auto;overscroll-behavior-block:contain;display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;padding:10px}#colors-lib main.no-gradients .color-btn.gradient{display:none}#colors-lib main .color-btn{width:60px;height:60px;aspect-ratio:1;padding:8px;background-color:#303030;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}#colors-lib main .color-btn .color-preview{width:90%;height:auto;aspect-ratio:1;border-radius:1000px;-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px}#colors-lib main .color-btn.none{display:none}#colors-lib main .color-btn.none span{color:#f1f1f1;font-weight:600;font-size:14px}#colors-lib main.show-color-btn-none .color-btn.none{display:flex}#icons-lib{width:100%;max-width:400px;height:200px;background-color:#1e1e1e;border:1.5px solid rgb(121,121,121);border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;z-index:2000;position:fixed;bottom:100px;left:0;right:0;margin-left:auto;margin-right:auto;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#icons-lib.closed{opacity:0;transform:translateY(50px);-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);pointer-events:none}#icons-lib button#icons-lib-close-btn{position:absolute;top:-50px;right:10px;width:80px;height:40px;padding:8px;background-color:#303030;border:1.5px solid grey;outline:none;border-radius:10000px;-webkit-border-radius:10000px;-moz-border-radius:10000px;-ms-border-radius:10000px;-o-border-radius:10000px;z-index:2;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}#icons-lib button#icons-lib-close-btn svg{width:12px;height:auto}#icons-lib main{width:100%;height:100%;overflow-y:auto;overscroll-behavior-block:contain;display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;padding:10px}#icons-lib main.no-gradients .icon-btn.gradient{display:none}#icons-lib main .icon-btn{height:60px;aspect-ratio:1;padding:8px;background-color:#303030;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}#icons-lib main .icon-btn svg{display:block}#icons-lib main .icon-btn.none{display:flex}#icons-lib main .icon-btn.none span{color:#f1f1f1;font-weight:600;font-size:14px}#fonts-lib{width:100%;max-width:400px;height:200px;background-color:#1e1e1e;border:1.5px solid rgb(121,121,121);border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;z-index:2000;position:fixed;bottom:100px;left:0;right:0;margin-left:auto;margin-right:auto;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#fonts-lib.closed{opacity:0;transform:translateY(50px);-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);pointer-events:none}#fonts-lib button#fonts-lib-close-btn{position:absolute;top:-50px;right:10px;width:80px;height:40px;padding:8px;background-color:#303030;border:1.5px solid grey;outline:none;border-radius:10000px;-webkit-border-radius:10000px;-moz-border-radius:10000px;-ms-border-radius:10000px;-o-border-radius:10000px;z-index:2;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}#fonts-lib button#fonts-lib-close-btn svg{width:12px;height:auto}#fonts-lib main{width:100%;height:100%;overflow-y:auto;overscroll-behavior-block:contain;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;padding:10px}#fonts-lib main .font-button{width:100%;height:fit-content;padding:20px 0;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#323232;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;color:#f1f1f1;font-size:18px;cursor:pointer}#link-config{width:100%;max-width:400px;height:fit-content;background-color:#1e1e1e;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;z-index:2000;position:fixed;left:0;right:0;bottom:100px;margin-left:auto;margin-right:auto;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#link-config.closed{opacity:0;transform:translateY(50px);-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);pointer-events:none}#link-config button#link-config-close-btn{position:absolute;top:-40px;right:0;width:80px;height:35px;background-color:#303030;border:1.5px solid grey;outline:none;border-radius:10000px;-webkit-border-radius:10000px;-moz-border-radius:10000px;-ms-border-radius:10000px;-o-border-radius:10000px;z-index:2;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}#link-config button#link-config-close-btn svg{width:12px;height:auto}#link-config main{width:100%;height:100%;gap:20px;overflow-y:auto;overscroll-behavior-block:contain}#link-config .wrapper{width:100%;height:fit-content;display:flex;flex-direction:column;gap:15px}#link-config .wrapper .input-wrapper{width:100%;height:fit-content;display:flex;flex-direction:column;border:1.5px solid grey;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;padding-top:15px}#link-config .wrapper .input-wrapper span{position:absolute;width:fit-content;height:fit-content;left:10px;top:5px;font-size:12px;font-weight:600;color:#f2f2f2}#link-config .wrapper input{width:100%;height:fit-content;padding:12px;font-size:18px;color:#f2f2f2;background:transparent;border:none;outline:none}#link-config .wrapper input::placeholder{color:#737373}#page_not_found{width:100%;min-height:100vh;background:#0d0d0d;color:#e6e6e6;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;box-sizing:border-box}#page_not_found h1{font-size:6rem;font-weight:700;letter-spacing:-2px;margin:0 0 1rem;color:#fff}#page_not_found p{font-size:1.2rem;max-width:500px;margin-bottom:2rem;line-height:1.6;color:#b3b3b3}#page_not_found .back-btn{display:inline-block;padding:.9rem 1.8rem;border-radius:6px;text-decoration:none;background:#1a1a1a;color:#fff;font-size:1rem;transition:.2s ease;border:1px solid rgba(255,255,255,.08)}#page_not_found .back-btn:hover{background:#fff;color:#000}
