.blog-newsletter{background:#f7f8f9;border-radius:40px;margin:64px 20px 24px;display:flex;justify-content:center}@media screen and (min-width:764px){.blog-newsletter{margin:64px 32px 32px}}@media screen and (min-width:1024px){.blog-newsletter{max-width:min(1200px,100vw - 64px);margin:64px auto 40px}}@media screen and (min-width:1440px){.blog-newsletter{margin:64px auto}}.blog-newsletter__content{padding:40px 20px;display:flex;flex-direction:column;align-items:center;max-width:300px}@media screen and (min-width:764px){.blog-newsletter__content{max-width:unset;width:600px;padding:90px 0}}@media screen and (min-width:1024px){.blog-newsletter__content{position:relative;width:970px;align-items:flex-start;padding:120px 20px 120px 350px}}@media screen and (min-width:1440px){.blog-newsletter__content{width:1200px;padding:120px 136px 120px 469px}}.blog-newsletter__image{display:none}@media screen and (min-width:1024px){.blog-newsletter__image{display:block;position:absolute;top:62px;left:0;width:351px;height:316px}}@media screen and (min-width:1440px){.blog-newsletter__image{width:489px;height:440px;top:0}}.blog-newsletter__title{font-size:24px;line-height:32px;color:#1c1d1f;text-align:center;font-weight:600;font-family:var(--font-inter)}@media screen and (min-width:764px){.blog-newsletter__title{font-size:28px;line-height:36px}}@media screen and (min-width:1024px){.blog-newsletter__title{font-size:32px;line-height:40px}}@media screen and (min-width:1440px){.blog-newsletter__title{font-size:40px;line-height:48px}}.blog-newsletter__subtitle{font-size:18px;line-height:24px;color:#828489;text-align:center;margin-top:9px;font-family:var(--font-inter)}@media screen and (min-width:764px){.blog-newsletter__subtitle{font-size:20px;line-height:28px}}.blog-newsletter__controls{display:flex;flex-direction:column;gap:24px;margin-top:32px}@media screen and (min-width:764px){.blog-newsletter__controls{flex-direction:row;width:100%}}.blog-newsletter__email>input{border:1px solid #e7e9ee!important;min-width:min(300px,100vw - 72px)!important;max-width:min(300px,100vw - 72px)!important;font-family:var(--font-inter)!important;background:#fff!important}.blog-newsletter__email>input:focus{border:1px solid #3ebc6c!important}@media screen and (min-width:764px){.blog-newsletter__email>input{min-widtH:368px!important;max-widtH:368px!important}}.blog-newsletter__submit{border-radius:12px!important;height:55px;font-size:18px;font-weight:500;display:flex;align-items:center;font-family:var(--font-inter)!important}.blog-newsletter__submit:hover{background:#48d08d!important}@media screen and (min-width:764px){.blog-newsletter__submit{flex-grow:1}}.blog-newsletter__checkbox-container{display:flex;gap:6px;cursor:pointer;font-size:14px;line-height:20px;margin-top:16px;color:#828489;font-family:var(--font-inter);z-index:1}.blog-newsletter__checkbox-container>.us-checkbox{border:1px solid #cbcfd6}@media screen and (min-width:764px){.blog-newsletter__checkbox-container{align-self:flex-start}}.blog-newsletter__agreement-error{font-size:11px;line-height:20px;margin-top:6px;color:red;font-family:var(--font-inter)}.blog-newsletter__message{position:absolute;width:100%;max-width:300px;height:80px;padding:10px;z-index:-1;opacity:0;display:flex;justify-content:center;align-items:center;border-radius:16px;font-size:14px;line-height:22px;font-weight:500;font-family:var(--font-inter)}@media screen and (min-width:764px){.blog-newsletter__message{max-width:600px;height:55px;font-size:16px;line-height:24px}}.blog-newsletter__message.success{background:#d4f6df;color:#009d32}.blog-newsletter__message.error{background:#ffdbdb;color:#f44}.blog-newsletter__popup-animation{z-index:1;animation:showPopup 5s ease-in-out forwards}.blog-newsletter__controls-animation{animation:hideControls 5s ease-in-out forwards}@keyframes showPopup{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}@keyframes hideControls{0%{opacity:1}20%{opacity:0}80%{opacity:0}to{opacity:1}}.us-checkbox__input{display:none}.us-checkbox{min-width:20px;max-width:20px;min-height:20px;max-height:20px;border:1.5px solid #828489;border-radius:6px;display:flex;justify-content:center;align-items:center;cursor:pointer}.us-checkbox.checked{border:1.5px solid #009d32}.us-checkbox__body{width:12px;height:12px;border-radius:2.5px;background:#009d32}.us-input{border:1px solid #f7f8f9;border-radius:16px;background:0;font-family:var(--font-poppins);color:#1c1d1f;padding:16px;font-size:14px;line-height:19px;min-width:320px;width:100%;transition:all .2s}@media screen and (min-width:764px){.us-input{font-size:16px;line-height:22px}}@media screen and (min-width:1024px){.us-input:hover{border:1px solid #3ebc6c!important}}.us-input:focus{outline:none}.us-input__container{position:relative}.us-input__error{color:red;position:absolute;top:calc(100% + 4px);left:16px;font-size:11px}.us-input__placeholder{position:absolute;top:20px;left:16px;font-family:var(--font-poppins);font-size:14px;line-height:19px;transition:all .2s;padding:0 5px;pointer-events:none}.us-textarea{height:136px;resize:none}.us-button{font-family:var(--font-roboto);font-size:16px;line-height:16px;text-align:center;cursor:pointer;font-weight:600}@media screen and (min-width:1440px){.us-button{font-size:18px;line-height:18px}}.us-button.primary{padding:14px 18px;color:#fff;background:#009d32;border:0;transition:all .2s;border-radius:6px;display:block}.us-button.primary:hover{border-radius:28px;background:#0dae40}.us-button.primary:active{border-radius:28px;background:#3ebc6c}@media screen and (min-width:764px){.us-button.primary{padding:16px 24px}}@media screen and (min-width:1024px){.us-button.primary{border-radius:8px}}@media screen and (min-width:1440px){.us-button.primary{padding:19px 24px}}.us-button.link,.us-button.link-hover-white,.us-button.link-reverse,.us-button.link-white-arrow{display:flex;justify-content:center;align-items:center;gap:4px;background:0;border:0;color:#009d32;transition:all .2s}.us-button.link-hover-white:hover,.us-button.link-reverse:hover,.us-button.link-white-arrow:hover,.us-button.link:hover{color:#3ebc6c}@media screen and (min-width:764px){.us-button.link,.us-button.link-hover-white,.us-button.link-reverse,.us-button.link-white-arrow{font-size:18px;line-height:18px}}.us-button.link-reverse{flex-direction:row-reverse}.us-button.link-reverse>img{transform:rotate(180deg)}.us-button.link-hover-white,.us-button.link-hover-white:hover,.us-button.link-white-arrow,.us-button.link-white-arrow:hover{color:#fff}.blog-header{position:fixed;top:0;width:100%;display:flex;justify-content:center;border-bottom:1px solid #f0f1f2;font-family:var(--font-inter);font-weight:500;background-color:#fff;z-index:100}.blog-header__content{display:flex;justify-content:space-between;width:100%;padding:16px}@media screen and (min-width:764px){.blog-header__content{padding:16px 32px}}@media screen and (min-width:1440px){.blog-header__content{padding:16px 120px;max-width:1440px}}.blog-header__logo{display:flex;align-items:center}.blog-header__logo_mobile{display:block}@media screen and (min-width:764px){.blog-header__logo_mobile{display:none}}.blog-header__logo_desktop{display:none}@media screen and (min-width:764px){.blog-header__logo_desktop{display:block}}.blog-header-button{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:10px 16px;border-radius:8px;font-size:14px;line-height:20px;font-weight:500;color:#1d2024;background-color:#f7f8f9;cursor:pointer;transition:all .2s}.blog-header-button:hover{background-color:#e1e4e8}.blog-header-button:active{background-color:#f0f1f2}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.segments{width:100%;overflow-x:auto;white-space:nowrap;height:40px;scrollbar-width:none;-ms-overflow-style:none}.segments::-webkit-scrollbar{display:none}.segments .ant-segmented{min-width:max-content!important;color:#34363b;background:#f0f0f2!important}.segments .ant-segmented-item{font-family:var(--font-inter),"sans-serif"!important;width:120px!important;min-width:max-content!important}.segments .ant-segmented-item *{font-size:14px!important}.segments .ant-segmented-item:hover{color:#1d2024}.segments .ant-segmented-item-selected{font-weight:500}.segments .ant-segmented a:hover{color:#1d2024}.search{height:40px;width:100%;position:relative}.search__button{position:absolute;top:0;left:0;width:35px;height:40px;opacity:0;cursor:pointer}.search:before{content:"";position:absolute;top:0;bottom:0;left:12px;margin:auto 0;width:18px;height:18px;background-image:url(/static/search.svg);background-size:cover}.search>input{outline:none;width:100%;height:100%;padding:8px 12px 8px 38px;border-radius:8px;border:1px solid #e1e4e8;font-family:var(--font-inter);font-size:14px}.search>input:hover{border:1px solid #cbcfd6}.search>input:focus{border:1px solid #494f59}.search>input:focus::placeholder{opacity:0}.search>input:not(:placeholder-shown){border:1px solid #e1e4e8}@media screen and (min-width:764px){.search{max-width:240px}}.blog-navigation{margin-top:72px;display:flex;justify-content:center;width:100%;background-color:#fff;font-family:var(--font-inter)}.blog-navigation__content{display:flex;flex-direction:column;align-items:center;width:100%;padding:34px 16px}@media screen and (min-width:764px){.blog-navigation__content{max-width:700px;padding:42px 0 43px}}@media screen and (min-width:1024px){.blog-navigation__content{max-width:960px;padding:48px 0 53px}}@media screen and (min-width:1440px){.blog-navigation__content{max-width:1200px;padding:48px 0 64px}}.blog-navigation__title{margin-top:34px;font-size:32px;line-height:40px;font-weight:600;color:#1d2024}@media screen and (min-width:764px){.blog-navigation__title{font-size:40px;line-height:48px}}@media screen and (min-width:1024px){.blog-navigation__title{font-size:56px;line-height:64px}}@media screen and (min-width:1440px){.blog-navigation__title{font-size:64px;line-height:72px}}.blog-navigation__description{margin-top:14px;text-align:center;font-size:14px;line-height:20px;max-width:960px}@media screen and (min-width:764px){.blog-navigation__description{font-size:20px;line-height:28px}}.blog-navigation__toolbar{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-top:32px;width:100%}@media screen and (min-width:764px){.blog-navigation__toolbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}.most-recent{width:100%;display:flex;justify-content:center;font-family:var(--font-inter)}.most-recent__content{display:flex;flex-direction:column;width:100%;gap:20px}@media screen and (min-width:764px){.most-recent__content{gap:40px;max-width:700px}}@media screen and (min-width:1024px){.most-recent__content{max-width:960px}}@media screen and (min-width:1440px){.most-recent__content{max-width:1200px}}.most-recent__title{text-align:center;font-size:32px;font-weight:600;line-height:40px;color:#1d2024}@media screen and (min-width:764px){.most-recent__title{text-align:left}}.most-recent__posts{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;gap:40px}@media screen and (min-width:764px){.most-recent__posts{flex-direction:row;align-items:start;flex-wrap:nowrap;overflow-x:auto}}@media screen and (min-width:1024px){.most-recent__posts{overflow:visible;gap:5px}.most-recent__posts .blog-post-preview{min-width:316px!important;width:316px!important}.most-recent__posts .blog-post-preview__image{height:110px}}@media screen and (min-width:1440px){.most-recent__posts{gap:40px}.most-recent__posts .blog-post-preview{min-width:373px!important;width:373px!important}.most-recent__posts .blog-post-preview__image{height:134px}}.blog-post-preview{width:100%;display:block;min-width:344px;padding:20px;border-radius:24px;font-family:var(--font-inter);transition:.3s}.blog-post-preview:hover{background-color:#f7f8f9}.blog-post-preview:hover .blog-post-preview__title{color:#129a44}@media screen and (min-width:764px){.blog-post-preview{min-width:333px}}.blog-post-preview__image{position:relative;width:100%;height:134px;border-radius:12px;overflow:hidden;margin-bottom:16px;background-size:cover}.blog-post-preview__content{min-height:84px}@media screen and (min-width:764px){.blog-post-preview__content{min-height:96px}}.blog-post-preview__title{font-size:16px;line-height:22px;font-weight:600;color:#1d2024;margin-bottom:8px;transition:.3s}@media screen and (min-width:764px){.blog-post-preview__title{font-size:18px;line-height:24px}}@media screen and (min-width:1440px){.blog-post-preview__title{font-size:20px;line-height:24px}}.blog-post-preview__paragraph{overflow:hidden;font-size:12px;line-height:16px;font-weight:400;color:#494f59}@media screen and (min-width:764px){.blog-post-preview__paragraph{font-size:14px;line-height:20px}}.blog-post-preview__info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:16px;font-size:12px;font-weight:400;line-height:16px}.category-name{display:inline-block;padding:4px 8px;border-radius:6px}.category-name_blue{color:#4b6bfb;background-color:rgba(75,107,251,.0509803922)}.category-name_blue:hover{background-color:rgba(75,107,251,.2)}.category-name_blue:active{background-color:rgba(75,107,251,.1019607843)}.category-name_green{color:#129a44;background-color:rgba(18,154,68,.0509803922)}.category-name_green:hover{background-color:rgba(18,154,68,.2)}.category-name_green:active{background-color:rgba(18,154,68,.1019607843)}.category-name_purple{color:#9747ff;background-color:rgba(151,71,255,.0509803922)}.category-name_purple:hover{background-color:rgba(151,71,255,.2)}.category-name_purple:active{background-color:rgba(151,71,255,.1019607843)}.tag{display:inline-block;padding:10px;background-color:#f7f8f9;font-family:var(--font-inter);font-size:14px;line-height:20px;color:#494f59;transition:all .3s}.tag,.tag_small{border-radius:60px}.tag_small{font-size:12px;line-height:16px;padding:7px}.tag:hover{background-color:#e1e4e8}.tag:active{background-color:#f0f1f2}.tags{display:none}@media screen and (min-width:764px){.tags{margin:64px 0;width:100%;display:flex;flex-direction:column;align-items:center;font-family:var(--font-inter)}}.tags__content{width:100%;display:flex;flex-direction:column;gap:38px;padding:0 16px}@media screen and (min-width:764px){.tags__content{max-width:700px;padding:0}}@media screen and (min-width:1024px){.tags__content{max-width:960px}}@media screen and (min-width:1440px){.tags__content{max-width:1200px}}.tags__title{font-size:32px;line-height:40px;font-weight:600;color:#1d2024}.tags__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.us-green-font{color:#009d32}.social-network-button{display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .3s}@media(hover:hover){.social-network-button:hover div{background-color:#129a44;border:1px solid #129a44}.social-network-button:hover div *{fill:#fff}}@media(hover:none){.social-network-button:active div{background-color:#129a44;border:1px solid #129a44}.social-network-button:active div *{fill:#fff}}.social-network-button__icon{border:1px solid #e1e4e8;border-radius:50%;padding:10px;transition:all .3s}.social-network-button__icon svg{display:block;transition:all .3s;width:20px;height:20px}.social-network-button__icon_small{padding:5px}.social-network-button__icon_small svg{height:12px;width:12px}.social-network-button__text{font-family:var(--font-inter);font-size:14px;line-height:20px}@media screen and (min-width:764px){.social-network-button__text{font-size:16px;line-height:24px}}.blog-footer{font-family:var(--font-inter);line-height:20px;background:#fafbfc}.blog-footer,.blog-footer__content{width:100%;display:flex;flex-direction:column;align-items:center}.blog-footer__content{justify-content:center;gap:32px;padding:40px 28px}@media screen and (min-width:764px){.blog-footer__content{max-width:700px;padding:16px 48px 39px;gap:72px}}@media screen and (min-width:1024px){.blog-footer__content{max-width:960px}}@media screen and (min-width:1440px){.blog-footer__content{max-width:1200px;align-items:flex-start;flex-direction:row;padding:21px 0 64px}}.blog-footer__info{width:100%;display:flex;flex-direction:column;align-items:center;gap:7px;color:#7f848d;text-align:center}@media screen and (min-width:764px){.blog-footer__info{align-items:start;text-align:left}}@media screen and (min-width:1440px){.blog-footer__info{max-width:380px;gap:10px}}.blog-footer__links{width:100%;display:flex;flex-direction:column;gap:32px}@media screen and (min-width:764px){.blog-footer__links{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media screen and (min-width:1440px){.blog-footer__links{padding-left:24px}}.blog-footer__categories{display:flex;flex-direction:column;align-items:center;gap:12px}@media screen and (min-width:764px){.blog-footer__categories{align-items:start}}.blog-footer__category{color:#1d2024;transition:all .3s}.blog-footer__category:hover{color:#129a44}.blog-footer__community{display:flex;flex-direction:column;align-items:center;gap:12px}@media screen and (min-width:764px){.blog-footer__community{align-items:flex-start}}.blog-footer__community__title{color:#1d2024;font-weight:600}.blog-footer__community__links{display:flex;flex-direction:row;gap:8px}.blog-footer__home{text-align:center;background-color:#fff}.blog-footer__disclaimer{width:100%;display:flex;justify-content:center;border-top:1px solid #f0f1f2;background-color:#f7f8f9;color:#494f59}.blog-footer__disclaimer__content{width:100%;padding:16px 0;text-align:center}@media screen and (min-width:764px){.blog-footer__disclaimer__content{max-width:700px;padding:16px 48px;text-align:left}}@media screen and (min-width:1024px){.blog-footer__disclaimer__content{max-width:960px}}@media screen and (min-width:1440px){.blog-footer__disclaimer__content{max-width:1200px;padding:16px 0}}