html,body{margin:0;padding:0}body{font-family:inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:24px;color:#1d2939;min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}h1,h2,h3,h4,h5,p{margin:0;padding:0}h1,h2{font-size:22px;font-weight:600;line-height:32px}a{text-decoration:none}a:hover{text-decoration:underline;color:#00a1ff}button{border:none;margin:0;padding:0;width:auto;overflow:visible;background:0 0;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit}button::-moz-focus-inner{border:0;padding:0}.btn-blue{display:inline-flex;padding:8px 40px;justify-content:center;align-items:center;gap:16px;font-size:14px;line-height:19px;font-weight:600;text-decoration:none;border-radius:12px;border:1px solid #0071b3;background:#00a1ff;color:#fff;transition:all .3s ease-in-out;cursor:pointer}@media(max-width:768px){.btn-blue{padding:8px 24px!important}}.btn-blue:hover{background:#fff;color:#1d2939;text-decoration:none}.btn-blue:active{background:#0071b3;color:#fff;text-decoration:none}.btn-blue:disabled{border:1px solid #e4e7ec;background-color:#e4e7ec;color:#98a2b3;cursor:not-allowed}.btn-white{display:inline-flex;padding:8px 40px;justify-content:center;align-items:center;gap:16px;font-size:14px;line-height:19px;font-weight:600;text-decoration:none;border-radius:12px;border:1px solid #1d2939;background:#fff;color:#1d2939;transition:all .3s ease-in-out;cursor:pointer}@media(max-width:768px){.btn-white{padding:8px 24px!important}}.btn-white:hover{background:#475467;color:#fff;text-decoration:none}.btn-white:active{background:#1d2939;text-decoration:none}.btn-white:disabled{border:1px solid #e4e7ec;background-color:#e4e7ec;color:#98a2b3;cursor:not-allowed}.btn-gray{display:inline-flex;padding:8px 40px;justify-content:center;align-items:center;gap:16px;border-radius:16px;font-size:14px;line-height:19px;font-weight:600;text-decoration:none;border:1px solid #d0d5dd;background:#d0d5dd;color:#1d2939;transition:all .3s ease-in-out;cursor:pointer}@media(max-width:768px){.btn-gray{padding:8px 24px!important}}.btn-gray:hover{border:1px solid #1d2939;background:#fff;color:#1d2939;text-decoration:none}.btn-gray:active{border:1px solid #98a2b3;background:#98a2b3;color:#fff;text-decoration:none}.btn-gray:disabled{border:1px solid #e4e7ec;background-color:#e4e7ec;color:#98a2b3;cursor:not-allowed}.loader-ico{display:none;width:25px;height:25px;border-radius:50%;background:radial-gradient(farthest-side,#00a1ff 94%,transparent)top/4px 4px no-repeat,conic-gradient(transparent 30%,#00a1ff);animation:s3 1s linear infinite}@keyframes s3{100%{transform:rotate(1turn)}}.pagination{list-style-type:none;display:flex;align-items:center;justify-content:center;margin-bottom:48px}.pagination__page{margin-right:10px}.pagination__page-link{display:table-cell;vertical-align:middle;width:32px;height:32px;text-decoration:none;text-align:center;color:#1d2939}.pagination__page-link:hover{color:#00a1ff}.pagination__page-active{border-radius:8px;border:1px solid #00a1ff;background:#fff;color:#00a1ff;pointer-events:none}.pagination__page-active:hover{color:#1d2939}.pagination__link{color:#1d2939;font-size:14px;line-height:18px;font-weight:600;text-decoration:none}.pagination__link-prev{margin-right:20px}.pagination__link:hover{color:#00a1ff}.pagination__link-disabled{color:#667085;pointer-events:none}.breadcrumbs{display:flex;list-style-type:none;gap:8px;margin-bottom:16px}.breadcrumbs-item:not(:last-child)::after{content:">";margin-left:8px;color:#667085}.breadcrumbs-link{font-size:14px;line-height:24px;color:#667085;text-decoration:none}.breadcrumbs-link:hover{color:#00a1ff}.breadcrumbs-title{font-size:14px;line-height:24px;color:#667085}@media(max-width:767px){.breadcrumbs-link,.breadcrumbs-title{font-size:10px}.breadcrumbs-item:not(:last-child)::after{font-size:10px;margin-left:4px}}@media(max-width:574px){.breadcrumbs{display:none}}[role=button]{cursor:pointer}.header-container{display:flex;align-items:center;padding-top:24px;padding-bottom:32px}.header__link{font-size:15px;line-height:26px;color:#1d2939;text-decoration:none}.header__link:not(:last-child){margin-right:16px}.header__link:hover{color:#00a1ff}.header__link--account{font-size:14px;line-height:19px;color:#fff;padding:6px 16px}.header__link--account:hover{color:#1d2939}.header-nav{display:flex;align-items:center;flex-grow:1;margin-left:32px}.header-nav-mobile{display:none;position:relative}.header-nav-mobile>label{display:none}.header-nav-mobile__checkbox{position:relative;display:block;height:22px;width:26px;margin:0!important;opacity:0;cursor:pointer;z-index:7}.header-nav-mobile__checkbox:checked~.header-nav-mobile__lines .header-nav-mobile__line1{transform:rotate(45deg)}.header-nav-mobile__checkbox:checked~.header-nav-mobile__lines .header-nav-mobile__line2{transform:scaleY(0)}.header-nav-mobile__checkbox:checked~.header-nav-mobile__lines .header-nav-mobile__line3{transform:rotate(-45deg)}.header-nav-mobile__checkbox:checked~.header-nav-mobile__menu{right:0}.header-nav-mobile__lines{height:26px;width:32px;position:absolute;top:0;right:0;z-index:6;display:flex;flex-direction:column;justify-content:space-between}.header-nav-mobile__line{display:block;height:4px;width:100%;border-radius:10px;background:#1d2939}.header-nav-mobile__line1{transform-origin:0 0;transition:transform .4s ease-in-out}.header-nav-mobile__line2{transition:transform .2s ease-in-out}.header-nav-mobile__line3{transform-origin:0 100%;transition:transform .4s ease-in-out}.header-nav-mobile__menu{display:flex;flex-direction:column;position:fixed;top:84px;right:-100%;width:100%;height:75vh;overflow:auto;margin:0;list-style:none;background-color:#fff;transition-duration:.25s;z-index:5}.header-nav-mobile__wrapper{margin:0;padding:12px 48px}.header-nav-mobile__buttons{display:flex;justify-content:space-between;margin-bottom:16px}.header-nav-mobile__item{margin-bottom:24px;border-bottom:1px solid #f2f4f7}.header-nav-mobile__item>ul>li{margin-bottom:16px}.header-nav-mobile__btn{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:16px;line-height:26px}.header-nav-mobile__btn:hover{color:#00a1ff}.header-nav-mobile__btn>.arrow{content:"";display:block;width:14px;height:16px;background:url(/blog/icons/accordion-icon.svg)no-repeat 50%;background-size:contain;transition:transform .3s ease-in-out}.header-nav-mobile__sub-item{height:0;overflow:hidden;transition:height ease .2s}.header-nav-mobile__sub-item>li{width:100%;padding-left:16px}.header-nav-mobile__link{display:block;font-size:16px;line-height:26px;color:#667085;text-decoration:none;cursor:pointer}.header-menu{display:flex;align-items:center;padding:0;margin:0}.header-menu-item{display:flex;align-items:center;position:relative}.header-menu-item:not(:last-child){margin-right:32px}.header-menu-item::after{content:"";display:block;width:14px;height:16px;margin-left:12px;background:url(/blog/icons/accordion-icon.svg)no-repeat 50%;background-size:contain;transition:transform 300ms ease-in-out}.header-menu-item:hover>a{color:#00a1ff}.header-menu-item:hover .header-dropdown{visibility:visible}.header-menu-item:hover::after{transform:rotate(180deg)}.header-menu__link{font-size:15px;line-height:26px;color:#1d2939;text-decoration:none;width:100%;margin-bottom:0}.header-dropdown{display:flex;flex-direction:column;visibility:hidden;position:absolute;top:100%;min-width:100px;padding:16px 0 0;background-color:#fff;border-radius:8px;box-shadow:1px 20px 38px 3px rgba(34,60,80,7%);z-index:1}.header-dropdown__link{display:inline-block;padding:10px;color:#667085;font-size:16px;text-decoration:none}.header-dropdown__link:hover{background-color:#f5f7fa;text-decoration:underline;color:#00a1ff}.header-dropdown__link:last-child:hover{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.hero__header{background-color:#f2f4f7;display:flex;flex-direction:column;align-items:center;padding:72px 0;margin-bottom:48px}@media(max-width:1399px){.hero__header{margin-bottom:32px}}@media(max-width:1024px){.hero__header{padding:48px}}@media(max-width:768px){.hero__header{padding:24px;margin-bottom:16px}}.hero__header>svg{margin-bottom:16px}.hero__title{font-size:24px;font-weight:600;line-height:32px;margin-bottom:16px}@media(max-width:768px){.hero__title{font-size:22px}}.hero__text{font-size:16px;line-height:26px;text-align:center}@media(max-width:768px){.hero__text{font-size:14px;max-width:500px}}.posts__list{display:grid;margin-bottom:72px;grid-template-columns:repeat(4,1fr);grid-column-gap:32px;grid-row-gap:32px}@media(max-width:1399px){.posts__list{grid-template-columns:repeat(3,1fr);grid-template-rows:420px repeat(4,1fr)}}@media(max-width:1199px){.posts__list{grid-template-rows:344px repeat(4,1fr);grid-column-gap:16px;grid-row-gap:16px}}@media(max-width:991px){.posts__list{grid-template-columns:repeat(2,1fr);grid-column-gap:8px}}@media(max-width:767px){.posts__list{grid-template-rows:repeat(2,1fr);grid-template-columns:1fr}}.posts-item{display:flex;padding:16px;border-radius:8px;box-shadow:-5px 5px 40px rgba(102,112,133,.25);transition:all .3s ease-in-out;cursor:pointer;pointer-events:none}.posts-item:hover{box-shadow:-5px 5px 40px rgba(102,112,133,.5);transform:translateY(-5px);pointer-events:auto}.posts-item--big{grid-column:1/-1;padding:32px;max-height:480px}@media(max-width:1399px){.posts-item--big{padding:24px}}@media(max-width:991px){.posts-item--big{gap:16px}}@media(max-width:767px){.posts-item--big{max-height:500px;padding:16px}}.posts-item__link{display:flex;flex-direction:column;cursor:pointer;color:#1d2939;text-decoration:none;pointer-events:auto}.posts-item__link:hover{text-decoration:none;color:#000}.posts-item__link--big{gap:32px;flex-direction:row-reverse}@media(max-width:767px){.posts-item__link--big{flex-direction:column}}.posts-item__link--big>img{width:50%;margin-bottom:0}@media(max-width:767px){.posts-item__link--big{gap:16px}.posts-item__link--big>img{width:100%}}@media(max-width:575px){.posts-item__link--big>img{max-height:144px}}.posts-item__content{display:flex;flex-direction:column}.posts-item__content--big{height:50%;width:50%}@media(max-width:767px){.posts-item__content--big{height:100%;width:100%}}.posts-item__image{width:100%;object-fit:cover;height:180px;border-radius:8px;margin-bottom:16px}.posts-item__image--big{height:100%}.posts-item__date{display:block;font-size:14px;line-height:24px;margin-bottom:16px}@media(max-width:1399px){.posts-item__image{min-height:200px}}@media(max-width:767px){.posts-item__date{margin-bottom:8px}.posts-item__image{min-height:300px}}@media(max-width:500px){.posts-item__image{min-height:250px}}@media(max-width:425px){.posts-item__image{min-height:200px}}.posts-item__title{display:inline-block;font-size:18px;font-weight:600;line-height:32px;margin-bottom:16px}@media(max-width:1399px){.posts-item__title{font-size:22px}}@media(max-width:991px){.posts-item__title{font-size:20px}}@media(max-width:767px){.posts-item__title{font-size:16px;margin-bottom:8px}}@media(max-width:1399px){.posts-item__text{font-size:14px;line-height:24px}}@media(max-width:767px){.posts-item__text{font-size:12px}}.post{background-color:#f2f4f7}.post__container{display:flex;flex-direction:column}.post__section{max-width:80%;margin:32px 0 64px}@media(max-width:991px){.post__section{max-width:100%}}.post__header{height:500px;position:relative}@media(max-width:992px){.post__header{height:400px}}@media(max-width:767px){.post__header{height:300px}}@media(max-width:576px){.post__header{height:250px}}.post__header--gray{background-color:#98a2b3;border-radius:8px 8px 0 0}.post__header-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px 8px 0 0}.post__title{font-size:24px;margin-bottom:8px}.post__date{margin-bottom:8px}.post__tags{display:flex;flex-wrap:wrap;gap:10px}.post__tag{padding:4px 16px;color:#fff;background-color:#98a2b3;border-radius:8px;text-decoration:none}.post__tag:hover{background-color:#475467;color:#fff;text-decoration:none}.post__content{padding:32px;border-radius:0 0 8px 8px;background-color:#fff}.post__content-header{margin-bottom:32px}.post__content-header__title{font-size:24px!important;line-height:32px!important;margin-top:0!important}@media(max-width:576px){.post__content{padding:16px}}.post__content p:not(:last-child){margin-bottom:12px}.post__content h1{font-size:32px}.post__content h2{font-size:24px}.post__content h3{font-size:20px}.post__content h4{font-size:18px}.post__content h5{font-size:16px}.post__content h6{font-size:14px}.post__content h1,.post__content h2,.post__content h3,.post__content h4,.post__content h5,.post__content h6{margin-top:24px;margin-bottom:12px}.post__content blockquote{margin:24px;padding:16px 24px;border-left:2px solid #00a1ff;background-color:#f2f4f7;border-radius:8px}.post__content p>img{max-width:100%;height:auto;margin:24px 0}.post__list{padding-left:20px;list-style:disc}.post__list-item{margin-bottom:8px}.related-posts{margin-bottom:88px}.related-posts__title{font-size:26px;font-weight:400;line-height:26px;margin-bottom:16px}.related-posts__wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:32px;grid-row-gap:32px}@media(max-width:1399px){.related-posts__wrapper{grid-template-columns:repeat(3,1fr)}}@media(max-width:1199px){.related-posts__wrapper{grid-column-gap:16px;grid-row-gap:16px}}@media(max-width:991px){.related-posts__wrapper{grid-template-columns:repeat(2,1fr);grid-column-gap:16px}}@media(max-width:767px){.related-posts__wrapper{grid-template-rows:repeat(2,1fr);grid-template-columns:1fr}}.related-posts__item{background-color:#fff;padding:16px;border-radius:8px;box-shadow:-5px 5px 40px rgba(102,112,133,.25);transition:all .3s ease-in-out}.related-posts__item:hover{box-shadow:-5px 5px 40px rgba(102,112,133,.5);transform:translateY(-5px);pointer-events:auto}.related-posts__link{cursor:pointer;color:#1d2939;text-decoration:none;pointer-events:auto}.related-posts__link:hover{text-decoration:none;color:#000}.related-posts__item-image{width:100%;border-radius:8px;margin-bottom:16px}.related-posts__item-date{display:block;margin-bottom:16px}.related-posts__item-content{display:flex;flex-direction:column}.related-posts__item-title{font-size:20px;font-weight:600;line-height:32px;margin-bottom:16px}.related-posts__item-text{margin-bottom:16px}.related-posts__item-link{cursor:pointer;color:#1d2939;text-decoration:none}.related-posts__item-link:hover{color:#00a1ff;text-decoration:underline}.footer{padding:28px 0;background-color:#f9fafb}.footer-copyright__text{font-size:12px;line-height:16px}@media(max-width:1024px){.header-container{padding-top:20px;padding-bottom:24px}}@media(max-width:991px){.header-container{justify-content:space-between}.header-nav{display:none}.header-nav-mobile{display:block}.header__link{display:none}}@media(max-width:1199px){.footer-menu__item:not(:last-child){margin-right:40px}.footer-form__field-wrapper{flex-wrap:wrap;margin-bottom:14px}.footer-form__label{margin-right:0}}@media(max-width:1199px){.footer-menu{width:100%}.footer-menu__item:not(:last-child){margin-right:24px}}@media(max-width:767px){.footer__wrapper{flex-wrap:wrap}.footer-menu{justify-content:space-between}.footer-form{margin-bottom:20px;align-items:start}.footer-form__field-wrapper{justify-content:start}}