.btn{appearance:none;box-shadow:none;align-items:center;gap:var(--md-space-spacing-md);font-family:var(--md-font-family-main);font-size:var(--md-font-size-text-xl);line-height:var(--md-line-height-text-md);border:0;outline:0;width:fit-content;font-style:italic;display:inline-flex}.btn.primary{background:var(--md-gradient-violet);color:var(--md-color-black);border-radius:var(--md-border-radius-xs);padding:var(--md-space-spacing-xl) var(--md-space-spacing-5xl)}.btn.primary:hover,.btn.primary:focus,.btn.primary:focus-visible{box-shadow:0 0 30px #8f84d5b3,0 0 20px #b3a7f766}.btn.primary:active{box-shadow:0px 0px 15px 0px var(--md-color-blue-300), 0px 0px 14px 0px #25253380 inset}.btn.secondary{color:var(--md-color-violet-100);background:0 0;padding-inline:0;transition:transform .2s}.btn.secondary:hover,.btn.secondary:focus,.btn.secondary:active{color:var(--md-color-violet-200)}.btn.secondary:hover .icon-container,.btn.secondary:focus .icon-container,.btn.secondary:active .icon-container{transform:translate(.5rem)}.btn.secondary:hover .icon-container.left,.btn.secondary:focus .icon-container.left,.btn.secondary:active .icon-container.left{transform:translate(-.5rem)}.btn.secondary:hover .icon-container:only-child,.btn.secondary:focus .icon-container:only-child,.btn.secondary:active .icon-container:only-child{transform:none}.btn.secondary:focus-visible{outline:.125rem solid var(--md-color-violet-200);outline-offset:1.5rem}.btn.fullwidth{justify-content:center;width:100%}.btn.link{text-decoration:none}.btn .icon-container{justify-content:center;align-items:center;transition:transform .2s;display:flex}.btn .icon-container.left{order:-1}.btn .icon-container .icon{width:1rem;height:1rem}.btn .image-container{justify-content:center;align-items:center;width:1rem;height:1rem;display:flex}.btn .image-container img{width:100%;height:100%}.footer{background-color:var(--md-color-blue-400);padding:var(--md-space-spacing-4xl) var(--md-space-spacing-2xl);flex-direction:column;display:flex}@media (width>=992px){.footer{padding:var(--md-space-spacing-4xl) var(--md-space-spacing-5xl)}}.footer .content{gap:var(--md-space-spacing-4xl);flex-direction:column;display:flex;position:relative}.footer .first-row{justify-content:space-between;gap:var(--md-space-spacing-4xl);flex-wrap:wrap;display:flex}.footer .first-row .links-logos{gap:var(--md-space-spacing-3xl);flex-wrap:wrap;display:flex}.footer .first-row .links-logos .iso-link{align-items:center;gap:var(--md-space-spacing-md);display:flex}.footer .first-row .image-container,.footer .first-row img{width:3rem;height:3rem}@media (width>=1080px){.footer .first-row .image-container,.footer .first-row img{width:3rem;height:3rem}}.footer .second-row{gap:var(--md-space-spacing-4xl);flex-flow:wrap;display:flex}.footer .second-row .policies{gap:var(--md-space-spacing-4xl);flex:0 0 100%;display:flex}@media (width>=992px){.footer .second-row .policies{flex:1 1 0;width:max-content}}.footer .second-row .policies .policy-link{font-style:normal}.footer .second-row .copyright{flex:1;justify-content:space-between;align-items:center;display:flex;position:relative}@media (width>=992px){.footer .second-row .copyright{flex:1 1 0;justify-content:center}}.footer .second-row .copyright .copyright-text{color:var(--md-color-white);opacity:.3}.footer .second-row .back-to-top{text-align:right;flex:1}.footer .second-row .back-to-top .back-to-top-button{color:var(--md-color-white)}.form-section{gap:var(--md-space-spacing-xl);padding:var(--md-space-spacing-4xl) var(--md-space-spacing-2xl);flex-direction:column;display:flex}@media (width>=1080px){.form-section{justify-content:space-evenly;gap:var(--md-space-spacing-4xl);flex-direction:row;padding:5rem 3.75rem}}.form-section .form-content{flex-direction:column;display:flex;position:relative}.form-section .form-content .form-title{font-weight:var(--md-font-weight-light);font-size:var(--md-font-size-heading-xl);background-image:var(--md-gradient-violet);-webkit-text-fill-color:transparent;background-clip:text}@media (width>=1080px){.form-section .form-content .form-title{font-size:var(--md-font-size-heading-xxxxl)}}.form-section .form-content .form-description{color:var(--md-color-white);opacity:.7;max-width:31.25rem;font-size:var(--md-font-size-text-xl);line-height:var(--md-line-height-text-xl);font-weight:var(--md-font-weight-light)}@media (width>=1080px){.form-section .form-content .form-description{font-size:var(--md-font-size-text-2xl);line-height:var(--md-line-height-text-xl)}}.form-section .form-form{position:relative}.form{gap:var(--md-space-spacing-2xl);padding:var(--md-space-spacing-4xl);background-color:var(--md-color-blue-300);border-radius:var(--md-border-radius-lg);flex-direction:column;display:flex}@media (width>=1080px){.form{width:31.25rem;padding:var(--md-space-spacing-3xl)}}.form .form-field{gap:var(--md-space-spacing-sm);flex-direction:column;display:flex}.form .form-field .form-label{gap:var(--md-space-spacing-xxs);text-transform:uppercase;font-size:var(--md-font-size-text-sm);line-height:var(--md-line-height-text-xs);display:flex}@media (width>=1080px){.form .form-field .form-label{font-size:var(--md-font-size-text-md);line-height:var(--md-line-height-text-md)}}.form .form-field .form-label:has(~.form-input:required):after{content:"*";color:var(--md-color-white);font-size:var(--md-font-size-text-sm)}.form .form-field .form-input{appearance:none;background-color:var(--md-color-blue-500);padding:var(--md-space-spacing-lg) var(--md-space-spacing-xl);color:var(--md-color-violet-200);border-radius:var(--md-border-radius-md);border:none;transition:color .3s ease-in-out}.form .form-field .form-input::placeholder{color:var(--md-color-violet-500)}.form .form-field .form-input:hover::placeholder{color:var(--md-color-violet-400)}.form .form-field .form-input:focus,.form .form-field .form-input:active,.form .form-field .form-input:focus-visible,.form .form-field .form-input:focus-within{outline:1px solid var(--md-color-violet-400);border:none}.form .form-field .form-input:focus::placeholder,.form .form-field .form-input:active::placeholder,.form .form-field .form-input:focus-visible::placeholder,.form .form-field .form-input:focus-within::placeholder{opacity:0}.form .form-field .form-input.error:not(:focus):not(:active):not(:focus-visible):not(:focus-within){outline:1px solid var(--md-color-error)}.form .form-field .form-input.error:not(:focus):not(:active):not(:focus-visible):not(:focus-within)::placeholder{color:var(--md-color-error)}.form .form-field textarea.form-input{resize:none;scrollbar-width:thin;scrollbar-color:var(--md-color-violet-400) var(--md-color-blue-500);min-height:9.375rem}.form .form-captcha{min-height:4.875rem}@media (width<=366px){.form .form-captcha{transform-origin:0;min-height:4rem;transform:scale(.82)}}.form .form-message{font-size:var(--md-font-size-text-sm);line-height:var(--md-line-height-text-sm)}.form .form-message.success{color:var(--md-color-success)}.form .form-message.error{color:var(--md-color-error)}:root{--md-modal-z-index:100}.menu-toggle{cursor:pointer;z-index:1;background:0 0;border:none}.menu-toggle.btn .icon-container .icon{width:1.5rem;height:1.5rem}.menu-container{background-color:var(--md-color-blue-400);padding:0 var(--md-space-spacing-2xl) var(--md-space-spacing-2xl) var(--md-space-spacing-2xl);opacity:0;visibility:hidden;pointer-events:none;z-index:var(--md-modal-z-index);flex-direction:column;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}@media (width>=1080px){.menu-container{justify-content:space-between;padding:0 3.75rem 2.5rem}}.menu-container .menu-header{margin-bottom:var(--md-space-spacing-4xl);flex:0 0 var(--header-height);justify-content:space-between;align-items:center;display:flex}.menu-container .menu-header .menu-brand .image-container{width:2.625rem;height:2.625rem}@media (width>=1080px){.menu-container .menu-header .menu-brand .image-container{height:1.8125rem}.menu-container .menu-header .menu-close{margin-right:var(--md-space-spacing-lg)}}.menu-container .menu-header .menu-close .icon-container .icon{width:var(--md-space-spacing-3xl);height:var(--md-space-spacing-3xl)}@media (width>=1080px){.menu-container .menu-body{flex:1}}.menu-container .menu-body .nav-list{gap:var(--md-space-spacing-4xl);flex-direction:column;display:flex}@media (width>=1080px){.menu-container .menu-body .nav-list{justify-content:center;gap:var(--md-space-spacing-lg);height:100%}}.menu-container .menu-body .nav-list .nav-item{color:var(--md-color-white);font-size:var(--md-font-size-heading-md);line-height:var(--md-line-height-heading-md);font-weight:var(--md-font-weight-light);width:fit-content;transition:all .2s}@media (width>=1080px){.menu-container .menu-body .nav-list .nav-item{font-size:5.25rem;line-height:5.375rem}}.menu-container .menu-body .nav-list .nav-item:hover{color:var(--md-color-violet-400);transform:translateX(var(--md-space-spacing-md))}.menu-container .menu-body .nav-list .nav-item .nav-link{text-decoration:none}.menu-container .menu-body .nav-list .nav-item .nav-link:focus-visible{outline:2px solid var(--md-color-violet-400);outline-offset:4px}.menu-container .menu-footer{margin-top:auto;display:flex}@media (width>=1080px){.menu-container .menu-footer{justify-content:flex-end}}.menu-container .menu-footer .contact-link.btn{justify-content:center;width:100%}@media (width>=1080px){.menu-container .menu-footer .contact-link{color:var(--md-color-white);font-size:2.5rem;line-height:3rem;font-weight:var(--md-font-weight-light);background-image:var(--md-gradient-violet);-webkit-text-fill-color:transparent;background-clip:text}.menu-container .menu-footer .contact-link.btn{width:auto}.menu-container .menu-footer .contact-link:hover{box-shadow:none}.menu-container .menu-footer .contact-link:focus-visible{box-shadow:none;outline:2px solid var(--md-color-violet-400);outline-offset:4px}}.menu-container.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s,visibility}body:has(.menu-container.is-open){touch-action:none;overflow:hidden}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@keyframes skeleton-loading{0%{background-position:100%}to{background-position:0}}@keyframes up-and-down{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.world-clock{font-size:var(--md-font-size-text-md);line-height:var(--md-line-height-text-md);color:var(--md-color-white);opacity:.5;align-items:center;display:flex}.world-clock .clock-item{align-items:center;gap:.5rem;padding-left:8px;display:flex}.world-clock .clock-item .clock-dot{background-color:var(--md-color-white);border-radius:50%;width:3px;height:3px}.world-clock .clock-item:first-child .clock-dot{display:none}.world-clock .clock-item .clock-time{font-family:var(--md-font-family-mono)}:root{--header-height:4.5rem}@media (width>=1080px){:root{--header-height:6.5rem}}.header{background-color:var(--md-color-blue-400);width:100%;padding-inline:var(--md-space-spacing-2xl);height:var(--header-height);justify-content:space-between;align-items:center;display:flex}@media (width>=1080px){.header{padding-inline:3.75rem}}.header .header-clock{display:none}@media (width>=1080px){.header .header-clock{display:flex}}.header .header-link{display:none}@media (width>=1080px){.header .header-link{display:flex}}.header .header-logo .image-container{z-index:1;width:6.25rem;height:1.5rem}@media (width>=1080px){.header .header-logo .image-container{width:6.25rem;height:1.5rem}}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;scroll-behavior:smooth;font-size:clamp(16px,.8333vw,32px);line-height:1.15}body{font-family:var(--md-font-family-main,var(--md-font-family-sans));background-color:var(--md-color-blue-500)}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ol,ul,dl{margin:0;padding:0;list-style:none}ol ol,ul ul,ol ul,ul ol{margin:0;padding:0}blockquote{margin:0}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}a{color:inherit}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}figure{margin:0}img{vertical-align:middle;border-style:none}svg{overflow:hidden}table{border-collapse:collapse;border-spacing:0}th{text-align:inherit;text-align:-webkit-match-parent}input,button,select,optgroup,textarea{font:inherit;color:inherit;margin:0}button,input{overflow:visible}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{resize:vertical;overflow:auto}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}:root{--md-color-blue-500:#0e0e13;--md-color-blue-400:#131318;--md-color-blue-300:#1c1c24;--md-color-blue-200:#252533;--md-color-blue-100:#343450;--md-color-violet-500:#7c73b2;--md-color-violet-400:#8f84d5;--md-color-violet-300:#a892ff;--md-color-violet-200:#b3a7f7;--md-color-violet-100:#c2b9f5;--md-color-black:#000;--md-color-gray-300:#d9d9d9;--md-color-gray-200:#ebebeb;--md-color-white:#fff;--md-color-white-separator:#ffffff1a;--md-color-violet-200-border:#b3a7f766;--md-color-error:#d92d20;--md-color-background-section-gradient:#0d1b2a;--md-gradient-gray:linear-gradient(180deg, #0e0e1399 0%, var(--md-color-blue-500) 100%);--md-gradient-blue:linear-gradient(90deg, #39395d 0%, #252533 100%);--md-gradient-violet:linear-gradient(113.85deg, #a597f4 11.95%, #fbebd9 111.65%);--md-duration-ultra-fast:50ms;--md-duration-faster:.1s;--md-duration-fast:.2s;--md-duration-normal:.3s;--md-duration-gentle:.4s;--md-duration-slow:.5s;--md-duration-slower:.6s;--md-duration-ultra-slow:.7s;--md-duration-mega-slow:.8s}@media (prefers-reduced-motion:reduce){:root{--md-transition-duration:.01ms}}:root{--alpha-white-10:#ffffff1a;--alpha-white-20:#fff3;--alpha-white-30:#ffffff4d;--alpha-white-40:#fff6;--alpha-white-50:#ffffff80;--alpha-white-60:#fff9;--alpha-white-70:#ffffffb3;--alpha-white-80:#fffc;--alpha-white-90:#ffffffe6;--alpha-white-100:#fff;--alpha-black-10:#0000001a;--alpha-black-20:#0003;--alpha-black-30:#0000004d;--alpha-black-40:#0006;--alpha-black-50:#00000080;--alpha-black-60:#0009;--alpha-black-70:#000000b3;--alpha-black-80:#000c;--alpha-black-90:#000000e6;--alpha-black-100:#000;--shadows-xs:#0a0d120d;--shadows-sm_01:#0a0d121a;--shadows-sm_02:#0a0d121a;--shadows-md_01:#0a0d121a;--shadows-md_02:#0a0d120f;--shadows-lg_01:#0a0d1214;--shadows-lg_02:#0a0d1208;--shadows-lg_03:#0a0d120a;--shadows-xl_01:#0a0d1214;--shadows-xl_02:#0a0d1208;--shadows-xl_03:#0a0d120a;--shadows-2xl_01:#0a0d122e;--shadows-2xl_02:#0a0d120a;--shadows-3xl_01:#0a0d1224;--shadows-3xl_02:#0a0d120a;--md-shadow-xs:var(--alpha-black-10);--md-shadow-sm-01:var(--alpha-black-10);--md-shadow-sm-02:var(--alpha-black-10);--md-shadow-md-01:var(--alpha-black-10);--md-shadow-md-02:var(--alpha-black-10);--md-shadow-lg-01:var(--alpha-black-10);--md-shadow-lg-02:var(--alpha-black-10);--md-shadow-lg-03:var(--alpha-black-10);--md-shadow-xl-01:var(--alpha-black-10);--md-shadow-xl-02:var(--alpha-black-10);--md-shadow-xl-03:var(--alpha-black-10);--md-shadow-2xl-01:var(--alpha-black-20);--md-shadow-2xl-02:var(--alpha-black-10);--md-shadow-3xl-01:var(--alpha-black-20);--md-shadow-3xl-02:var(--alpha-black-10);--md-border-radius-none:0px;--md-border-radius-2xs:.125rem;--md-border-radius-xs:.25rem;--md-border-radius-sm:.375rem;--md-border-radius-md:.5rem;--md-border-radius-lg:.625rem;--md-border-radius-xl:.75rem;--md-border-radius-2xl:1rem;--md-border-radius-3xl:1.25rem;--md-border-radius-4xl:1.5rem;--md-border-radius-full:62.5rem;--md-stroke-0:0rem;--md-stroke-sm:.0625rem;--md-stroke-md:.125rem;--md-stroke-lg:.25rem;--md-scrollbar-width:.375rem;--md-space-spacing-none:0px;--md-space-spacing-xxs:.125rem;--md-space-spacing-xs:.25rem;--md-space-spacing-sm:.375rem;--md-space-spacing-md:.5rem;--md-space-spacing-lg:.75rem;--md-space-spacing-xl:1rem;--md-space-spacing-xxl:1.125rem;--md-space-spacing-2xl:1.25rem;--md-space-spacing-3xl:1.5rem;--md-space-spacing-4xl:2rem;--md-space-spacing-5xl:2.5rem;--md-space-spacing-6xl:3rem;--md-space-spacing-7xl:4rem;--md-space-spacing-8xl:5rem;--md-space-spacing-9xl:6rem;--md-space-spacing-10xl:8rem;--md-space-spacing-11xl:10rem;--md-space-spacing-12xl:11.875rem;--md-space-spacing-13xl:13.125rem;--md-space-spacing-sm-height:2rem;--md-space-spacing-md-height:2.375rem;--md-space-spacing-lg-height:2.75rem;--md-font-family-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--md-font-family-serif:Georgia, "Times New Roman", Times, serif;--md-font-family-mono:"Roboto Mono", "SF Mono", Monaco, "Cascadia Code", Consolas, "Courier New", monospace;--md-font-family:var(--md-font-family-sans);--md-font-weight-thin:100;--md-font-weight-light:300;--md-font-weight-normal:400;--md-font-weight-medium:500;--md-font-weight-semibold:600;--md-font-weight-bold:700;--md-font-weight-extrabold:800;--md-font-weight-black:900;--md-font-size-heading-xxs:1.25rem;--md-font-size-heading-xs:1.5rem;--md-font-size-heading-sm:1.875rem;--md-font-size-heading-sm-2:2rem;--md-font-size-heading-md:2.25rem;--md-font-size-heading-md-2:2.5rem;--md-font-size-heading-lg:3rem;--md-font-size-heading-xl:3.75rem;--md-font-size-heading-xxl:4.5rem;--md-font-size-heading-xxxl:5.375rem;--md-font-size-heading-xxxxl:7.25rem;--md-font-size-text-xs:.625rem;--md-font-size-text-sm:.75rem;--md-font-size-text-md:.875rem;--md-font-size-text-lg:1rem;--md-font-size-text-xl:1.125rem;--md-font-size-text-xxl:1.25rem;--md-font-size-text-2xl:1.375rem;--md-line-height-heading-xxs:1.875rem;--md-line-height-heading-xs:2rem;--md-line-height-heading-sm:2.375rem;--md-line-height-heading-sm-2:2.5rem;--md-line-height-heading-md:2.75rem;--md-line-height-heading-md-2:3.125rem;--md-line-height-heading-lg:3.75rem;--md-line-height-heading-lg-2:4rem;--md-line-height-heading-xl:4.5rem;--md-line-height-heading-xxl:5.625rem;--md-line-height-text-xs:1rem;--md-line-height-text-sm:1.25rem;--md-line-height-text-md:1.5rem;--md-line-height-text-lg:1.75rem;--md-line-height-text-xl:1.875rem;--md-line-height-text-xxl:2rem;--md-letter-spacing-none:0rem;--md-letter-spacing-xs:-.0625rem;--md-letter-spacing-sm:-.03125rem;--md-letter-spacing-md:.03125rem;--md-letter-spacing-lg:.0625rem;--md-modal-z-index:100}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}body{font-family:var(--md-font-family-main), sans-serif;background-color:var(--md-color-blue-500);color:var(--md-color-white)}body::-webkit-scrollbar{width:14px;height:12px;transition:all .3s ease-in-out}body::-webkit-scrollbar-track{background:var(--md-color-blue-300);border-radius:var(--md-border-radius-xs,4px);background-clip:content-box;border:4px solid #0000;margin:.25rem}body::-webkit-scrollbar-thumb{background:var(--md-color-blue-100);border-radius:var(--md-border-radius-xs,4px);background-clip:content-box;border:4px solid #0000;transition:all 1s ease-in-out}body::-webkit-scrollbar-thumb:hover{background-color:var(--md-color-blue-200)}
