@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";#root,body{font-family:Poppins,sans-serif;background:#fafafa}@media screen and (max-width:600px){#root{height:100%}}#root{display:flex;align-items:center;justify-content:center;flex-direction:column}.MuiTableBody-root{border-spacing:20px;border-collapse:collapse}.apexcharts-legend,.apexcharts-xaxis,.apexcharts-yaxis{display:none!important}.MuiTablePagination-toolbar div,.MuiTablePagination-toolbar p{font-size:16px}button{outline:unset!important}a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,button,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}img{border:0}:focus{outline:0}.clear{clear:both}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif}a,button,div,p,span{font-family:Open Sans,sans-serif}.help-container{display:flex;align-items:center;justify-content:center;margin:64px 32px}.help-main{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;margin-bottom:60px;border:1px solid #ccc;border-radius:8px;padding:32px;background-color:#f4f4f4;gap:16px;width:100%;max-width:1136px}.help-main a{color:#f1641f;text-decoration:underline;font-weight:500}.help-main .help-title{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.help-main .help-title h2{font-size:24px;font-weight:600;border-bottom:1px solid #ccc;padding-bottom:8px;width:100%}.help-main .help-title p{width:100%;padding:16px 0}.help-main .help-title p span a{color:#f1641f;text-decoration:underline;font-weight:500}.help-main .help-wrapper{width:100%;display:flex;flex-direction:column}.help-main .help-wrapper .help-card{width:100%;background:#eee;padding:20px 25px;box-sizing:border-box;border:1px solid #ccc;border-radius:5px}.help-main .help-wrapper .help-card:not(:first-child){margin-top:10px}.help-main .help-wrapper .help-card .help-head{display:flex;align-items:center;justify-content:space-between}.help-main .help-wrapper .help-card .help-head h4{font-size:16px;font-weight:400;margin-bottom:0}.help-main .help-wrapper .help-card .help-head button{background:transparent}@keyframes transitionAnimation{0%{top:-20px;opacity:0}to{top:unset;opacity:1}}.help-main .help-wrapper .help-card .help-text{margin-top:20px;width:90%;position:relative;animation:transitionAnimation ease 2}.login-form{gap:16px;width:calc(100% - 32px);margin:16px 0}.login-form,.login-form label{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.login-form label{gap:8px;width:calc(100% - 24px);margin:0}.login-form button{align-self:center}.register-form{gap:16px;width:calc(100% - 32px);margin:16px 0}.register-form,.register-form label{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.register-form label{gap:8px;width:calc(100% - 24px);margin:0}.register-form button{align-self:center}.register-form .checkbox-container{display:grid;grid-template-columns:16px 1fr;flex-direction:row;align-items:center;justify-content:flex-start;grid-gap:16px;gap:16px}.register-form .checkbox-container p{margin:0;font-size:14px}.team{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;margin:0 auto;width:100%;padding:64px 0;gap:32px}.team h1{font-size:48px;font-weight:600;text-align:center;margin-bottom:32px}.team .team-members{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;max-width:1200px}.team .team-members .team-member{border:1px solid #ccc;background-color:#f4f4f4;padding:16px}.team .team-members .team-member,.team .team-members .team-member .team-member-details{display:flex;flex-direction:column;gap:16px}.team .team-members .team-member div{display:flex;flex-direction:row;gap:16px}.team .team-members .team-member .team-image{height:240px;width:240px;background-color:#fff}.team .team-members .team-member a,.team .team-members .team-member a img{height:48px;width:48px}@media screen and (max-width:768px){.team .team-members{grid-template-columns:1fr}}.text-container{width:100%;background-color:#f4f4f4;padding:16px;display:flex;align-items:center;justify-content:center;color:#000}.text-container .text-wrapper{width:calc(100% - 32px);padding:16px;max-width:900px;color:#000}.contact{display:flex;align-items:center;justify-content:center}.contact .contact-form{padding:16px;border-radius:4px;max-width:1200px;width:100%;margin:64px 32px;align-self:center}.contact .contact-form .contact-us{display:grid;grid-template-columns:1fr 1fr;width:100%}.contact .contact-form .contact-us div{display:flex;flex-direction:column;gap:16px;width:100%}.contact .contact-form .contact-us h2{font-size:24px;font-weight:600;border-bottom:1px solid #ddd;padding-bottom:8px}.contact .contact-form .contact-us label{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.contact .contact-form .contact-us label input{width:100%;max-width:320px}.contact .contact-form .contact-us .input-message-wrapper h2{color:transparent}.contact .contact-form .contact-us button{align-self:flex-start}.about-section-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;border-top:1px solid #eee;background-color:#222;color:#fff;padding:128px 64px}.about-section-wrapper h2{font-size:48px;font-weight:600}.about-section-wrapper h2,.about-section-wrapper h3{font-family:Inter;font-style:normal;line-height:normal}.about-section-wrapper h3{font-size:20px;font-weight:400}.about-section-wrapper .about-section-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:32px}.about-section-wrapper .about-section-container .arrow{border:1px solid #444;width:min-content;border-radius:8px;padding:12px 12px 8px}.about-section-wrapper .about-section-comments-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:32px;gap:32px}.about-section-wrapper .about-section-comment-wrapper{border-radius:8px;border:1px solid #444;background:#333;width:calc(100% - 32px);flex-shrink:0;padding:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px}.about-section-wrapper .about-section-comment-wrapper .about-section-comment-image{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:16px}.about-section-wrapper .about-section-comment-wrapper img{width:100px;height:100px;border-radius:8px}.about-section-wrapper .about-section-comment-wrapper h2{color:#f1641f;font-family:Inter;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.about-section-wrapper .about-section-comment-wrapper p{font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width:1200px){.about-section-wrapper .about-section-comments-wrapper{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.about-section-wrapper .about-section-comments-wrapper{grid-template-columns:1fr}}.extension-section{display:flex;flex-direction:column!important;align-items:center;justify-content:center;width:calc(100% - 64px);border-top:1px solid #ccc;padding:64px 32px}.extension-section h2{font-weight:600;font-size:32px;z-index:5}.extension-section div{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;align-items:center;justify-content:center;grid-gap:16px;gap:16px}.extension-section div img{border-radius:8px;box-shadow:0 1px 8px rgba(0,0,0,.1)}.extension-section div div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%}.extension-section div div h3{margin-bottom:24px;font-weight:500;font-size:24px}.extension-section div div p{margin-bottom:16px;line-height:24px}.extension-section .oneByOne{margin-top:48px;margin-bottom:48px;background-color:#f1641f;color:#fff;padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.extension-section .oneByOne h2{color:#fff;font-size:32px;text-align:center;width:90%;max-width:900px}.extension-section .oneByOne h3{font-size:20px;text-align:center;width:90%;max-width:900px}.extension-section .stats{width:100%;padding:30px 0;margin:0}.extension-section .stats,.extension-section .stats .inner{display:flex;flex-direction:column;align-items:center;justify-content:center}.extension-section .stats .inner{gap:64px}.extension-section .stats section{margin-bottom:32px;width:90%;margin-top:48px;max-width:900px}.extension-section .stats section h2{font-size:28px;font-weight:600;margin-bottom:32px;text-align:center}.extension-section .stats section h3{text-align:center;font-size:20px}.extension-section .stats .stats-container{width:60%;max-width:800px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:48px}.extension-section .stats .stats-container h3{font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;font-size:32px;width:100%;color:#f1641f}.extension-section .stats .stats-container span{font-weight:600;margin-left:8px}.extension-section .stats .stats-container div{margin-top:32px;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.extension-section .stats p{text-align:center;margin-top:32px}@media screen and (max-width:1200px){.extension-section h2{text-align:center}.extension-section div{display:flex;flex-direction:column;padding:60px 8px}.extension-section div,.extension-section div div{align-items:center;justify-content:center}.extension-section div img{width:96%}}@media screen and (max-width:768px){.extension-section .stats-container{display:flex;flex-direction:column!important}}.get-started-section{margin-top:70px;overflow-x:clip}.get-started,.get-started-section{width:100%;display:flex;align-items:center;justify-content:center}.get-started{flex-direction:column;position:relative;border-radius:64px;padding-bottom:100px}.get-started .get-started-info{width:80%;background:#f1641f;height:500px;display:flex;align-items:center;justify-content:flex-start;padding-top:96px;flex-direction:column;border-radius:16px;color:#fff;position:relative;margin:32px}.get-started .get-started-info .get-started-button-wrapper{border-radius:16px;margin-top:200px;position:absolute;top:270px;z-index:190}.get-started .get-started-info .get-started-button-wrapper a{border-radius:30px;padding:15px 40px;background:transparent;color:#f1641f;background-color:#fff;font-weight:400;font-size:20px}.get-started .get-started-info h2{font-size:48px;font-weight:500;width:80%;text-align:center}.get-started .get-started-info h2 span{color:#000;font-weight:700}.get-started .get-started-info p{width:50%;font-size:18px;text-align:center;color:#fff;margin-top:30px;z-index:5;line-height:28px}.get-started .get-started-image-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.get-started .get-started-image-wrapper .board{position:absolute;left:calc(50vw - 1000px);bottom:-640px}.get-started .get-started-image-wrapper .woman{position:absolute;right:calc(50vw - 1010px);bottom:-300px;z-index:0}@media screen and (max-width:1200px){.get-started .get-started-info{height:auto;min-height:500px;position:relative}.get-started .get-started-info .get-started-button-wrapper{position:absolute;min-height:52px;z-index:190!important;display:inherit!important;bottom:0;top:unset}.get-started .get-started-info .get-started-button-wrapper a{border-radius:30px;padding:15px 40px;background:transparent;color:#f1641f;background-color:#fff;font-weight:400;font-size:20px}}.grow-section-wrapper{z-index:1;overflow:hidden}.grow-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:48px;margin-bottom:32px;z-index:5}.grow-section h2{font-size:48px;font-weight:600}.grow-section h2,.grow-section p{font-family:Inter;font-style:normal;line-height:normal;z-index:5}.grow-section p{font-size:20px;font-weight:400;max-width:1100px;margin-bottom:48px}.grow-section .grow-section-container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:32px;gap:32px}.grow-section .grow-section-container .keyword{border-radius:8px;border:1px solid #ccc;background:#fafafa;width:328px;flex-shrink:0;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px;z-index:5}.grow-section .grow-section-container .keyword h2{font-family:Inter;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.grow-section .grow-section-container .keyword p{font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal;height:100%}.grow-section .grow-section-container .active{border:1px solid #f1641f}.grow-section .grow-section-details{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;border-radius:8px;border:1px solid #ccc;background:#fafafa;max-width:1120px;flex-shrink:0;padding:16px;align-items:center;justify-content:flex-start;grid-gap:16px;gap:16px;z-index:5}.grow-section .grow-section-details img{width:100%}.grow-section .grow-section-details p{font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal;height:100%}.grow-circle-wrapper{position:relative;z-index:1}.grow-circle-wrapper .grow-circle{position:absolute;background-color:#f1641f;height:1000px;width:1000px;top:-1200px;right:-600px;border-radius:50%;z-index:0}@media screen and (max-width:1200px){.grow-section .grow-section-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}}@media screen and (max-width:768px){.grow-section .grow-section-container{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px}}.hero-section-wrapper{width:100%;min-height:800px;position:relative}.hero-section-wrapper,.hero-section-wrapper .hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-section-wrapper .hero-section{padding:32px 0;gap:32px}.hero-section-wrapper .hero-section img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero-section-wrapper .hero-section h3{font-weight:600;margin-bottom:16px;text-align:center;text-shadow:0 0 48px 0 rgba(241,100,31,.5);font-family:Public Sans;font-size:100px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-4px;z-index:1}.hero-section-wrapper .hero-section h5{font-size:1.5rem;margin-bottom:16px;max-width:950px;font-family:Inter;font-size:24px;font-style:normal;font-weight:400;line-height:normal;z-index:1}.hero-section-wrapper .hero-section button{z-index:1}.hero-section-wrapper .square{position:absolute;width:100%;overflow-y:hidden;overflow-x:hidden;right:0}.hero-section-wrapper .circle-1{right:-1200px;top:200px}.hero-section-wrapper .circle-1,.hero-section-wrapper .circle-2{position:relative;width:1000px;height:1000px;background:#f1641f;border-radius:50%}.hero-section-wrapper .circle-2{left:-750px;top:-400px}.landing{background-color:#fff;color:#111;font-family:Inter}.needs-section{height:100%;background:#f1641f;padding:64px 20px;margin:0}.needs-section,.needs-section .needs-section-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.needs-section .needs-section-wrapper{width:100%;max-width:1200px;position:relative}.needs-section .needs-section-wrapper h1{font-size:26px;color:#fff}.needs-section .needs-section-wrapper h2{font-size:42px;font-weight:700}.needs-section .needs-section-wrapper p{width:100%;max-width:1160px;color:#fff;font-size:18px;line-height:28px}.needs-section .needs-section-wrapper .needs-info-circle{width:100%;display:flex;align-items:center;justify-content:center;max-width:1200px;margin-top:30px}.pricing-section{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:60px}.pricing-section h2{margin-bottom:16px;font-size:24px;font-weight:600}.pricing-section span{color:#f1641f}.pricing-section .pricing-section-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 40px}.pricing-section-grid{width:100%;max-width:1200px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;justify-content:space-between;margin:auto;flex-direction:row;align-items:center}.pricing-section-grid .subscriptionCard{width:calc(100% - 32px);height:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;background:#fff;border:1px solid #e7e7e7;padding:16px;border-radius:10px;max-width:450px;height:min-content}.pricing-section-grid .subscriptionCard .buttonWrapper{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin-top:16px;gap:16px}.pricing-section-grid .subscriptionCard .buttonWrapper a,.pricing-section-grid .subscriptionCard .buttonWrapper button{text-decoration:none;font-size:18px}.pricing-section-grid .subscriptionCard .buttonWrapper a:hover,.pricing-section-grid .subscriptionCard .buttonWrapper button:hover{color:#fcfcfc}.pricing-section-grid .subscriptionCard .buttonWrapper h3{font-size:28px;font-weight:600;color:#f1641f;margin:0}.pricing-section-grid .subscriptionCard .title{display:flex;flex-direction:column;align-items:center;height:160px}.pricing-section-grid .subscriptionCard .title h2{font-size:28px;font-weight:400}.pricing-section-grid .subscriptionCard .title h2 span{color:#f1641f;font-weight:600}.pricing-section-grid .subscriptionCard .title h4{font-size:16px;font-weight:400;color:#7d7d7d}.pricing-section-grid .subscriptionCard img{width:120px;height:120px;object-fit:contain}.pricing-section-grid .subscriptionCard table{height:220px;width:100%;padding:0 16px;margin:16px 0}.pricing-section-grid .subscriptionCard table tr{font-weight:400;font-size:14px;width:100%;margin:2px 0;height:24px}.pricing-section-grid .subscriptionCard table tr td span{font-weight:600}.pricing-section-grid .subscriptionCard .extension__row{font-weight:400;font-size:14px;width:100%;border:1px solid #f1641f;color:#f1641f;border-radius:16px;display:grid;grid-template-columns:2fr 1fr;flex-direction:row;align-items:center;justify-content:space-between;padding:8px}.pricing-section-grid .subscriptionCard .extension__row div{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center}.pricing-section-grid .subscriptionCard .extension__row span{color:#333;font-weight:500;text-align:end;margin-right:24px}.pricing-section-grid .subscriptionCard .extension__row img{height:40px;width:40px}@media screen and (max-width:900px){.pricing-section-grid{grid-template-columns:repeat(2,1fr);align-items:center}}@media screen and (max-width:600px){.pricing-section-grid{align-items:center;grid-template-columns:repeat(1,1fr)}}.reports-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 0}.reports-section h2{font-size:32px;font-weight:600;margin-bottom:32px}.reports-section .reports-section-grid{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;max-width:1200px;align-items:flex-start;justify-content:center;grid-gap:16px;gap:16px;height:min-content;width:96%}.reports-section .reports-section-grid div{width:calc(100% - 64px);border:1px solid rgba(0,0,0,.1);padding:32px;border-radius:8px;transition:all .2s ease-in-out}.reports-section .reports-section-grid div h3{font-size:24px;font-weight:500;margin-bottom:16px}.reports-section .reports-section-grid div p{line-height:24px}.reports-section .reports-section-grid div:hover{border:1px solid rgba(0,0,0,.2);transition:all .2s ease-in-out}@media screen and (max-width:900px){.reports-section{padding:16px;width:calc(100% - 32px)}.reports-section .reports-section-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:600px){.reports-section{padding:16px;width:calc(100% - 32px)}.reports-section .reports-section-grid{grid-template-columns:1fr}}.three-steps-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;width:100%;border-top:1px solid rgba(0,0,0,.1);padding:64px 0}.three-steps-section h2{font-size:24px;font-weight:600;width:100%;max-width:1200px}.three-steps-section div{display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:center;width:100%;max-width:1200px}.three-steps-section div img,.three-steps-section div p{width:100%}.three-steps-section div img{height:320px;object-fit:contain}.three-steps-section div p{line-height:28px;width:100%!important}@media screen and (max-width:1200px){.three-steps-section{padding:24px;width:calc(100% - 48px)}.three-steps-section div{display:flex;flex-direction:column}.three-steps-section div:nth-child(3){flex-direction:column-reverse}}.compare-table-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:64px 0;padding:0;overflow:auto;width:100%}.compare-table-wrapper{border:1px solid #ccc;border-radius:8px;width:100%;max-width:1136px;padding:32px;background-color:#f4f4f4}.compare-table-wrapper h2{font-style:normal;font-weight:600;font-size:36px;line-height:48px;letter-spacing:-.002em}.compare-table-wrapper .compare-table{display:grid;grid-template-columns:3fr 2fr 2fr 2fr 2fr;grid-gap:32px;gap:32px;padding:16px 0;width:96%;max-width:1100px}.compare-table-wrapper .compare-table .table-column{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:32px 0;border-radius:16px}.compare-table-wrapper .compare-table .table-column .icon:nth-child(2n){background-color:hsla(0,0%,100%,.05)}.compare-table-wrapper .compare-table .table-column .icon{display:flex;align-items:center;justify-content:center;width:100%}.compare-table-wrapper .compare-table .table-column h2{font-size:28px;font-weight:500;letter-spacing:-.027em}.compare-table-wrapper .compare-table .table-column .price{display:flex;align-items:center;justify-content:center}.compare-table-wrapper .compare-table .table-column .price h3{font-style:normal;font-weight:600;font-size:36px;line-height:54px;letter-spacing:-.027em;margin:0}.compare-table-wrapper .compare-table .table-column .price p{font-style:normal;font-weight:300;font-size:24px;line-height:36px;letter-spacing:-.027em;margin:0}.compare-table-wrapper .compare-table .table-column .compare-table-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%}.compare-table-wrapper .compare-table .table-column .compare-table-header h3{font-style:normal;font-weight:500;font-size:22px;line-height:29px;letter-spacing:-.027em}.compare-table-wrapper .compare-table .table-column .compare-table-header p{font-style:normal;font-weight:300;font-size:14px;line-height:16px;letter-spacing:-.027em}.compare-table-wrapper .compare-table .table-column div{height:64px}.compare-table-wrapper .compare-table .table-column div:first-child{height:120px;display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center}.compare-table-wrapper .compare-table .table-column div svg{height:36px;width:36px}.compare-table-wrapper .compare-table .table-column-normal{align-items:center;background-color:#eee;border:1px solid #ccc}.compare-table-wrapper .compare-table .table-column-active{align-items:center;background-color:#f1641f;border:1px solid #f1641f;box-shadow:0 0 14px rgba(241,100,31,.75);color:#fff;z-index:5}.pricing{display:flex;flex-direction:column;align-items:center;padding:64px 0}.pricing h1{font-size:64px;font-family:Poppins,sans-serif;font-weight:600}.pricing-plans{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0;height:1200px}.pricing-plans h2{margin-bottom:64px;font-size:48px;font-family:Poppins,sans-serif;font-weight:600}.pricing-table-header-head{z-index:5;background-color:#eee}.pricing-table-header{position:-webkit-sticky;align-items:center;text-align:center;justify-content:center;position:sticky;top:0;padding:0;width:100%;max-width:1200px}.pricing-table-header .pricing-plan-header-wrapper{width:max-content;width:100%;display:grid;grid-template-columns:repeat(4,1fr);flex-direction:row;grid-gap:0;gap:0}.pricing-table-header .pricing-plan-header-cell{border:1px solid #ccc;display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;padding:24px 8px;width:calc(100% - 18px);gap:24px}.pricing-table-header .pricing-plan-header-cell h2{font-weight:600;font-size:24px;margin:0}.pricing-table-header .pricing-plan-header-cell h4{color:#f1641f;font-size:32px;margin:0}.pricing-table-header .pricing-plan-header-cell a{text-decoration:none;margin-bottom:12px}.pricing-table-header-wrapper{font-family:arial,sans-serif;width:100%;position:relative;border-collapse:collapse;min-width:640px}.pricing-table-header-wrapper td{border:1px solid #ccc;text-align:left;padding:24px 8px;width:160px;text-align:center}.pricing-table-header-wrapper tr:nth-child(2n){background-color:#eee}.keyword{display:flex;flex-direction:column;align-items:center;gap:64px;width:100%}.keyword h1{font-size:32px;margin-bottom:16px;font-weight:600}.keyword h2{font-size:24px;margin-bottom:16px;font-weight:500}.keyword h3{font-size:18px;margin-bottom:16px;font-weight:400}.keyword p{font-size:16px;margin-bottom:16px}.keyword .keyword-image-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:16px;position:relative;max-width:1200px}.keyword-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;padding:32px;max-width:1200px}.keyword-grid img{width:100%}.keyword-flex{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;flex-wrap:wrap;gap:16px;padding:32px}.keyword-flex .keyword-image-wrapper,.keyword-flex .video{height:480px;width:100%}.keyword-flex .video{background-color:#ddd}@media screen and (max-width:1200px){.keyword{gap:16px}.keyword-flex,.keyword-grid{display:flex;flex-direction:column}.keyword-flex .keyword-image-wrapper,.keyword-grid .keyword-image-wrapper{height:240px;width:100%}.keyword-flex img,.keyword-grid img{width:100%}}.fee-calculator{display:flex;flex-direction:column;align-items:center;width:100%;background-color:#f5f5f5;gap:32px;padding-top:64px;padding-bottom:64px}.fee-calculator h2{font-size:20px;font-weight:500;color:rgba(241,100,31,.651);margin:0}.fee-calculator h1{font-size:36px;font-weight:600;color:#000;margin:0}.fee-calculator h3{font-size:18px;color:#444;margin:0;max-width:800px;text-align:center}.fee-calculator-form{padding:32px;background-color:#fff;box-shadow:0 12px 24px rgba(0,0,0,.08);width:96%;max-width:900px;border-radius:16px;display:flex;flex-direction:column;gap:32px;align-items:flex-start;justify-content:flex-start}.fee-calculator-form .fee-calculator-form-fields{display:grid;grid-template-columns:1fr 1fr;align-items:flex-end;grid-gap:16px;gap:16px;margin-bottom:0;width:100%}.fee-calculator-form div{display:flex;flex-direction:column;gap:8px;width:100%}.fee-calculator-form .shipping-fields{display:flex;flex-direction:row;align-items:center}.fee-calculator-form label{font-size:16px;color:#444;font-weight:500;display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:8px}.fee-calculator-form label h5{font-weight:400;color:#333}.fee-calculator-form label p{white-space:nowrap}.fee-calculator-form .tag-calculator-option-wrapper{font-size:16px;color:#444;font-weight:500;display:flex;flex-direction:column;width:100%}.fee-calculator-form .tag-calculator-option-wrapper h5{font-weight:400;color:#888}.fee-calculator-form .tag-calculator-option-wrapper label{font-size:16px;color:#444;font-weight:500;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.fee-calculator-form .tag-calculator-option-wrapper label p{white-space:nowrap}.fee-calculator-form .fee-calculator-form-options{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;margin:32px auto;grid-gap:16px;gap:16px}.fee-calculator-form .fee-calculator-form-secondary{display:grid;grid-template-columns:2fr 2fr;margin:32px auto;align-items:center;grid-gap:48px;gap:48px}.fee-calculator-form .fee-calculator-form-secondary .fee-calculator-form-list{display:flex;flex-direction:column;gap:16px;background-color:#fafafa;padding:16px;border-radius:8px;border:1px solid #ddd}.fee-calculator-form .fee-calculator-form-secondary .fee-calculator-form-list div{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;width:100%}.fee-calculator-form .fee-calculator-form-secondary .fee-calculator-form-list div p{color:#333}.fee-calculator-form .fee-calculator-form-secondary .fee-calculator-form-list .fee-calculator-form-main-section{margin-top:8px}.fee-calculator-form .fee-calculator-form-secondary .fee-calculator-form-list .fee-calculator-form-main-section strong{font-weight:600}.fee-calculator-form .fee-calculator-chart{display:flex;align-items:flex-end;justify-content:flex-end;width:100%}.fee-calculator-form .fee-calculator-summary{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:96px;margin-bottom:32px;grid-gap:32px;gap:32px}.fee-calculator-form .fee-calculator-summary div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.fee-calculator-form .fee-calculator-summary div h2{width:100%;text-align:center;color:rgba(241,100,31,.651);font-weight:500}.fee-calculator-form .fee-calculator-summary div h3{font-size:24px;font-weight:500;margin:0;width:100%;text-align:center}.alert-wrapper{position:fixed;bottom:36px;right:calc(50% - 260px);width:520px;border:none;border-radius:8px;background-color:#fff;z-index:10000}.alert-container,.alert-wrapper{transition:box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms}.alert-container{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 34px);align-items:flex-start;padding:16px;border:2px solid #888;border-radius:8px;gap:16px;z-index:1}.alert-container div{margin:4px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;gap:8px}.alert-container div h3{font-size:18px;font-weight:500}.alert-container div p{font-size:14px;font-weight:400}.alert-container button{border:none;background-color:transparent}.alert-container.alert-success{color:#155724;border-color:#2e7d32;background-color:#fff;background:linear-gradient(270deg,rgba(46,125,50,.149),rgba(46,125,50,.071));z-index:10}.alert-container.alert-success button{color:#155724}.alert-container.alert-warning{color:#856404;border-color:#ed6c02;background-color:rgba(237,108,2,.102);background:linear-gradient(270deg,rgba(237,108,2,.149),rgba(237,108,2,.071));z-index:10}.alert-container.alert-warning button{color:#856404}.alert-container.alert-danger{color:#721c24;border-color:#d32f2f;background-color:rgba(211,47,47,.102);background:linear-gradient(270deg,rgba(211,47,47,.149),rgba(211,47,47,.071))}.alert-container.alert-danger button{color:#721c24}.alert-container.alert-info{color:#0c5460;border-color:#0288d1;background-color:rgba(2,136,209,.102);background:linear-gradient(270deg,rgba(2,136,209,.149),rgba(2,136,209,.071))}.alert-container.alert-info button{color:#0c5460}.app{display:flex;flex-direction:column;width:100%;margin:0}.app-wrapper{display:grid;grid-template-columns:100px 1fr;margin:0;height:calc(100vh - 98px)}.app-template{display:flex;flex-direction:column;border-left:1px solid #ccc;border-top:1px solid #ccc;height:100%;overflow:auto;padding:16px 32px;gap:16px;position:relative}.app-template .app-template-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.app-template .app-template-header h2{margin:0;font-size:24px;font-weight:600}.app-template .app-template-header .app-template-buttons{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.app-template .app-template-form-section,.app-template .app-template-section{padding:16px 0;border-top:1px solid #ccc}.how-to-use-template h3{margin:0;font-size:18px;font-weight:600}.how-to-use-template p{font-size:15px;font-weight:400;margin:16px 0;line-height:24px}.backdrop{z-index:2000;background-color:rgba(0,0,0,.5);position:absolute;top:0;left:0;height:100vh;width:100vw;overflow:hidden}.banner-wrapper{background-color:#f1641f;color:#fff;padding:16px}.banner-wrapper .banner{width:100%;display:grid;grid-template-columns:1fr min-content 32px;align-items:center;grid-gap:16px;gap:16px}.banner-wrapper .banner h2{font-size:1.2rem;font-weight:400;margin:0 0 8px}.banner-wrapper .banner p{font-size:.9rem;margin:0}.button{gap:8px;line-break:strict;white-space:nowrap;cursor:pointer;height:min-content;border-radius:4px}.button,.button a{text-decoration:none;display:flex;align-items:center;justify-content:center}.button a{color:unset}.button-small{padding:6px 12px;transition:all .3s ease-out;font-size:12px;font-weight:400}.button-small img{width:18px;margin-right:8px}.button-medium{padding:8px 16px;transition:all .3s ease-out;font-size:14px;display:flex;height:32px}.button-medium img,.button-medium svg{width:18px;margin-right:8px}.button-large{padding:12px 24px;transition:all .3s ease-out;font-size:16px}.button-large img,.button-large svg{width:24px;margin-right:8px}.button-xlarge{padding:16px 32px;transition:all .3s ease-out;font-size:20px}.button-xlarge img,.button-xlarge svg{width:28px;margin-right:8px}.button-xxlarge{padding:20px 40px;transition:all .3s ease-out;font-size:24px}.button-xxlarge img,.button-xxlarge svg{width:32px;margin-right:8px}.button-curved{border-radius:100px!important}.button-primary-default{background-color:#f1641f;border:1px solid #f1641f;color:#fff;transition:all .3s ease-out;display:flex;align-items:center;justify-content:center}.button-primary-default:hover{transition:all .3s ease-out;background-color:#da510e}.button-primary-default:active{transition:all .3s ease-out;background-color:#b3420b}.button-primary-default:disabled{color:#fff;transition:all .3s ease-out;background-color:#a1a1a1;border:1px solid #a1a1a1}.button-primary-default img,.button-primary-default svg{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}.button-secondary-default{color:#1f1f1f;border:1px solid #f1641f;background-color:#fff;border-radius:5px;transition:all .3s ease-out;display:flex;align-items:center;justify-content:center}.button-secondary-default:hover{transition:all .3s ease-out;background-color:#fde9df}.button-secondary-default:active{transition:all .3s ease-out;background-color:#fac8af}.button-secondary-default:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2;border:1px solid #a1a1a1}.button-secondary-default img,.button-secondary-default svg{width:24px;height:24px;filter:brightness(0)}.button-outline-default{color:#333;border:1px solid #e2e2e2;background-color:#fff;border-radius:5px;transition:all .3s ease-out;box-shadow:transparent!important;display:flex;align-items:center;justify-content:center}.button-outline-default:hover{transition:all .3s ease-out;background-color:#fde9df}.button-outline-default:active{transition:all .3s ease-out;background-color:#fac8af}.button-outline-default:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2}.button-text-default{color:#f1641f;background-color:transparent;border-radius:5px;transition:all .3s ease-out;box-shadow:transparent!important;display:flex;align-items:center;justify-content:center}.button-text-default:hover{transition:all .3s ease-out;background-color:#fde9df}.button-text-default:active{transition:all .3s ease-out;background-color:#fac8af}.button-text-default:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2}.button-primary-blue{border:1px solid #346a85;background-color:#346a85;color:#fff;transition:all .3s ease-out;display:flex;align-items:center;justify-content:center}.button-primary-blue:hover{transition:all .3s ease-out;background-color:#295368}.button-primary-blue:active{transition:all .3s ease-out;background-color:#1d3b4a}.button-primary-blue:disabled{color:#fff;transition:all .3s ease-out;background-color:#a1a1a1;border:1px solid #a1a1a1}.button-primary-blue img,.button-primary-blue svg{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}.button-secondary-blue{color:#346a85;border:1px solid #346a85;background-color:#fff;border-radius:5px;transition:all .3s ease-out;display:flex;align-items:center;justify-content:center}.button-secondary-blue:hover{transition:all .3s ease-out;background-color:#a8cbdd}.button-secondary-blue:active{transition:all .3s ease-out;background-color:#83b6cf}.button-secondary-blue:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2;border:1px solid #a1a1a1}.button-secondary-blue img,.button-secondary-blue svg{width:24px;height:24px;filter:brightness(0)}.button-outline-blue{color:#333;border:1px solid #e2e2e2;background-color:#fff;border-radius:5px;transition:all .3s ease-out;box-shadow:transparent!important;display:flex;align-items:center;justify-content:center}.button-outline-blue:hover{transition:all .3s ease-out;background-color:#a8cbdd}.button-outline-blue:active{transition:all .3s ease-out;background-color:#83b6cf}.button-outline-blue:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2}.button-text-blue{color:#346a85;background-color:#fff;border-radius:5px;transition:all .3s ease-out;box-shadow:transparent!important;display:flex;align-items:center;justify-content:center}.button-text-blue:hover{transition:all .3s ease-out;background-color:#a8cbdd}.button-text-blue:active{transition:all .3s ease-out;background-color:#83b6cf}.button-text-blue:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#bed8e6}.button-primary-green{border:1px solid #70a916;background-color:#70a916;color:#fff;transition:all .3s ease-out;display:flex;align-items:center;justify-content:center}.button-primary-green:hover{transition:all .3s ease-out;background-color:#588511}.button-primary-green:active{transition:all .3s ease-out;background-color:#40610d}.button-primary-green:disabled{color:#fff;transition:all .3s ease-out;background-color:#a1a1a1;border:1px solid #a1a1a1}.button-primary-green img,.button-primary-green svg{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}.button-secondary-green{color:#70a916;color:#1f1f1f;border:1px solid #70a916;background-color:#fff;border-radius:5px;transition:all .3s ease-out;display:flex;align-items:center;justify-content:center}.button-secondary-green:hover{transition:all .3s ease-out;background-color:#cff299}.button-secondary-green:active{transition:all .3s ease-out;background-color:#baec6c}.button-secondary-green:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2;border:1px solid #a1a1a1}.button-secondary-green img,.button-secondary-green svg{width:24px;height:24px;filter:brightness(0)}.button-outline-green{color:#333;border:1px solid #e2e2e2;background-color:#fff;transition:all .3s ease-out;box-shadow:transparent!important;display:flex;align-items:center;justify-content:center}.button-outline-green:hover{transition:all .3s ease-out;background-color:#cff299}.button-outline-green:active{transition:all .3s ease-out;background-color:#baec6c}.button-outline-green:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2}.button-text-green{color:#333;background-color:#fff;transition:all .3s ease-out;box-shadow:transparent!important;display:flex;align-items:center;justify-content:center}.button-text-green:hover{transition:all .3s ease-out;background-color:#cff299}.button-text-green:active{transition:all .3s ease-out;background-color:#baec6c}.button-text-green:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2}.button-primary-white{border:1px solid #eee;background-color:#eee;color:#222;transition:all .3s ease-out;display:flex;align-items:center;justify-content:center}.button-primary-white:hover{transition:all .3s ease-out;background-color:#ebebeb}.button-primary-white:active{transition:all .3s ease-out;background-color:#d6d6d6}.button-primary-white:disabled{color:#fff;transition:all .3s ease-out;background-color:#a1a1a1;border:1px solid #a1a1a1}.button-primary-white img,.button-primary-white svg{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}.button-secondary-white{color:#222;border:1px solid #eee;border-radius:5px;display:flex;align-items:center;justify-content:center}.button-secondary-white,.button-secondary-white:active,.button-secondary-white:hover{background-color:#fff;transition:all .3s ease-out}.button-secondary-white:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2;border:1px solid #a1a1a1}.button-secondary-white img,.button-secondary-white svg{width:24px;height:24px;filter:brightness(0)}.button-outline-white{color:#333;border:1px solid #e2e2e2;box-shadow:transparent!important;display:flex;align-items:center;justify-content:center}.button-outline-white,.button-outline-white:active,.button-outline-white:hover{background-color:#fff;transition:all .3s ease-out}.button-outline-white:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2}.button-text-white{color:#222;background-color:#eee;transition:all .3s ease-out;box-shadow:transparent!important;display:flex;align-items:center;justify-content:center}.button-text-white:active,.button-text-white:disabled,.button-text-white:hover{transition:all .3s ease-out;background-color:#fff}.button-text-white:disabled{color:#7d7d7d}.button-primary-purple{border:1px solid #7289da;background-color:#7289da;color:#fff;transition:all .3s ease-out;display:flex;align-items:center;justify-content:center}.button-primary-purple:hover{transition:all .3s ease-out;background-color:#526ed2}.button-primary-purple:active{transition:all .3s ease-out;background-color:#3454c6}.button-primary-purple:disabled{color:#fff;transition:all .3s ease-out;background-color:#a1a1a1;border:1px solid #a1a1a1}.button-primary-purple img,.button-primary-purple svg{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}.button-secondary-purple{color:#1f1f1f;border:1px solid #7289da;background-color:#fff;border-radius:5px;transition:all .3s ease-out;display:flex;align-items:center;justify-content:center}.button-secondary-purple:hover{transition:all .3s ease-out;background-color:#ebeefa}.button-secondary-purple:active{transition:all .3s ease-out;background-color:#c3cdef}.button-secondary-purple:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2;border:1px solid #a1a1a1}.button-secondary-purple img,.button-secondary-purple svg{width:24px;height:24px;filter:brightness(0)}.button-outline-purple{color:#333;border:1px solid #e2e2e2;background-color:#fff;transition:all .3s ease-out;box-shadow:transparent!important;display:flex;align-items:center;justify-content:center}.button-outline-purple:hover{transition:all .3s ease-out;background-color:#ebeefa}.button-outline-purple:active{transition:all .3s ease-out;background-color:#c3cdef}.button-outline-purple:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2}.button-text-purple{color:#333;background-color:#fff;transition:all .3s ease-out;box-shadow:transparent!important;display:flex;align-items:center;justify-content:center}.button-text-purple:hover{transition:all .3s ease-out;background-color:#ebeefa}.button-text-purple:active{transition:all .3s ease-out;background-color:#c3cdef}.button-text-purple:disabled{color:#7d7d7d;transition:all .3s ease-out;background-color:#f2f2f2}.dialog-container{font-family:Open Sans,sans-serif}.dialog-content{display:flex;flex-direction:column;gap:8px}.dialog-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.etsy-connect-banner{display:grid;grid-template-columns:32px 1fr 120px;grid-gap:16px;gap:16px;align-items:center;padding:16px 32px;background-color:#d32f2f;color:#fff}.header{justify-content:space-between;background-color:#fff;height:64px;border-left:1px solid #ccc;padding-left:16px}.header,.header .header-logo{display:flex;align-items:center}.header .header-logo{justify-content:center;margin-left:-4px}.header .header-logo img{width:80px}.header .header-buttons{display:flex;align-items:center;justify-content:center;margin:8px;gap:16px}.header .header-buttons .account-button{display:flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid #000;padding:4px;margin:0 8px}.loading-wrapper{width:100%;display:flex;align-items:center;justify-content:center;height:max-content}.loading-wrapper-small .loading-inline{margin-top:80px;width:240px}.loading-wrapper-medium .loading-inline{margin-top:120px;width:480px}.loading-wrapper-large .loading-inline{margin-top:160px;width:720px}.loading-inline{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.loading-inline h4{color:#000;font-size:36px;font-weight:500}.loading-inline h5{text-align:center;color:#000}.loading-inline h4:after{content:" .";animation:dots 1s steps(5) infinite}.loading{width:100%;height:100vh;background:rgba(241,100,31,.7);display:flex;align-items:center;justify-content:center;position:fixed;z-index:999;left:0;top:0}.loading h4{color:#fff}.loading h5{text-align:center;color:#fff;left:calc(50% - 250px);width:500px}.loading h4:after{content:" .";animation:dots 1s steps(5) infinite}@keyframes dots{0%,20%{color:transparent;text-shadow:.25em 0 0 transparent,.5em 0 0 transparent}40%{color:#fff;text-shadow:.25em 0 0 transparent,.5em 0 0 transparent}60%{text-shadow:.25em 0 0 #fff,.5em 0 0 transparent}80%,to{text-shadow:.25em 0 0 #fff,.5em 0 0 #fff}}@keyframes dotAnimation{0%{opacity:0}to{opacity:1}}.illustration{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.illustration .human{animation:mymove 2s ease infinite}.illustration .blob{animation:blobMove 2s ease infinite}@keyframes mymove{0%{transform:translateX(0);transform:translateY(-150px);opacity:0}to{transform:translateX(0);transform:translateY(0);opacity:1}}@keyframes blobMove{0%{transform:translateX(-100px);left:0;opacity:0}to{transform:translateX(0);left:20%;opacity:1}}.loading-icon-row{flex-direction:row}.loading-icon-column,.loading-icon-row{display:flex;align-items:center;justify-content:center;gap:16px}.loading-icon-column{flex-direction:column}.loading-icon-small{padding:8px;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;width:calc(100% - 16px)}.loading-icon-small p{font-size:16px}.loading-icon-medium{padding:16px;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;width:calc(100% - 32px)}.loading-icon-medium p{font-size:20px}.loading-icon-large{padding:32px;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;width:calc(100% - 64px)}.loading-icon-large p{font-size:24px}header{background-color:hsla(0,0%,100%,.85);border-bottom:1px solid #eee;color:#1a1a1a;display:flex;flex-direction:row}header,header nav{background-color:#fafafa}header nav{display:grid;grid-template-columns:200px 1fr 200px;justify-content:space-between;align-self:center;align-items:center;width:calc(100% - 64px);z-index:1200;height:64px}header nav a{color:#1a1a1a;text-decoration:none}header nav a img{height:42px}header nav .nav-links{display:flex;justify-content:center;align-items:center;gap:32px;width:100%}header nav .button-wrapper{display:flex;justify-content:flex-end;align-items:center;gap:16px}header nav .button-wrapper .photo{color:#f1641f;background-color:#fff;padding:4px;border-radius:2px}header nav .mobile__menu,header nav .nav-burger{display:none}header .show-products-wrapper{position:relative}header .show-products-wrapper .show-products{position:absolute;top:32px;left:-16px;background-color:#fff;padding:0 16px;display:flex;flex-direction:column;min-width:180px;border:1px solid #eee}header .show-products-wrapper .show-products a{border-bottom:1px solid #eee;padding-bottom:16px;padding-top:16px;transition:all .2s ease-in-out}header .show-products-wrapper .show-products a:hover{color:#f1641f;transition:all .2s ease-in-out}header .hidden-buttons{position:fixed;display:flex;align-items:center;justify-content:center;gap:16px;width:100%;z-index:1000;background-color:#fafafa;height:64px;border-bottom:1px solid #eee}@media screen and (max-width:1200px){header,header nav{z-index:1200}header nav{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:calc(100vw - 40px)}header nav .button-wrapper,header nav .nav-links{display:none}header nav .nav-burger{display:block}header nav .nav-menu-close{position:absolute;top:96px;right:32px;z-index:1600}header nav .mobile-menu{display:block;background-color:#f1641f;height:calc(100vh - 128px);width:calc(100vw - 128px);position:absolute;top:64px;left:-16px;padding:32px 64px;z-index:1200}header nav .mobile-menu .menu-top{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:16px;height:100px}header nav .mobile-menu .menu-top a{font-weight:600}header nav .mobile-menu .menu-main{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:32px;height:calc(100% - 150px);overflow:auto}header nav .mobile-menu .menu-main a{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px}header nav .mobile-menu .menu-main a h2{font-size:24px;font-weight:500;color:#fff;margin:0}header nav .mobile-menu .menu-main a p{color:#eee;margin:0}header nav .mobile-menu .menu-bottom{height:50px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px}header nav .mobile-menu .menu-bottom a{color:#fff}}.pagination-compact{flex-direction:row;border:1px solid #ddd;background-color:#fff;padding:4px;border-radius:4px}.pagination-compact,.premium-content{display:flex;align-items:center;justify-content:center}.premium-content{flex-direction:column;gap:16px}.premium-content h3{font-size:24px;font-weight:500;line-height:1.2;text-align:center;color:#000}.sidebar{justify-content:flex-start;width:100%;background-color:#fff}.sidebar,.sidebar-menu{display:flex;flex-direction:column;align-items:center;height:100%}.sidebar-menu{justify-content:center;width:calc(100% - 16px);gap:4px;margin:0 4px}.sidebar-button{width:calc(100% - 8px);padding:8px 4px;text-align:center;transition:all .2s ease-in-out;border-radius:8px}.sidebar-button,.sidebar-button a{display:flex;flex-direction:column;align-items:center;justify-content:center}.sidebar-button a{text-decoration:none;color:#000;font-size:12px;gap:4px;font-weight:300}.sidebar-button:hover{background-color:rgba(0,0,0,.08);transition:all .2s ease-in-out}.sidebar-button-active{background-color:#f1641f}.sidebar-button-active a{color:#fff;font-weight:300}.sidebar-button-active path{fill:transparent;stroke:#fff}.sidebar-button-active svg{margin-right:0}footer{display:flex;align-items:center;justify-content:center;position:relative;bottom:0;border-top:1px solid #ddd;padding-top:64px}footer .footer-wrapper{width:100%;max-width:1200px;display:flex;flex-direction:column}footer .footer-top{display:flex;justify-content:space-between;margin-bottom:30px}footer .footer-top img{margin-right:30px}footer .footer-top .footer-menu-item{display:flex;flex-direction:column;justify-content:flex-start;width:20%}footer .footer-top .footer-menu-item ul{margin:0;padding:0;line-height:30px;list-style:none}footer .footer-top .footer-menu-item h3{font-size:14px;color:#666}footer .footer-top .footer-menu-item a{color:#000;text-decoration:none}footer .footer-bottom{width:calc(100% - 32px);display:flex;justify-content:space-between;border-top:1px solid #ddd;padding:20px 16px}footer .footer-bottom path{fill:#a1a1a1}footer .footer-bottom h4{font-size:16px;line-height:24px;letter-spacing:.01em;color:#a1a1a1;font-weight:400}footer .footer-bottom a{color:#a1a1a1;text-decoration:none}@media screen and (max-width:1200px){footer{display:flex;flex-direction:column;align-items:center;justify-content:center}footer .footer-wrapper{max-width:1200px}footer .footer-top,footer .footer-wrapper{width:100%;display:flex;flex-direction:column}footer .footer-top{align-items:center;gap:32px}footer .footer-top .footer-menu-item{width:50%}}.static{width:100%}.tag-button{justify-content:space-between;gap:1rem;width:calc(100% - 10px);padding:4px;border-radius:4px;font-size:14px;color:#000;border:1px solid #ddd;background-color:#fff}.tag-button,.tag-button .tag-button-details{display:flex;flex-direction:row;align-items:center}.tag-button .tag-button-details{justify-content:flex-start;gap:8px;width:100%}.tag-button p{margin:0;color:#000;font-size:13px}.tag-button .tag-button-count{font-size:12px;padding:4px;border-radius:4px;color:#fff}.text-field{gap:8px;line-break:strict;white-space:nowrap;border:1px solid #ccc}.text-field-small{padding:4px 8px;border-radius:4px;transition:all .3s ease-out;font-size:12px;font-weight:400}.text-field-small img{width:18px;margin-right:8px}.text-field-large{padding:6px 16px;border-radius:4px;transition:all .3s ease-out;font-size:16px}.text-field-large img,.text-field-large svg{width:24px;margin-right:8px}.text-field-xlarge{padding:16px 32px;border-radius:100px;transition:all .3s ease-out;font-size:24px}.text-field-medium{padding:2px 12px;border-radius:4px;transition:all .3s ease-out;font-size:14px;display:flex;align-items:center;justify-content:center;height:min-content;height:28px}.text-field-full{width:100%}.text-area{gap:8px;line-break:strict;border:1px solid #ccc;resize:horizontal;word-wrap:break-word}.text-area-small{padding:4px 8px;border-radius:4px;transition:all .3s ease-out;font-size:12px;font-weight:400}.text-area-small img{width:18px;margin-right:8px}.text-area-large{padding:8px 16px;border-radius:4px;transition:all .3s ease-out;font-size:16px;height:32px}.text-area-large img,.text-area-large svg{width:24px;margin-right:8px}.text-area-xlarge{padding:16px 32px;border-radius:100px;transition:all .3s ease-out;font-size:24px}.text-area-medium{padding:6px 12px;border-radius:4px;transition:all .3s ease-out;font-size:14px;display:flex;align-items:center;justify-content:center;height:min-content;height:120px}.text-area-full{width:calc(100% - 64px)}.user-form-wrapper{background-color:#333;height:100vh;width:100vw;overflow:auto}.user-form-wrapper,.user-form-wrapper .user-form{display:flex;align-items:center;justify-content:center}.user-form-wrapper .user-form{flex-direction:column;background-color:#fff;width:100%;max-width:420px;padding:32px;border-radius:8px;border:2px solid #ddd;box-shadow:0 0 48px 16px rgba(0,0,0,.01);gap:8px}.user-form-wrapper .user-form .user-form-logo,.user-form-wrapper .user-form .user-form-logo img{height:64px}.user-form-wrapper .user-form form{width:100%}.user-form-wrapper .user-form form input{width:100%;margin:0}.user-form-wrapper .user-form h2{font-size:32px;font-weight:600;padding:16px 0;width:100%;text-align:center}.user-form-wrapper .user-form h4{font-size:20px;font-weight:600;padding:16px 0;width:100%;text-align:center}.user-form-wrapper .user-form .user-form-navigation{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:16px;gap:8px}.user-form-wrapper .user-form .user-form-navigation button{width:100%}.user-form-wrapper .user-form-bottom{font-size:12px;margin:16px 0}body{margin:0}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 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_f367f3;font-style:normal;font-weight:100 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_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 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_f367f3;font-style:normal;font-weight:100 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_f367f3;font-style:normal;font-weight:100 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_f367f3;font-style:normal;font-weight:100 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_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}