@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.gap-0{gap:0}.gap-x-0{-moz-column-gap:0;column-gap:0}.gap-y-0{row-gap:0}.gap-1{gap:.25rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-y-1{row-gap:.25rem}.gap-2{gap:.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-y-2{row-gap:.5rem}.gap-3{gap:.75rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-y-3{row-gap:.75rem}.gap-4{gap:1rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-4{row-gap:1rem}.gap-5{gap:1.25rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-y-5{row-gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-6{row-gap:1.5rem}.gap-7{gap:1.75rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-y-7{row-gap:1.75rem}.gap-8{gap:2rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-8{row-gap:2rem}*,::after,::before{margin:0;padding:0;box-sizing:border-box;border:none;list-style:none;line-height:1.5;font:normal 14px Inter,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body,html{min-height:100vh;color:#000;background:#e3eafa}html{scrollbar-color:#999 #fafafa;scrollbar-width:thin}.page{display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1;background:url(/assets/images/bg.png) right bottom no-repeat;background-size:40% auto}.container{width:90%;margin:0 auto;max-width:1140px}.logo a{display:block;overflow:hidden}.logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}header{margin-bottom:4rem}@media (max-width:768px){header{padding-top:2.5rem}}header a{text-decoration:none;color:#000}header a:active,header a:focus,header a:hover,header a:visited{text-decoration:underline;color:inherit}@media (max-width:768px){header a{margin:0 auto}}header .logo a{width:200px;height:100px}@media (max-width:768px){header nav{display:none}}.hero{margin-bottom:2.5rem}.hero h1{color:#040738;font-size:2.5rem;font-weight:900}@media (max-width:768px){.hero h1{font-size:1.375rem}}.hero p{font-size:2.25rem;font-weight:300}@media (max-width:768px){.hero p{font-size:1.125rem}}@media (max-width:768px){.hero .content{flex-direction:column-reverse}}.hero img{display:block;width:80%;height:auto;margin:0 auto}.section{margin-bottom:4rem;display:flex;flex-direction:row;gap:2rem}.section h2{font-size:2.25rem;font-weight:900;line-height:1.2}@media (max-width:768px){.section h2{font-size:1.5rem}}.section p{font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.2}@media (max-width:768px){.section p{font-size:.875rem}}.section ul{margin:1.5rem 0}.section li{font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.2;list-style:none;padding-left:4rem;background-position:left top;background-size:3rem 3rem;background-repeat:no-repeat;min-height:3rem;display:flex;flex-direction:column;justify-content:center}@media (max-width:768px){.section li{font-size:.875rem}}.section .button{background:#4e41e6;color:#fff;font-size:.9375rem;font-weight:700;line-height:121.065%;padding:1.45rem 1.15rem;display:inline-block;text-decoration:none!important;cursor:pointer}.section .button:hover{background:#332999}@media (max-width:768px){.section .button{font-size:.75rem}}.section.reversed{flex-direction:row-reverse}@media (max-width:768px){.section.reversed{flex-direction:column}}.section .section_visual{flex-basis:40%;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.section .section_content{flex-basis:60%;width:100%}@media (max-width:768px){.section{flex-direction:column}}.section_1 li{background-image:url(/assets/images/bullet1.png)}.section_2 li{background-image:url(/assets/images/bullet2.png)}.section_3 li{background-image:url(/assets/images/bullet3.png)}.contact{background:#eefda0;padding:3.5rem 2rem 10.5rem 2rem}.contact h2{font-size:3rem;font-style:normal;font-weight:900;line-height:1.2;max-width:32rem;margin:0 auto;text-align:center}@media (max-width:768px){.contact h2{font-size:1.5625rem}}.contact p{color:#2c2c2c;font-size:1.25rem;font-weight:600;line-height:1.2;max-width:32rem;margin:0 auto;text-align:center}@media (max-width:768px){.contact p{font-size:.875rem}}.form-wrapper{max-width:650px;margin:0 auto 4rem;background-color:#fff;position:relative;top:-8rem;padding:2rem}.form-wrapper .button{background:#4e41e6;color:#fff;font-size:.9375rem;font-weight:700;line-height:1.2;padding:1.45rem 3.45rem;display:inline-block;text-decoration:none!important;cursor:pointer}.form-wrapper .button:hover{background:#332999}@media (max-width:768px){.form-wrapper .button{font-size:.75rem}}.controls{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:2.5rem}.control{display:flex;flex-direction:row;gap:1rem;border-bottom:1px solid #000;padding:.25rem 0}@media (max-width:768px){.control{flex-direction:column}}.control.vertical{flex-direction:column}.control label{flex-basis:30%;color:#bcbaba;font-size:1.25rem;font-weight:500;line-height:1.2;white-space:nowrap}.control input{flex-grow:1;padding:.5rem .15rem;font-size:1.25rem}.control textarea{resize:vertical;flex-basis:100%;flex-grow:1;padding:.5rem .15rem;font-size:1.25rem;min-height:8rem}footer{color:rgba(227,234,250,.72);background-color:#4e41e6;padding:4.5rem 0}footer a{color:#e3eafa;text-decoration:none}footer a:active,footer a:focus,footer a:hover,footer a:visited{text-decoration:underline;color:#e3eafa}footer .logo a{width:140px;height:66px}footer .copyright{margin-top:2.5rem}@media (max-width:768px){footer .container,footer nav{flex-direction:column;align-items:center}}.static{padding-bottom:2.25rem;background-image:none}.static h1{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.25rem}.static h2{font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:1.25rem}.static h3{font-size:1.75rem;font-weight:600;line-height:1.2;margin-bottom:1.25rem}.static li,.static p{font-size:1.15rem;font-weight:400;line-height:1.2;margin-bottom:1.25rem}.static ol,.static ul{margin-bottom:1.25rem}.static li{margin:0 1.5rem 0;list-style:disc}.static a{color:#4e41e6;text-decoration:none;font-size:1.15rem}.static a:hover{text-decoration:underline}.static strong{font-size:1.15rem;font-weight:600}.cookie-consent{left:0;right:0;position:fixed;z-index:10000000;bottom:0;transform:translateY(100%);transition:transform .25s cubic-bezier(.4,0,1,1) 0s;font:normal .85rem -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif;background-color:rgba(250,250,250,.95);color:#000;padding:1.25rem}.cookie-consent.opened{transform:translateY(0);box-shadow:0 -1px 5px rgba(0,0,0,.3)}.cookie-consent-section{max-width:75rem;margin:0 auto}.cookie-consent-content{flex-grow:1}.cookie-consent-content p{margin:0 0 .5rem;font-size:.8rem;font-weight:400}.cookie-consent-content label{display:inline-block;margin:0 1rem 0 0;font-size:.8rem;font-weight:400;width:auto}.cookie-consent-content input[type=checkbox]{display:inline-block;width:auto}.cookie-consent-action button{display:inline-block;border-radius:2px;padding:0 1.5rem;height:48px;line-height:48px;text-transform:uppercase;font-weight:700;vertical-align:middle;text-align:center;white-space:nowrap;text-decoration:none;outline:0!important;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;box-shadow:1px 1px 2px 0 rgba(0,0,0,.13),2px 1px 4px 0 rgba(0,0,0,.08),0 0 4px 0 rgba(0,0,0,.12);color:#fff!important;background:#0287d6}@media screen and (min-width:40em){.cookie-consent-section{display:flex;flex-direction:row}.cookie-consent-action{align-self:center;padding-left:1.5rem}.cookie-consent-action button{font-size:1.25rem}}@media screen and (max-width:39.99em){.cookie-consent-action{text-align:center;margin-top:.75rem}.cookie-consent-action button{font-size:.95rem}}.form-parent .feedback--success,.form-parent .registration--success{display:none}.form-parent.done form{display:none}.form-parent.done .feedback--success,.form-parent.done .registration--success{display:block}