html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--color-light-gray: #d9dbde;--color-light: #f2f2f2;--color-dark: #203038;--color-primary: rgb(47, 83, 151);--color-secondary: rgb(35, 56, 100);--color-accent-dark: #ffca00;--color-accent: #ffd300;--border-radius: 0.4rem;--border-width: 2px;--space-xs: 0.5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 6rem;--breakpoint-sm: $breakpoint-sm;--breakpoint-md: $breakpoint-md;--breakpoint-lg: $breakpoint-lg;--font-headings: hellofont-id-leyuanti, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-sans: hellofont-id-leyuanti, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;--color-link-default: #246b8f;--color-link-hover: #16455c;--color-link-visited: #5c6bc0}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{text-rendering:optimizeSpeed;line-height:1.4;font-size:.875rem}@media(min-width: 600px){html{font-size:1rem}}@media(min-width: 800px){html{font-size:1.25rem}}body{font-family:var(--font-sans);line-height:1.5;color:var(--color-dark);margin:auto 0;display:flex;flex-direction:column;min-height:100vh}.form{overflow-x:hidden;text-align:center}.form iframe{width:100%;min-height:455px}@media(min-width: 800px){.form iframe{min-height:455px}}blockquote{text-align:center;line-height:1.4;font-size:1.2em;font-weight:400;margin:var(--space-md) 0}blockquote:before,blockquote:after{content:"";display:block;margin:var(--space-md) auto;height:var(--border-width);width:50%;background:#ccc}cite{text-transform:uppercase;letter-spacing:.1em;margin-top:var(--space-sm);display:block;font-weight:600;font-style:normal}a{color:var(--color-link-default)}a:hover,a:focus{color:var(--color-link-hover)}a:visited{color:var(--color-link-visited)}:is(.button,button,input[type=button],input[type=reset],input[type=submit]){background-color:var(--color-link-default);border:var(--border-width) solid var(--color-link-default);color:var(--color-light);border-radius:0;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:700;font-family:var(--font-sans);letter-spacing:.15rem;padding:.7rem 2rem;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap;box-shadow:4px 4px 8px rgba(0,0,0,.2);transition:.2s ease;width:100%}:is(.button,button,input[type=button],input[type=reset],input[type=submit]):hover{background-color:var(--color-link-hover);border:var(--border-width) solid var(--color-link-hover)}@media(min-width: 600px){:is(.button,button,input[type=button],input[type=reset],input[type=submit]){width:auto}}:is(.button,button,input[type=button],input[type=reset],input[type=submit]) :is(:hover,:focus){background-color:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-light);outline:0}:is(.button,button,input[type=button],input[type=reset],input[type=submit]) [disabled]{cursor:default;opacity:.5}:is(.button,button,input[type=button],input[type=reset],input[type=submit]) [disabled] :is(:hover,:focus){background-color:var(--color-primary);border-color:var(--color-primary)}.button-outline{background-color:rgba(0,0,0,0);color:var(--color-primary)}.button-outline :is(:hover,:focus){background-color:rgba(0,0,0,0);border-color:var(--color-secondary);color:var(--color-secondary)}ul:not([class]){list-style-type:disc;margin-left:1.2em}ul:not([class]) li{padding-left:0em;margin-bottom:.75em}ul:not([class]) ul{margin:1em 0 0 1em}ul:not([class]) ol{margin:1em 0 0 2em}ul:not([class])>li>ul{list-style-type:circle}ul:not([class])>li>ul>li>ul{list-style-type:square}ol:not([class]){margin-top:0;margin-left:2em;padding-left:0;list-style:decimal}ol:not([class]) li{padding-left:0em;margin-bottom:.75em}ol:not([class]) ol{margin:1em 0 0 2em}ol:not([class]) ul{margin:1em 0 0 1em}input[type=color],input[type=date],input[type=datetime],input[type=datetime-local],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],input[type=week],input:not([type]),textarea,select{font-size:1rem;font-family:var(--font-sans);-webkit-appearance:none;background-color:#fff;border:none;border-radius:var(--border-radius);box-shadow:none;box-sizing:inherit;height:2.5rem;padding:.5rem .75rem;margin:.4rem 0 1.5rem 0;width:100%}input[type=color]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,input[type=week]:focus,input:not([type]):focus,textarea:focus,select:focus{box-shadow:0 0 0 2px #007bff;outline:0}input[type=color]::placeholder,input[type=date]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=email]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,input[type=week]::placeholder,input:not([type])::placeholder,textarea::placeholder,select::placeholder{opacity:.6}select{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23ar(--color-light-gray)" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;padding-right:3rem}select:focus{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23ar(--color-primary)" d="M0,0l6,8l6-8"/></svg>')}select[multiple]{background:none;height:auto}textarea{min-height:6.5rem}label{display:block;width:100%}label,.label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}@media(min-width: 600px){label,.label{font-size:.9em}}legend{display:block;font-size:1rem;font-weight:700}fieldset{border-width:0;padding:0}input[type=checkbox],input[type=radio]{display:inline}.label-inline{display:inline-block;font-weight:normal;margin-left:.5rem}@media(min-width: 600px){.form-row{display:flex}.form-row>*{margin-top:0}.form-row>*:not(:last-child){margin-right:var(--space-md)}}.page{flex-grow:1}.page>*{padding:var(--space-sm)}@media(min-width: 800px){.page>*{padding:var(--space-md)}}.layout-wrapper{width:100%;margin:0 auto}.page-title{padding:var(--space-sm) 0}.container-md{width:100%;max-width:800px;margin:0 auto}.container-lg{width:100%;max-width:1200px;margin:0 auto}.alignfull{max-width:none;width:100%;margin:0 auto}img{width:100%;height:auto;display:block}.text-and-media{display:flex;gap:var(--space-md);flex-direction:column}.text-and-media .media{width:100%}@media(min-width: 600px){.text-and-media{gap:var(--space-lg)}}@media(min-width: 800px){.text-and-media{gap:var(--space-lg);align-items:center;justify-content:space-between;flex-direction:row}.text-and-media .media{width:auto}}h1,h2,h3,h4{font-family:var(--font-headings);font-weight:700;line-height:1.2;margin:0 0 .5rem 0}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.7rem}h4{font-size:1.2rem}p{margin:.75em 0}p:last-child{margin-bottom:0}a{text-decoration:none}h1+p,h2+p,h3+p,h4+p,h5+p,h6+p,ol+p,ul+p{margin-top:var(--space-sm)}:is(p,ul,ol)+:is(h1,h2,h3,h4,h5,h6,ul,ol){margin-top:var(--space-md)}img{width:100%}hr{border:none;margin:var(--space-md) 0;height:var(--border-width);background-color:var(--color-light-gray)}.hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;left:0;z-index:-10;pointer-events:none}.callout{font-size:calc(1.5em + .5vw);line-height:1.3;font-weight:900;color:#0b3448;text-transform:uppercase}strong{font-weight:bold}em{font-style:italic}footer{padding:var(--space-sm);text-align:center;background:var(--color-dark);color:var(--color-light)}@media(min-width: 800px){footer{padding:var(--space-md)}}footer a:link{color:#fcca91}footer p{font-size:1em}footer .copyright{font-size:.75em}footer .logo-wrapper .logo{width:5em;margin:0 auto}.logo-wrapper{font-weight:600;display:flex;align-items:center;color:#fff;text-transform:uppercase;letter-spacing:.15em}.logo-wrapper .logo{display:block;width:5em;margin-right:1em}.header{position:relative;z-index:1;padding:1em var(--space-sm);background:var(--color-dark)}@media(min-width: 800px){.header{padding:1em var(--space-md)}}.header-content{width:100%;max-width:1200px;margin:0 auto}@media(min-width: 800px){.media-and-text{display:grid;grid-gap:var(--space-md);grid-template-columns:5fr 5fr;grid-template-areas:"text media"}}.media-and-text.wide-left{grid-template-columns:6fr 4fr}.media-and-text.wide-left .media{width:40%}@media(min-width: 800px){.media-and-text.wide-left .media{width:100%}}.media-and-text.wide-right{grid-template-columns:4fr 6fr}.media-and-text.wide-right .media{width:60%}@media(min-width: 800px){.media-and-text.wide-right .media{width:100%}}.media-and-text .text{grid-area:text}.media-and-text .media{display:flex;position:relative;height:12em;float:right;margin:0 0 var(--space-sm) var(--space-sm)}@media(min-width: 800px){.media-and-text .media{grid-area:media;width:100%;margin:0;height:100%;min-height:calc(10em + 10vw)}}.media-and-text .image-wrapper{flex-grow:1;position:relative}.media-and-text .image-wrapper+.image-wrapper{margin-left:var(--space-sm)}.media-and-text img{position:absolute;width:100%;border-radius:.75em;height:100%;object-fit:cover}.we-chat{margin-top:1.25em;border-radius:.75em;padding:var(--space-md);background:var(--color-light-gray)}@media(min-width: 800px){.we-chat{display:flex;align-items:center}}@media(min-width: 800px){.qr-code-text{width:50%;flex-grow:0}}.qr-code-links{display:flex}@media(min-width: 800px){.qr-code-links{width:50%;flex-grow:1}}.qr-code-links a{max-width:18em;width:50%;flex-grow:1;background:#fff;border-radius:.75em;text-align:center;font-size:.8rem;opacity:.8;margin:0 auto}.qr-code-links a:hover{opacity:1}.qr-code-links a+a{margin-left:var(--space-sm)}.qr-code-links .link-title{margin:0 var(--space-sm) var(--space-sm) var(--space-sm);font-weight:800}.qr-code-links img{background:#fff;border-radius:.5rem}.home-background{margin:0;padding:0;position:absolute;top:0;left:0;width:100%;height:100%}.home-background img{width:100%;height:100%;object-fit:cover;object-position:60% 50%;opacity:.5;transform:scaleX(-1)}@media(min-width: 800px){.home-background img{object-position:50% 50%}}.home .page{background:var(--color-dark);position:relative;color:var(--color-light);display:flex;flex-direction:column}.home .header{background:rgba(32,48,56,.5)}.home .header-content{max-width:800px}.home-content{position:relative;z-index:1;margin-top:auto;margin-bottom:8vw}.home-content .intro{color:#faf0d1;font-size:1.4em;line-height:1.2;text-shadow:.125em .125em .25em rgba(0,0,0,.3);margin-top:2.5em;margin-left:.25em}.home-content h1{margin:0 0 8vw 0;text-shadow:.125em .125em .25em rgba(0,0,0,.3);font-size:calc(3em + 2vw);text-transform:uppercase;font-weight:900}@media(min-width: 800px){.home-content h1{margin-bottom:var(--space-lg);width:80%}}@media(max-width: 600px){.home-content .text-content{display:flex;flex-direction:column;gap:20px;padding:0 60px}}.button-wrapper{margin:2em 0;display:grid;grid-gap:var(--space-sm);grid-template-columns:1fr}@media(min-width: 800px){.button-wrapper{grid-template-columns:1fr 1fr}}.button-wrapper .button{width:100%;box-shadow:.125em .125em .25em rgba(0,0,0,.3);transition:all 250ms ease-out;color:#1b1b1b;font-size:1.5em;height:3rem;line-height:.9em}.button-wrapper .button:hover{filter:brightness(1.1);transform:scale(1.02);box-shadow:.25em .25em 1em rgba(0,0,0,.5)}.button-wrapper .button.green-1{background-color:#0fd3a8;border-color:#0fd3a8}.button-wrapper .button.green-2{background-color:#0bbb9d;border-color:#0bbb9d}.button-wrapper .button.green-3{background-color:#07a190;border-color:#07a190}.button-wrapper .button.green-4{background-color:#038985;border-color:#038985}.button-wrapper .button.orange{background-color:#f6c518;border-color:#f6c518}/*# sourceMappingURL=style.css.map */
