*{margin:0;padding:0;box-sizing:border-box}body{color:var(--color-black);font-size:16px;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;line-height:1.5;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle,rgba(99,102,241,.04) 1px,transparent 0);background-size:24px 24px}body ::-webkit-scrollbar{width:3px}body ::-webkit-scrollbar-track{background:transparent}body ::-webkit-scrollbar-thumb{background:#a4a4a4}a{outline:none;cursor:pointer;text-decoration:none}img{height:auto;display:block;max-width:100%}:focus{outline:none}::-ms-expand{display:none}ul{list-style:none;padding:0;margin:0}.wrapper{max-width:1100px;padding:0 24px;width:100%;margin:0 auto}.image-light{display:none}:root{--app-height:100vh;--color-white:#fff;--color-black:#000;--color-primary:#6366f1;--color-card:#fff;--color-bgWhite:#fff;--color-bgSecondary:#205737;--color-border:#cfd1d2;--color-bgPrimary:#1a1a2e;--color-grey:#a4a4a4;--color-bgGrey:#f3f3f3;--ease-out-expo:cubic-bezier(0.16,1,0.3,1);--ease-spring:cubic-bezier(0.34,1.56,0.64,1);--ease-smooth:cubic-bezier(0.4,0,0.2,1);--duration-fast:0.15s;--duration-normal:0.3s;--duration-slow:0.5s;--gradient-accent:linear-gradient(135deg,#818cf8,#6366f1,#4f46e5);--gradient-glow:radial-gradient(ellipse at 50% 0%,rgba(99,102,241,.08) 0%,transparent 60%);--shadow-accent:0 4px 20px rgba(99,102,241,.2)}.loaderDots{top:0;left:0;z-index:5;width:100%;height:100%;display:flex;align-items:center;position:absolute;justify-content:center;background-color:var(--color-bgWhite);border-radius:10px}.loaderDots span{opacity:0;width:10px;height:10px;margin:0 4px;display:block;border-radius:50%;background:var(--color-primary);animation:loader 1s linear infinite alternate}.loaderDots span:nth-child(2){animation:loader 1s linear infinite alternate;animation-delay:.2s}.loaderDots span:nth-child(3){animation:loader 1s linear infinite alternate;animation-delay:.5s}@keyframes loader{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.dflex,.flex{display:flex}.dflex{flex-wrap:wrap}.alignCenter{align-items:center}.alignStart{align-items:flex-start}.alignEnd{align-items:flex-end}.justifySpaceBetween{justify-content:space-between}.justifyCenter{justify-content:center}.justifyEnd{justify-content:flex-end}.flexDirectionCol{flex-direction:column}.MuiAccordion-root{box-shadow:0 0 0!important;border-radius:0!important;padding-left:0;background-color:transparent!important;border-bottom:1px solid var(--color-border);margin:0!important}.howitwork .MuiAccordion-root{border-bottom:0}.MuiAccordion-root:before{display:none}.MuiAccordion-root .MuiAccordionSummary-root{padding-left:0}.MuiAccordion-root .MuiAccordionSummary-root p{font-weight:400;font-size:25px;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;color:var(--color-black)}@media only screen and (max-width:767px){.MuiAccordion-root .MuiAccordionSummary-root p{font-size:20px}}.howitwork .MuiAccordion-root .MuiAccordionSummary-root p{color:#fff;font-size:30px}@media only screen and (max-width:767px){.howitwork .MuiAccordion-root .MuiAccordionSummary-root p{font-size:22px}}.MuiAccordion-root .MuiAccordionSummary-content{margin:24px 0}.howitwork .MuiAccordion-root .MuiAccordionSummary-content{margin:15px 0}.MuiAccordion-root .MuiAccordionDetails-root{padding:0 0 25px}.howitwork .MuiAccordion-root .MuiAccordionDetails-root{padding:0 0 15px}.MuiAccordion-root .MuiAccordionDetails-root p{font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;color:#808081;font-weight:400;font-size:22px}@media only screen and (max-width:767px){.MuiAccordion-root .MuiAccordionDetails-root p{font-size:16px}}.howitwork .MuiAccordion-root .MuiAccordionDetails-root p{color:#fff;padding:0 50px 0 0;font-size:20px}@media only screen and (max-width:767px){.howitwork .MuiAccordion-root .MuiAccordionDetails-root p{font-size:16px}}.MuiAccordion-root .MuiAccordionSummary-expandIconWrapper{width:25px;min-width:25px}@media only screen and (max-width:767px){.MuiAccordion-root .MuiAccordionSummary-expandIconWrapper{width:20px;min-width:20px}}.howitwork .MuiAccordion-root .MuiAccordionSummary-expandIconWrapper{width:32px;min-width:32px}@media only screen and (max-width:767px){.howitwork .MuiAccordion-root .MuiAccordionSummary-expandIconWrapper{width:22px;min-width:22px}}.tabs__header{position:relative}.tabs__header:after{height:2px;background-color:#9ba8be;content:"";position:absolute;width:100%;left:0;bottom:0;z-index:0}.tabs__header .MuiTabs-indicator{z-index:2;background-color:var(--color-primary)}.tabs__header .MuiButtonBase-root{color:#9ba8be;text-transform:capitalize;font-size:16px;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;padding:20px 0}.tabs__header .MuiButtonBase-root.Mui-selected{color:var(--color-primary)}.tabs__info{padding:30px 0}.MuiMenu-paper{border-radius:4px;min-width:125px;background-color:var(--color-card);box-shadow:0 0 0;border:1px solid var(--color-border);padding:2px}.MuiMenu-paper .MuiMenu-list{padding:0;background-color:var(--color-card)}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root{padding:5px 10px;font-weight:500;font-size:20px;border-radius:4px;color:var(--color-black);font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;display:flex;align-items:center}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root:hover{background-color:rgba(155,168,190,.1)}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root img{margin-right:10px}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root a{font-weight:400;font-size:15px;color:var(--color-primary);display:flex;align-items:center}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root a img{margin-right:10px}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root .signOut{margin-left:-5px}.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root.active{background-color:rgba(99,102,241,.3)}.MuiTextField-root{overflow:hidden}.MuiTextField-root .MuiFormLabel-root{transform:translate(20px,18px) scale(1);color:#808081}.MuiTextField-root .MuiFormLabel-root.Mui-focused,.MuiTextField-root .MuiFormLabel-root.MuiInputLabel-shrink{transform:translate(20px,10px) scale(.8);color:#808081}.MuiTextField-root .MuiFormLabel-root.Mui-error{color:#eb001b}.MuiTextField-root .MuiInputBase-root{border:1px solid var(--color-border);border-radius:5px;background-color:var(--color-card)}.MuiTextField-root .MuiInputBase-root:after,.MuiTextField-root .MuiInputBase-root:before{display:none}.MuiTextField-root .MuiInputBase-root .MuiInputBase-input{padding-left:20px;padding-right:20px;color:var(--color-black)}.MuiTextField-root .MuiInputBase-root.Mui-error{border:1px solid #eb001b}.error{color:#eb001b;margin-top:5px;display:table}.MuiTooltip-tooltip{font-weight:600;font-size:12px;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;line-height:14px}.MuiTab-root{font-weight:400;font-size:16px;color:#808081;text-transform:capitalize}.MuiTab-root.Mui-selected{color:var(--color-black)}.MuiTabs-indicator{background-color:var(--color-black);height:1px}.MuiTouchRipple-root{display:none}.MuiTabs-root{position:relative;border-bottom:1px solid #cfd1d2;background-color:var(--color-bgWhite)}.MuiDialog-paper{animation:fadeInScale .25s var(--ease-out-expo)}.MuiDialog-paper .dialogWrapper{background-color:var(--color-bgWhite);padding:15px}.MuiDialog-paper .dialogWrapper__close{text-align:right}.MuiDialog-paper .dialogWrapper__close img{width:20px;height:20px;cursor:pointer}.MuiDialog-paper .dialogWrapper__close.closeTop{position:absolute;right:20px;top:20px}.MuiDialog-paper.accountWrapper,.MuiDialog-paper.authWrapper,.MuiDialog-paper.confirm,.MuiDialog-paper.pricing{max-width:715px;background-color:var(--color-bgWhite);width:100%;border-radius:10px}@media only screen and (max-width:1024px){.MuiDialog-paper.accountWrapper,.MuiDialog-paper.authWrapper,.MuiDialog-paper.confirm,.MuiDialog-paper.pricing{max-width:100%;border-radius:0}}.MuiDialog-paper.accountWrapper .dialogWrapper,.MuiDialog-paper.authWrapper .dialogWrapper,.MuiDialog-paper.confirm .dialogWrapper,.MuiDialog-paper.pricing .dialogWrapper{padding:35px 50px}@media only screen and (max-width:1024px){.MuiDialog-paper.accountWrapper .dialogWrapper,.MuiDialog-paper.authWrapper .dialogWrapper,.MuiDialog-paper.confirm .dialogWrapper,.MuiDialog-paper.pricing .dialogWrapper{padding:15px}}.MuiDialog-paper.pricing{max-width:810px}@media only screen and (max-width:1024px){.MuiDialog-paper.pricing{max-width:100%}}.MuiDialog-paper.pricing .dialogWrapper{padding:15px 30px}@media only screen and (max-width:1024px){.MuiDialog-paper.pricing .dialogWrapper{padding:15px}}.MuiDialog-paper.pricing.paymentModal{max-width:1024px}@media only screen and (max-width:1024px){.MuiDialog-paper.pricing.paymentModal{max-width:100%}}.MuiDialog-paper.pricing.paymentInfoModal{max-width:715px}@media only screen and (max-width:1024px){.MuiDialog-paper.pricing.paymentInfoModal{max-width:100%}}.MuiDialog-paper.confirm{max-width:788px}@media only screen and (max-width:1024px){.MuiDialog-paper.confirm{max-width:100%}}.MuiDialog-paper.accountWrapper{max-width:648px}@media only screen and (max-width:1024px){.MuiDialog-paper.accountWrapper{max-width:100%}}@media(prefers-color-scheme:dark){.MuiBackdrop-root{background-color:rgba(60,60,60,.5)}}.file-drop{width:100%;height:100%;position:relative}.file-drop-target{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.languageLabel{margin-right:55px;margin-bottom:20px;display:flex;align-items:center;flex-wrap:wrap}.generatePage .languageLabel{margin-right:0;margin-bottom:20px;justify-content:space-between;width:365px}@media only screen and (max-width:1024px){.generatePage .languageLabel{width:315px}}@media only screen and (max-width:767px){.generatePage .languageLabel{width:100%}}@media only screen and (max-width:991px){.languageLabel{margin-right:0}}@media only screen and (max-width:767px){.languageLabel{width:100%}}.languageLabel label{color:var(--color-primary);font-weight:700;font-size:18px}@media only screen and (max-width:767px){.languageLabel label{width:100%;display:block;margin-bottom:5px}}.languageLabel .MuiButton-root{border:1px solid #6366f1;margin-left:20px;width:260px;padding:8px 35px 8px 10px;font-size:18px;text-transform:capitalize;color:var(--color-primary);font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;justify-content:flex-start}@media only screen and (max-width:1024px){.languageLabel .MuiButton-root{width:200px}}.languageLabel .MuiButton-root span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}@media only screen and (max-width:767px){.languageLabel .MuiButton-root{width:100%;display:flex;margin-left:0}}.languageLabel .MuiButton-root:after{content:"";border:8px solid transparent;border-top:8px solid var(--color-primary);position:absolute;top:calc(50% + 5px);right:15px;transform:translateY(-50%)}.languageLabel--right{margin-right:0}.reviewMode .languageLabel{margin-right:40px;margin-bottom:16px}@media only screen and (max-width:767px){.reviewMode .languageLabel{margin-right:0}}.reviewMode .MuiButton-root{margin-left:10px;width:320px;justify-content:left}@media only screen and (max-width:1024px){.reviewMode .MuiButton-root{width:220px}}@media only screen and (max-width:767px){.reviewMode .MuiButton-root{margin-left:0;width:100%}}.language-selector .noData{color:var(--color-primary);font-size:16px}.language-selector .MenuClose{display:none}@media only screen and (max-width:1024px){.language-selector .MenuClose{display:flex;justify-content:flex-end}}.language-selector .MuiMenu-paper{width:600px;background-color:var(--color-bgWhite);position:absolute;border-radius:4px;box-shadow:0 15px 60px rgba(0,0,0,.05);border:1px solid #6366f1;margin-top:5px}@media only screen and (max-width:1024px){.language-selector .MuiMenu-paper{border:0;margin-top:0;max-width:100%;max-height:100%;top:0!important;width:100%;left:0!important;height:100%;border-radius:0}}.language-selector .MuiMenu-paper .languageHeader{position:-webkit-sticky;position:sticky;top:0;padding:15px 15px 5px;background-color:var(--color-bgWhite);z-index:9}.language-selector .MuiMenu-paper .languageHeader.noHeading{padding:0}@media only screen and (max-width:1024px){.language-selector .MuiMenu-paper .languageHeader.noHeading{padding:15px 15px 5px}}.language-selector .MuiMenu-paper .languageHeader h5{color:var(--color-primary);font-weight:700;font-size:18px;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;margin-bottom:5px}.language-selector .MuiMenu-paper .languageHeader h5.noHeading{display:none}.language-selector .MuiMenu-paper .languageHeader .input-box{position:relative}.language-selector .MuiMenu-paper .languageHeader .input-box input[type=text]{border:1px solid #6366f1;width:100%;border-radius:4px;padding:10px 10px 10px 30px;font-size:16px;font-weight:500;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;background-color:var(--color-bgWhite);color:var(--color-primary)}.language-selector .MuiMenu-paper .languageHeader .input-box input[type=text]::placeholder{color:#9ba8be}.language-selector .MuiMenu-paper .languageHeader .input-box img{position:absolute;transform:translateY(-50%);left:6px;top:48%}.language-selector .MuiMenu-paper .languageHeaderItem{display:flex;flex-wrap:wrap;max-height:383px;overflow-y:auto;overflow-x:hidden;padding:0 15px;margin-bottom:15px;background-color:var(--color-bgWhite)}@media only screen and (max-width:1024px){.language-selector .MuiMenu-paper .languageHeaderItem{max-height:100%}}.language-selector .MuiMenu-paper .languageHeaderItem li{width:33.3%;padding:5px 20px!important;font-weight:700;font-size:16px}@media only screen and (max-width:1024px){.language-selector .MuiMenu-paper .languageHeaderItem li{width:100%;padding:8px 15px!important;min-height:auto}}.language-selector .MuiMenu-paper .languageHeaderItem li .languageName{position:relative;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:25px}.language-selector .MuiMenu-paper .languageHeaderItem li .languageName span{position:absolute;right:0;transform:translateY(-50%);top:50%;opacity:0}.language-selector .MuiMenu-paper .languageHeaderItem li .languageName span img{margin:0}.language-selector .MuiMenu-paper .languageHeaderItem li.selected{background-color:rgba(155,168,190,.1)}.language-selector .MuiMenu-paper .languageHeaderItem li.selected .languageName span{opacity:1}.language-selector .MuiMenu-paper .languageHeaderItem .modesItems{width:100%}.language-selector .MuiMenu-paper .languageHeaderItem .modesItems h3{color:var(--color-primary);font-weight:700;font-size:18px;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;margin-bottom:5px}.language-selector .MuiMenu-paper .languageHeaderItem .modesItems li{width:50%;padding:5px 15px!important}@media only screen and (max-width:1024px){.language-selector .MuiMenu-paper .languageHeaderItem .modesItems li{width:100%}}.language-selector .MuiMenu-paper .languageHeaderItem.premiumMode{margin:5px;padding:0}@media only screen and (max-width:1024px){.language-selector .MuiMenu-paper .languageHeaderItem.premiumMode{margin:0}}.language-selector .MuiMenu-paper .languageHeaderItem.premiumMode .modesItems{width:50%;padding:10px}@media only screen and (max-width:1024px){.language-selector .MuiMenu-paper .languageHeaderItem.premiumMode .modesItems{width:100%}}.language-selector .MuiMenu-paper .languageHeaderItem.premiumMode .modesItems:nth-child(2){background-color:rgba(99,102,241,.1);border-radius:4px}.language-selector .MuiMenu-paper .languageHeaderItem.premiumMode .modesItems li{width:100%}.language-selector .MuiMenu-paper .languageHeaderItem.premiumModeLoggedIn .modesItems{width:100%;padding:10px}.language-selector .MuiMenu-paper .languageHeaderItem.premiumModeLoggedIn .modesItems:nth-child(2){display:none}.language-selector .MuiMenu-paper .languageHeaderItem.premiumModeLoggedIn .modesItems li{width:50%}@media only screen and (max-width:1024px){.language-selector .MuiMenu-paper .languageHeaderItem.premiumModeLoggedIn .modesItems li{width:100%}}.language-selector.modesDropdown .MuiMenu-paper{margin-top:10px}@media only screen and (max-width:1024px){.language-selector.modesDropdown .MuiMenu-paper{margin-top:0}}.language-selector.premiumMain .MuiMenu-paper{max-width:530px}@media only screen and (max-width:1024px){.language-selector.premiumMain .MuiMenu-paper{max-width:100%}}.language-selector.singleColumn .MuiMenu-paper{max-width:320px}@media only screen and (max-width:1024px){.language-selector.singleColumn .MuiMenu-paper{max-width:100%}}.language-selector.singleColumn .languageHeader{padding-top:0}@media only screen and (max-width:1024px){.language-selector.singleColumn .languageHeader{padding:15px 15px 5px}}.language-selector.singleColumn .languageHeader h5{display:none}.language-selector.singleColumn .modesItems li{width:100%!important}.placeholderText{font-style:italic;font-weight:400;font-size:20px;color:var(--color-primary)}.placeholderText span{border-bottom:1px solid;cursor:pointer}.outlineBtn{width:60px;height:60px;left:0;top:0;border:1px solid #6366f1;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:transparent;font-weight:700;font-size:18px;color:#6366f1;position:relative}.outlineBtn input[type=file]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}@media only screen and (max-width:1024px){.outlineBtn{width:40px;height:40px}}.outlineBtn.disable,.outlineBtn:disabled{cursor:not-allowed;opacity:.5}.outlineBtn.disable input[type=file],.outlineBtn:disabled input[type=file]{cursor:not-allowed;pointer-events:none}.outlineBtn.btnWithText{width:auto;padding:10px}.section{padding:40px 0;background-color:var(--color-bgWhite);position:relative}.section:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:100%;background:var(--gradient-glow);pointer-events:none;z-index:0}.section>*{position:relative;z-index:1}@media only screen and (max-width:1024px){.section{padding:30px 0}}.section.generatePage{padding:25px 0}@media only screen and (max-width:767px){.section.generatePage{padding-top:0}}.generatePageTabs{display:none;margin-bottom:30px}@media only screen and (max-width:767px){.generatePageTabs{display:block}}.pagesInner{padding:40px 0;min-height:calc(100vh - 229px);background-color:var(--color-bgWhite)}@media only screen and (max-width:1024px){.pagesInner{padding:30px 0}}.contactSection{max-width:586px}.contactSection p{font-size:20px;margin:15px 0 40px}.contactSection button{width:100%;margin-top:20px}.privacy{color:#808081;word-wrap:break-word}.privacy__date{font-size:20px;padding:20px 0 30px}.privacy p{font-size:18px;margin-bottom:20px}@media only screen and (max-width:1024px){.privacy p{font-size:16px}}.privacy p a{text-decoration:underline;color:#6366f1}.privacy p a:hover{text-decoration:none}.privacy h2,.privacy h3,.privacy h4,.privacy h5{font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;margin-bottom:20px}.privacy h2{font-size:20px}.privacy h3{font-size:18px}.privacy h4,.privacy h5{font-size:16px}.privacy ol,.privacy ul{padding-left:35px;margin-bottom:20px}.privacy ol li,.privacy ul li{font-size:18px;margin-bottom:20px}@media only screen and (max-width:1024px){.privacy ol li,.privacy ul li{font-size:16px}}.privacy ol li a,.privacy ul li a{text-decoration:underline;color:#6366f1}.privacy ol li a:hover,.privacy ul li a:hover{text-decoration:none}.privacy ol li ol,.privacy ol li ul,.privacy ul li ol,.privacy ul li ul{list-style-type:lower-alpha;margin:4px 0}.privacy ol li h2,.privacy ol li h3,.privacy ol li h4,.privacy ol li h5,.privacy ul li h2,.privacy ul li h3,.privacy ul li h4,.privacy ul li h5{margin-bottom:0}.privacy .alfha{list-style-type:lower-alpha}.privacy .roman{list-style:upper-roman}.privacy ul{list-style:disc}.templatesPage{padding-top:30px}.postPage__date,.postPage__link{font-size:18px;color:#808081;margin-bottom:30px}@media only screen and (max-width:1024px){.postPage__date,.postPage__link{font-size:16px;margin-bottom:20px}}.postPage h1{font-weight:600;font-size:32px;background:linear-gradient(135deg,#818cf8,#6366f1 50%,#4f46e5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.3;margin-bottom:20px;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif}@media only screen and (max-width:1024px){.postPage h1{font-size:28px}}@media only screen and (max-width:767px){.postPage h1{font-size:24px}}.postPage h2,.postPage h3,.postPage h4,.postPage h5,.postPage h6{font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;font-weight:700;line-height:1.4;margin:32px 0 16px;color:var(--color-primary)}@media only screen and (max-width:1024px){.postPage h2,.postPage h3,.postPage h4,.postPage h5,.postPage h6{margin:24px 0 10px}}.postPage h2{font-size:26px}@media only screen and (max-width:1024px){.postPage h2{font-size:24px}}@media only screen and (max-width:767px){.postPage h2{font-size:22px}}.postPage h3{font-size:22px}@media only screen and (max-width:1024px){.postPage h3{font-size:20px}}@media only screen and (max-width:767px){.postPage h3{font-size:18px}}.postPage h4{font-size:20px}@media only screen and (max-width:1024px){.postPage h4{font-size:18px}}@media only screen and (max-width:767px){.postPage h4{font-size:17px}}.postPage h5{font-size:18px}@media only screen and (max-width:1024px){.postPage h5{font-size:17px}}@media only screen and (max-width:767px){.postPage h5{font-size:16px}}.postPage h6{font-size:17px}@media only screen and (max-width:1024px){.postPage h6{font-size:16px}}@media only screen and (max-width:767px){.postPage h6{font-size:15px}}.postPage p{font-size:16px;margin-bottom:8px;line-height:1.6}.postPage p a{color:#6366f1;text-decoration:underline}.postPage p a:hover{text-decoration:none}.postPage ul{padding-left:25px;list-style-type:disc}.postPage ul li{font-size:16px;margin-bottom:5px}.postPage ol{padding-left:25px}.postPage ol li{font-size:16px;margin-bottom:5px}.postPage .postMain__left{width:calc(100% - 385px);padding-right:144px}@media only screen and (max-width:1024px){.postPage .postMain__left{width:100%;padding-right:0;margin-bottom:20px}}.postPage .postMain__right{width:385px}@media only screen and (max-width:1024px){.postPage .postMain__right{width:100%}}.templatePage{font-size:16px}.templatePage__date,.templatePage__link{font-size:16px;color:#808081;margin-bottom:30px}@media only screen and (max-width:1024px){.templatePage__date,.templatePage__link{font-size:15px;margin-bottom:20px}}.templatePage__date{margin-bottom:0}.templatePage__use{max-width:266px;margin:40px auto;text-align:center}.templatePage__use button{width:100%;margin-bottom:10px}.templatePage__use a{color:#808081;text-decoration:underline}.templatePage h1{font-weight:600;font-size:32px;color:var(--color-primary);line-height:1.3;margin-bottom:20px;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif}@media only screen and (max-width:1024px){.templatePage h1{font-size:28px}}@media only screen and (max-width:767px){.templatePage h1{font-size:24px}}.templatePage h2,.templatePage h3,.templatePage h4{font-size:24px;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;margin-bottom:20px;color:var(--color-primary);font-weight:600;margin-top:16px}@media only screen and (max-width:1024px){.templatePage h2,.templatePage h3,.templatePage h4{font-size:22px;margin-bottom:16px}}@media only screen and (max-width:767px){.templatePage h2,.templatePage h3,.templatePage h4{font-size:20px}}.templatePage h2 small,.templatePage h3 small,.templatePage h4 small{font-size:18px;display:block;line-height:1}@media only screen and (max-width:1024px){.templatePage h2 small,.templatePage h3 small,.templatePage h4 small{font-size:17px}}@media only screen and (max-width:767px){.templatePage h2 small,.templatePage h3 small,.templatePage h4 small{font-size:16px}}.templatePage h3{font-size:20px}@media only screen and (max-width:1024px){.templatePage h3{font-size:19px}}@media only screen and (max-width:767px){.templatePage h3{font-size:18px}}.templatePage h4{font-size:18px;margin:0}@media only screen and (max-width:1024px){.templatePage h4{font-size:17px}}@media only screen and (max-width:767px){.templatePage h4{font-size:16px}}.templatePage p{font-size:18px;margin-bottom:20px}@media only screen and (max-width:1024px){.templatePage p{font-size:16px}}.templatePage ul{padding-left:25px;list-style-type:disc}.templatePage ul li{font-size:18px;margin-bottom:5px}.templatePage ol{padding-left:25px;list-style-type:decimal}.templatePage ol li{font-size:18px;margin-bottom:5px}.templatePage .templateMain__left{width:calc(100% - 385px);padding-right:85px}@media only screen and (max-width:1024px){.templatePage .templateMain__left{width:100%;padding-right:0;margin-bottom:20px}}.templatePage .templateMain__right{width:385px}@media only screen and (max-width:1024px){.templatePage .templateMain__right{width:100%}}.templatePage .templateBlueBox{margin:50px 0 100px}.payment{padding:15px 0}.payment__main{padding-top:30px}.payment__main-left{width:calc(100% - 320px)}@media only screen and (max-width:1024px){.payment__main-left{width:100%}}.payment__main-right{width:320px;padding-left:30px}@media only screen and (max-width:1024px){.payment__main-right{width:100%;padding-left:0}}.payment .paymentGroup{margin-bottom:26px}.payment .paymentRow{margin:0 -15px}.payment .paymentRow__date{width:70%;padding:0 15px}@media only screen and (max-width:767px){.payment .paymentRow__date{width:100%}}.payment .paymentRow__cvv{width:30%;padding:0 15px}@media only screen and (max-width:767px){.payment .paymentRow__cvv{width:100%}}.payment .planBox{background:hsla(200,3%,82%,.09);border:1px solid var(--color-primary);border-radius:5px;padding:20px}.payment .planBox h2{font-weight:700;font-size:25px;margin-bottom:15px;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;color:var(--color-primary)}.payment .planBox p{color:var(--color-primary);font-size:20px;padding-bottom:15px}@media only screen and (max-width:767px){.payment .planBox p{font-size:16px}}.payment .planBox p:not(:last-child){border-bottom:1px solid var(--color-border);margin-bottom:15px}.payment .planBox p label{font-weight:700}.payment .planButton{margin-top:50px;text-align:center}.payment .planButton button{width:100%;margin-bottom:20px}.payment .planButton img{margin:0 auto}.planHeaderTitle h2{text-align:center;font-weight:400;font-size:30px;color:var(--color-black)}.planPage{padding-top:15px}.planPage h2{text-align:center;margin-bottom:30px;font-weight:400;font-size:30px;color:var(--color-black)}.planPage__main{margin:0 auto 30px}.planPage__main-left,.planPage__main-right{width:50%;padding:0 15px}@media only screen and (max-width:1024px){.planPage__main-left,.planPage__main-right{width:100%;margin-bottom:30px;padding:0}}.planPage__btn{width:100%;max-width:250px;margin:0 auto 15px}.planPage__btn button{width:100%}.planPage__faq{padding-top:60px}@media only screen and (max-width:1024px){.planPage__faq{padding-top:30px}}.planPage__faq h2{font-size:40px;color:var(--color-primary);font-weight:400;text-align:center;position:relative;max-width:90%;margin:0 auto 60px}.planPage__faq h2 span{background-color:var(--color-bgWhite);position:relative;z-index:2;padding:0 15px}.planPage__faq h2:before{content:"";position:absolute;left:0;top:50%;background-color:var(--color-primary);width:100%;height:2px;z-index:0}.pagenotfound{display:flex;align-items:center;justify-content:center;min-height:100vh}.pagenotfound h1{font-size:22px;border-right:1px solid var(--color-border);padding-right:10px;font-weight:700;margin-right:10px;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif}.blue{color:var(--color-primary);text-decoration:underline}.resetPage{background-color:var(--color-bgWhite)}.resetPage .resetPassword{padding:30px 15px;max-width:800px;margin:0 auto;display:flex;align-items:center;min-height:100vh}.resetPage .resetPassword__inner{width:100%}.resetPage .resetPassword__inner h3{margin-bottom:15px;font-size:22px}.resetPage .resetPassword__inner button{margin-top:30px}.backArrow{position:absolute;left:50px;top:35px;width:20px;height:20px}@media only screen and (max-width:1024px){.backArrow{left:15px!important;top:15px!important}}.backArrow img{width:20px;height:20px}.backArrow.loadingStyle{cursor:not-allowed;pointer-events:none;opacity:.5}.editForm h3{color:var(--color-black);font-size:18px;margin-bottom:15px;font-weight:400}.editForm__btn{text-align:center}.editForm__btn a{margin-top:15px;display:inline-block}@media only screen and (max-width:767px){.headerMain .wrapper{padding:0}.headerMain .header__inner{padding:15px}}.authorSec{border-top:1px solid #808081;border-bottom:1px solid #808081;padding:15px 0}.authorSec a:hover{color:#6366f1}.author{padding:0 65px}@media only screen and (max-width:991px){.author{padding:0}}.author__header{border-bottom:3px solid #6366f1;padding-bottom:57px;margin-bottom:36px}@media only screen and (max-width:991px){.author__header{padding-bottom:30px;margin-bottom:15px}}.author__header figure{width:320px;height:320px;border:5px solid #6366f1;border-radius:100%;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:991px){.author__header figure{width:250px;height:250px;margin:0 auto 30px}}.author__header figure img{width:280px;height:280px;border-radius:100%;object-fit:cover}@media only screen and (max-width:991px){.author__header figure img{width:200px;height:200px}}.author__header figcaption{width:calc(100% - 320px);padding-left:33px}@media only screen and (max-width:991px){.author__header figcaption{width:100%;padding-left:0;text-align:center}}.author__header figcaption h1{font-weight:600;font-size:60px;color:#6366f1;margin-bottom:5px}@media only screen and (max-width:991px){.author__header figcaption h1{font-size:42px}}.author__header figcaption a{font-weight:400;font-size:30px;color:#6366f1;border-bottom:1px solid;margin-bottom:15px;display:table}@media only screen and (max-width:991px){.author__header figcaption a{font-size:22px;margin:0 auto 15px}}.author__header figcaption a:hover{border-color:transparent}.author__header figcaption p{font-size:26px;line-height:30px}@media only screen and (max-width:991px){.author__header figcaption p{font-size:22px}}.author__header figcaption ul{margin-top:25px}@media only screen and (max-width:991px){.author__header figcaption ul{justify-content:center}}.author__header figcaption ul li{margin-left:23px}@media only screen and (max-width:991px){.author__header figcaption ul li:not(:last-child){margin-left:0}}.author__header figcaption ul li a{border:0}.author__header figcaption ul li a:hover{opacity:.8}.author__blog{padding:0 50px}@media only screen and (max-width:991px){.author__blog{padding:0}}.author__blog h2{text-align:center;font-weight:500;font-size:40px;margin-bottom:30px}@media only screen and (max-width:991px){.author__blog h2{font-size:28px;margin-bottom:20px}}.author__blog .blogMain{margin:0 -15px}.author__blog .blogMain__list{width:50%;padding:30px 15px}@media only screen and (max-width:1024px){.author__blog .blogMain__list{width:100%}}.author__blog .blogMain__list p{font-size:20px;color:#808081;margin-bottom:10px}@media only screen and (max-width:1024px){.author__blog .blogMain__list p{font-size:16px}}.author__blog .blogMain__list h2{font-size:25px;color:var(--color-primary);margin-bottom:20px;font-weight:400;max-width:466px;text-align:left}@media only screen and (max-width:1024px){.author__blog .blogMain__list h2{font-size:22px}}.author__blog .blogMain__list a{color:var(--color-primary);text-decoration:underline;font-size:18px}@media only screen and (max-width:1024px){.author__blog .blogMain__list a{font-size:16px}}.author__blog .blogMain__list a:hover{text-decoration:none}.loadingStyle{cursor:not-allowed;pointer-events:none;opacity:.5}.file-drop-target input[type=file]{visibility:hidden;opacity:0}.cursorPointer{cursor:pointer}.width-auto{width:auto}.hideLinkStyle{opacity:"0";width:"0";height:"0"}.iframeSection{padding:40px 0;background-color:var(--color-bgWhite)}@media only screen and (max-width:1024px){.iframeSection{padding:30px 0}}.iframeSection h2{font-size:28px;font-weight:700;text-align:center;margin-bottom:0;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;color:var(--color-primary)}@media only screen and (max-width:767px){.iframeSection h2{font-size:24px;margin-bottom:0}}.iframeSection p{font-size:20px;color:#808081;margin-bottom:10px}@media only screen and (max-width:1024px){.iframeSection p{font-size:16px}}.iframeSection p a{color:#6366f1}.iframeSection p a:hover{text-decoration:underline}.iframeSection iframe{width:100%;height:510px;border:0;margin-top:30px}.modeText{padding-top:40px;background-color:var(--color-bgWhite)}.modeText h1{font-weight:400;font-size:22px;color:var(--color-primary);font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;padding:0 15px}.modeText h1 strong{margin-right:5px}.noPlans{color:var(--color-black);margin-bottom:20px}.labelCommon{font-weight:700;font-size:20px;color:var(--color-primary)}.planPageHomeHeading{text-align:center;margin-bottom:32px}.planPageHomeHeading h2{font-size:28px;font-weight:700;text-align:center;margin-bottom:0;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;background:linear-gradient(135deg,#818cf8,#6366f1 50%,#4f46e5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (max-width:767px){.planPageHomeHeading h2{font-size:24px;margin-bottom:0}}.planPageHomeHeading p{text-align:center;font-size:16px;font-weight:400;max-width:586px;margin:0 auto}.priceHome{padding:80px 15px 0;background-color:var(--color-bgWhite)}@media only screen and (max-width:1024px){.priceHome{padding:30px 15px 0}}.priceHome__inner{max-width:700px;margin:0 auto}@media only screen and (max-width:1024px){.priceHome__inner{max-width:630px}}.priceHome .planPage__main{margin-bottom:0}.info-content{padding:40px 15px;background-color:var(--color-bgWhite);text-align:center}.info-content h2{font-size:28px;font-weight:700;margin-bottom:24px;font-family:var(--font-inter,"Inter"),var(--font-lato,"Lato"),sans-serif;color:var(--color-primary)}@media only screen and (max-width:767px){.info-content h2{font-size:24px;margin-bottom:0}}.info-content p{text-align:left;font-size:16px;font-weight:400}.info-content p:not(:last-child){margin-bottom:15px}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes scoreRing{0%{stroke-dashoffset:var(--ring-circumference,283)}to{stroke-dashoffset:var(--ring-offset,0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 0 0 rgba(99,102,241,.3)}50%{box-shadow:0 0 16px 4px rgba(99,102,241,.15)}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease-out-expo),transform .6s var(--ease-out-expo);will-change:opacity,transform}.revealed{opacity:1;transform:translateY(0)}.stagger-children>*{opacity:0;transform:translateY(16px);transition:opacity .5s var(--ease-out-expo),transform .5s var(--ease-out-expo)}.stagger-children.revealed>*{opacity:1;transform:translateY(0)}.stagger-children.revealed>:first-child{transition-delay:.07s}.stagger-children.revealed>:nth-child(2){transition-delay:.14s}.stagger-children.revealed>:nth-child(3){transition-delay:.21s}.stagger-children.revealed>:nth-child(4){transition-delay:.28s}.stagger-children.revealed>:nth-child(5){transition-delay:.35s}.stagger-children.revealed>:nth-child(6){transition-delay:.42s}.stagger-children.revealed>:nth-child(7){transition-delay:.49s}.stagger-children.revealed>:nth-child(8){transition-delay:.56s}.stagger-children.revealed>:nth-child(9){transition-delay:.63s}.stagger-children.revealed>:nth-child(10){transition-delay:.7s}.stagger-children.revealed>:nth-child(11){transition-delay:.77s}.stagger-children.revealed>:nth-child(12){transition-delay:.84s}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_b9c7ce;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_b9c7ce;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_b9c7ce{font-family:__Inter_b9c7ce,__Inter_Fallback_b9c7ce;font-style:normal}.__variable_b9c7ce{--font-inter:"__Inter_b9c7ce","__Inter_Fallback_b9c7ce"}@font-face{font-family:__Lato_470fb5;font-style:italic;font-weight:100;font-display:swap;src:url(/_next/static/media/df968dbda6790f3f-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lato_470fb5;font-style:italic;font-weight:100;font-display:swap;src:url(/_next/static/media/6ee7df5b3965574d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lato_470fb5;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/c2a5901aad8f0152-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lato_470fb5;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/b5215411e8ce7768-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lato_470fb5;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e77829e76dbc15a5-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lato_470fb5;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/756f9c755543fe29-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lato_470fb5;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/8ebe173d0f0ad7a9-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lato_470fb5;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/25460892714ab800-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lato_470fb5;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/df30991d5854ede3-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lato_470fb5;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/9364c9a9ce248cb1-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lato_470fb5;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/e54d8da3d7d1722e-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lato_470fb5;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/55c20a7790588da9-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lato_470fb5;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/9ce3050912c26948-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lato_470fb5;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/155cae559bbd1a77-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lato_470fb5;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cce080f35d014443-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lato_470fb5;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4de1fea1a954a5b6-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lato_470fb5;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/39969fcf98a3026e-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lato_470fb5;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6d664cce900333ee-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lato_470fb5;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f97d1853053d8931-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lato_470fb5;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/7ff6869a1704182a-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lato_Fallback_470fb5;src:local("Arial");ascent-override:101.32%;descent-override:21.87%;line-gap-override:0.00%;size-adjust:97.42%}.__className_470fb5{font-family:__Lato_470fb5,__Lato_Fallback_470fb5}.__variable_470fb5{--font-lato:"__Lato_470fb5","__Lato_Fallback_470fb5"}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:800;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:800;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:800;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:800;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Playfair_Display_0b25ea;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Playfair_Display_0b25ea;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Playfair_Display_Fallback_0b25ea;src:local("Times New Roman");ascent-override:96.37%;descent-override:22.36%;line-gap-override:0.00%;size-adjust:112.28%}.__className_0b25ea{font-family:__Playfair_Display_0b25ea,__Playfair_Display_Fallback_0b25ea}.__variable_0b25ea{--font-playfair:"__Playfair_Display_0b25ea","__Playfair_Display_Fallback_0b25ea"}