.ds-app-environment{align-items:center;color:#1c1c1c;display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:80vh;min-height:80dvh;padding:40px 20px;width:100%}.ds-glass-app{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:rgba(255,255,255,var(--ds-global-glass-opacity,.7));border:1px solid hsla(0,0%,100%,.5);border-radius:8px;box-shadow:0 25px 60px rgba(0,0,0,.05),inset 0 0 60px rgba(var(--app-halo-rgb),.1);max-width:780px;overflow:hidden;transition:box-shadow .5s ease,background-color .3s ease;width:100%}.ds-app-bar{align-items:center;display:flex;justify-content:space-between;padding:30px 40px 10px}.ds-app-logo-wrapper{align-items:center;display:flex;gap:12px;justify-content:center}.ds-app-header-title{color:#1c1c1c;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:-.3px;opacity:.9;transition:color .3s ease}.ds-app-logo{display:block;max-height:35px;width:auto}.ds-app-bar a.ds-app-close,.ds-app-bar button.ds-app-back{align-items:center;background:transparent!important;border:none!important;box-shadow:none!important;color:#1c1c1c!important;cursor:pointer!important;display:flex;font-family:Inter,sans-serif!important;height:35px;margin:0;opacity:.6;padding:0!important;text-decoration:none!important;transform:none!important;transition:all .2s ease!important;width:60px}.ds-app-bar button.ds-app-back{font-size:.95rem!important;font-weight:600!important;justify-content:flex-start}.ds-app-bar a.ds-app-close{font-size:1.8rem!important;justify-content:flex-end;line-height:1;margin-top:-4px!important}.ds-app-bar button.ds-app-back:focus,.ds-app-bar button.ds-app-back:hover{background:transparent!important;color:#1c1c1c!important;opacity:1;text-decoration:none!important}.ds-app-bar a.ds-app-close:active,.ds-app-bar a.ds-app-close:focus,.ds-app-bar a.ds-app-close:hover{color:#d32f2f!important;opacity:1;text-decoration:none!important}.ds-app-viewport{overflow:hidden;position:relative;transition:height .4s cubic-bezier(.25,1,.5,1);width:100%}.ds-app-view{left:0;opacity:0;padding:20px 40px 50px;position:absolute;top:0;transform:translateX(20px);transition:all .4s cubic-bezier(.25,1,.5,1);visibility:hidden;width:100%}.ds-app-view.active{opacity:1;position:relative;transform:translateX(0);visibility:visible}.ds-app-view h2{font-family:Zilla Slab,serif;font-size:clamp(2rem,4vw,2.5rem);line-height:1.1;margin:0 0 15px;transition:color .3s ease}.ds-intro-body{font-size:1.1rem;line-height:1.6;margin-bottom:30px;opacity:.8}.ds-tier-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:30px}.ds-tier-card{align-items:flex-start;background-color:hsla(0,0%,100%,.5);border:1px solid rgba(28,28,28,.1);border-radius:8px;color:inherit;cursor:pointer;display:flex;flex-direction:column;padding:25px;text-align:left;transition:all .2s ease}.ds-tier-card:hover{background-color:#fff;border-color:rgba(0,121,107,.5);box-shadow:0 10px 20px rgba(0,0,0,.05);transform:translateY(-2px)}.ds-tier-card h3{font-size:1.2rem;margin:0 0 5px}.ds-tier-price{color:#00796b;font-family:Zilla Slab,serif;font-size:1.6rem;font-weight:800;margin-bottom:10px;transition:color .3s ease}.ds-tier-card p{font-size:.95rem;line-height:1.4;margin:0;opacity:.7}.ds-exceptional-wrapper{text-align:center}.ds-exceptional-btn{background:none;border:none;color:inherit;cursor:pointer;font-family:inherit;font-size:.95rem;opacity:.7;transition:opacity .2s,color .3s ease}.ds-exceptional-btn:hover{opacity:1}.ds-agreements-wrapper{background:hsla(0,0%,100%,.3);border:1px solid rgba(28,28,28,.05);border-radius:8px;display:flex;flex-direction:column;gap:15px;margin-bottom:30px;padding:20px;transition:background-color .3s ease,border-color .3s ease}.ds-agreement-row{align-items:flex-start;cursor:pointer;display:flex;gap:15px;margin:0}.ds-agreement-checkbox{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.ds-custom-checkbox{background-color:hsla(0,0%,100%,.6);border:1px solid rgba(28,28,28,.2);border-radius:4px;flex-shrink:0;height:24px;margin-top:2px;position:relative;transition:all .2s ease;width:24px}.ds-agreement-row:hover .ds-agreement-checkbox:not(:checked)~.ds-custom-checkbox{background-color:hsla(0,0%,100%,.9);border-color:#00796b}.ds-agreement-checkbox:checked~.ds-custom-checkbox{background-color:#00796b;border-color:#00796b}.ds-custom-checkbox:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:10px;left:8px;position:absolute;top:4px;transform:rotate(45deg);width:5px}.ds-agreement-checkbox:checked~.ds-custom-checkbox:after{display:block}.ds-agreement-text{font-size:.95rem;line-height:1.5;opacity:.9}.ds-agreement-text p{margin:0}.ds-agreement-text a{color:#00796b;font-weight:700;text-decoration:underline;transition:opacity .2s ease,color .3s ease}.ds-agreement-text a:hover{opacity:.7}#ds-btn-start:disabled{background-color:rgba(28,28,28,.1)!important;border-color:transparent!important;box-shadow:none!important;color:rgba(28,28,28,.5)!important;cursor:not-allowed!important;opacity:.5;transform:none!important}@media (max-width:768px){.ds-app-environment{padding:20px 10px}.ds-tier-grid{grid-template-columns:1fr}.ds-app-bar{justify-content:center;padding:15px 10px 5px;position:relative}.ds-app-view{padding:15px 20px 40px}#view-3{padding-left:0;padding-right:0}.ds-app-logo-wrapper{align-items:center;flex-direction:column;gap:4px;padding-top:5px;width:100%}.ds-app-header-title{font-size:.9rem;white-space:nowrap}.ds-app-bar a.ds-app-close,.ds-app-bar button.ds-app-back{display:block;height:auto;line-height:1;margin:0!important;position:absolute;top:15px;z-index:10}.ds-app-bar button.ds-app-back{left:12px;top:20px}.ds-app-bar a.ds-app-close{font-size:2rem!important;right:-10px;top:10px}}.ds-app-viewport .hs-button,.ds-app-viewport form button,.ds-app-viewport form input[type=submit]{align-items:center!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;background-color:hsla(0,0%,100%,.2)!important;border:1px solid rgba(28,28,28,.2)!important;border-radius:999px!important;box-shadow:0 4px 10px rgba(0,0,0,.05),inset 0 0 12px hsla(0,0%,100%,.5)!important;color:#1c1c1c!important;cursor:pointer!important;display:inline-flex!important;font-family:Inter,sans-serif!important;font-weight:800!important;justify-content:center!important;letter-spacing:1px!important;margin-top:15px!important;padding:14px 32px!important;text-decoration:none!important;text-transform:uppercase!important;transition:all .25s cubic-bezier(.25,1,.5,1)!important;width:100%!important}.ds-app-viewport .hs-button:hover,.ds-app-viewport form button:hover,.ds-app-viewport form input[type=submit]:hover{background-color:hsla(0,0%,100%,.4)!important;border-color:rgba(28,28,28,.4)!important;box-shadow:0 6px 15px rgba(0,0,0,.1),inset 0 0 20px hsla(0,0%,100%,.8),0 0 8px rgba(0,150,136,.1)!important;text-decoration:none!important;transform:translateY(-1px)!important}.ds-app-viewport .hs-button:active,.ds-app-viewport form button:active,.ds-app-viewport form input[type=submit]:active{background-color:hsla(0,0%,100%,.1)!important;border-color:rgba(28,28,28,.5)!important;box-shadow:0 2px 5px rgba(0,0,0,.02),inset 0 4px 15px rgba(0,0,0,.1),inset 0 0 10px rgba(28,28,28,.1)!important;text-decoration:none!important;transform:scale(.97) translateY(1px)!important}body.theme-dark .ds-app-environment{color:#f5f1e6}body.theme-dark .ds-glass-app{background-color:rgba(28,28,28,var(--ds-global-glass-opacity,.85));border-color:hsla(0,0%,100%,.15)}body.theme-dark .ds-app-header-title{color:#f5f1e6}body.theme-dark .ds-app-bar a.ds-app-close,body.theme-dark .ds-app-bar button.ds-app-back,body.theme-dark .ds-app-bar button.ds-app-back:hover{color:#f5f1e6!important}body.theme-dark .ds-app-bar a.ds-app-close:hover{color:#ef5350!important}body.theme-dark .ds-tier-card{background-color:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.15)}body.theme-dark .ds-tier-card:hover{background-color:hsla(0,0%,100%,.1);border-color:rgba(128,203,196,.5)}body.theme-dark .ds-tier-price{color:#80cbc4}body.theme-dark .ds-exceptional-btn{color:#f5f1e6}body.theme-dark .ds-agreements-wrapper{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1)}body.theme-dark .ds-custom-checkbox{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3)}body.theme-dark .ds-agreement-row:hover .ds-agreement-checkbox:not(:checked)~.ds-custom-checkbox{background-color:hsla(0,0%,100%,.2);border-color:#80cbc4}body.theme-dark .ds-agreement-checkbox:checked~.ds-custom-checkbox{background-color:#80cbc4;border-color:#80cbc4}body.theme-dark .ds-custom-checkbox:after{border-color:#1c1c1c}body.theme-dark .ds-agreement-text a{color:#80cbc4}body.theme-dark #ds-btn-start:disabled{background-color:hsla(0,0%,100%,.05)!important}body.theme-dark .ds-app-viewport .hs-button,body.theme-dark .ds-app-viewport form button,body.theme-dark .ds-app-viewport form input[type=submit]{background-color:hsla(0,0%,100%,.05)!important;border-color:hsla(0,0%,100%,.2)!important;box-shadow:0 4px 10px rgba(0,0,0,.2),inset 0 0 12px hsla(0,0%,100%,.05)!important;color:#f5f1e6!important}body.theme-dark .ds-app-viewport .hs-button:hover,body.theme-dark .ds-app-viewport form button:hover,body.theme-dark .ds-app-viewport form input[type=submit]:hover{background-color:hsla(0,0%,100%,.15)!important;border-color:#80cbc4!important;box-shadow:0 6px 15px rgba(0,0,0,.3),inset 0 0 20px hsla(0,0%,100%,.1),0 0 8px rgba(128,203,196,.2)!important}body.theme-dark .ds-app-view h2,body.theme-dark .ds-tier-card h3,body.theme-dark .ds-tier-card p{color:#f5f1e6!important}body.theme-dark .ds-app-viewport .ds-neo-btn,body.theme-dark .ds-form-wrapper .hs-button,body.theme-dark .ds-form-wrapper input[type=submit]{background-color:hsla(0,0%,100%,.05)!important;border-color:hsla(0,0%,100%,.2)!important;color:#f5f1e6!important}body.theme-dark .ds-app-viewport .ds-neo-btn:hover,body.theme-dark .ds-form-wrapper .hs-button:hover,body.theme-dark .ds-form-wrapper input[type=submit]:hover{background-color:hsla(0,0%,100%,.15)!important;border-color:#80cbc4!important;color:#fff!important}body.theme-dark #ds-btn-start:disabled{background-color:rgba(28,28,28,.3)!important;border-color:transparent!important;color:hsla(0,0%,100%,.3)!important}body.theme-dark .ds-form-wrapper *{color:#f5f1e6!important}body.theme-dark .ds-form-wrapper .hs-error-msg,body.theme-dark .ds-form-wrapper .hs-error-msgs *{color:#ef5350!important}body.theme-dark .ds-form-wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]),body.theme-dark .ds-form-wrapper select,body.theme-dark .ds-form-wrapper textarea{background-color:hsla(0,0%,100%,.05)!important;border:1px solid hsla(0,0%,100%,.2)!important;color:#f5f1e6!important;-webkit-text-fill-color:#f5f1e6!important}body.theme-dark .ds-form-wrapper input:not([type=submit]):focus,body.theme-dark .ds-form-wrapper select:focus,body.theme-dark .ds-form-wrapper textarea:focus{background-color:rgba(28,28,28,.5)!important;border-color:#80cbc4!important;box-shadow:0 0 0 2px rgba(128,203,196,.2)!important}body.theme-dark .ds-form-wrapper input::placeholder,body.theme-dark .ds-form-wrapper textarea::placeholder{color:rgba(245,241,230,.5)!important;-webkit-text-fill-color:rgba(245,241,230,.5)!important}