@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400;600;700&display=swap";a,b,blockquote,body,button,canvas,caption,code,div,em,embed,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,li,main,nav,object,ol,p,pre,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,video{margin:0;padding:0;font-size:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;border:none}footer,header,main,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}*,:after,:before{box-sizing:border-box;margin:0;padding:0}ol,ul{list-style:none}a{color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;text-decoration:none}a:focus{outline:1px solid transparent}a:focus,a:hover{text-decoration:none}button{border:none;display:block;padding:0;cursor:pointer;background-color:transparent}button:focus{outline:1px solid transparent}svg{display:block;width:100%;height:100%;flex:none;pointer-events:none}svg path{pointer-events:inherit}label{cursor:inherit}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}*,:after,:before{font-family:Source Sans Pro,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.375;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{font-size:62.5%}.full-width,.half-width{width:100%}@media(min-width:992px){.half-width{width:50%}}.height-full{height:100%}.reset-spaces{padding:0!important;margin:0!important}.formWrapper{display:flex;align-items:center;justify-content:flex-start;gap:calc(.8rem*3)}.flex-column,.formWrapper{flex-direction:column}.flex-row{flex-direction:row}.flex-start{align-items:flex-start}.flex-wrapper{flex-wrap:wrap}.flex-end{align-items:flex-end}.flex-wrap{flex-wrap:wrap}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-space-between{justify-content:space-between}.justify-space-center{justify-content:center}.align-center{align-items:center}.gap-1-5{gap:.4rem}.gap-1{gap:.8rem}.gap-2{gap:calc(.8rem*2)}.gap-4{gap:calc(.8rem*4)}.hide{display:none!important}.flex-column-start{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.flex{display:flex}.gap-3{gap:calc(.8rem*3)}.self-align-end{align-self:flex-end}.self-align-stretch{align-self:stretch}.small-text,.small-text time{font-size:1.4rem;line-height:calc(1.4rem + .8rem)}.ellipsis-text{max-width:10rem;overflow:hidden;text-overflow:ellipsis}@media(min-width:720px){.ellipsis-text{max-width:16rem}}@media(min-width:992px){.ellipsis-text{max-width:100%}}.border-red{border:1px solid red}.filter-button{width:100%;max-height:2rem}.filter-button span{font-size:1.2rem}.icon-white path{fill:#fff!important}.only-desktop{display:none!important}@media(min-width:992px){.only-desktop{display:flex!important}}.sticky-top{position:sticky;top:0}.sticky-bottom{position:sticky;bottom:0}.border-radius-1{border-radius:.8rem}.background-white{background:#fff}.p-1{padding:.8rem}.p-2{padding:calc(.8rem*2)}.p-3{padding:calc(.8rem*3)}.p-lr-3{padding:0 calc(.8rem*3)}.box-shadow{box-shadow:0 4px 30px rgba(0,0,0,.1)}.error-box{background:#d75350;color:#fff}.error-box,.info-box{border-radius:.4rem;padding:.8rem}.info-box{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;border:1px solid #6322c3;color:#6322c3}.svg-common svg{width:2rem;height:2rem}@media print{.no-print{display:none}}.relative{position:relative}.d-inline{display:inline}.font-body{font-size:1.6rem;line-height:calc(1.6rem + .8rem)}.font-small{font-size:1.4rem;line-height:calc(1.4rem + .8rem)}.font-medium{font-size:2rem;line-height:calc(2rem + .8rem)}.font-big{font-size:2.4rem;line-height:calc(2.4rem + .8rem)}.font-white{color:#fff}.font-white strong{font-weight:700!important}.font-text-centre{text-align:center}.font-text-left{text-align:left}.font-purple{color:#6322c3}.font-purple strong{font-weight:700!important}.font-s-bold{font-weight:600}.font-bold{font-weight:700}.font-italic{font-style:italic}body{font-family:Source Sans Pro,sans-serif;width:100%;height:100vh;color:#000;font-size:2rem;line-height:2.4rem;font-weight:200;background:#f2f4f7}html{background-color:#f2f4f7;scroll-behavior:smooth}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.styles_container__ozbsR{height:2.2rem;line-height:2.2rem;display:flex;flex-direction:row;align-items:center;justify-content:center}.styles_container__ozbsR .styles_dot__Al8zP{width:.8rem;height:.8rem;border-radius:50%;margin-right:.5rem;margin-left:.5rem;animation:styles_scaling__Sf_Qu 1.5s linear infinite}.styles_container__ozbsR .styles_dot__Al8zP.styles_primary__1_ewP{background-color:#fff}.styles_container__ozbsR .styles_dot__Al8zP.styles_secondary__9WRyK{background:#6322c3}.styles_container__ozbsR .styles_dot__Al8zP.styles_braveryTrust__fw1tc{background:#9c10c6;background:linear-gradient(90deg,#9b10c7,#2139be 89.02%)}.styles_container__ozbsR .styles_dot__Al8zP.styles_grey__CbwoE{background-color:#666}.styles_container__ozbsR .styles_dot__Al8zP.styles_black__ZegLk{background-color:#000}.styles_container__ozbsR .styles_dot__Al8zP.styles_main__hJLoo{background:#6322c3}@keyframes styles_scaling__Sf_Qu{0%{transform:scale(1)}40%,50%{transform:scale(0)}80%,to{transform:scale(1)}}.styles_dot__Al8zP:first-child,.styles_dot__Al8zP:nth-child(0){animation-delay:0s}.styles_dot__Al8zP:nth-child(2){animation-delay:.3s}.styles_dot__Al8zP:nth-child(3){animation-delay:.6s}.styles_storybook__AWhLa{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:40rem;height:40rem}.styles_btn__wDjqV{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:calc(.8rem*.25 + .8rem) calc(.8rem*4);border-radius:.4rem;cursor:pointer;background-color:transparent}.styles_btn__wDjqV>:where(span,p){color:#fff;font-weight:400;font-size:1.4rem;line-height:calc(1.4rem + .8rem);pointer-events:none}.styles_btn__wDjqV:hover{filter:brightness(90%)}.styles_btn__wDjqV .styles_desktopText___KFne{display:none}@media(min-width:992px){.styles_btn__wDjqV .styles_desktopText___KFne{display:block}}.styles_btn__wDjqV .styles_mobileText__yYOxo{display:block}.styles_btn__wDjqV .styles_mobileText__yYOxo:empty{display:none}@media(min-width:992px){.styles_btn__wDjqV .styles_mobileText__yYOxo{display:none}}.styles_btn__wDjqV.styles_primary__rnStA{background:#6322c3;border:1px solid #6322c3}.styles_btn__wDjqV.styles_primary__rnStA>:where(span,p){color:#fff}.styles_btn__wDjqV.styles_primary__rnStA svg path{fill:#fff}.styles_btn__wDjqV.styles_primary__rnStA.styles_disabled__kB_dP{cursor:not-allowed;background:#b3b3b3;color:#666;border:1px solid #b3b3b3}.styles_btn__wDjqV.styles_icon__Ssy64{align-content:center}.styles_btn__wDjqV.styles_icon__Ssy64 svg{width:2.4rem;height:2.4rem}.styles_btn__wDjqV.styles_hideIconMobile__oKI1N svg{display:none}@media(min-width:720px){.styles_btn__wDjqV.styles_hideIconMobile__oKI1N svg{display:inline-block}}.styles_btn__wDjqV.styles_secondary__GhL69{color:#6322c3;font-weight:600;font-size:1.4rem;line-height:calc(1.4rem + .8rem);position:relative;z-index:2;border:1px solid #6322c3;background-color:#fff}.styles_btn__wDjqV.styles_secondary__GhL69>:where(span,p){color:#6322c3}.styles_btn__wDjqV.styles_secondary__GhL69 svg path{fill:#6322c3}.styles_btn__wDjqV.styles_secondary__GhL69 p{color:#6322c3;z-index:1}.styles_btn__wDjqV.styles_secondary__GhL69 p span{z-index:1}.styles_btn__wDjqV.styles_secondary__GhL69 p svg path{fill:#6322c3}.styles_btn__wDjqV.styles_secondary__GhL69.styles_disabled__kB_dP{cursor:not-allowed;background:#b3b3b3;color:#666;border:1px solid #b3b3b3}.styles_btn__wDjqV.styles_secondary__GhL69.styles_disabled__kB_dP span{color:#666}.styles_btn__wDjqV.styles_secondary__GhL69.styles_disabled__kB_dP svg path{fill:#666}.styles_btn__wDjqV.styles_primaryYellow__BQtwk{border:1px solid #ffbd61;background:#ffbd61}.styles_btn__wDjqV.styles_primaryYellow__BQtwk span{color:#000}.styles_btn__wDjqV.styles_primaryGreen__4zmVk{border:1px solid #53e9b2;background:#53e9b2}.styles_btn__wDjqV.styles_primaryGreen__4zmVk span{color:#000}.styles_btn__wDjqV.styles_secondaryYellow__PwvXC{border:1px solid #ffbd61}.styles_btn__wDjqV.styles_secondaryYellow__PwvXC span{color:#ffbd61}.styles_btn__wDjqV.styles_dangerSecondary__4ZVNM{border:1px solid #ec4236}.styles_btn__wDjqV.styles_dangerSecondary__4ZVNM span{color:#ec4236}.styles_btn__wDjqV.styles_dangerSecondary__4ZVNM.styles_disabled__kB_dP{cursor:not-allowed;border:1px solid #666}.styles_btn__wDjqV.styles_dangerSecondary__4ZVNM.styles_disabled__kB_dP span{color:#666}.styles_btn__wDjqV.styles_secondaryWhite__HLvWT{border:1px solid #fff}.styles_btn__wDjqV.styles_secondaryWhite__HLvWT span{color:#fff}.styles_btn__wDjqV.styles_secondaryGrey__voD4e{border:1px solid #454545}.styles_btn__wDjqV.styles_secondaryGrey__voD4e span{color:#454545}.styles_btn__wDjqV.styles_greyVariant__CVkAS{background-color:#666;border-radius:calc(.8rem*3)}.styles_btn__wDjqV.styles_greyVariant__CVkAS span{color:#fff;font-weight:600}.styles_btn__wDjqV.styles_blackTransparentVariant__CCF4h{background:transparent;border-radius:calc(.8rem*3);border:1px solid #1b1b1d}.styles_btn__wDjqV.styles_blackTransparentVariant__CCF4h span{color:#080b0c;font-weight:600}.styles_btn__wDjqV.styles_blackTransparentNoBorderVariant__E_I_3{background:transparent}.styles_btn__wDjqV.styles_blackTransparentNoBorderVariant__E_I_3 span{color:#080b0c;font-weight:600}.styles_btn__wDjqV.styles_blackTransparentNoBorderVariant__E_I_3 svg path{fill:#080b0c}.styles_btn__wDjqV.styles_pinkVariant__vuUCv{background-color:#f42acb;color:#f42acb;border-radius:calc(.8rem*3);border:1px solid #1b1b1d}.styles_btn__wDjqV.styles_pinkVariant__vuUCv span{color:#000;font-weight:600}.styles_btn__wDjqV.styles_whiteVariant___1e__{background-color:#fff;color:#fff;border-radius:calc(.8rem*3)}.styles_btn__wDjqV.styles_whiteVariant___1e__ span{color:#000;font-weight:600}.styles_btn__wDjqV.styles_lightGreenVariant__Yff5f{background-color:#53e9b2;color:#53e9b2;border-radius:calc(.8rem*3);border:1px solid #1b1b1d}.styles_btn__wDjqV.styles_lightGreenVariant__Yff5f span{color:#000;font-weight:600}.styles_btn__wDjqV.styles_danger__SfhM9{background-color:#d75350;border:1px solid #d75350}.styles_btn__wDjqV.styles_danger__SfhM9 span{color:#fff;font-weight:600;font-size:1.4rem;line-height:calc(1.4rem + .8rem)}.styles_btn__wDjqV.styles_danger__SfhM9 svg path{fill:#fff}.styles_btn__wDjqV.styles_danger__SfhM9.styles_loading__sSERZ>div>div{background:#fff}.styles_btn__wDjqV.styles_danger__SfhM9.styles_disabled__kB_dP{cursor:not-allowed;opacity:.8}.styles_btn__wDjqV.styles_hyperlink__4HWeF{padding:0}.styles_btn__wDjqV.styles_hyperlink__4HWeF>:where(span,p){color:#000;font-size:1.4rem;line-height:calc(1.4rem + .8rem);font-style:normal;font-weight:400}.styles_btn__wDjqV.styles_hyperlink__4HWeF>:where(span,p) svg path{fill:#000}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_grey__pAuFC>:where(span,p){color:#666;font-size:1.4rem;line-height:calc(1.4rem + .8rem);font-style:normal;font-weight:400}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_grey__pAuFC>:where(span,p) svg path{fill:#666}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_black__g3Zk0>:where(span,p){color:#000;font-size:1.4rem;line-height:calc(1.4rem + .8rem);font-style:normal;font-weight:400}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_black__g3Zk0>:where(span,p) svg path{fill:#000}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_black__g3Zk0 svg path{fill:#000}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_main__DJFAZ>:where(span,p){color:#6322c3;font-size:1.4rem;line-height:calc(1.4rem + .8rem);font-style:normal;font-weight:400}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_main__DJFAZ>:where(span,p) svg path{fill:#6322c3}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_white__CCbyf>:where(span,p){color:#fff;font-size:1.4rem;line-height:calc(1.4rem + .8rem);font-style:normal;font-weight:400}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_white__CCbyf>:where(span,p) svg path{fill:#fff}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_white__CCbyf svg path{fill:#fff}.styles_btn__wDjqV.styles_hyperlink__4HWeF:hover{opacity:.5}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_disabled__kB_dP{cursor:not-allowed}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_disabled__kB_dP span{color:#666}.styles_btn__wDjqV.styles_hyperlink__4HWeF.styles_disabled__kB_dP span svg path{fill:#666}.styles_btn__wDjqV.styles_black__g3Zk0>:where(span,p){color:#000;font-size:1.4rem;line-height:calc(1.4rem + .8rem);font-style:normal;font-weight:400}.styles_btn__wDjqV.styles_black__g3Zk0>:where(span,p) svg path{fill:#000}.styles_btn__wDjqV.styles_grey__pAuFC>:where(span,p){color:#666;font-size:1.4rem;line-height:calc(1.4rem + .8rem);font-style:normal;font-weight:400}.styles_btn__wDjqV.styles_grey__pAuFC>:where(span,p) svg path{fill:#666}.styles_btn__wDjqV.styles_white__CCbyf{color:#fff;font-size:1.4rem;line-height:calc(1.4rem + .8rem);font-style:normal;font-weight:400}.styles_btn__wDjqV.styles_white__CCbyf svg path{fill:#fff}.styles_btn__wDjqV.styles_main__DJFAZ{color:#6322c3;font-size:1.4rem;line-height:calc(1.4rem + .8rem);font-style:normal;font-weight:400}.styles_btn__wDjqV.styles_main__DJFAZ svg path{fill:#6322c3}.styles_btn__wDjqV.styles_onlyIcon__daXYg{padding:0}.styles_btn__wDjqV.styles_onlyIcon__daXYg svg{margin-left:0!important;margin-right:0!important}.styles_btn__wDjqV.styles_onlyIcon__daXYg.styles_disabled__kB_dP{background:#b3b3b3!important;cursor:not-allowed}.styles_btn__wDjqV.styles_onlyIcon__daXYg.styles_disabled__kB_dP p{background:#b3b3b3!important}.styles_btn__wDjqV.styles_onlyIconPrimary__ng6iS{padding:1rem;align-self:stretch;background:#6322c3;width:auto;height:100%}.styles_btn__wDjqV.styles_onlyIconPrimary__ng6iS svg{margin-left:0!important;margin-right:0!important}.styles_btn__wDjqV.styles_onlyIconPrimary__ng6iS svg path{fill:#fff}.styles_btn__wDjqV .styles_ctaContent__7mRC7{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}@media(min-width:720px){.styles_btn__wDjqV .styles_ctaContent__7mRC7{gap:.8rem}}.styles_btn__wDjqV .styles_ctaContent__7mRC7.styles_left__1_7Lw{flex-direction:row}.styles_btn__wDjqV .styles_ctaContent__7mRC7.styles_right__8i9PR{flex-direction:row-reverse}.styles_btn__wDjqV.styles_bold__LzzN1{font-weight:800}.styles_btn__wDjqV.styles_bold__LzzN1 p,.styles_btn__wDjqV.styles_bold__LzzN1 p span{font-weight:inherit}.styles_btn__wDjqV.styles_noPadding__AKdQi{padding:0;margin:0}.styles_btn__wDjqV.styles_underline__jzEHz{text-decoration:underline}.styles_btn__wDjqV.styles_small__Aoc_w{font-size:1.4rem;line-height:calc(1.4rem + .8rem);align-items:center;padding:.5rem .8rem}.styles_btn__wDjqV.styles_small__Aoc_w svg{width:1.2rem;height:1.2rem}.styles_btn__wDjqV.styles_left__1_7Lw p{flex-direction:row}.styles_btn__wDjqV.styles_right__8i9PR p{flex-direction:row-reverse}.styles_hoverMessage__m6cnr{border-radius:.8rem;padding:1rem 1.6rem;color:#fff;font-weight:400;font-size:1.4rem;line-height:calc(1.4rem + .8rem);background:#6322c3;position:absolute;width:30rem;min-height:6rem;transform:translateY(-100%);right:0;z-index:6}.styles_headerLink__yeM_t{position:relative}.styles_headerLink__yeM_t a{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.4rem}.styles_headerLink__yeM_t a span{display:none;color:#fff}@media(min-width:576px){.styles_headerLink__yeM_t a span{display:inline}}.styles_headerLink__yeM_t a svg{display:inline;width:2.4rem;height:2.4rem}.styles_headerLink__yeM_t a svg path{fill:#fff}.styles_headerLink__yeM_t .styles_hover__YabcP{border-radius:.8rem;padding:1rem 1.6rem;color:#000;font-size:1.6rem;line-height:2rem;font-weight:400;background-color:#fff;width:auto;height:auto;position:absolute;transform:translate(-10%,20%);z-index:11}.styles_vidzingLogo__c72kd.styles_small__ERGoR{width:auto;height:3rem}.styles_vidzingLogo__c72kd.styles_medium__pQF0i{width:auto;height:4.5rem}.styles_vidzingLogo__c72kd.styles_large__w5m_M{width:auto;height:6.5rem}.styles_vidzingLogo__c72kd.styles_xl__slqbB{width:auto;height:10.5rem}.styles_serverErrorPage__nUGd5{background-color:#fff;width:100%;height:100%;min-height:100vh;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background-position:bottom;background-size:100%}@media(min-width:992px){.styles_serverErrorPage__nUGd5{justify-content:flex-start}}@media(min-width:1120px){.styles_serverErrorPage__nUGd5{background-size:cover;background-position:50% -25%}}@media(min-width:1500px){.styles_serverErrorPage__nUGd5{background-size:cover;background-position:50% 42%}}.styles_serverErrorPage__nUGd5 .styles_logo__ZD6Qe{position:absolute;top:3rem;left:3rem}.styles_serverErrorPage__nUGd5 .styles_message__u_zzQ{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center}@media(min-width:720px){.styles_serverErrorPage__nUGd5 .styles_message__u_zzQ{margin-bottom:20rem}}@media(min-width:992px){.styles_serverErrorPage__nUGd5 .styles_message__u_zzQ{align-items:center;margin-top:20rem;padding:0}}@media(min-width:1200px){.styles_serverErrorPage__nUGd5 .styles_message__u_zzQ{padding:0 4rem}}.styles_serverErrorPage__nUGd5 .styles_message__u_zzQ .styles_content__1e0Lx{display:flex;flex-direction:column;align-items:center;justify-content:center}.styles_serverErrorPage__nUGd5 .styles_message__u_zzQ .styles_content__1e0Lx h1{color:#000;font-size:2.4rem;line-height:2.8rem;font-weight:600;padding-bottom:calc(.8rem*3)}.styles_serverErrorPage__nUGd5 .styles_message__u_zzQ .styles_content__1e0Lx h2{padding-bottom:calc(.8rem*3)}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_toastStyles__l7gPu{border-radius:.4rem;width:auto}.styles_toastStyles__l7gPu .Toastify__toast{max-height:4rem;min-height:4rem}@media(min-width:720px){.styles_toastStyles__l7gPu .Toastify__toast{min-height:6.4rem;max-height:80rem}}.styles_toastStyles__l7gPu .Toastify__toast-body{padding:0;color:#000;font-size:1.4rem;line-height:1.6rem;font-weight:400}@media(min-width:720px){.styles_toastStyles__l7gPu .Toastify__toast-body{color:#000;font-size:1.6rem;line-height:2rem;font-weight:400}}.styles_toastStyles__success__GdWpl{border:1px solid #128731}.styles_toastStyles__success__GdWpl .Toastify__toast-body{color:#128731}.styles_toastStyles__success__GdWpl svg path{fill:#128731}.styles_toastStyles__success__GdWpl .Toastify__progress-bar{background-color:#128731}.styles_toastStyles__error__7KWCt{border:1px solid #eb0000}.styles_toastStyles__error__7KWCt .Toastify__toast-body{color:#eb0000}.styles_toastStyles__error__7KWCt svg path{fill:#eb0000}.styles_toastStyles__defult__MCAjs{border:1px solid #000}.styles_toastStyles__defult__MCAjs svg path{fill:#6322c3}.styles_toastStyles__defult__MCAjs .Toastify__progress-bar{background-color:#6322c3}.styles_copyright__C5XuI{padding-top:1rem;flex-direction:row;color:#666;font-size:1.4rem;line-height:2rem;font-weight:400;gap:2rem}.styles_copyright__C5XuI,.styles_footer__KZiD4{display:flex;align-items:center;justify-content:center}.styles_footer__KZiD4{flex-direction:column;width:100%;height:100%;min-height:25rem;background-color:#fff;padding:3rem}@media(min-width:720px){.styles_footer__KZiD4{padding:7rem 8rem 4rem}}.styles_footer__KZiD4 .styles_wrapper__w4g2h{width:100%;height:100%;border-top:1px solid #b3b3b3;padding-top:calc(.8rem*6);display:grid;grid-template-columns:1fr;grid-column-gap:calc(.8rem*4);-moz-column-gap:calc(.8rem*4);column-gap:calc(.8rem*4)}@media(min-width:720px){.styles_footer__KZiD4 .styles_wrapper__w4g2h{grid-template-columns:1fr auto auto}}.styles_footer__KZiD4 .styles_wrapper__w4g2h .styles_left__oKVvK{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding-bottom:calc(.8rem*4)}@media(min-width:720px){.styles_footer__KZiD4 .styles_wrapper__w4g2h .styles_left__oKVvK{padding-bottom:calc(.8rem*4)}}.styles_footer__KZiD4 .styles_wrapper__w4g2h .styles_left__oKVvK .styles_logo__ERkyO{padding-bottom:calc(.8rem*2)}@media(min-width:720px){.styles_footer__KZiD4 .styles_wrapper__w4g2h .styles_left__oKVvK .styles_logo__ERkyO{padding-bottom:0}}.styles_footer__KZiD4 .styles_wrapper__w4g2h .styles_left__oKVvK .styles_social____T1K{width:100%;height:100%;display:grid;grid-template-columns:repeat(3,2rem);grid-column-gap:calc(.8rem*2);-moz-column-gap:calc(.8rem*2);column-gap:calc(.8rem*2);padding-bottom:calc(.8rem*2)}@media(min-width:720px){.styles_footer__KZiD4 .styles_wrapper__w4g2h .styles_left__oKVvK .styles_social____T1K{padding-bottom:0}}.styles_footer__KZiD4 .styles_wrapper__w4g2h .styles_left__oKVvK .styles_social____T1K svg{transition:fill .3s ease-in}.styles_footer__KZiD4 .styles_wrapper__w4g2h .styles_left__oKVvK .styles_social____T1K a:hover svg{fill:#121212;opacity:.9}.styles_footer__KZiD4 .styles_wrapper__w4g2h .styles_menu__gAvyl{color:#121212;font-size:1.6rem;line-height:2.2rem;font-weight:400;min-width:20rem}.styles_footer__KZiD4 .styles_wrapper__w4g2h .styles_menu__gAvyl li{padding-bottom:calc(.8rem*2)}.styles_footer__KZiD4 .styles_wrapper__w4g2h .styles_menu__gAvyl li a{padding:0}.styles_footer__KZiD4.styles_vidzing__rszzN{background-color:#121212;position:relative;min-height:15rem}@media(min-width:720px){.styles_footer__KZiD4.styles_vidzing__rszzN{padding:5rem 8rem 4rem}}.styles_footer__KZiD4.styles_vidzing__rszzN .styles_wrapper__w4g2h{border-top:none;padding-top:0}.styles_footer__KZiD4.styles_vidzing__rszzN .styles_wrapper__w4g2h .styles_left__oKVvK span{color:#fff}.styles_footer__KZiD4.styles_vidzing__rszzN .styles_menu__gAvyl{display:none}@media(min-width:720px){.styles_footer__KZiD4.styles_vidzing__rszzN .styles_menu__gAvyl{display:flex;flex-direction:column}}.copyright_footer__M5yt9{color:gray;font-size:1.6rem;line-height:2.2rem;font-weight:400;z-index:2;margin:calc(.8rem*3) auto}.copyright_other__keDwO{color:#b3b3b3;font-size:1.4rem;line-height:2rem;font-weight:400}.styles_arrow__ahLTv.styles_up__D41WZ{transform:rotate(180deg)}.styles_arrow__ahLTv.styles_right__TGw0y{transform:rotate(-90deg)}.styles_arrow__ahLTv.styles_down__Lt6yK{transform:rotate(0deg)}.styles_arrow__ahLTv.styles_left__VrkpX{transform:rotate(90deg)}.styles_arrow__ahLTv.styles_disabled__mA02Y path{fill:#b3b3b3}.styles_menu__ZzUQe{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:calc(.8rem*2);position:relative}.styles_menu__ZzUQe button{cursor:pointer;background-color:transparent;border:none}.styles_menu__ZzUQe button a,.styles_menu__ZzUQe button h5{color:#fff;font-size:1.6rem;line-height:2.4rem;font-weight:600}.styles_menu__ZzUQe button h5{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.8rem}.styles_menu__ZzUQe button h5 svg{width:1.6rem;height:1.6rem}.styles_menu__ZzUQe button h5 svg path{fill:#fff}.styles_menu__ZzUQe button a:hover{color:#b3b3b3}.styles_menu__ZzUQe ul{gap:calc(.8rem*2);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.styles_menu__ZzUQe ul a,.styles_menu__ZzUQe ul button{color:#d9d9d9;font-size:1.6rem;line-height:2.4rem;font-weight:400;position:relative}.styles_menu__ZzUQe ul a:after,.styles_menu__ZzUQe ul button:after{content:"";width:0;height:2px;position:absolute;bottom:-.5rem;background-color:#b3b3b3;left:0;opacity:0;transition:all .4s linear}.styles_menu__ZzUQe ul a:hover,.styles_menu__ZzUQe ul button:hover{color:#b3b3b3}.styles_menu__ZzUQe ul a:hover:after,.styles_menu__ZzUQe ul button:hover:after{opacity:1;width:100%}.styles_navigation__ZqWc0{width:100%;height:100%;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:calc(.8rem*2);-moz-column-gap:calc(.8rem*2);column-gap:calc(.8rem*2);grid-row-gap:calc(.8rem*5);row-gap:calc(.8rem*5)}@media(min-width:992px){.styles_navigation__ZqWc0{-moz-column-gap:calc(.8rem*2);column-gap:calc(.8rem*2);row-gap:calc(.8rem*2);display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}}.styles_social__2cxZ2{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}@media(min-width:992px){.styles_social__2cxZ2{align-items:flex-end}}.styles_social__2cxZ2 .styles_wrapper__oK2a3{position:absolute;gap:calc(.8rem*2);min-width:15rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}@media(min-width:400px){.styles_social__2cxZ2 .styles_wrapper__oK2a3{position:relative}}.styles_social__2cxZ2 .styles_wrapper__oK2a3 h5{color:#fff;font-size:1.6rem;line-height:2.4rem;font-weight:700}.styles_social__2cxZ2 .styles_wrapper__oK2a3 ul{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:calc(.8rem*2)}.styles_footer__ukR6N{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;height:100%;position:relative;overflow:hidden;background-color:#000;gap:calc(.8rem*8)}@media(min-width:720px){.styles_footer__ukR6N{gap:calc(.8rem*4)}}@media(min-width:992px){.styles_footer__ukR6N{gap:calc(.8rem*4)}}.styles_footer__ukR6N.styles_regular__ev54j{padding:calc(.8rem*4)}@media(min-width:992px){.styles_footer__ukR6N.styles_regular__ev54j{padding:calc(.8rem*4) calc(.8rem*8)}}.styles_footer__ukR6N.styles_inChannel__4ldxD{padding:0 calc(.8rem*4)}@media(min-width:992px){.styles_footer__ukR6N.styles_inChannel__4ldxD{padding:0 calc(.8rem*8)}}.styles_footer__ukR6N h5,.styles_footer__ukR6N ul{padding:0;margin:0}.styles_footer__ukR6N .styles_wrapper__CXceM{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:calc(.8rem*4)}.styles_footer__ukR6N .styles_wrapper__CXceM .styles_logoWrapper__5zsDh{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:100%;border-bottom:1px solid rgba(240,243,255,.2);padding:calc(.8rem*2) 0;z-index:2}.styles_footer__ukR6N .styles_wrapper__CXceM .styles_logoWrapper__5zsDh .styles_logo__9SNA_{width:12.5rem}.styles_footer__ukR6N .styles_wrapper__CXceM .styles_navWrapper__TUguV{width:100%;height:100%;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}@media(min-width:720px){.styles_footer__ukR6N .styles_wrapper__CXceM .styles_navWrapper__TUguV{flex-direction:row}}.styles_footer__ukR6N:after{content:"";position:absolute;width:200%;height:100%;left:-20rem;z-index:1;transform:rotate(-179.967deg);background-image:url(https://res.cloudinary.com/vidzing/image/upload/v1701206510/vidzing/global-assets/signup-question-images/question-background-v2.png);background-position:bottom;background-size:100%;background-repeat:no-repeat;bottom:-20%}@media(min-width:720px){.styles_footer__ukR6N:after{left:0;width:100%;bottom:-10%}}@media(min-width:992px){.styles_footer__ukR6N:after{bottom:0}}.styles_divider__diu7u{width:100%;height:3.2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.styles_divider__diu7u:after{content:"";display:flex;position:absolute;width:100%;height:100%;height:1px;border-bottom:1px dashed #b3b3b3}.styles_wrapper__nNSjk{justify-content:center;border-radius:.8rem;padding:calc(.8rem*3);background-color:#fff}.styles_wrapper__nNSjk,.styles_wrapper__nNSjk .styles_header__3L1s1{display:flex;flex-direction:column;align-items:flex-start;width:100%;height:auto}.styles_wrapper__nNSjk .styles_header__3L1s1{justify-content:flex-start;grid-auto-columns:1fr auto}@media(min-width:720px){.styles_wrapper__nNSjk .styles_header__3L1s1{display:grid;grid-template-areas:"title" "subtitle"}}.styles_wrapper__nNSjk .styles_header__3L1s1.styles_withAction___shlR{grid-template-areas:"title cta" "subtitle cta";align-items:center;gap:calc(.8rem*2)}@media(min-width:720px){.styles_wrapper__nNSjk .styles_header__3L1s1.styles_withAction___shlR{gap:0}}.styles_wrapper__nNSjk .styles_header__3L1s1 .styles_title__Qgz3l{display:block;color:#000;font-size:2.4rem;line-height:3rem;font-weight:600;grid-area:title}.styles_wrapper__nNSjk .styles_header__3L1s1 .styles_subtitle__zcuc_{display:block;color:#454545;font-size:1.6rem;line-height:2.2rem;font-weight:400;grid-area:subtitle}.styles_wrapper__nNSjk .styles_header__3L1s1 .styles_cta__AedO3{display:inline;grid-area:cta;width:100%;height:auto}.styles_wrapper__nNSjk .styles_header__3L1s1 .styles_cta__AedO3 a,.styles_wrapper__nNSjk .styles_header__3L1s1 .styles_cta__AedO3 button{width:100%}@media(min-width:720px){.styles_wrapper__nNSjk .styles_header__3L1s1 .styles_cta__AedO3 a,.styles_wrapper__nNSjk .styles_header__3L1s1 .styles_cta__AedO3 button{width:auto}}.styles_wrapper__nNSjk .styles_header__3L1s1.styles_subHeader__5DODl .styles_title__Qgz3l{font-size:2rem;line-height:calc(2rem + .8rem)}.styles_wrapper__nNSjk .styles_header__3L1s1.styles_subHeader__5DODl .styles_subtitle__zcuc_{font-size:1.4rem;line-height:calc(1.4rem + .8rem)}.styles_wrapper__nNSjk.styles_form__9HOv3,.styles_wrapper__nNSjk.styles_section__HN_2D{gap:calc(.8rem*3);box-shadow:0 2px 8px 0 rgba(0,0,0,.1)}.styles_wrapper__nNSjk.styles_form__9HOv3.styles_highlight__MCX2g,.styles_wrapper__nNSjk.styles_section__HN_2D.styles_highlight__MCX2g{z-index:13}.styles_wrapper__nNSjk.styles_container__ic9b1{gap:calc(.8rem*3)}.styles_highlightBlock__zE3jy{z-index:12;height:100vh;width:100vw;background:rgba(0,0,0,.5);position:fixed;top:0;left:0}.styles_simpleMenu__f5zSi{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;height:auto;gap:calc(.8rem*2)}.styles_simpleMenu__f5zSi li{display:flex}.styles_simpleMenu__f5zSi li.styles_activePath__j_Apr{position:relative}.styles_simpleMenu__f5zSi li.styles_activePath__j_Apr:after{content:"";position:absolute;left:-29px;top:0;transform:translateX(0);width:220%;height:100%;background:#9c10c6;background:linear-gradient(105deg,rgba(155,16,199,.2),rgba(33,57,190,.2) 89%);z-index:-1}.styles_simpleMenu__f5zSi li a{align-self:flex-start}.styles_simpleMenu__f5zSi li button{width:100%}.styles_storybookFloatingMenu__e_1hM{position:relative;width:25rem;height:auto}.styles_storybookFloatingMenu__e_1hM .styles_floatingMenu__tf8GM{display:flex!important}.styles_floatingMenu__tf8GM{width:25rem;height:auto;position:absolute;right:.8rem;top:calc(4rem + calc(.8rem * 3.5));background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.16);display:none}@media(min-width:992px){.styles_floatingMenu__tf8GM{display:flex;flex-direction:column;align-items:center;justify-content:center}}.styles_floatingMenu__tf8GM li:after{display:none}.styles_wrapper__YjnBb{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;align-items:stretch;margin-bottom:calc(.8rem*2)}.styles_wrapper__YjnBb .styles_upload__jgU3r{border:.5px dashed #6322c3;min-height:7.5rem;border-radius:.4rem;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.styles_wrapper__YjnBb .styles_createContent__Fe9Vb{background:#6322c3;border-radius:.4rem;padding:.4rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.styles_wrapper__YjnBb .styles_createContent__Fe9Vb.styles_compress__Z_32I{padding:2px}.styles_wrapper__YjnBb .styles_createContent__Fe9Vb button{width:100%}.styles_wrapper__YjnBb .styles_createContent__Fe9Vb button span{white-space:nowrap}.styles_version__FD0lu{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666;font-size:1.4rem;line-height:2rem;font-weight:400}.styles_storybook__myMA9{width:37.5rem;height:auto;box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.styles_storybook__myMA9 .styles_menu__R6Q7y{display:flex;width:37.5rem;height:auto}.styles_menu__R6Q7y{display:flex;flex-direction:column-reverse;align-items:flex-end;justify-content:flex-end;grid-template-columns:1fr;width:100%;height:100%;margin-bottom:3rem;background-color:#fff;top:6rem;position:fixed;overflow:auto;overflow-x:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:calc(.8rem*3) 0 0 0;padding:calc(.8rem*3) calc(.8rem*3) calc(.8rem*10)}@media(min-width:720px){.styles_menu__R6Q7y{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}}@media(min-width:992px){.styles_menu__R6Q7y{position:sticky;position:-webkit-sticky;position:fixed;width:24rem;height:100%}.styles_menu__R6Q7y.styles_compress__o18yq{padding:.4rem .4rem 0;height:calc(100% - 6rem);width:12rem}.styles_menu__R6Q7y:not(:hover)::-webkit-scrollbar{width:16px}.styles_menu__R6Q7y:not(:hover){-ms-overflow-style:none}.styles_menu__R6Q7y::-webkit-scrollbar{background-color:#fff;width:16px}.styles_menu__R6Q7y::-webkit-scrollbar-track,.styles_menu__R6Q7y:not(:hover)::-webkit-scrollbar-thumb{background-color:#fff}.styles_menu__R6Q7y::-webkit-scrollbar-thumb{background-color:#babac0;border-radius:16px;border:4px solid #fff}.styles_menu__R6Q7y::-webkit-scrollbar-button{display:none}}.styles_menu__R6Q7y.styles_noProgress__WIy4I{grid-template-areas:"menu" "menu"}.styles_menu__R6Q7y.styles_inHeader__cnV3F{left:0;display:block;height:calc(100% - 7.7rem)}.styles_menu__R6Q7y.styles_inHeader__cnV3F .styles_wrapperMenu__WCEWD{padding:0 1rem}@media(min-width:992px){.styles_menu__R6Q7y.styles_inHeader__cnV3F{display:none}}.styles_menu__R6Q7y .styles_wrapperMenu__WCEWD{width:100%;grid-area:menu;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.4rem}.styles_menu__R6Q7y .styles_mobileNav__ke9JA{width:100%;height:100%}@media(min-width:992px){.styles_menu__R6Q7y .styles_mobileNav__ke9JA{display:none}}.styles_menu__R6Q7y .styles_mobileNav__ke9JA li{width:100%}.styles_menu__R6Q7y .styles_mobileNav__ke9JA .styles_mobileChildren__qhdmd{z-index:999;top:0}.styles_menu__R6Q7y .styles_createContent__Mt69I{margin-top:.8rem}.styles_userInitial__Wu8SF{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;padding:0;width:2.8rem;height:2.8rem;pointer-events:none;background-color:#6322c3}.styles_userInitial__Wu8SF span{text-transform:uppercase;color:#fff;font-size:2rem;line-height:2rem;font-weight:600}.styles_number__IGlLW{width:2.4rem;height:2.4rem;border-radius:50%;color:#fff;font-weight:400;font-size:1.4rem;line-height:calc(1.4rem + .8rem);background:#d75350;text-align:center}.styles_notification__QF_CE{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;position:relative}.styles_notification__QF_CE .styles_bubble__NyRyS{position:absolute;top:0;right:0;transform:translate(20%,-30%)}@media(min-width:992px){.styles_notification__QF_CE .styles_bubble__NyRyS{display:none}}.styles_navButton__Hu_kQ{display:grid;align-items:center;justify-content:center;border-radius:calc(.8rem*3);padding:.6rem;background-color:#fff;width:3.6rem;height:3.6rem;transition:filter .4s ease-in}.styles_navButton__Hu_kQ>:nth-child(2){display:none}@media(min-width:720px){.styles_navButton__Hu_kQ>:nth-child(2){display:flex}.styles_navButton__Hu_kQ{width:7.8rem;height:4rem;grid-template-columns:1fr 1fr;gap:.4rem}}.styles_navButton__Hu_kQ:hover{filter:brightness(80%)}.styles_navButton__Hu_kQ svg{width:2.4rem;height:2.4rem}@media(min-width:720px){.styles_navButton__Hu_kQ svg{width:3rem;height:3rem}}.styles_burger__yvlpl{width:calc(.8rem*4);position:relative;display:none}@media(min-width:992px){.styles_burger__yvlpl{display:block}}.styles_burger__yvlpl:after{content:"";position:absolute;top:calc(.8rem*-1);left:calc(.8rem*-1);z-index:-1;background-color:#454545;transition:all .2s ease-in;opacity:0;border-radius:99rem;padding:calc(.8rem*3)}.styles_burger__yvlpl:hover:after{opacity:1}.styles_burger__yvlpl svg path{fill:#fff}.styles_tooltip__Cr3PT{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.styles_tooltip__Cr3PT .styles_message__9SaW0{pointer-events:none;position:absolute;width:100%;background:#191b1f;color:#fff;padding:.8rem;border-radius:.4rem;display:flex;justify-content:center;font-size:1.4rem;line-height:calc(1.4rem + .8rem);z-index:4;min-width:20rem}.styles_tooltip__Cr3PT .styles_message__9SaW0 strong{font-weight:700}.styles_tooltip__Cr3PT .styles_message__9SaW0:after{content:"";position:absolute;width:2rem;height:2rem;background:#191b1f;bottom:0;border:1px solid #191b1f;transform:translateY(35%) rotate(45deg);border-radius:.4rem;z-index:-1}.styles_tooltip__Cr3PT .styles_message__9SaW0.styles_top__JKpyt{top:calc(var(--tooltipSize)*1.25*-1)}.styles_tooltip__Cr3PT .styles_message__9SaW0.styles_bottom__SK117{bottom:calc(var(--tooltipSize)*1.2*-1)}.styles_tooltip__Cr3PT .styles_message__9SaW0.styles_bottom__SK117:after{transform:translateY(calc((var(--tooltipSize) - 1.2rem) * -1)) rotate(45deg)}.styles_action__xdZSl{background:#454545;border-radius:50%;width:90%;height:3rem;cursor:pointer;max-width:4rem;padding:.8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.styles_action__xdZSl button{background:none}.styles_topNav__0PWVF{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:fixed;background-color:#121212;padding:2.5rem 1rem;height:6rem;width:100%;z-index:50}@media(min-width:820px){.styles_topNav__0PWVF{padding:0 2rem}}@media(min-width:992px){.styles_topNav__0PWVF{padding:0 3.2rem}}.styles_topNav__0PWVF .styles_left__28PDI{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:calc(.8rem*2)}.styles_topNav__0PWVF .styles_left__28PDI .styles_logo___RDwX svg{height:3rem!important}@media(min-width:400px){.styles_topNav__0PWVF .styles_left__28PDI .styles_logo___RDwX svg{height:3.5rem!important}}.styles_topNav__0PWVF .styles_right__Gk5Gm{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.8rem}@media(min-width:400px){.styles_topNav__0PWVF .styles_right__Gk5Gm{gap:calc(.8rem*2)}}.styles_topNav__0PWVF .styles_right__Gk5Gm .styles_uploadBtn__VDN3M button{min-height:1.8rem}.styles_topNav__0PWVF .styles_right__Gk5Gm .styles_uploadBtn__VDN3M button svg path{fill:#fff}.styles_topNav__0PWVF .styles_right__Gk5Gm .styles_create__vX2IJ{display:none;border-radius:calc(.8rem*3);background-color:#454545;padding:.8rem;width:3.6rem;height:3.6rem}@media(min-width:375px){.styles_topNav__0PWVF .styles_right__Gk5Gm .styles_create__vX2IJ{display:flex}}@media(min-width:400px){.styles_topNav__0PWVF .styles_right__Gk5Gm .styles_create__vX2IJ{width:4rem;height:4rem}}@media(min-width:720px){.styles_topNav__0PWVF .styles_right__Gk5Gm .styles_create__vX2IJ{width:auto;height:auto}}@media(min-width:992px){.styles_topNav__0PWVF .styles_right__Gk5Gm .styles_create__vX2IJ{padding:.8rem calc(.8rem*2)}}.styles_topNav__0PWVF .styles_right__Gk5Gm .styles_help__gKyGo svg{width:2.2rem;height:2.2rem}.styles_topNav__0PWVF .styles_wrapperMenu__sqDqK{position:relative;z-index:10}.styles_topNav__0PWVF .styles_closeMobileMenu__RGA8T{width:2.4rem;height:2.4rem;position:absolute;top:20%;right:20%;z-index:20}@media(min-width:992px){.styles_topNav__0PWVF .styles_closeMobileMenu__RGA8T{opacity:0;pointer-events:none}}.styles_topNav__0PWVF .styles_hideCta__rS7V5{opacity:0;pointer-events:none}@media(min-width:992px){.styles_topNav__0PWVF .styles_hideCta__rS7V5{opacity:1;pointer-events:auto}}.styles_topNav__0PWVF .styles_menu__jl5lu{display:flex}@media(min-width:992px){.styles_topNav__0PWVF .styles_menu__jl5lu{display:none}}.styles_rightCorner__Xgliu{display:none}@media(min-width:992px){.styles_rightCorner__Xgliu{display:block;position:fixed;right:-2px;top:calc(6rem - 2px);z-index:9;width:3.1rem;height:3.1rem;transform:rotate(90deg)}.styles_rightCorner__Xgliu path{fill:#121212}}.styles_menu__ZLwXl{width:100%;height:6rem;color:#fff;font-size:1.4rem;line-height:2rem;font-weight:400;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:calc(.8rem*5);position:fixed;top:0;left:0;background-color:#121212;z-index:10}.styles_menu__ZLwXl .styles_list__r6juZ{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.styles_menu__ZLwXl .styles_list__r6juZ li{margin-left:calc(.8rem*3)}.styles_menu__ZLwXl .styles_list__r6juZ li.styles_item__s2Pp5{display:none}@media(min-width:720px){.styles_menu__ZLwXl .styles_list__r6juZ li.styles_item__s2Pp5{display:flex}}.styles_hamburger__V_YPC{background-color:transparent;border:none;cursor:pointer;display:flex;padding:0}@media(min-width:992px){.styles_hamburger__V_YPC{display:none}}.styles_hamburger__V_YPC svg{width:5rem;height:5rem}.styles_hamburger__V_YPC svg path{fill:#fff}.styles_hamburger__V_YPC .styles_line__7iyse{fill:none;stroke:#fff;stroke-width:6;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.styles_hamburger__V_YPC .styles_line1___2AlN{stroke-dasharray:60 207;stroke-width:6}.styles_hamburger__V_YPC .styles_line2__Fj6cW{stroke-dasharray:60 60;stroke-width:6}.styles_hamburger__V_YPC .styles_line3__aumEa{stroke-dasharray:60 207;stroke-width:6}.styles_hamburger__V_YPC.styles_opened__5t_QT .styles_line1___2AlN{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.styles_hamburger__V_YPC.styles_opened__5t_QT .styles_line2__Fj6cW{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}.styles_hamburger__V_YPC.styles_opened__5t_QT .styles_line3__aumEa{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.styles_header___xeyG{width:100%;height:auto;color:#fff;font-size:1.6rem;line-height:2.2rem;font-weight:600;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:calc(.8rem*4);position:fixed;z-index:10;transition:background .5s ease-in-out}@media(min-width:992px){.styles_header___xeyG{align-items:center;justify-content:center;padding:0 calc(.8rem*3)}}.styles_header___xeyG.styles_withBackground__HtjaN{background-color:#000}.styles_header___xeyG .styles_nav__Q5AQr{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:.8rem;gap:.8rem;width:100%}@media(min-width:400px){.styles_header___xeyG .styles_nav__Q5AQr{padding:calc(.8rem*2);gap:calc(.8rem*3)}}@media(min-width:992px){.styles_header___xeyG .styles_nav__Q5AQr{width:auto}}.styles_header___xeyG .styles_logoWrapper__V8eGk{display:flex;justify-content:space-between;align-items:center;width:11rem}@media(min-width:720px){.styles_header___xeyG .styles_logoWrapper__V8eGk{width:14rem}}@media(min-width:992px){.styles_header___xeyG .styles_logoWrapper__V8eGk{align-self:center;padding-top:0}}.styles_header___xeyG .styles_logoWrapper__V8eGk .styles_logo__ShhKG{margin-right:.8rem;height:100%;display:flex;justify-content:flex-start;align-items:center}.styles_header___xeyG .styles_logoWrapper__V8eGk button{align-self:center}.styles_header___xeyG .styles_burgerWrapper__eRkuy{display:flex;align-items:center;gap:.8rem}@media(min-width:992px){.styles_header___xeyG .styles_burgerWrapper__eRkuy{display:none}}.styles_header___xeyG .styles_burgerWrapper__eRkuy a{color:#fff;font-size:1.6rem;line-height:2.2rem;font-weight:400;text-decoration:underline;text-align:center}.styles_header___xeyG .styles_burgerWrapper__eRkuy a:hover{color:#e5e7eb}.styles_header___xeyG .styles_wrapperNav__7q6XN{position:fixed;top:calc(7.4rem - 2rem);left:0;width:100%;height:auto}@media(min-width:992px){.styles_header___xeyG .styles_wrapperNav__7q6XN{top:0;position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:center;width:100%;height:100%}}.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_nav__Q5AQr{position:relative;display:none}@media(min-width:992px){.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_nav__Q5AQr{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:calc(.8rem*2);max-width:60rem}}@media(min-width:720px){.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_nav__Q5AQr a h5,.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_nav__Q5AQr button h5{font-size:3rem;line-height:calc(3rem + .8rem)}}@media(min-width:992px){.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_nav__Q5AQr a h5,.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_nav__Q5AQr button h5{font-size:1.6rem;line-height:calc(1.6rem + .8rem)}}@media(min-width:720px){.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_nav__Q5AQr a h5 svg,.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_nav__Q5AQr button h5 svg{width:3rem;height:3rem}}@media(min-width:992px){.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_nav__Q5AQr a h5 svg,.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_nav__Q5AQr button h5 svg{width:1.6rem;height:1.6rem}}.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_nav__Q5AQr .styles_menuStyles__PSzKB{position:absolute;top:calc(7.4rem - 4rem);display:flex;justify-content:center;align-items:center;left:0;flex-direction:column;width:100%;background:rgba(0,0,0,.61);box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(6.2px);-webkit-backdrop-filter:blur(6.2px);background-color:#121212;border-radius:.4rem;min-width:22rem}.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_nav__Q5AQr .styles_menuStyles__PSzKB ul{padding:calc(.8rem*3)}.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_optionsV2__4u212,.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_options__zanOC{display:none;gap:calc(.8rem*3)}@media(min-width:992px){.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_optionsV2__4u212,.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_options__zanOC{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}}.styles_header___xeyG .styles_wrapperNav__7q6XN .styles_optionsV2__4u212{gap:.5rem;font-weight:600;font-size:1.6rem;line-height:2.2rem;text-overflow:ellipsis;white-space:nowrap}.styles_header___xeyG.styles_opened__fgqJM{height:100vh;background:rgba(0,0,0,.61);box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(6.2px);-webkit-backdrop-filter:blur(6.2px)}.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN{padding:calc(.8rem*5) calc(.8rem*2) 0;display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - calc(7.4rem - 2rem))}@media(min-width:720px){.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN{padding:calc(.8rem*8) calc(.8rem*5) 0}}.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_nav__Q5AQr{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:calc(.8rem*3)}.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_nav__Q5AQr h5{padding:0;margin:0}.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_nav__Q5AQr .styles_menuStyles__PSzKB{position:relative;top:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_optionsV2__4u212,.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_options__zanOC{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:calc(.8rem*4)}@media(min-width:720px){.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_optionsV2__4u212,.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_options__zanOC{width:50%;margin:0 auto}}.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_optionsV2__4u212 a,.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_options__zanOC a{align-self:stretch}.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_optionsV2__4u212{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:calc(.8rem*4)}@media(min-width:720px){.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_optionsV2__4u212{width:50%;margin:0 auto}}.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_optionsV2__4u212 a{align-self:stretch}.styles_header___xeyG.styles_opened__fgqJM .styles_wrapperNav__7q6XN .styles_optionsV2__4u212 .styles_btn__8_P3k{border-radius:2.4rem}.styles_simple__jCYWl,.styles_wrapper__r7Xez{width:100%;background-color:var(--backgroundColour);min-height:100vh}.styles_simple__jCYWl{padding-top:calc(6rem + 2rem)}.styles_simple__jCYWl .styles_content__qURua{width:100%;max-width:1350px;margin:0 auto;padding:0 .8rem}@media(min-width:720px){.styles_simple__jCYWl .styles_content__qURua{padding:0}}.styles_image__i2HI2{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:15%;position:relative}.styles_image__i2HI2:after{content:"";display:inline-block;position:absolute;width:100%;height:100%}.styles_image__i2HI2 .styles_content__ZINip{z-index:2;padding:calc(.8rem*5);width:80%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;gap:calc(.8rem*2)}.styles_image__i2HI2 .styles_content__ZINip:after{content:"";position:absolute;left:0;width:100%;height:100%;border-radius:calc(.8rem*3);z-index:1;background:rgba(0,0,0,.5);box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(7.5px);-webkit-backdrop-filter:blur(7.5px)}.styles_image__i2HI2 .styles_content__ZINip h2{color:#fff;font-size:2.4rem;line-height:2.2rem;font-weight:700;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;position:relative;background-clip:padding-box;z-index:2}@media(min-width:720px){.styles_image__i2HI2 .styles_content__ZINip h2{font-size:3rem;line-height:3.5rem}}@media(min-width:992px){.styles_image__i2HI2 .styles_content__ZINip h2{font-size:4rem;line-height:4.8rem}}.styles_image__i2HI2 .styles_content__ZINip h2 p{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.styles_image__i2HI2 .styles_content__ZINip h2 p span{color:#fff;font-size:2.4rem;line-height:2.2rem;font-weight:700}@media(min-width:720px){.styles_image__i2HI2 .styles_content__ZINip h2 p span{font-size:3rem;line-height:3.5rem}}@media(min-width:992px){.styles_image__i2HI2 .styles_content__ZINip h2 p span{font-size:4rem;line-height:4.8rem}}.styles_image__i2HI2 .styles_content__ZINip h2 p span strong{margin-left:.8rem;color:#53e9b2;font-size:2.4rem;line-height:2.2rem;font-weight:700;z-index:3}@media(min-width:720px){.styles_image__i2HI2 .styles_content__ZINip h2 p span strong{font-size:3rem;line-height:3.5rem}}@media(min-width:992px){.styles_image__i2HI2 .styles_content__ZINip h2 p span strong{font-size:4rem;line-height:4.8rem}}.styles_image__i2HI2 .styles_content__ZINip .styles_subtitles__i3_dO{z-index:2}.styles_image__i2HI2 .styles_content__ZINip .styles_subtitles__i3_dO h3{color:#fff;font-size:3rem;line-height:3.5rem;font-weight:700;z-index:2}.styles_image__i2HI2 .styles_content__ZINip .styles_subtitles__i3_dO h4{color:#fff;font-size:2rem;line-height:2.5rem;font-weight:600;z-index:2}.styles_image__i2HI2 .styles_content__ZINip ul{color:#fff;font-size:2rem;line-height:2.5rem;font-weight:400;z-index:2}.styles_image__i2HI2 .styles_content__ZINip ul li{display:grid;grid-template-columns:2rem 1fr;padding-bottom:.8rem;align-items:center;grid-column-gap:calc(.8rem*2);-moz-column-gap:calc(.8rem*2);column-gap:calc(.8rem*2)}.styles_image__i2HI2 .styles_content__ZINip ul svg path{fill:#53e9b2}.styles_signup__uq5Rd{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding-top:calc(.8rem*15)}@media(min-width:400px){.styles_signup__uq5Rd{padding-top:6rem}}.styles_signup__uq5Rd .styles_wrapper__v8kVQ{min-height:100vh;background-color:#fff;width:100%;height:100%;position:relative;display:grid;grid-template-columns:1fr}@media(min-width:820px){.styles_signup__uq5Rd .styles_wrapper__v8kVQ{grid-template-columns:repeat(2,1fr)}}.styles_signup__uq5Rd .styles_wrapper__v8kVQ .styles_left__Dze3S{position:relative;width:80%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;padding-top:1.5rem}.styles_signup__uq5Rd .styles_wrapper__v8kVQ .styles_left__Dze3S .styles_logo__DJLt0{padding:calc(.8rem*2);align-self:flex-start}@media(min-width:1120px){.styles_signup__uq5Rd .styles_wrapper__v8kVQ .styles_left__Dze3S .styles_logo__DJLt0{padding:0;top:calc(.8rem*3);margin:calc(.8rem*3)}}@media(min-width:992px){.styles_signup__uq5Rd .styles_wrapper__v8kVQ .styles_left__Dze3S .styles_logo__DJLt0{top:calc(.8rem*5)}}.styles_signup__uq5Rd .styles_wrapper__v8kVQ .styles_right__VbPN6{width:100%;height:100%;position:relative;display:none}@media(min-width:820px){.styles_signup__uq5Rd .styles_wrapper__v8kVQ .styles_right__VbPN6{display:flex}}.styles_notificationWrapper__nbNt1{position:fixed;top:calc(.8rem*5);z-index:11;width:95%;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width:720px){.styles_notificationWrapper__nbNt1{width:50%;height:auto}}.styles_notificationWrapper__nbNt1 .styles_notification__T71Wh{width:100%;height:100%}.styles_loader__KuYhx{position:fixed;width:100%;height:100%;background-color:#121212;top:0;left:0;z-index:calc(50 + 1)}.styles_loader__KuYhx,.styles_loader__KuYhx .styles_content__iXzGr{display:flex;flex-direction:column;align-items:center;justify-content:center}.styles_loader__KuYhx .styles_content__iXzGr{gap:calc(.8rem*4);padding:calc(.8rem*2)}.styles_loader__KuYhx .styles_content__iXzGr img{width:20rem;height:20rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.styles_loader__KuYhx .styles_content__iXzGr .styles_texts__6L_iE{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem}.styles_loader__KuYhx .styles_content__iXzGr .styles_texts__6L_iE h1{color:#fff;font-size:2rem;line-height:2.2rem;font-weight:400}.styles_loader__KuYhx .styles_content__iXzGr .styles_texts__6L_iE h2{color:#fff;font-size:2.5rem;line-height:2.6rem;font-weight:700}.styles_layout__Av_DT{display:grid;grid-template-columns:100%;width:100%;height:100%;position:relative;padding-bottom:calc(.8rem*3)}@media(min-width:992px){.styles_layout__Av_DT{grid-template-columns:var(--laptopLeftMenuWidth) calc(100% - var(--laptopLeftMenuWidth))}}@media(min-width:1825px){.styles_layout__Av_DT{grid-template-columns:var(--laptopLeftMenuWidth) calc(100% - var(--laptopLeftMenuWidth) - var(--laptopRightMenuWidth))}}.styles_layout__Av_DT .styles_menu__4AL4z{display:none}@media(min-width:992px){.styles_layout__Av_DT .styles_menu__4AL4z{display:flex;width:100%;min-height:100vh;height:100%;position:sticky;top:6rem;left:0;background-color:#121212}}.styles_layout__Av_DT .styles_main__9T_0K{min-height:100vh;color:#000;height:100%;width:100%;margin:0 auto;padding:9.5rem calc(.8rem*2) 0;position:relative}@media(min-width:992px){.styles_layout__Av_DT .styles_main__9T_0K{max-width:1300px}}.styles_notFound__sl5AD{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:100vh}