@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--color-background-light:#eaecee;--color-text-light:#212121;--color-section-light:#e0e0e0;--color-main-light:#f4f6f7;--color-header-light:var(--color-header-dark);--color-footer-light:var(--color-footer-dark);--color-background-dark:#1a1a1a;--color-text-dark:#f4f4f4;--color-section-dark:#2a2a2a;--color-main-dark:#1f1f1f;--color-header-dark:#121212;--color-footer-dark:#121212;--color-menu-dark:#2a2a2a;--border-radius:8px;--spacing-small:10px;--spacing-medium:20px;--spacing-large:40px;--grey-555:#555}body.light{--color-background:var(--color-background-light);--color-text:var(--color-text-light);--color-section:var(--color-section-light);--color-main:var(--color-main-light);--color-header:var(--color-header-light);--color-footer:var(--color-footer-light)}body.dark{--color-background:var(--color-background-dark);--color-text:var(--color-text-dark);--color-section:var(--color-section-dark);--color-main:var(--color-main-dark);--color-header:var(--color-header-dark);--color-footer:var(--color-footer-dark)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-background);color:var(--color-text);font-family:Inter,sans-serif;line-height:1.6;margin:0;text-shadow:.5px .5px 1px #00000080;transition:background-color .3s,color .3s}body.dark{text-shadow:.5px .5px 1px #ffffff4d}section{background-color:var(--color-section);box-shadow:0 12px 24px #00000040,0 0 0 1px #0000000d;margin-bottom:40px;margin-bottom:var(--spacing-large);padding:40px;padding:var(--spacing-large)}main,section{border-radius:8px;border-radius:var(--border-radius)}main{background-color:var(--color-main);box-shadow:inset 0 0 10px #0000000d;box-sizing:border-box;flex-grow:1;margin:0 auto;max-width:1200px;padding:0 20px 20px;padding:0 var(--spacing-medium) var(--spacing-medium) var(--spacing-medium);width:100%}.dante-embed-icon{background-color:#51bba2!important;border:8px solid #51bba2!important;border-radius:8px!important;bottom:16px!important;box-shadow:0 8px 16px #0006!important;box-sizing:border-box!important;height:60px!important;right:16px!important;width:60px!important}.dante-embed-icon img{height:100%!important;object-fit:contain;width:100%!important}@media (max-width:600px){.dante-embed-icon{height:50px!important;width:50px!important}}.Header{align-items:center;display:flex;font-size:.8em;justify-content:space-between;padding:.5em 1em;position:relative}.Header.dark{background-color:var(--color-header-dark)}.Header.light{background-color:var(--color-header-light)}.header-content{align-items:center;display:flex;justify-content:flex-end;width:100%}.header-logo{height:3.5em}.menu-icon{cursor:pointer;display:flex;flex-direction:column;gap:4px;order:2}.menu-icon-bar{background-color:#51bba2;height:3px;transition:all .3s;width:25px}.menu{background-color:var(--color-menu-dark);border:1px solid #444;border-radius:5px;padding:.5em;position:absolute;right:1em;top:4.5em;z-index:100}.menu-item{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:8px 16px}.menu-item a,.menu-item span{color:#51bba2;font-family:Press Start\ 2P,cursive;text-decoration:none;text-shadow:1px 1px 2px #0000001a;text-transform:uppercase;transition:color .3s ease}body.dark .menu-item a,body.dark .menu-item span{text-shadow:1px 1px 2px #fff3}.menu-item a:hover,.menu-item span:hover{color:#68c7b1}.theme-switch-wrapper{cursor:pointer;margin-left:auto;margin-right:.5em;order:1}.theme-switch{background-color:var(--grey-555);border-radius:.75em;height:1.5em;position:relative;transition:background-color .3s;width:3em}.theme-switch.light{background-color:#68c7b1}.theme-switch-handle{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:1.25em;justify-content:center;left:.125em;position:absolute;top:.125em;transition:transform .3s;width:1.25em}.theme-switch.dark .theme-switch-handle{transform:translateX(1.5em)}.theme-switch-handle svg{color:var(--grey-555);height:1em;transition:color .3s;width:1em}.theme-switch.light .theme-switch-handle svg{color:#51bba2}@media (max-width:600px){.Header{font-size:.7em;padding:.25em .5em}.header-logo{height:2.5em}.menu{top:3.5em}}.floating-button{align-items:center;background-color:#51bba2;border:8px solid #51bba2!important;border-radius:8px;bottom:86px!important;box-shadow:0 8px 16px #0006;box-sizing:border-box!important;cursor:pointer;display:flex;height:60px!important;justify-content:center;position:fixed;right:16px!important;transition:background-color .3s,transform .3s;width:60px!important;z-index:1001}.floating-button:hover{background-color:#41a08a;transform:scale(1.1)}.floating-button-no-hover{align-items:center;background-color:#51bba2;border:8px solid #51bba2!important;border-radius:8px;bottom:86px!important;box-shadow:0 8px 16px #0006;box-sizing:border-box!important;cursor:pointer;display:flex;height:60px!important;justify-content:center;position:fixed;right:16px!important;width:60px!important;z-index:1001}.floating-button-no-hover:hover{background-color:#51bba2;transform:scale(1.1)}.floating-button svg{height:30px;width:30px}@media (max-width:600px){.floating-button,.floating-button-no-hover{bottom:82px!important;height:50px!important;width:50px!important}.floating-button svg{height:25px;width:25px}}.form-modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.form-modal{background-color:var(--color-section);border-radius:8px;color:var(--color-text);max-width:500px;padding:30px;position:relative;width:90%}.form-modal h2{align-items:center;color:#51bba2;display:flex;font-family:Press Start\ 2P,cursive;justify-content:center;margin-top:0;text-shadow:1px 1px 2px #0000001a}.contact-form-favicon{height:1.2em;margin-right:10px;vertical-align:middle}.form-modal.dark h2{text-shadow:1px 1px 2px #fff3}.close-button{background:none;border:none;cursor:pointer;font-size:24px;position:absolute;right:15px;top:15px}.form-modal form{display:flex;flex-direction:column}.form-modal label{margin-bottom:5px;text-align:left;text-shadow:.5px .5px 1px #0000001a}.form-modal.dark label{text-shadow:.5px .5px 1px #ffffff1a}.form-modal input,.form-modal textarea{border:1px solid #ccc;border-radius:5px;font-size:1rem;margin-bottom:15px;padding:10px;text-shadow:.5px .5px 1px #0000001a}.form-modal.dark input,.form-modal.dark textarea{background-color:var(--grey-555);border-color:#777;color:var(--text-color-dark);text-shadow:.5px .5px 1px #ffffff1a}.form-modal button{background-color:var(--primary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:20px;padding:12px 20px;text-shadow:.5px .5px 1px #0000001a;transition:background-color .3s}.form-modal.dark button{text-shadow:.5px .5px 1px #ffffff1a}.form-modal button:hover{background-color:#41a08a}.form-success-message{font-size:1.2rem;padding:40px;text-align:center}.g-recaptcha-container{margin:15px auto 40px}.Footer{font-size:8.4px;margin-top:var(--spacing-large);padding:10px 20px}.Footer.dark{background-color:var(--color-footer-dark)}.Footer.light{background-color:var(--color-footer-light)}.footer-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 auto;max-width:1200px;padding-right:100px}.footer-logo-container{align-items:center;display:flex;margin-right:20px}.footer-text-container{display:flex;flex-direction:column;justify-content:center}.footer-content p{color:#888;margin:1px 0;text-shadow:none}.footer-logo{height:35px;width:auto}@media (max-width:600px){.footer-content{align-items:center;flex-direction:column}.footer-logo-container{margin-bottom:10px;margin-right:0}.footer-text-container{text-align:center}}.page-section{background-color:var(--color-section);border-radius:8px;box-shadow:0 6px 12px #00000026,0 0 0 1px #0000000d;margin-bottom:40px;padding:40px}.page-title{color:#51bba2;font-size:2.5em;margin-bottom:20px;text-shadow:.5px .5px 1px #0000001a}body.dark .page-title{text-shadow:.5px .5px 1px #ffffff1a}.hero-subtitle{color:var(--color-text);font-size:.72em;font-weight:400;line-height:1.6;text-align:center;text-shadow:.5px .5px 1px #0000004d}body.dark .hero-subtitle{text-shadow:.5px .5px 1px #ffffff4d}.features-grid,.services-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:600px){.features-grid,.services-grid{grid-template-columns:repeat(2,1fr)}}.feature-box,.service-box{border:2px solid #68c7b1;border-radius:16px;box-shadow:0 8px 16px #0003,0 0 0 1px #00000014;padding:25px;transform:translateY(0);transition:all .3s ease}.dark .feature-box,.dark .service-box{box-shadow:0 6px 12px #0006,0 0 0 1px #ffffff0d}.light .feature-box,.light .service-box{background-color:#e8f5e9!important}.dark .feature-box,.dark .service-box{background-color:#3a3a3a}.feature-box:hover,.service-box:hover{transform:translateY(-5px)}.feature-box{cursor:default}.service-box{cursor:pointer}.feature-box-title,.service-box-title{color:#51bba2;font-family:Press Start\ 2P,cursive;font-size:1.4em;margin-bottom:10px;text-shadow:1px 1px 2px #0000001a;word-break:break-word}body.dark .feature-box-title,body.dark .service-box-title{text-shadow:1px 1px 2px #fff3}.feature-box-text,.service-box-text{font-size:.95em;line-height:1.5;text-shadow:.5px .5px 1px #0000004d}body.dark .service-box-text{text-shadow:.5px .5px 1px #00000080}.service-box-image{border-radius:15px;box-shadow:0 4px 8px #0003;filter:grayscale(100%) sepia(54.4%) hue-rotate(100deg) saturate(163.2%) brightness(80%);height:auto;margin-top:10px;opacity:.85;width:100%}.contact-section-title{color:#51bba2;font-size:2em;margin-bottom:20px;text-shadow:.5px .5px 1px #0000001a}body.dark .contact-section-title{text-shadow:.5px .5px 1px #ffffff1a}.contact-section-text{font-size:1.1em;text-shadow:.5px .5px 1px #0000001a}body.dark .contact-section-text{text-shadow:.5px .5px 1px #ffffff1a}@media (max-width:768px){.page-section{margin-bottom:20px;padding:20px}.page-title{font-size:2em}.page-subtitle{font-size:1.1em}.feature-box,.service-box{padding:20px}.feature-box-title,.service-box-title{font-size:.8em}.feature-box-text,.service-box-text{font-size:.9em}.contact-section-title{font-size:1.8em}.contact-section-text{font-size:1em}}.white-text{color:#fff;font-size:1.8em}.largest-header{color:#51bba2;font-family:Press Start\ 2P,cursive;font-size:3.15em;text-align:center;text-shadow:2px 2px 4px #0006;word-break:break-word}body.dark .largest-header{text-shadow:2px 2px 4px #ffffff4d}@media (max-width:768px){.largest-header{font-size:1.2em}}.subheader-center{color:var(--color-text);font-size:1.1em;font-weight:400;line-height:1.6;text-align:center;text-shadow:.5px .5px 1px #0000004d}body.dark .subheader-center{text-shadow:.5px .5px 1px #ffffff4d}.header-background-section{align-items:center;background-position:50%;background-size:cover;box-shadow:0 10px 20px #00000080,0 -10px 20px #00000080;display:flex;justify-content:center;margin-left:calc(-50vw + 50%);margin-top:0;min-height:350px;overflow:hidden;padding:0;position:relative;width:100vw}.hero-image-container{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;width:100%}.hero-image-container img{filter:grayscale(100%) sepia(54.4%) hue-rotate(100deg) saturate(163.2%) brightness(80%);height:100%;object-fit:cover;width:100%}.header-background-section .largest-header,.header-background-section .subheader-center{color:#fff;position:relative;z-index:1}.bordered-header{border:2px solid #0000;margin:0 10px;padding:20px}.image-row-container{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:20px;margin-top:20px}.image-row-container .service-box-image{height:auto;max-width:45%}.single-column-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}.two-column-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));width:100%}.company-logos-grid{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));justify-items:center}.company-logo-item{align-items:center;display:flex;justify-content:center;padding:5px}.company-logo-image{filter:grayscale(100%);height:30px;max-width:100%;transition:filter .3s ease-in-out}.company-logo-image:hover{filter:grayscale(0)}.service-box-full-width{grid-column:1/-1;text-align:center}.service-box-three-column{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));width:100%}
/*# sourceMappingURL=main.b2d5b8dc.css.map*/