:root{--color-black:#222;--color-white:#fff;--color-background:#f8f9fa;--color-primary:#965083;--color-secondary:#b98aac;--color-tertiary:#fcacb0;--color-text:#000;--color-primary-text:#1a1a1a;--color-secondary-text:#4a4a4a;--color-grey:#f2f2f7;--color-grey-1:#333;--color-grey-5:#e5e5ea;--color-grey-4:#d1d1d6;--color-red:#eb3333;--color-green:#22c55e;--font-text:"Rubik",sans-serif;--font-title:"RethinkSans",sans-serif;--title-desktop-xs:18px;--title-desktop-s:20px;--title-desktop-m:32px;--title-desktop-l:40px;--title-desktop-xl:50px;--title-desktop-xxl:60px;--title-desktop-xxxl:64px;--title-mobile-xs:18px;--title-mobile-m:20px;--title-mobile-l:24px;--title-mobile-xl:28px;--title-mobile-xxl:32px;--text-desktop-m:16px;--text-desktop-l:18px;--text-desktop-xl:20px;--text-mobile-m:16px;--font-weight-black:900;--font-weight-extraBold:800;--font-weight-bold:700;--font-weight-semiBold:600;--font-weight-medium:500;--font-weight-normal:400;--font-weight-light:300;--header-desktop-height:130px;--header-mobile-height:110px}*{box-sizing:border-box;-webkit-overflow-scrolling:touch;outline:none}*,:before,:after{box-sizing:border-box}:focus-visible:not(input,select,textarea){outline:2px solid var(--color-brand-50)}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{font:inherit;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{-webkit-font-smoothing:antialiased;min-height:100vh;min-height:-webkit-fill-available;line-height:1}h1,h2,h3,h4,p{text-rendering:geometricPrecision}html{height:-webkit-fill-available}main{display:block}ol,ul,li{list-style:none}a{color:inherit;cursor:pointer;text-decoration:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}hr{border:none}button{cursor:pointer;color:currentColor;background:0 0;border:none;width:auto;margin:0;padding:0;overflow:visible}legend{float:left;width:100%}input,textarea{appearance:none;vertical-align:middle;white-space:normal;background:0 0;border:0;border-radius:0;margin:0;padding:0;line-height:1;display:inline-block}select{-webkit-margin:0;appearance:none;cursor:pointer;border:0;border-radius:0;margin:0}textarea{resize:none;-webkit-appearance:none}strong{font-weight:bolder}em{font-style:italic}:empty{margin:0}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:300;src:url(/fonts/Rubik-Light.woff2)format("woff2")}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(/fonts/Rubik.woff2)format("woff2")}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:500;src:url(/fonts/Rubik-Medium.woff2)format("woff2")}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:600;src:url(/fonts/Rubik-SemiBold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:700;src:url(/fonts/Rubik-Bold.woff2)format("woff2")}@font-face{font-display:swap;font-family:RethinkSans;font-style:normal;font-weight:400;src:url(/fonts/RethinkSans.woff2)format("woff2")}@font-face{font-display:swap;font-family:RethinkSans;font-style:normal;font-weight:500;src:url(/fonts/RethinkSans-Medium.woff2)format("woff2")}@font-face{font-display:swap;font-family:RethinkSans;font-style:normal;font-weight:600;src:url(/fonts/RethinkSans-SemiBold.woff2)format("woff2")}@font-face{font-display:swap;font-family:RethinkSans;font-style:normal;font-weight:700;src:url(/fonts/RethinkSans-Bold.woff2)format("woff2")}@font-face{font-display:swap;font-family:RethinkSans;font-style:normal;font-weight:800;src:url(/fonts/RethinkSans-ExtraBold.woff2)format("woff2")}.button{cursor:pointer;font-family:var(--font-text);text-align:center;white-space:nowrap;width:100%;font-weight:var(--font-weight-semiBold);font-size:var(--text-desktop-m);border-radius:30px;flex-direction:row;justify-content:center;align-items:center;gap:8px;transition:all .2s ease-in-out;display:flex}.button.is-default{background-color:var(--color-primary);color:var(--color-white)}.button.is-outline{background-color:var(--color-white);border:2px solid var(--color-primary);color:var(--color-text)}.button.is-secondary{background-color:var(--color-background)}.button:disabled{opacity:.6;cursor:not-allowed}.button-icon{flex-shrink:0;align-items:center;width:24px;height:24px;padding:3px;display:flex}.button-icon svg{width:100%;height:100%}.button-loader{border:2px solid;border-top-color:#0000;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite Button-spin}@keyframes Button-spin{to{transform:rotate(360deg)}}.container{width:calc(100% - 200px);max-width:1240px;margin-inline:auto;padding:0}@media (max-width:1025px){.container{width:calc(100% - 50px)}}@media (max-width:1023px){.container{width:calc(100% - 40px);max-width:none}}@media (max-width:576px){.container{width:calc(100% - 40px)}}
