.blog{width:100%;margin:0 auto;padding:0 0 160px}
.blog__layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:1440px;margin:0 auto}
.blog__header{width:100%;text-align:center;margin:80px 0 95px}
.blog__title{font-size:64px;font-weight:300;line-height:72px;letter-spacing:-0.2px;margin:0 0 20px}
.blog__description{font-size:22px;line-height:30px}
.blog__search-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px 0 0}
.blog__search-form-input{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:380px;background:#fff;font-size:17px;font-style:normal;font-weight:450;line-height:22px;letter-spacing:-0.25px;padding:13px 20px;border:1px solid #dcdce8;border-radius:8px;-webkit-transition:border-color 300ms ease;transition:border-color 300ms ease}
.blog__search-form-input:focus{border-color:#91919f}
.blog__search-form-input::-webkit-input-placeholder{color:rgba(65,65,65,0.4)}
.blog__search-form-input::-moz-placeholder{color:rgba(65,65,65,0.4)}
.blog__search-form-input:-ms-input-placeholder{color:rgba(65,65,65,0.4)}
.blog__search-form-input::-ms-input-placeholder{color:rgba(65,65,65,0.4)}
.blog__search-form-input::placeholder{color:rgba(65,65,65,0.4)}
.blog__search-form-searchbox+.blog__search-form-submit{margin:0 0 0 8px}
.blog__search-form-submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;background:#13294b;padding:17px 20px 16px;margin:0;border:0;border-radius:8px;outline:0;cursor:pointer;-webkit-transition:background 300ms ease;transition:background 300ms ease}
.blog__search-form-submit:hover{background:#092d65}
.blog__search-form-submit-label{color:#fff;font-size:11px;font-weight:700;line-height:15px;letter-spacing:2px;text-transform:uppercase}
.blog__divider{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:1px;background:#dcdce8;margin:52px 0 32px}
.blog__categories{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.blog__categories-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:0;padding:0;margin:0;border:0;outline:0;cursor:pointer}
.blog__categories-button-label{font-size:15px;font-weight:700;line-height:normal;letter-spacing:1px;text-transform:uppercase;text-decoration:underline;text-decoration-thickness:2px;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;text-underline-offset:2px;-webkit-transition:all 150ms ease;transition:all 150ms ease}
.blog__categories-button--active .blog__categories-button-label,.blog__categories-button:hover .blog__categories-button-label{-webkit-text-decoration-color:#414141;text-decoration-color:#414141}
.blog__posts{width:100%}
.blog__posts-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%}
.blog__section+.blog__section{margin:143px 0 0}
.blog__not-found{width:100%;padding:105px 0 16px}
.blog__not-found-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}
.blog__not-found-title{font-size:32px;line-height:38px;letter-spacing:.25px;text-align:center}
.blog__search-loading{width:100%;padding:105px 0 16px}
.blog__search-loading-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}
.blog__search-results{width:100%}
.blog__search-results-layout{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(464px,auto);-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;row-gap:60px}
.blog__search-results .blog-post-card{max-width:none;grid-column:span 2}
.blog__search-anchor{position:relative;top:-40px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:0;padding:0;margin:0;z-index:-1}
.blog-post-card{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:464px}
.blog-post-card__layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;text-align:center;width:100%}
.blog-post-card__header{width:100%;height:268px;border:1px solid #dcdce8;border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden}
.blog-post-card__media{width:100% !important;height:100% !important;background:#f8f8fa;-o-object-fit:cover;object-fit:cover}
.blog-post-card__main{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:32px;border:1px solid #dcdce8;border-top:0;border-bottom-left-radius:16px;border-bottom-right-radius:16px}
.blog-post-card__category{display:block;font-size:11px;font-weight:700;line-height:15px;letter-spacing:2px;text-transform:uppercase;margin:0 0 12px !important}
.blog-post-card__title{font-size:28px;font-weight:400;line-height:38px;line-break:normal;margin:0 !important}
.blog-post-card__description{margin:0 0 25px !important}
.blog-post-card__description,.blog-post-card__description *{font-size:18px;line-height:24px}
.blog-post-card__read-more{display:block;width:160px;font-size:11px;font-weight:700;line-height:15px;letter-spacing:2px;padding:0 0 7px;margin:auto auto 0;border-bottom:2px solid #414141}
.blog-post-card__header,.blog-post-card__main{-webkit-transition:border-color 300ms cubic-bezier(0.68,1,0.68,1);transition:border-color 300ms cubic-bezier(0.68,1,0.68,1)}
.blog-post-card:hover .blog-post-card__header,.blog-post-card:hover .blog-post-card__main{border-color:#9c9caf}
.blog-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}
.blog-slider__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin:0 0 27px}
.blog-slider__footer{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:27px 0 0}
.blog-slider__title{font-size:32px;line-height:38px;letter-spacing:.25px}
.blog-slider__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.blog-slider__navigation-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:44px;height:44px;background:0;padding:0;margin:0;border:1px solid #dcdce8;border-radius:50px;-webkit-transition:border-color 150ms ease;transition:border-color 150ms ease;outline:0;cursor:pointer}
.blog-slider__navigation-button:hover{border-color:#9c9caf}
.blog-slider__navigation-button+.blog-slider__navigation-button{margin:0 0 0 8px}
.blog-slider__slider .swiper{height:100%}
.blog-slider__slider .swiper-slide{height:auto !important}
.blog-slider__slider .blog-post-card{display:-webkit-box;display:-ms-flexbox;display:flex;height:100% !important}
.blog-loading__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}
.blog-loading__loader{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:calc(32px * 5);height:calc(32px * 5)}
.blog-loading__loader-pulse{position:absolute;width:100%;height:100%;border:2px solid #2394fd;border-radius:50%;-webkit-box-shadow:0 6px 36px rgba(0,0,0,0.1);box-shadow:0 6px 36px rgba(0,0,0,0.1);-webkit-animation:checkout-pulse 3400ms linear infinite;animation:checkout-pulse 3400ms linear infinite}
.blog-loading__loader>.blog-loading__loader-pulse:nth-child(2){-webkit-animation-delay:-800ms;animation-delay:-800ms}
.blog-loading__loader>.blog-loading__loader-pulse:nth-child(3){-webkit-animation-delay:-1600ms;animation-delay:-1600ms}
.blog-loading__loader>.blog-loading__loader-pulse:nth-child(4){-webkit-animation-delay:-2400ms;animation-delay:-2400ms}
@media screen and (max-width:1599px){.blog__layout{max-width:1170px}
.blog__posts .blog-post-card{max-width:none}
}@media screen and (max-width:1199px){.blog__layout{max-width:100%;padding:0 20px}
.blog__posts .blog-post-card{max-width:none}
.blog__categories-button-label{font-size:12px}
.blog__section+.blog__section{margin:90px 0 0}
}@media screen and (max-width:1023px){.blog__posts .blog-post-card{max-width:none}
.blog__categories{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:354px;margin:-16px auto}
.blog__categories-item{padding:8px;margin:8px}
.blog__not-found{width:100%;padding:65px 0 16px}
.blog__search-loading{width:100%;padding:65px 0 16px}
.blog__search-anchor{position:relative;top:-80px}
.blog__search-results-layout{grid-template-columns:1fr;grid-auto-rows:auto;-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:48px}
.blog__search-results .blog-post-card__header{height:354px !important}
.blog__search-results>.blog-post-card{max-width:none;grid-column:span 1}
.blog__search-results>.blog-post-card:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}
}@media screen and (max-width:768px){.blog{padding:0 0 90px}
.blog__header{margin:90px 0 52px}
.blog__title{font-size:48px;line-height:54px}
.blog__description{font-size:22px;line-height:30px}
.blog__posts>.blog-post-card{max-width:none}
.blog__section+.blog__section{margin:48px 0 0}
.blog__divider{margin:32px 0}
.blog__search-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}
.blog__search-form-searchbox{width:100%;min-width:0}
.blog__search-form-input{width:100%;min-width:0}
.blog__search-form-submit{width:100%;min-width:0}
.blog__search-form-searchbox+.blog__search-form-submit{margin:12px 0 0}
.blog-post-card__media{height:354px !important}
.blog-post-card__title{font-size:22px;line-height:32px}
.blog-slider__header{margin:0 0 24px}
.blog-slider__header>.blog-slider__navigation{display:none}
.blog-slider__footer{display:-webkit-box;display:-ms-flexbox;display:flex;margin:24px 0 0}
}@media screen and (max-width:320px){.blog__search-form-input{font-size:15px}
.blog__categories{margin:-14px auto}
.blog__categories-item{padding:8px;margin:6px}
}@-webkit-keyframes checkout-pulse{0%{width:0;height:0;opacity:0}
5%{opacity:1}
100%{width:100%;height:100%;opacity:0}
}@keyframes checkout-pulse{0%{width:0;height:0;opacity:0}
5%{opacity:1}
100%{width:100%;height:100%;opacity:0}
}