section.svelte-14v9bgr{position:relative;margin-top:4rem;padding:2rem;border-radius:2rem;background-color:var(--c-background--bold)}.title-container.svelte-14v9bgr{padding:.25rem 1rem;width:fit-content;margin-inline:auto;border-radius:.5rem;background-color:var(--c-background--bold);box-shadow:var(--c-background--bold) .5rem .5rem 1rem,var(--c-background--bold) -.5rem -.5rem 1rem;position:relative;z-index:9999;margin-block:0rem 2rem}@media screen and (width >= 992px){.title-container.svelte-14v9bgr{margin-block:2rem 4rem}}h2.svelte-14v9bgr{font-weight:var(--fw--bold);font-size:var(--fs-title--large);color:var(--c-text);background:-webkit-linear-gradient(left,var(--c-primary),var(--c-accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}h3.svelte-14v9bgr{font-weight:var(--fw--bold);font-size:var(--fs-title--small)}ul.svelte-14v9bgr{list-style:none;display:grid;grid-template:auto / repeat(2,1fr);gap:2rem}li.svelte-14v9bgr{display:contents}article.svelte-14v9bgr{background-color:var(--c-background--bold);padding:1rem;border-radius:1rem;z-index:999;box-shadow:var(--c-background--bold) .25rem .25rem .5rem,var(--c-background--bold) -.25rem -.25rem .5rem;display:flex;flex-direction:column;gap:1rem}.bubbles-container.svelte-14v9bgr{position:absolute;width:calc(100% - 1rem);height:calc(100% - 1rem);top:.5rem;left:.5rem;border-radius:2rem;z-index:99;overflow:hidden}.bubbles-container.svelte-14v9bgr:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:999;box-shadow:var(--c-background--bold) .25rem .25rem .5rem inset,var(--c-background--bold) -.25rem -.25rem .5rem inset}.bubble{position:absolute;aspect-ratio:1/1;border-radius:50%;background-color:var(--c-primary);filter:blur(6px);animation:svelte-14v9bgr-circular-motion 48s linear infinite;opacity:.6;transition:opacity .6s}.bubble-accent{background-color:var(--c-accent)}.bubble-reverse{animation-direction:reverse}@keyframes svelte-14v9bgr-circular-motion{0%{transform:rotate(0) translate(128px) rotate(0)}to{transform:rotate(360deg) translate(128px) rotate(-360deg)}}h2.svelte-1nrwxj.svelte-1nrwxj{font-weight:var(--fw--bold);font-size:var(--fs-title);text-align:center;margin-bottom:2rem}@media screen and (width >= 992px){h2.svelte-1nrwxj.svelte-1nrwxj{margin-bottom:4rem}}h3.svelte-1nrwxj.svelte-1nrwxj{font-weight:var(--fw--bold);font-size:var(--fs-title--small)}@property --c-gradient-start{syntax:"<color>";initial-value:#00000000;inherits:false}@property --c-gradient-end{syntax:"<color>";initial-value:#00000000;inherits:false}h3.svelte-1nrwxj>label.svelte-1nrwxj{--c-gradient-start:var(--c-background--bold);--c-gradient-end:var(--c-background--bold);padding:.5rem 1rem;border-radius:.5rem;position:relative;background:linear-gradient(to right,var(--c-gradient-start),var(--c-gradient-end));transition:color .3s,--c-gradient-start .3s,--c-gradient-end .3s}h3.svelte-1nrwxj>label.svelte-1nrwxj:hover,h3.svelte-1nrwxj>label.svelte-1nrwxj:has(>input:checked){--c-gradient-start: var(--c-primary);--c-gradient-end: var(--c-accent);color:var(--c-background--bold)}h3.svelte-1nrwxj>label.svelte-1nrwxj:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:-2px;border-radius:inherit;background:linear-gradient(to right,var(--c-primary),var(--c-accent))}ul.svelte-1nrwxj.svelte-1nrwxj{list-style:none;margin-block:1rem;display:flex;flex-wrap:wrap;gap:2rem}.features__display.svelte-1nrwxj.svelte-1nrwxj{display:flex;flex-direction:column-reverse;gap:2rem}@media screen and (width >= 1200px){.features__display.svelte-1nrwxj.svelte-1nrwxj{display:grid;grid-template:1fr / 2fr 1fr}}.features__list.svelte-1nrwxj.svelte-1nrwxj{display:flex;flex-direction:column;justify-content:space-between}.features__details.svelte-1nrwxj.svelte-1nrwxj{background-color:var(--c-background--bold);padding:1.5rem;border-radius:1rem;overflow:auto;height:12.25rem}@media screen and (width >= 768px){.features__details.svelte-1nrwxj.svelte-1nrwxj{height:7rem}}@media screen and (width >= 992px){.features__details.svelte-1nrwxj.svelte-1nrwxj{height:5.25rem}}@media screen and (width >= 1200px){.features__details.svelte-1nrwxj.svelte-1nrwxj{height:9rem}}.estimator-container.svelte-1gt7mjj{background-color:var(--c-background--bold);padding:2rem;border-radius:0 0 2rem 2rem;position:relative}.estimator-container.svelte-1gt7mjj:before{content:"";position:absolute;height:2rem;width:100%;background-color:var(--c-background--bold);top:-2rem;left:0;z-index:-1}.estimator-introduction.svelte-1gt7mjj{display:flex;justify-content:space-between;align-items:center}.estimator-introduction.svelte-1gt7mjj label{width:100%;font-weight:var(--fw--bold);text-decoration:underline var(--c-primary);transition:text-decoration-color .3s,color .3s}.estimator-introduction.svelte-1gt7mjj label:hover{text-decoration-color:transparent;color:var(--c-primary)}.estimator__wrapper.svelte-1gt7mjj{display:grid;grid-template-rows:1fr;transition:all .3s}.estimator__wrapper.svelte-1gt7mjj.closed{grid-template-rows:0fr}.estimator__wrapper.svelte-1gt7mjj.closed .estimator{margin-top:0;transition:margin-top .1s .2s}.estimator.svelte-1gt7mjj{overflow:hidden}.estimator.svelte-1gt7mjj{display:flex;flex-direction:column;gap:2rem;align-items:end;margin-top:1rem}@media screen and (width >= 992px){.estimator.svelte-1gt7mjj{display:grid;grid-template:auto / repeat(2,1fr);gap:4rem}}.estimator__input.svelte-1gt7mjj>label{display:inline-block;margin-bottom:1rem}.estimator__input.svelte-1gt7mjj input{width:7.25rem}.estimator__input.svelte-1gt7mjj .notes{margin-top:.5rem;font-size:var(--fs-text--small)}.estimator__input-flex.svelte-1gt7mjj,.estimator__output.svelte-1gt7mjj{display:flex;flex-direction:column;gap:1rem}.estimator__output-plan.svelte-1gt7mjj{font-weight:var(--fw--bold);text-align:center;color:var(--c-primary);margin-block:1rem}.estimator__output-credits.svelte-1gt7mjj{display:flex;align-items:center}.estimator__output-credits.svelte-1gt7mjj img{height:1.5rem;display:inline-block;filter:invert(1);rotate:30deg;margin-inline:.35rem}@media screen and (width >= 768px){.estimator__output-comparison.svelte-1gt7mjj{display:flex}}.estimator__output-dividend.svelte-1gt7mjj{font-weight:var(--fw--bold);color:var(--c-primary);text-align:center}select.svelte-1gt7mjj,input.svelte-1gt7mjj:not([type=checkbox]){color:var(--c-text);background-color:var(--c-background);border:2px solid transparent;border-radius:.5rem;padding:4px 12px}ul.svelte-1gt7mjj{list-style:none}.dropdown-button.svelte-1gt7mjj{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;height:2rem;width:2rem}.dropdown-button.svelte-1gt7mjj:before,.dropdown-button.svelte-1gt7mjj:after{content:"";position:absolute;top:50%;translate:0 -50%;height:20px;width:4px;border-radius:2px;background-color:var(--c-text);transition:rotate .3s,background-color .3s}.dropdown-button.svelte-1gt7mjj:before{left:62%;rotate:45deg}.dropdown-button.svelte-1gt7mjj:after{right:62%;rotate:-45deg}.dropdown-button.svelte-1gt7mjj:checked:before{rotate:-45deg}.dropdown-button.svelte-1gt7mjj:checked:after{rotate:45deg}.dropdown-button.svelte-1gt7mjj:hover:before,.dropdown-button.svelte-1gt7mjj:hover:after,.dropdown-button.svelte-1gt7mjj:focus-visible:before,.dropdown-button.svelte-1gt7mjj:focus-visible:after{background-color:var(--c-primary)}section.svelte-t95plg{display:flex;flex-direction:column;gap:4rem;background:linear-gradient(to bottom right,var(--c-primary),var(--c-accent));padding:2rem;border-radius:2rem;color:var(--c-background--bold)}h2.svelte-t95plg{font-weight:var(--fw--bold);font-size:var(--fs-title);text-align:center;margin-bottom:2rem}@media screen and (width >= 992px){h2.svelte-t95plg{margin-bottom:0rem}}.plans.svelte-t95plg,ul.svelte-t95plg{display:grid;grid-template:auto / repeat(2,1fr);gap:4rem}.description.svelte-t95plg{display:flex;flex-direction:column;justify-content:space-between}ol.svelte-t95plg{list-style:none;display:flex;flex-direction:column;gap:.5rem}ol.svelte-t95plg li{padding-bottom:.5rem;border-bottom:solid 2px var(--c-background--bold)}ol.svelte-t95plg li:last-of-type{border:none;padding:0}article.svelte-t95plg{display:grid;grid-template:auto / repeat(3,1fr)}article.svelte-t95plg .credits{display:flex;gap:.5rem;align-items:center}img.svelte-t95plg{height:1.5rem;rotate:30deg}ul.svelte-t95plg{list-style:none}ul.svelte-t95plg article{display:grid;grid-template:auto / 1fr;justify-items:center;background-color:var(--c-background--bold);padding:2rem;border-radius:1rem;color:var(--c-text)}ul.svelte-t95plg article h3{font-weight:var(--fw--bold)}ul.svelte-t95plg article .highlight{font-size:var(--fs-title--large)}ul.svelte-t95plg article .highlight img{height:var(--fs-title--large);filter:invert(1);padding-block:.6rem}div.svelte-1lwjhtb{display:grid;grid-template:auto / repeat(2,1fr);gap:4rem}article.svelte-1lwjhtb{display:flex;flex-direction:column;gap:1rem}h2.svelte-1lwjhtb{font-weight:var(--fw--bold);font-size:var(--fs-title--small)}.french-tech.svelte-1lwjhtb{display:flex;justify-content:center;align-items:center;gap:2rem;height:100%;background-color:var(--c-background--bold);border-radius:2rem;padding:2rem}main.svelte-1ublhke{max-width:var(--bp-desktop);margin-inline:auto;display:flex;flex-direction:column;gap:4rem}@media screen and (width >= 992px){main.svelte-1ublhke{gap:8rem}}.cta-button.svelte-1ublhke{text-align:center}.cta-button.svelte-1ublhke p{margin-bottom:.5rem}
