@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&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 1rem Poppins,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body,html{min-height:100vh;color:#000;background:#fafafa;font-size:14px}@media (max-width:400px){body,html{font-size:9px}}html{scrollbar-color:#999 #fafafa;scrollbar-width:thin}.container{max-width:1400px;margin:0 auto;width:90%}.button{display:inline-block;padding:10px 20px;cursor:pointer;font-size:1.5rem;text-decoration:none}.button.primary{background:#ea980a;color:#fff;font-weight:800;border:2px solid #ea980a}.button.secondary{background:#2558ff;color:#fff;font-weight:600;border:2px solid #2558ff}.button.ternary{background:#fff;color:#000;font-weight:600;border:2px solid #2558ff}.button:hover{opacity:.8;text-decoration:none}header{border-bottom:3px solid #d9d9d9}header .logo{width:280px}header .logo img{width:100%}header nav{justify-content:flex-end;-moz-column-gap:1.5rem;column-gap:1.5rem}@media (max-width:900px){header .container{flex-direction:column}}@media (max-width:900px){header nav{flex-wrap:wrap;justify-content:space-evenly;margin-bottom:1rem}}header a{color:#000;text-decoration:none;font-weight:600;font-size:1.45rem}header a:hover{text-decoration:underline}.hero{padding:50px 0;text-align:center}.hero h1{font-size:3.75rem;line-height:4.375rem;font-weight:800}.hero p{font-size:2rem;line-height:2.5rem;font-weight:400}.block1{background:#2558ff;color:#fff;padding:5rem 0}.block1 h1{font-size:3.75rem;font-weight:800;line-height:4.375rem;min-width:33%}@media (max-width:900px){.block1 h1{min-width:auto}}.block1 p{font-size:2rem;font-weight:400;line-height:2.5rem}@media (max-width:900px){.block1 .container{flex-direction:column}}.block2{padding:5rem 0 5rem 50%;background:url(/assets/images/01.png) left 15% center no-repeat;background-size:40% auto}.block3{padding:5rem 50% 5rem 0;background:rgba(240,168,255,.2) url(/assets/images/02.png) right 15% center no-repeat;background-size:40% auto}.block4{padding:5rem 0 5rem 50%;background:url(/assets/images/03.png) left 15% center no-repeat;background-size:40% auto}.block .container{display:flex;flex-direction:column;gap:1.5rem}.block h2{font-size:2.8125rem;font-weight:800;line-height:3.125rem}.block h3{font-size:1.75rem;font-weight:600;line-height:2.5rem}.block p{font-size:1.25rem;line-height:1.75rem}.block li{font-size:1.25rem;line-height:1.75rem;list-style:disc;margin-left:1.5rem}.block strong{font-size:1.25rem;font-weight:700}@media (max-width:900px){.block{padding:5rem 0 260px;background-size:auto 250px;background-position:center bottom 1rem}}.form{background:#2558ff;color:#fff;padding:5rem 0}@media (max-width:900px){.form .container{flex-direction:column}}.form h1{font-size:3.75rem;line-height:4.375rem;font-weight:800}.form p{font-size:1.75rem;line-height:2.5rem;font-weight:400}.form-parent{min-width:600px}@media (max-width:900px){.form-parent{min-width:auto}}form{padding:35px 50px;width:600px}@media (max-width:900px){form{padding:1.5rem;width:100%}}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem;margin-bottom:1.25rem}.form-field-full{grid-column:1/-1}.form-field{display:flex;flex-direction:column;gap:.3rem}.form-submit{margin-bottom:1.25rem;width:100%;display:flex;justify-content:center}.form-label{color:#fff;font-size:1.25rem;line-height:1.25}input,select,textarea{border-radius:.25rem;border:1px solid #b727d5;background:#fff;color:#212121;padding:.25rem .35rem;font-size:1.25rem}textarea{height:4rem;resize:none}footer{padding:5rem 0;text-align:center}footer .logo{width:280px}footer .logo img{width:100%}@media (max-width:900px){footer nav{flex-direction:column;margin-bottom:2rem}}footer a{color:#000;font-size:1.75rem;font-weight:400;line-height:2.5rem;text-decoration:none}footer a:hover{text-decoration:underline}footer .copyright{color:#605f5f;font-size:1.25rem;font-weight:400;line-height:2.5rem}.static main{padding:3rem 0}.static main h1{font-size:3.75rem;font-weight:800;line-height:3.125rem;margin-bottom:3rem}.static main h2{font-size:2.8125rem;font-weight:800;line-height:3.125rem;margin-bottom:3rem}.static main h3{font-size:1.75rem;font-weight:600;line-height:2.5rem;margin-bottom:3rem}.static main li,.static main p{font-size:1.75rem;font-weight:400;line-height:2.5rem;margin-bottom:3rem}.static main ol,.static main ul{margin-bottom:3rem}.static main li{margin:0 1.5rem 0;list-style:disc}.static main a{color:#2558ff;text-decoration:none;font-size:1.75rem}.static main a:hover{text-decoration:underline}.static main strong{font-size:1.75rem;font-weight:600}.static footer{border-top:3px solid #d9d9d9}.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}