:root{--Dark-Green:#012e33;--Primary-Green:#65cccc;--Default-Text-Color:#ddebec;font-size:16px}*,:after,:before{box-sizing:border-box}body{background-color:var(--Dark-Green);font-family:Suisse Int,-apple-system,"system-ui";font-style:normal;margin:0}body.scrolled .header{background-color:#fff;box-shadow:0 8px 16px #0003}.jonstheme.container{max-width:80rem;padding:0 1rem 6rem}@media screen and (min-width:64rem){.jonstheme.container{padding:0 1.375rem 20rem}}.jonstheme.main{margin:6rem auto 1rem}@media screen and (min-width:64rem){.jonstheme.main{flex-direction:row;margin:9rem auto 10.25rem}}.jonstheme.header{background-color:var(--Light-Green);left:0;position:fixed;right:0;top:0;transition:top .3s;width:100%}.jonstheme.header .logo-container{margin:0 auto;max-width:90rem;padding:1rem}.jonstheme.header.hidden{top:-100px}.jonstheme.header.scrolling{background-color:#fff}.jonstheme.header.scrolling .logo{color:var(--Dark-Green)}.jonstheme.footer{background-color:#fff;padding:1rem 1rem 5rem;text-align:left}@media screen and (min-width:64rem){.jonstheme.footer{padding:2rem 2rem 5rem}}.jonstheme h1,.jonstheme h2,.jonstheme h3,.jonstheme p,.jonstheme span{color:var(--Default-Text-Color)}.jonstheme h1{font-size:2rem;font-weight:300;letter-spacing:-1px;line-height:110%;margin:1rem 0 1.75rem}@media screen and (min-width:64rem){.jonstheme h1{font-size:3.375rem;margin:1.25rem 0 2.125rem}}.jonstheme h2,.jonstheme h3{font-size:1.125rem;font-weight:400;letter-spacing:.3px;line-height:140%;margin:0 0 1.5rem}@media screen and (min-width:64rem){.jonstheme h2,.jonstheme h3{font-size:1.125rem;margin:0 0 2.5rem}}.jonstheme h3{margin:0}@media screen and (min-width:64rem){.jonstheme h3{margin:.75rem 0 0}}.jonstheme .logo{color:#ddebec}.jonstheme .subtitle{max-width:35rem}.jonstheme .badge{background:#fefe7d;border-radius:1rem;color:#012e33;display:inline-block;font-size:.75rem;font-weight:600;line-height:120%;padding:.375rem .825rem}@media screen and (min-width:64rem){.jonstheme .badge{font-size:.875rem}}.jonstheme .list-unstyled{list-style-type:none;margin:0;padding-left:0}.jonstheme .relative{position:relative}.jonstheme .pointer{cursor:pointer}.jonstheme .block{display:block}.jonstheme .text-center{text-align:center}.jonstheme .features-list{display:flex;flex-direction:column;gap:.5rem;list-style-type:none;margin:0;padding-left:0}.jonstheme .features-list-item{align-items:center;display:flex;gap:1rem}.jonstheme .text-lg{letter-spacing:.3px}@media screen and (min-width:64rem){.jonstheme .text-lg{font-size:1.125rem}}.jonstheme .btn{border:1px solid var(--Primary-Green);border-radius:.5rem;font-size:.8125rem;font-weight:600;padding:.625rem .825rem}.jonstheme .btn:hover{background-color:#3db8b8}.jonstheme .btn-primary{background-color:var(--Primary-Green);padding:.625rem 1rem}.jonstheme .btn-large{min-width:9rem;padding:1.25rem 1.5rem}.jonstheme .fixed-column{align-items:start;display:flex;flex-direction:column;justify-content:space-between;width:10rem}@media screen and (min-width:80rem){.jonstheme .fixed-column{width:17re}}.jonstheme .footer-links{display:flex;flex-direction:column;flex-grow:1;gap:1.5rem;max-width:60rem}.jonstheme .footer-links a{color:var(--Dark-Green);font-size:.875rem;text-decoration:none}.jonstheme .footer-links ul{display:flex;flex-direction:column;gap:.625rem;overflow:hidden}.jonstheme .footer-links .footer-links-hidden{height:0}@media screen and (min-width:64rem){.jonstheme .footer-links{flex-direction:row;gap:0;justify-content:space-evenly;margin:0 auto}.jonstheme .footer-links .footer-links-hidden{height:auto}}.jonstheme .footer-title{background:0 0;border:none;cursor:pointer;display:flex;font-size:.75rem;font-weight:700;justify-content:space-between;letter-spacing:.36px;line-height:120%;margin:0;padding:0;text-transform:uppercase}.jonstheme .footer-title img{cursor:pointer;transform-origin:50%;transition:transform .3s cubic-bezier(.51,.92,.24,1);width:10px}.jonstheme .footer-title:not(:has(~.footer-links-hidden)) img{transform:rotate(180deg)}@media screen and (min-width:64rem){.jonstheme .footer-title{cursor:default}.jonstheme .footer-title img{display:none}}.jonstheme .links-column{display:flex;flex-direction:column;gap:.75rem}.jonstheme .links-column a{color:var(--Dark-Green);text-decoration:none}.jonstheme .links-column a:hover{text-decoration:underline;text-decoration-thickness:.125rem;text-underline-offset:.5rem}@media screen and (min-width:64rem){.jonstheme .links-column{gap:1.875rem}}.jonstheme .footer-wrapper{margin:0 auto;max-width:90rem}.jonstheme .footer-container{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:64rem){.jonstheme .footer-container{flex-direction:row;gap:0}}.jonstheme .social{display:flex;gap:.5rem;margin:2rem 0 0}.jonstheme .social a{align-items:center;border:2px solid #012f33;border-radius:100%;display:flex;height:48px;justify-content:center;min-width:48px;transition:background .3s cubic-bezier(.51,.92,.24,1);width:48px}.jonstheme .social a:hover{background-color:#012f33}.jonstheme .social a:hover img{filter:brightness(0)invert()}@media screen and (min-width:64rem){.jonstheme .social{gap:1.25rem}.jonstheme .social a{height:72px;min-width:72px;padding:1.325rem;width:72px}}.jonstheme .small{font-size:.875rem}.jonstheme .language-selector{border:1px solid var(--Dark-Green);border-radius:.5rem;cursor:pointer;overflow:hidden;text-align:center;width:8.75rem}.jonstheme .language-selector ul{display:flex;flex-direction:column;font-size:.875rem;gap:0}.jonstheme .language-selector li:first-child{align-items:center;display:flex;gap:.5rem;justify-content:center}.jonstheme .language-selector li{padding:.625rem}.jonstheme .language-selector li:hover{background-color:#deeced}.jonstheme .language-selector a{color:var(--Dark-Green);text-decoration:none}.jonstheme .language-selector li:not(:first-child){display:none}.jonstheme .language-selector.expanded li:not(:first-child){display:block}.jonstheme .language-selector.expanded .arrow{transform:rotate(180deg);transform-origin:50%;transition:transform .3s cubic-bezier(.51,.92,.24,1)}.jonstheme .copyright p{color:var(--Dark-Green)}