html{scroll-padding-top:5rem;scroll-behavior:smooth}:root{--radius:0.25rem;--radius-sm:calc(var(--radius) - 1px);--radius-md:var(--radius);--radius-lg:calc(var(--radius) + 2px);--radius-xl:calc(var(--radius) + 4px);--background:#e9ebef;--foreground:#16181c;--surface:#ffffff;--surface-foreground:#16181c;--card:#ffffff;--card-foreground:#16181c;--accent:#b96a00;--accent-foreground:#ffffff;--accent-bright:#f0a326;--accent-bright-foreground:#16181c;--primary:#23262b;--primary-foreground:#f2f4f7;--secondary:#dcdfe5;--secondary-foreground:#23262b;--muted:#dcdfe5;--muted-foreground:#555b64;--destructive:#b3261e;--destructive-foreground:#ffffff;--border:#ccd1d9;--input:#ccd1d9;--ring:#b96a00}.section-invert{--background:#16181c;--foreground:#e8e6e2;--surface:#1f2227;--surface-foreground:#e8e6e2;--card:#1f2227;--card-foreground:#e8e6e2;--accent:var(--accent-bright);--accent-foreground:var(--accent-bright-foreground);--primary:#e8e6e2;--primary-foreground:#16181c;--secondary:#262a30;--secondary-foreground:#e8e6e2;--muted:#262a30;--muted-foreground:#9aa0a8;--destructive:#f2655c;--destructive-foreground:#16181c;--border:#2f343b;--input:#2f343b;--ring:var(--accent-bright)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/user/themes/freelo/fonts/inter-400.woff2) format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url(/user/themes/freelo/fonts/inter-500.woff2) format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url(/user/themes/freelo/fonts/inter-600.woff2) format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/user/themes/freelo/fonts/inter-700.woff2) format('woff2')}@font-face{font-family:'DM Sans';font-style:normal;font-weight:700;font-display:swap;src:url(/user/themes/freelo/fonts/dm-sans-700.woff2) format('woff2')}@font-face{font-family:'DM Sans';font-style:normal;font-weight:900;font-display:swap;src:url(/user/themes/freelo/fonts/dm-sans-900.woff2) format('woff2')}:root{--font-sans:'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;--font-display:'DM Sans', 'Inter', ui-sans-serif, system-ui, sans-serif}*,*::before,*::after{box-sizing:border-box;border-color:var(--border)}*{margin:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh;min-height:100dvh;background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,svg,video{display:block;max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.1;text-wrap:balance}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important}}.container{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1rem}@media (min-width:640px){.container{padding-inline:2rem}}.section{padding-block:4rem}@media (min-width:640px){.section{padding-block:5rem}}.section--center{display:flex;min-height:100vh;min-height:100dvh;flex-direction:column;align-items:center;justify-content:center;text-align:center}.measure{width:100%;max-width:48rem;margin-inline:auto}.mt-block{margin-top:3rem}.eyebrow{margin-bottom:1rem;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--accent)}@media (min-width:640px){.eyebrow{margin-bottom:1.5rem}}.display-xl{margin-bottom:1.5rem;font-family:var(--font-display);font-weight:900;font-size:clamp(2.5rem, 6vw, 4.25rem);line-height:.9;letter-spacing:-.02em;text-transform:uppercase;color:var(--foreground)}@media (min-width:640px){.display-xl{margin-bottom:2rem}}.lead{max-width:48ch;margin-inline:auto;margin-bottom:2.5rem;font-size:1rem;line-height:1.65;color:var(--muted-foreground)}@media (min-width:640px){.lead{margin-bottom:3rem;font-size:1.125rem}}.btn{display:inline-flex;align-items:center;justify-content:center;height:2.75rem;min-width:200px;padding-inline:1.5rem;border:1px solid #fff0;border-radius:var(--radius-lg);font-family:var(--font-sans);font-size:1rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:background-color 0.15s ease-out,color 0.15s ease-out,border-color 0.15s ease-out}.btn:active{transform:translateY(1px)}.btn--accent{background-color:var(--accent);color:var(--accent-foreground)}.btn--accent:hover{background-color:color-mix(in oklab,var(--accent),#000 8%)}.btn--outline{border-color:var(--border);background-color:var(--background);color:var(--foreground)}.btn--outline:hover{background-color:var(--muted)}.btn-group{display:flex;flex-direction:column;align-items:center;gap:.75rem}@media (min-width:640px){.btn-group{flex-direction:row;justify-content:center;gap:1rem}}.media-frame{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-xl);background-color:var(--surface)}.media-frame img{width:100%}.icon{display:inline-block;width:1em;height:1em}.section--bordered{border-top:1px solid var(--border);background-color:var(--background)}.container.narrow{max-width:64rem}.section-head{margin-bottom:3rem;text-align:center}@media (min-width:640px){.section-head{margin-bottom:4rem}}.section-title{font-family:var(--font-display);font-weight:900;font-size:clamp(1.5rem, 4vw, 2.25rem);line-height:1.1;letter-spacing:-.01em;text-transform:uppercase;color:var(--foreground)}.section-sub{max-width:60ch;margin-inline:auto;margin-top:1rem;font-size:1rem;line-height:1.65;color:var(--muted-foreground)}.card-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.card-grid--3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.card-grid--3{grid-template-columns:repeat(3,1fr)}}.card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius-xl);background-color:var(--surface);color:var(--surface-foreground)}.card-title{font-family:var(--font-display);font-size:1rem;font-weight:900;line-height:1.3;letter-spacing:.04em;text-transform:uppercase;color:var(--foreground)}.card-body{max-width:65ch;font-size:1rem;line-height:1.65;color:var(--muted-foreground)}.pillar{align-items:center;text-align:center}.pillar-icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;font-size:1.25rem;border:1px solid color-mix(in oklab,var(--accent),transparent 70%);border-radius:var(--radius-lg);background-color:color-mix(in oklab,var(--accent),transparent 90%);color:var(--accent)}.package{position:relative;gap:1.25rem}.package--featured{border-color:color-mix(in oklab,var(--accent),transparent 40%);box-shadow:0 0 0 1px color-mix(in oklab,var(--accent),transparent 70%)}.badge{position:absolute;top:1rem;right:1rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600;border:1px solid color-mix(in oklab,var(--accent),transparent 50%);border-radius:9999px;background-color:color-mix(in oklab,var(--accent),transparent 90%);color:var(--accent)}.package-head{display:flex;flex-direction:column;gap:.25rem}.package-desc{font-size:.875rem;line-height:1.4;color:var(--muted-foreground)}.package-price{font-family:var(--font-display);font-size:1.875rem;font-weight:900;line-height:1;letter-spacing:-.02em;color:var(--foreground)}.package--featured .package-price{color:var(--accent)}.package-divider{height:0;border:0;border-top:1px solid var(--border)}.feature-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0}.feature-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.6;color:var(--muted-foreground)}.feature-check{flex-shrink:0;margin-top:.15rem;font-size:1rem;color:var(--accent)}.package-cta{margin-top:auto;padding-top:.5rem}.btn--block{width:100%}.addon{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:1.25rem 1.5rem;border:1px solid color-mix(in oklab,var(--accent),transparent 60%);border-radius:var(--radius-xl);background-color:color-mix(in oklab,var(--accent),transparent 95%)}@media (min-width:640px){.addon{flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem}}.addon-title{font-family:var(--font-display);font-weight:700;color:var(--foreground)}.addon-body{max-width:60ch;margin-top:.25rem;font-size:.875rem;line-height:1.6;color:var(--muted-foreground)}.step-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;list-style:none;padding:0}@media (min-width:640px){.step-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.step-grid{grid-template-columns:repeat(4,1fr)}}.step{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.step-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:4rem;height:4rem;border:1px solid color-mix(in oklab,var(--accent),transparent 60%);border-radius:var(--radius-xl);background-color:var(--surface);box-shadow:0 0 0 1px color-mix(in oklab,var(--accent),transparent 80%)}.step-icon{font-size:1.5rem;color:var(--accent)}.step-text{padding-inline:1rem}.step-text .card-body{margin-top:.375rem;font-size:.875rem}.accordion{border:1px solid var(--border);border-radius:var(--radius-xl);background-color:var(--surface);overflow:hidden}.accordion-item+.accordion-item{border-top:1px solid var(--border)}.accordion-heading{margin:0}.accordion-trigger{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.25rem 1.5rem;border:0;background:#fff0;font-family:var(--font-sans);font-size:1rem;font-weight:600;text-align:left;color:var(--foreground);cursor:pointer;transition:color 0.15s ease-out}.accordion-trigger:hover{color:var(--accent)}.accordion-chevron{flex-shrink:0;font-size:1.25rem;color:var(--muted-foreground);transition:transform 0.2s ease-out}.accordion-trigger[aria-expanded='false'] .accordion-chevron{transform:rotate(-90deg)}.accordion-panel{padding:0 1.5rem 1.25rem;font-size:.875rem;line-height:1.65;color:var(--muted-foreground)}.accordion-panel p{max-width:65ch}#contacto .section-head{margin-bottom:2rem}.btn-icon{display:inline-flex;margin-right:.5rem;font-size:1.15rem}.location-split{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width:768px){.location-split{grid-template-columns:18rem 1fr;gap:2.5rem}}.location-card{font-style:normal}.location-line{display:flex;gap:.75rem;font-size:.9375rem;line-height:1.6;color:var(--muted-foreground)}.location-line+.location-line{margin-top:.75rem}.location-line--address{color:var(--foreground)}.location-line a{color:inherit;text-decoration:none}.location-line a:hover{text-decoration:underline}.location-icon{flex-shrink:0;margin-top:.2rem;font-size:1rem;color:var(--accent)}.location-maps-link{display:inline-block;margin-top:1.5rem;font-size:.875rem;font-weight:600;color:var(--accent);text-decoration:underline;text-underline-offset:.25em}.location-map{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-xl)}.location-map iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.site-header{position:sticky;top:0;z-index:40;height:5rem;border-bottom:1px solid var(--border);background-color:color-mix(in oklab,var(--background),transparent 20%);backdrop-filter:blur(8px)}.site-header .nav{display:flex;align-items:center;justify-content:space-between;height:100%}.brand{display:inline-flex;align-items:center;gap:.625rem;font-family:var(--font-display);font-size:1.125rem;font-weight:900;letter-spacing:-.01em;text-transform:uppercase;color:var(--foreground);transition:color 0.15s ease-out}.brand:hover{color:var(--accent)}.brand-logo{width:2rem;height:2rem;flex-shrink:0}.nav-links{display:none;gap:.25rem}.nav-links a{padding:.4375rem .75rem;border-radius:var(--radius-md);font-size:.875rem;color:var(--muted-foreground);transition:color 0.15s ease-out}.nav-links a:hover{color:var(--foreground)}.nav-links a.is-active,.mobile-menu a:not(.btn).is-active{background-color:var(--accent-bright);color:var(--accent-bright-foreground)}.nav-links a.is-active:hover,.mobile-menu a:not(.btn).is-active:hover{color:var(--accent-bright-foreground)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;font-size:1.25rem;border:1px solid #fff0;border-radius:var(--radius-md);background:#fff0;color:var(--foreground);cursor:pointer}.icon-btn:hover:not([disabled]){background-color:var(--muted)}.icon-btn[disabled]{cursor:default}.nav-toggle{display:inline-flex}.mobile-menu{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;gap:.5rem;padding:1rem;max-height:calc(100dvh - 5rem);overflow-y:auto;border-bottom:1px solid var(--border);background-color:color-mix(in oklab,var(--background),transparent 5%);backdrop-filter:blur(8px)}.mobile-menu[hidden]{display:none}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu a:not(.btn){display:block;padding:.5rem .75rem;border-radius:var(--radius-md);font-size:.875rem;color:var(--muted-foreground)}@media (min-width:768px){.nav-links{display:flex}.nav-toggle{display:none}.mobile-menu{display:none}}.site-footer{border-top:1px solid var(--border);background-color:var(--background);padding-block:3rem}.footer-top{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}@media (min-width:640px){.footer-top{flex-direction:row;align-items:flex-start;justify-content:space-between;text-align:left}}.footer-brand-name{display:inline-flex;align-items:center;gap:.625rem;font-family:var(--font-display);font-size:1.125rem;font-weight:900;letter-spacing:-.01em;color:var(--foreground)}.footer-tagline{margin-top:.25rem;font-size:.875rem;color:var(--muted-foreground)}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem}.footer-nav a{font-size:.875rem;color:var(--muted-foreground);transition:color 0.15s ease-out}.footer-nav a:hover{color:var(--foreground)}.footer-divider{height:0;margin-block:2rem;border:0;border-top:1px solid var(--border)}.footer-copy{font-size:.875rem;text-align:center;color:var(--muted-foreground)}.wa-fab{position:fixed;right:1.5rem;bottom:1.5rem;z-index:30;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;font-size:1.5rem;border-radius:9999px;background-color:#25d366;color:#fff;box-shadow:0 10px 15px -3px rgb(0 0 0 / .2),0 4px 6px -4px rgb(0 0 0 / .2);transition:background-color 0.15s ease-out}.wa-fab:hover{background-color:#1ebe5d}.wa-fab:focus-visible{outline:2px solid #25d366;outline-offset:2px}.wa-fab .icon{width:1em;height:1em}.hero{position:relative;isolation:isolate;display:flex;align-items:center;min-height:min(88vh, 44rem);padding-block:7rem 4rem;overflow:hidden;--foreground:#ffffff;--muted-foreground:#d3d7dd;--accent:var(--accent-bright);--accent-foreground:var(--accent-bright-foreground);--border:rgba(255, 255, 255, 0.3);background-color:#16181c;color:var(--foreground)}.hero__media{position:absolute;inset:0;z-index:-1;background-image:var(--hero-image);background-size:cover;background-position:center 40%}.hero__media::after{content:'';position:absolute;inset:0;background:linear-gradient(100deg,rgba(11,12,15,calc(var(--hero-overlay, 0.72) + 0.18)) 0%,rgba(11,12,15,var(--hero-overlay,.72)) 48%,rgba(11,12,15,calc(var(--hero-overlay, 0.72) * 0.5)) 100%)}.hero__inner{max-width:48rem}.hero .lead,.hero .display-xl{margin-inline:0}.hero .btn-group{justify-content:flex-start}.hero .btn--outline{background-color:rgb(255 255 255 / .06);backdrop-filter:blur(2px)}.hero .btn--outline:hover{background-color:rgb(255 255 255 / .16)}.hero .eyebrow{display:inline-flex;align-items:center;gap:.75rem}.hero .eyebrow::before{content:'';width:2.5rem;height:2px;background-color:var(--accent)}.hero__highlights{display:flex;flex-wrap:wrap;gap:.75rem 2rem;margin:2.5rem 0 0;padding-top:1.5rem;border-top:1px solid var(--border);list-style:none;font-size:.9375rem;color:var(--muted-foreground)}.hero__highlights li{display:flex;align-items:center;gap:.625rem}.hero__highlights li::before{content:'';flex:none;width:.4rem;height:.4rem;background-color:var(--accent);transform:rotate(45deg)}.section--photo{position:relative;isolation:isolate;background-color:#16181c;--foreground:#ffffff;--muted-foreground:#c8cdd4;--surface:rgba(255, 255, 255, 0.07);--surface-foreground:#ffffff;--card:rgba(255, 255, 255, 0.07);--card-foreground:#ffffff;--accent:var(--accent-bright);--accent-foreground:var(--accent-bright-foreground);--border:rgba(255, 255, 255, 0.16);color:var(--foreground)}.section--photo .card{backdrop-filter:blur(6px)}.section--photo::before{content:'';position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgb(14 16 19 / .9),rgb(14 16 19 / .94)),url(/user/themes/freelo/images/pared-herramientas.jpg);background-size:cover;background-position:center}.rubro-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:640px){.rubro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.rubro-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.rubro{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background-color:var(--card)}.rubro__media{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;filter:saturate(.9);transition:transform 0.4s ease}.rubro:hover .rubro__media{transform:scale(1.04)}.rubro__body{flex:1;padding:1.25rem 1.25rem 1.5rem;border-top:3px solid var(--accent)}.rubro__title{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--card-foreground)}.rubro__text{margin:0;font-size:.9375rem;line-height:1.6;color:var(--muted-foreground)}.rubro-note{max-width:46rem;margin:2.5rem auto 0;text-align:center;font-size:.9375rem;color:var(--muted-foreground)}@media (prefers-reduced-motion:reduce){.rubro__media,.rubro:hover .rubro__media{transition:none;transform:none}}.notices{padding:1px 1px 1px 30px;margin:15px 0}.notices.yellow{border-left:10px solid #f0ad4e;background:#fcf8f2;color:#df8a13}.notices.red{border-left:10px solid #d9534f;background:#fdf7f7;color:#b52b27}.notices.blue{border-left:10px solid #5bc0de;background:#f4f8fa;color:#28a1c5}.notices.green{border-left:10px solid #5cb85c;background:#f1f9f1;color:#3d8b3d}﻿.form-group.has-errors{background:rgb(255 0 0 / .05);border:1px solid rgb(255 0 0 / .2);border-radius:3px;margin:0 -5px;padding:0 5px}.form-errors{color:#b52b27}.form-honeybear{display:none;position:absolute!important;height:1px;width:1px;overflow:hidden;clip-path:rect(0,1px,1px,0)}.form-errors p{margin:0}.form-input-file input{display:none}.form-input-file .dz-default.dz-message{position:absolute;text-align:center;left:0;right:0;top:50%;transform:translateY(-50%);margin:0}.form-input-file.dropzone{position:relative;min-height:70px;border-radius:3px;margin-bottom:.85rem;border:2px dashed #ccc;color:#aaa;padding:.5rem}.form-input-file.dropzone .dz-preview{margin:.5rem}.form-input-file.dropzone .dz-preview:hover{z-index:2}.form-input-file.dropzone .dz-preview .dz-image img{margin:0}.form-input-file.dropzone .dz-preview .dz-remove{font-size:16px;position:absolute;top:3px;right:3px;display:inline-flex;height:20px;width:20px;background-color:red;justify-content:center;align-items:center;color:#fff;font-weight:700;border-radius:50%;cursor:pointer;z-index:20}.form-input-file.dropzone .dz-preview .dz-remove:hover{background-color:darkred;text-decoration:none}.form-input-file.dropzone .dz-preview .dz-error-message{min-width:140px;width:auto}.form-input-file.dropzone .dz-preview .dz-image,.form-input-file.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:3px;z-index:1}.filepond--root.form-input{min-height:7rem;height:auto;overflow:hidden;border:0}.form-tabs .tabs-nav{display:flex;padding-top:1px;margin-bottom:-1px}.form-tabs .tabs-nav a{flex:1;transition:color .5s ease,background .5s ease;cursor:pointer;text-align:center;padding:10px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ccc;border-radius:5px 5px 0 0}.form-tabs .tabs-nav a.active{border:1px solid #ccc;border-bottom:1px solid #fff0;margin:0 -1px}.form-tabs .tabs-nav a.active span{color:#000}.form-tabs .tabs-nav span{display:inline-block;line-height:1.1}.form-tabs.subtle .tabs-nav{margin-right:0!important}.form-tabs .tabs-content .tab__content{display:none;padding-top:2rem}.form-tabs .tabs-content .tab__content.active{display:block}.checkboxes{display:inline-block}.checkboxes label{display:inline;cursor:pointer;position:relative;padding:0 0 0 20px;margin-right:15px}.checkboxes label:before{content:"";display:inline-block;width:20px;height:20px;left:0;margin-top:0;margin-right:10px;position:absolute;border-radius:3px;border:1px solid #e6e6e6}.checkboxes input[type=checkbox]{display:none}.checkboxes input[type=checkbox]:checked+label:before{content:"✓";font-size:20px;line-height:1;text-align:center}.checkboxes.toggleable label{margin-right:0}.form-field-toggleable .checkboxes.toggleable{margin-right:5px;vertical-align:middle}.form-field-toggleable .checkboxes+label{display:inline-block}.switch-toggle{display:inline-flex;overflow:hidden;border-radius:3px;line-height:35px;border:1px solid #ccc}.switch-toggle input[type=radio]{position:absolute;visibility:hidden;display:none}.switch-toggle label{display:inline-block;cursor:pointer;padding:0 15px;margin:0;white-space:nowrap;color:inherit;transition:background-color .5s ease}.switch-toggle input.highlight:checked+label{background:#333;color:#fff}.switch-toggle input:checked+label{color:#fff;background:#999}.signature-pad{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:10px;width:100%;height:100%;max-width:700px;max-height:460px;border:1px solid #f0f0f0;background-color:#fff;padding:16px}.signature-pad--body{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #f6f6f6;min-height:100px}.signature-pad--body canvas{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:4px;box-shadow:0 0 5px rgb(0 0 0 / .02) inset}.signature-pad--footer{color:#c3c3c3;text-align:center;font-size:1.2em}.signature-pad--actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px}[data-grav-field=array] .form-row{display:flex;align-items:center;margin-bottom:.5rem}[data-grav-field=array] .form-row>input,[data-grav-field=array] .form-row>textarea{margin:0 .5rem;display:inline-block}.form-data.basic-captcha .form-input-wrapper{border:1px solid #ccc;border-radius:5px;display:flex;overflow:hidden}.form-data.basic-captcha .form-input-prepend{display:flex;color:#333;background-color:#ccc;flex-shrink:0}.form-data.basic-captcha .form-input-prepend img{margin:0}.form-data.basic-captcha .form-input-prepend button>svg{margin:0 8px;width:18px;height:18px}.form-data.basic-captcha input.form-input{border:0}#grav-login{max-width:30rem;margin:5rem auto;background:#fcfcfc;border:4px solid #eee;border-radius:4px;padding:1rem 3rem 3rem 3rem;text-align:center}#grav-login .form-actions{text-align:right}#grav-logout{position:absolute;bottom:5px;right:5px}.alert.info{color:#27ae60}.alert.error{color:#e74c3c}#grav-login p{font-size:small;margin:1rem 0;padding:0;text-align:center}#grav-login .form-actions p{margin-bottom:0}#grav-login .button{vertical-align:middle}#grav-login .delimiter{display:block;font-size:1.6rem;letter-spacing:1px;line-height:1.6rem;position:relative;text-transform:uppercase;margin:1rem 0}#grav-login .delimiter::after,#grav-login .delimiter::before{background-color:#777;content:"";height:1px;position:absolute;top:.8rem;width:40%}#grav-login .delimiter::before{background-image:linear-gradient(to right,#777777,#ffffff);left:0}#grav-login .delimiter::after{background-image:linear-gradient(to left,#777777,#ffffff);right:0}#grav-login .rememberme{display:inline-block;float:left;padding:7px 0;vertical-align:middle}#grav-login .rememberme label{font-weight:inherit;display:inline}.login-status{white-space:nowrap;vertical-align:middle}