.svelte-17atdne{font-family:Goodly-Semibold}.navbar-indicator.svelte-17atdne{position:fixed;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#0c5850,transparent);opacity:.5;transition:all .3s ease;z-index:1001;pointer-events:none}.navigation.svelte-17atdne{max-height:10vh;display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;position:fixed;top:0;left:0;right:0;width:100%;box-sizing:border-box;background-color:#ffffffb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;box-shadow:0 2px 10px #0000001a;overflow-x:hidden;opacity:1;transform:translateY(0)}@media screen and (max-width: 75em){.navigation.svelte-17atdne{background-color:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}@media screen and (max-width: 37.5em){.navigation.svelte-17atdne{padding:1rem 1.5rem;background-color:#ffffff80;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}}.menu.svelte-17atdne{display:flex;align-items:center;justify-content:center;gap:3rem;font-size:2.5rem}@media screen and (max-width: 56.25em){.menu.svelte-17atdne{gap:1.5rem;font-size:2rem}}@media screen and (max-width: 37.5em){.menu.svelte-17atdne{display:none}}.menu.svelte-17atdne a:where(.svelte-17atdne){text-decoration:none;color:#0c5850;border-right:3px solid #0c5850;padding-right:1.8rem;height:3rem}.menu.svelte-17atdne a:where(.svelte-17atdne):nth-child(4){border-right:0;padding-right:1.8rem}@media screen and (max-width: 56.25em){.menu.svelte-17atdne a:where(.svelte-17atdne):nth-child(1){padding-right:1.2rem}}@media screen and (max-width: 37.5em){.menu.svelte-17atdne a:where(.svelte-17atdne):nth-child(1){padding-right:.8rem}}.logo.svelte-17atdne{max-width:30rem}@media screen and (max-width: 56.25em){.logo.svelte-17atdne{max-width:20rem}}@media screen and (max-width: 37.5em){.logo.svelte-17atdne{max-width:13rem}}.logo.svelte-17atdne img:where(.svelte-17atdne){width:100%;height:auto;display:block}.logo.svelte-17atdne a:where(.svelte-17atdne){display:block;text-decoration:none}.arrow-button.svelte-17atdne{position:absolute;bottom:-25px;left:50%;transform:translate(-50%);background-color:#00000080;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:1001;transition:background-color .3s}.arrow-button.svelte-17atdne:hover{background-color:#000000b3}.arrow-button.svelte-17atdne svg:where(.svelte-17atdne){stroke:#aaf2e7}.hamburger-button.svelte-17atdne{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1003;position:fixed;top:1.5rem;right:1.5rem;width:30px;height:24px}@media screen and (max-width: 37.5em){.hamburger-button.svelte-17atdne{display:flex;flex-direction:column;justify-content:space-between}}.hamburger-line.svelte-17atdne{width:100%;height:3px;background-color:#0c5850;transition:all .3s ease;position:absolute;left:0}.hamburger-line.svelte-17atdne:nth-child(1){top:0}.hamburger-line.svelte-17atdne:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger-line.svelte-17atdne:nth-child(3){bottom:0}.hamburger-button.is-open.svelte-17atdne .hamburger-line:where(.svelte-17atdne):nth-child(1){transform:translateY(10.5px) rotate(45deg);background-color:#0c5850}.hamburger-button.is-open.svelte-17atdne .hamburger-line:where(.svelte-17atdne):nth-child(2){opacity:0}.hamburger-button.is-open.svelte-17atdne .hamburger-line:where(.svelte-17atdne):nth-child(3){transform:translateY(-10.5px) rotate(-45deg);background-color:#0c5850}.mobile-menu.svelte-17atdne{position:fixed;top:0;right:0;width:100%;height:auto;background-color:#ebd4c6d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1002;transform:translate(100%);box-shadow:0 8px 24px 2px #00000040;border-bottom-left-radius:10px}.mobile-menu-content.svelte-17atdne{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:auto;gap:2rem;padding:9vh 2rem;box-sizing:border-box}.mobile-menu-content.svelte-17atdne a:where(.svelte-17atdne){font-size:2.5rem;color:#0c5850;text-decoration:none;text-align:center;width:100%;padding:1rem;border-bottom:2px solid #0c5850;transition:all .3s ease}.mobile-menu-content.svelte-17atdne a:where(.svelte-17atdne):hover{background-color:#0c58501a}.mobile-menu-content.svelte-17atdne a:where(.svelte-17atdne):last-child{border-bottom:none}@media screen and (max-width: 37.5em){.mobile-menu-content.svelte-17atdne{padding:9vh 1.5rem}.mobile-menu-content.svelte-17atdne a:where(.svelte-17atdne){font-size:2rem}}.scroll-indicator.svelte-1lqvk5p{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:6rem;height:6rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#0000001a;color:var(--text-color, #000000);font-size:3rem;opacity:1;transition:opacity .3s ease;animation:svelte-1lqvk5p-bounce 1.5s infinite;pointer-events:none;z-index:1000}@keyframes svelte-1lqvk5p-bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.scroll-indicator.visible.svelte-1lqvk5p{opacity:.2}.header.svelte-1bxsw8s{position:relative;width:100%;height:100vh;background:#ebd4c6;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(124,34,133,.5) transparent}.header-box.svelte-1bxsw8s{position:relative;width:100%;height:100%}.background-box.svelte-1bxsw8s{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden;background:#ebd4c6}.hero-content.svelte-1bxsw8s{position:relative;width:100%;height:100%;opacity:0;transition:opacity .15s ease}.hero-content.visible.svelte-1bxsw8s{opacity:1}.video-content.svelte-1bxsw8s{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.text-mask.svelte-1bxsw8s{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.mask-text{fill:#000;font-family:Goodly-Bold,sans-serif;text-transform:lowercase}.mask-text-analyze{font-size:6rem}.mask-text-for{font-size:3rem}.mask-text-seafood{font-size:15rem}.mask-text-insight{font-size:10rem}.original-text-container.svelte-1bxsw8s{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:-1}.char.svelte-1bxsw8s{display:inline-block;transform-origin:50% 100%;position:relative;will-change:transform}@media only screen and (max-width: 75em){.mask-text-analyze{font-size:5rem}.mask-text-seafood{font-size:11rem}.mask-text-insight{font-size:8rem}}@media only screen and (max-width: 56.25em){.mask-text-analyze{font-size:5rem}.mask-text-seafood{font-size:10rem}.mask-text-insight{font-size:7rem}}@media only screen and (max-width: 37.5em){.mask-text-analyze{font-size:4.5rem}.mask-text-seafood{font-size:8rem}.mask-text-for{font-size:1.25rem}.mask-text-insight{font-size:6rem}}@media only screen and (max-width: 28.125em){.mask-text-analyze{font-size:2.5rem}.mask-text-seafood{font-size:6rem}.mask-text-insight{font-size:4.5rem}}.loading-spinner-container.svelte-1bxsw8s{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:50;background:#ebd4c6}.loading-dots.svelte-1bxsw8s{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:15px}.dot.svelte-1bxsw8s{width:20px;height:20px;border-radius:50%;background-color:#0c5850}.dot-1.svelte-1bxsw8s{animation:svelte-1bxsw8s-dotPulse 1.5s infinite}.dot-2.svelte-1bxsw8s{animation:svelte-1bxsw8s-dotPulse 1.5s infinite .5s}.dot-3.svelte-1bxsw8s{animation:svelte-1bxsw8s-dotPulse 1.5s infinite 1s}@keyframes svelte-1bxsw8s-dotPulse{0%{opacity:.2;transform:scale(1)}20%{opacity:1;transform:scale(1.5)}50%,to{opacity:.2;transform:scale(1)}}.svelte-rrjof1{font-family:Goodly-Regular}.about-section.svelte-rrjof1{height:100vh;width:100%;position:relative;overflow:hidden}.fixed-background.svelte-rrjof1{position:absolute;top:0;left:0;width:110%;height:102%;background-image:url(./adriaFishBg.BjAAc722.webp);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.scrollable-content.svelte-rrjof1{position:relative;height:100%;width:100%;overflow-y:auto;z-index:2;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(124,34,133,.5) transparent;display:flex;flex-direction:column;overscroll-behavior-y:contain}.header.svelte-rrjof1{padding:12vh 9vw 0vh}.scrollable-content.svelte-rrjof1::-webkit-scrollbar{width:6px}.scrollable-content.svelte-rrjof1::-webkit-scrollbar-track{background:transparent}.scrollable-content.svelte-rrjof1::-webkit-scrollbar-thumb{background-color:#7c228580;border-radius:3px}.content.svelte-rrjof1{flex:1;display:flex;flex-direction:column}.text-content.svelte-rrjof1{padding:0 9vw;margin-right:25%;display:flex;flex-direction:column;gap:1rem}.profile-main-box.svelte-rrjof1{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;padding:0 9vw}.profile-box.svelte-rrjof1{height:20vw;width:20vw;max-height:20vw;max-width:20vw;min-height:100px;min-width:100px;border-radius:100%;box-shadow:0 0 3rem .5rem #00000080}.profile-img.svelte-rrjof1{height:100%;width:100%;border-radius:100%}.profile-text-box.svelte-rrjof1{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.profile-name-box.svelte-rrjof1{background-color:#f0f0f080;padding:.6rem 1rem;border-radius:1rem;box-shadow:0 0 20px #00000080}.profile-title-box.svelte-rrjof1{background-color:#f0f0f080;padding:.6rem 1rem;border-radius:1rem;margin-left:8rem;margin-top:.5rem;box-shadow:0 0 20px #00000080}.profile-name.svelte-rrjof1{color:#0c5850;font-size:4rem;font-weight:400;margin:0}.profile-title.svelte-rrjof1{color:#0c5850;font-size:1.6rem;font-weight:400;margin:0}.title.svelte-rrjof1{font-family:Goodly-Semibold;font-size:10vw;font-weight:900;margin:0;color:#0c5850}.title-description.svelte-rrjof1{font-family:Prelude-Regular;font-size:1.6rem;font-weight:400;max-width:40%;margin-left:8vw;background-color:#f0f0f080;padding:1rem 2rem;border-radius:1rem;box-shadow:0 0 20px #00000080}.about-text-box.svelte-rrjof1{background-color:#f0f0f08c;padding:1rem 2rem;border-radius:1rem;box-shadow:0 0 20px #00000080;margin-bottom:2rem}.about-text.svelte-rrjof1{font-family:Prelude-regular;font-size:1.2rem;font-weight:400;margin:0}.scroll-spacer.svelte-rrjof1{height:5vh;flex-shrink:0}@media only screen and (max-width: 56.25em){.header.svelte-rrjof1{padding:12vh 30% 0 5vw}.text-content.svelte-rrjof1{margin-right:0%;display:flex;flex-direction:column;gap:1rem}.profile-main-box.svelte-rrjof1{flex-direction:column;align-items:center;margin-bottom:2rem;padding:0 9vw}.profile-title-box.svelte-rrjof1{margin-left:0;margin-top:.5rem;margin-bottom:2rem}.profile-box.svelte-rrjof1{margin-left:25rem;height:40vw;width:40vw;max-height:40vw;max-width:40vw;min-height:100px;min-width:100px}.profile-text-box.svelte-rrjof1{margin-right:20rem}.profile-name.svelte-rrjof1{font-size:3.5rem}.profile-title.svelte-rrjof1{font-size:2rem}.title.svelte-rrjof1{font-size:4rem}.title-description.svelte-rrjof1{max-width:90%;font-size:1.5rem}.about-text-box.svelte-rrjof1{margin-right:30%}.about-text.svelte-rrjof1{font-size:1.4rem}}@media only screen and (max-width: 37.5em){.title.svelte-rrjof1{font-size:4rem}.title-description.svelte-rrjof1{font-size:1.2rem}.profile-name.svelte-rrjof1{font-size:2.5rem}.profile-text-box.svelte-rrjof1{margin-right:10rem}.profile-title.svelte-rrjof1{font-size:1.4rem}.profile-box.svelte-rrjof1{margin-left:15rem}.about-text-box.svelte-rrjof1{margin-right:20%;margin-bottom:1rem}.about-text.svelte-rrjof1{font-size:1rem}}.svelte-zku20l{font-family:Goodly-Regular}.services-section.svelte-zku20l{height:100vh;width:100%;position:relative;overflow:hidden}.service-box-container.svelte-zku20l{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;position:relative;margin-bottom:4rem}.fixed-background.svelte-zku20l{position:absolute;top:0;left:0;width:150%;height:100%;background-image:url(./drawingsBG.CTeLJTTY.webp);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;opacity:.8}.title.svelte-zku20l{font-size:10vw;color:#0c5850}.subtitle.svelte-zku20l{font-size:3rem;font-weight:700;text-transform:uppercase;color:#0c5850}.services-container.svelte-zku20l{width:75%;margin:0 auto;padding:15vh 0 2rem 0;min-height:110vh}.service-box.svelte-zku20l{display:flex;justify-self:center;flex-direction:column;justify-content:space-evenly;align-items:center;background-color:#eb7c63;height:32rem;width:32rem;padding:2rem 5rem;text-align:center;border-radius:50%;box-shadow:0 1.5rem 4rem #0000003d;transition:transform .3s;z-index:2}.line-box.svelte-zku20l{display:flex;align-items:flex-end;width:50%;position:relative}.line.svelte-zku20l{height:50%;width:100%;display:flex;border-bottom:4px solid #eb7c63;text-align:right;position:relative}.line-box-left.svelte-zku20l .line:where(.svelte-zku20l):after{content:"";position:absolute;right:-32rem;bottom:-4px;width:32rem;height:4px;background-color:#eb7c63;z-index:1}.line-box-right.svelte-zku20l .line:where(.svelte-zku20l):after{content:"";position:absolute;left:-32rem;bottom:-4px;width:32rem;height:4px;background-color:#eb7c63}.service-heading.svelte-zku20l{font-family:Goodly-Semibold;font-size:3rem;text-transform:uppercase;color:#0c5850}.heading-right.svelte-zku20l{display:flex;align-self:flex-end;margin-left:auto;transition:transform .3s}.service-box-right.svelte-zku20l,.service-box-left.svelte-zku20l{border-bottom:1px solid rgba(176,75,55,1)}.service-text.svelte-zku20l{font-size:1.4rem;font-family:Prelude-Regular}.icon.svelte-zku20l{font-family:adria;margin-top:-2.5vh}.scrollable-content.svelte-zku20l{position:relative;height:100%;width:100%;overflow-y:auto;z-index:2;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(176,75,55,.5) transparent;display:flex;flex-direction:column;overscroll-behavior-y:contain}.scrollable-content.svelte-zku20l::-webkit-scrollbar{width:6px}.scrollable-content.svelte-zku20l::-webkit-scrollbar-track{background:transparent}.scrollable-content.svelte-zku20l::-webkit-scrollbar-thumb{background-color:#b04b3780;border-radius:3px}.service-box.svelte-zku20l:hover{transform:translateY(-1.5rem) scale(1.05)}.scroll-spacer.svelte-zku20l{height:8vh;flex-shrink:0}.services-container.svelte-zku20l>.service-box-container:where(.svelte-zku20l):last-child{padding-bottom:16vh;margin-bottom:0}@media only screen and (max-width: 900px){.title.svelte-zku20l{text-align:center;font-size:6rem}.subtitle.svelte-zku20l{font-size:2.6rem;margin-left:3rem}.services-container.svelte-zku20l{width:100%}.service-box-container.svelte-zku20l{flex-direction:column;align-items:center;gap:2rem;margin-bottom:12rem}.service-box-container.svelte-zku20l .service-box:where(.svelte-zku20l){order:1;width:90%;max-width:32rem;aspect-ratio:1 / 1;max-height:32rem;padding:3rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.service-box-container.svelte-zku20l .line-box:where(.svelte-zku20l){order:2;width:90%;max-width:32rem;align-items:center;margin-bottom:0}.line.svelte-zku20l{width:100%;justify-content:center;text-align:center;border-bottom:none}.service-heading.svelte-zku20l{font-size:2.5rem;position:relative;border-bottom:3px solid #eb7c63;padding-bottom:.5rem;margin-bottom:-3px}.heading-right.svelte-zku20l,.heading-left.svelte-zku20l{display:block;margin-left:0;text-align:center}.line-box-left.svelte-zku20l .line:where(.svelte-zku20l):after,.line-box-right.svelte-zku20l .line:where(.svelte-zku20l):after{display:none}.icon.svelte-zku20l{margin-bottom:1rem;margin-top:0}}.scroll-transition-container.svelte-186b9g7{position:relative;width:100%;height:100vh;overflow:hidden;overscroll-behavior:none;-webkit-overflow-scrolling:touch}.scrollable-section{overflow:hidden!important}.scrollable-section .scrollable-content{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.svelte-1evnsll{font-family:Prelude-Regular}.work-and-news-section.svelte-1evnsll{position:relative;width:100%;height:100vh;overflow:hidden}.scrollable-content.svelte-1evnsll{position:absolute;top:0;left:0;width:100%;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding:12vh 0 12vh 2rem}.scrollable-content.svelte-1evnsll::-webkit-scrollbar{width:8px}.scrollable-content.svelte-1evnsll::-webkit-scrollbar-track{background:transparent}.scrollable-content.svelte-1evnsll::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:4px}.scrollable-content.svelte-1evnsll{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}.container.svelte-1evnsll{padding-right:2rem}.work-section.svelte-1evnsll,.news-section.svelte-1evnsll{width:100%;margin-bottom:12vh}.work-section.svelte-1evnsll:last-child,.news-section.svelte-1evnsll:last-child{margin-bottom:0}.work-title.svelte-1evnsll,.news-title.svelte-1evnsll{font-size:3.5rem;font-weight:600;margin-bottom:1rem}.work-description-container.svelte-1evnsll,.news-description-container.svelte-1evnsll{width:67.5%;margin-bottom:2rem}.work-description.svelte-1evnsll,.news-description.svelte-1evnsll{font-size:1.8rem;line-height:1.5}@media (max-width: 600px){.work-section.svelte-1evnsll,.news-section.svelte-1evnsll{margin:0}.work-description-container.svelte-1evnsll,.news-description-container.svelte-1evnsll{width:100%;margin-bottom:2rem}}.svelte-17b9afb{font-family:Prelude-Regular;color:#0c5850}.work-card-grid.svelte-17b9afb{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:2rem;padding-bottom:2rem}@media (max-width: 600px){.work-card-grid.svelte-17b9afb{grid-template-columns:repeat(1,1fr)}}.work-card.svelte-17b9afb{width:100%;height:100%;border-radius:30px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .2s ease}.work-card.svelte-17b9afb:hover{transform:translateY(-5px)}.work-card-image.svelte-17b9afb{width:100%;height:250px;object-fit:cover}.work-card-content.svelte-17b9afb{padding:1.5rem}.work-card-title.svelte-17b9afb{font-family:Goodly-Semibold;font-size:2.2rem;font-weight:600}.work-card-customer.svelte-17b9afb{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.work-card-tags.svelte-17b9afb{display:flex;flex-wrap:wrap;gap:.5rem}.work-card-tag.svelte-17b9afb{background-color:#f0f0f0;padding:.25rem .75rem;border-radius:15px;font-size:.9rem}.work-card-link.svelte-17b9afb{display:flex;justify-content:space-between;padding:0 2rem 1rem}.work-card-link-text.svelte-17b9afb{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:600}.svelte-1ttoa95{font-family:Prelude-Regular;color:#0c5850}.work-card-grid.svelte-1ttoa95{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:2rem;padding-bottom:2rem}@media (max-width: 600px){.work-card-grid.svelte-1ttoa95{grid-template-columns:repeat(1,1fr)}}.work-card.svelte-1ttoa95{background-color:#e0e0e0;width:100%;height:100%;border-radius:30px;overflow:hidden;box-shadow:0 4px 1rem .2rem #0000001a;transition:transform .2s ease;display:flex;flex-direction:column;position:relative}.work-card.svelte-1ttoa95:hover{transform:translateY(-5px)}.work-card-image.svelte-1ttoa95{width:100%;height:200px;object-fit:cover}.work-card-content.svelte-1ttoa95{padding:1.5rem;flex:1;display:flex;flex-direction:column}.work-card-title.svelte-1ttoa95{font-family:Goodly-Semibold;font-size:2.2rem;font-weight:600}.work-card-customer.svelte-1ttoa95{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.work-card-tags.svelte-1ttoa95{display:flex;flex-wrap:wrap;gap:.5rem}.work-card-tag.svelte-1ttoa95{background-color:#ebd4c6;padding:.25rem .75rem;border-radius:15px;font-size:.9rem}.work-card-link.svelte-1ttoa95{display:flex;justify-content:space-between;padding:0 2rem 1rem;margin-top:auto}.work-card-link-text.svelte-1ttoa95{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:600}.form-container.svelte-d0lihr{display:flex;justify-content:space-between}@media screen and (max-width: 56.25em){.form-container.svelte-d0lihr{flex-direction:column}}.form-text.svelte-d0lihr{width:39%}@media screen and (max-width: 56.25em){.form-text.svelte-d0lihr{width:100%}}.form-text.svelte-d0lihr p:where(.svelte-d0lihr){font-size:1.8rem}form.svelte-d0lihr{display:flex;flex-direction:column;align-items:stretch;width:45%;padding:1rem 0}@media screen and (max-width: 56.25em){form.svelte-d0lihr{width:60%}}@media screen and (max-width: 37.5em){form.svelte-d0lihr{width:100%}}form.svelte-d0lihr :where(.svelte-d0lihr){font-size:2rem;font-family:Inter Tight,sans-serif;font-weight:500;color:#000}textarea.svelte-d0lihr,input.svelte-d0lihr{width:100%;background-color:#00000009;border-radius:8px;padding:.5rem 1.2rem;outline:none;border:none}form .btn-send{width:60%;justify-content:center}input.svelte-d0lihr{height:4.8rem}textarea.svelte-d0lihr{height:12rem;margin-bottom:4rem}textarea.svelte-d0lihr::placeholder,input.svelte-d0lihr::placeholder{font-size:2rem;font-weight:400}.input-error.svelte-d0lihr{background-color:#df5757aa}.input-error.svelte-d0lihr::placeholder{color:#fff}.spinner.svelte-d0lihr{border:4px solid rgba(0,0,0,.1);border-left-color:#000;border-radius:50%;width:1.6rem;height:1.6rem;display:inline-block;margin-right:1rem;animation:svelte-d0lihr-spin .5s linear infinite}@keyframes svelte-d0lihr-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-container.svelte-d0lihr{display:flex}@media screen and (max-width: 56.25em){textarea.svelte-d0lihr,input.svelte-d0lihr{font-size:1.5rem}textarea.svelte-d0lihr::placeholder,input.svelte-d0lihr::placeholder{font-size:1.5rem}}.tel-input-container.svelte-wzbmgy{display:flex;gap:1rem;width:100%}.country-select.svelte-wzbmgy{height:4.8rem;background-color:#00000009;border-radius:8px;padding:.5rem 1.2rem;outline:none;border:none;font-size:2rem;font-weight:400;font-family:Inter Tight,sans-serif;width:30%;min-width:120px}.basic-tel-input{height:4.8rem;background-color:#00000009;font-size:2rem;font-weight:400;border-radius:8px;padding:.5rem 1.2rem;outline:none;border:none;font-family:Inter Tight,sans-serif;flex:1;min-width:0}.basic-tel-input::placeholder{font-size:2rem;font-weight:400;color:#00000080}.basic-tel-input.input-error{background-color:#df5757aa}.basic-tel-input.input-error::placeholder{color:#fff}.basic-tel-input.input-error input{color:#fff}@media only screen and (max-width: 56.25em){.country-select.svelte-wzbmgy,.basic-tel-input{font-size:1.5rem}}.btn.svelte-1y72eye{font-family:Inter Tight,sans-serif;font-weight:500;background-color:#000;color:#fff;font-size:2rem;padding:1.4rem 4rem;border-radius:5px}.nav-bar.svelte-1y72eye{padding:1rem 2.4rem;font-size:2rem}@media screen and (max-width: 37.5em){.nav-bar.svelte-1y72eye{padding:.5rem 1rem;font-size:1.6rem}}.footer.svelte-2chur4{padding:18vh 0 9vh;margin-top:auto}.footer-content.svelte-2chur4{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.social-links.svelte-2chur4{display:flex;gap:1.5rem;align-items:center;justify-content:center}.copyright.svelte-2chur4{margin-top:1rem}.social-links.svelte-2chur4 a:where(.svelte-2chur4){font-size:3rem;transition:color .3s ease}.social-links.svelte-2chur4 a:where(.svelte-2chur4):hover{color:var(--color-turquoise)}.logo.svelte-2chur4 img:where(.svelte-2chur4){height:50px;width:auto}.site-links.svelte-2chur4{display:flex;gap:2rem}.site-links.svelte-2chur4 a:where(.svelte-2chur4){font-size:2rem;text-decoration:none;transition:color .3s ease;color:#000}.site-links.svelte-2chur4 a:where(.svelte-2chur4):hover{color:#0c5850}@media (max-width: 768px){.footer-content.svelte-2chur4{flex-direction:column;gap:2rem;text-align:center}.social-links.svelte-2chur4{justify-content:center}.site-links.svelte-2chur4{flex-direction:column;gap:1rem}}
