.article-category{color:#ff6900}.article-tag{font-weight:400;border-radius:1rem;padding:.6rem .8rem;background:rgba(255,223,90,.3)}.article-badge{background:#ff6900;border-radius:2rem;padding:0 1.6rem;height:3.6rem;font-size:1.6rem;letter-spacing:.01em;color:#fff;display:flex;align-items:center;justify-content:center;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media (min-width:768px){.article-badge{font-size:2rem;height:4.8rem;padding:0 2.4rem}}@media (min-width:1280px){.article-badge{font-size:2.4rem;height:6.4rem;padding:0 3.2rem}}.custom-select{--border-color:#f2f2f2;--border-radius:2.4rem;position:relative;border-radius:var(--border-radius);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;height:6.4rem}.custom-select--has-selection,.custom-select:hover:not(.custom-select--active){--border-color:#001b72}.custom-select--has-selection .custom-select__wrapper,.custom-select:hover:not(.custom-select--active) .custom-select__wrapper{border-color:#001b72}.custom-select--active .custom-select__wrapper{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent;-webkit-transition:none;transition:none}.custom-select--active .custom-select__arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.custom-select__wrapper{cursor:pointer;display:flex;align-items:center;justify-content:space-between;border-radius:var(--border-radius);border:1px solid var(--border-color);padding:0 3.2rem 0 2rem;height:100%;-webkit-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}.custom-select__selected{width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:.8rem}.custom-select__selected--pills{flex:1}.custom-select__selected-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.custom-select__arrow{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.custom-select__options{display:flex;flex-direction:column;padding-bottom:1.6rem;position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid var(--border-color);border-top:none;border-radius:0 0 var(--border-radius) var(--border-radius);z-index:1;-webkit-box-shadow:rgba(0,0,0,.1) 0 10px 15px -3px,rgba(0,0,0,.05) 0 4px 6px -2px;box-shadow:rgba(0,0,0,.1) 0 10px 15px -3px,rgba(0,0,0,.05) 0 4px 6px -2px;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.custom-select__options-inner{max-height:200px;overflow-y:auto}.custom-select__options-inner::-webkit-scrollbar{display:block;width:2px}.custom-select__options-inner::-webkit-scrollbar-track{background:#f2f2f2}.custom-select__options-inner::-webkit-scrollbar-thumb{background:#001b72;height:2px}.custom-select__pills{display:flex;flex-wrap:wrap;gap:.8rem;padding:1.6rem 2rem;border-bottom:1px solid var(--border-color)}.custom-select__pills--not-selected{border-bottom:none}.custom-select__pill{display:flex;align-items:center;justify-content:center;gap:.8rem;cursor:pointer;font-weight:400;font-size:2rem}.custom-select__pill--inline{flex-shrink:0}.custom-select__more{padding-right:.5em}.custom-select__option{cursor:pointer;padding:.4rem 3.2rem .4rem 2rem;display:flex;align-items:center;justify-content:space-between}.custom-select__option:focus,.custom-select__option:hover{background:#f2f2f2}.custom-select__cross{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.input-search{position:relative}.input-search--focused .input-search__inner{border-color:#001b72}.input-search--focused.input-search--has-results .input-search__inner,.input-search--focused.input-search--no-results .input-search__inner{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.input-search__inner{border:1px solid #f2f2f2;border-radius:2rem;padding:0 3.2rem 0 .8rem;height:6.4rem;display:flex;align-items:center;justify-content:center;justify-content:space-between;gap:1.6rem;-webkit-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}.input-search__icon{width:3.2rem;height:3.2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#1a1a1a;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.input-search__icon--loading{-webkit-animation:1s ease-in-out infinite input-search-icon-zoom;animation:1s ease-in-out infinite input-search-icon-zoom}.input-search__input{flex:1;width:100%;height:100%;border:none;outline:0;font-weight:400;font-size:2.4rem;line-height:1.6;letter-spacing:.01em;color:#1a1a1a}.input-search__results{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #f2f2f2;border-top:none;border-radius:0 0 2rem 2rem;z-index:10;border-color:inherit}.input-search__result{display:block;padding:.8rem 1.6rem;font-weight:400;font-size:2rem;line-height:1.6;letter-spacing:.01em;color:#1a1a1a;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.input-search__result:hover{background:#f2f2f2}.input-search__no-results{display:block;padding:.8rem 1.6rem;font-weight:400;font-size:2rem;line-height:1.6;letter-spacing:.01em;color:#999}@-webkit-keyframes input-search-icon-zoom{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.15);transform:scale(1.15)}}@keyframes input-search-icon-zoom{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.15);transform:scale(1.15)}}.card-article__thumb{margin-bottom:1.6rem;position:relative;height:18rem;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:2.4rem}.card-article__badge{position:absolute;top:.8rem;right:.8rem;z-index:1;-webkit-transform:rotate(-2deg);-ms-transform:rotate(-2deg);transform:rotate(-2deg)}.card-article__meta{display:flex;align-items:center;justify-content:center;justify-content:space-between;gap:1.6rem;margin-bottom:1.6rem;font-weight:500;font-size:1.6rem}.card-article__excerpt{margin-bottom:1.6rem;font-weight:400;font-size:1.6rem;line-height:1.5;letter-spacing:.01em;color:#1a1a1a;text-wrap:balance;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.card-article__tags{margin-bottom:1.6rem;display:flex;align-items:center;justify-content:center;justify-content:flex-start;flex-wrap:wrap;gap:.8rem;font-size:1.6rem}.card-article__link{width:100%}@media (min-width:768px){.card-article{display:grid;grid-template-columns:300fr 350fr;-webkit-column-gap:3.2rem;-moz-column-gap:3.2rem;column-gap:3.2rem}.card-article__thumb{align-self:stretch;height:38rem;grid-column:1}.card-article__content{padding:.8rem 0;grid-column:2;display:flex;flex-direction:column;height:100%}.card-article__meta{margin-bottom:.8rem}.card-article__title{font-size:3.2rem}.card-article__excerpt{font-size:2rem}.card-article__link{margin-top:auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}}@media (min-width:1280px){.card-article{grid-template-columns:530fr 620fr;-webkit-column-gap:4.8rem;-moz-column-gap:4.8rem;column-gap:4.8rem}.card-article__thumb{height:48.5rem}.card-article__content{padding:2.4rem 0}.card-article__meta{margin-bottom:1.6rem;font-size:2rem}.card-article__title{font-size:4.8rem}.card-article__excerpt{font-size:2.4rem}.card-article__tags{font-size:2rem}}@media (min-width:1440px){.card-article{grid-template-columns:610fr 660fr}.card-article__thumb{height:45rem}}@media (min-width:1920px){.card-article__thumb{height:53rem}}.filter-controls{font-weight:400;display:flex;flex-direction:column;gap:1.6rem}@media (max-width:1279px){.filter-controls__categories,.filter-controls__sorting,.filter-controls__tags{display:none}.filter-controls--show-filters .filter-controls__categories,.filter-controls--show-filters .filter-controls__sorting,.filter-controls--show-filters .filter-controls__tags{display:flex}}.filter-controls__group{width:100%;display:flex;align-items:center;justify-content:center;gap:1.6rem}.filter-controls__search{flex:1;width:100%}.filter-controls__filter-button{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:6.4rem;height:6.4rem;border-radius:50%;background:0 0;border:1px solid #f2f2f2;color:#1a1a1a;position:relative;-webkit-transition:color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out;transition:color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out}.filter-controls__filter-button .icon{width:3.2rem;height:auto}.filter-controls__filter-button:focus,.filter-controls__filter-button:hover{border-color:#001b72}.filter-controls__filter-button .count{font-weight:400;font-size:1.6rem;line-height:1.6;letter-spacing:.01em;color:#fff;width:2.4rem;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;padding:0 .4rem;height:2.4rem;border-radius:.8rem;background:#001b72;display:flex;align-items:center;justify-content:center;justify-content:center;position:absolute;bottom:0;right:0;border:1px solid #001b72;-webkit-transition:background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;transition:background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out}.filter-controls__filter-button--active{background:#001b72;color:#fff}.filter-controls__filter-button--active .count{background:#fff;color:#001b72;border-color:#001b72}.filter-controls .custom-select,.filter-controls .input-search{width:100%}@media (min-width:1280px){.filter-controls{flex-direction:row;gap:1.6rem}.filter-controls__categories{width:22.5rem;flex-shrink:1;flex-grow:1;order:1}.filter-controls__tags{width:28.5rem;flex-shrink:1;flex-grow:1;order:2}.filter-controls__sorting{flex-shrink:1;flex-grow:1;order:3;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;width:24rem}.filter-controls__group{width:37rem;flex-shrink:1;flex-grow:1;order:4}.filter-controls__filter-button{display:none}}.section-b2b-hero{background:gold;min-height:100vh;padding-top:calc(var(--header-height) + 1.6rem);padding-bottom:23rem;overflow:clip}.section-b2b-hero__container{display:flex;flex-direction:column;align-items:center;text-align:center}.section-b2b-hero__logo{margin-bottom:4.8rem;color:#ff6900;opacity:0}@media (max-width:767px){.section-b2b-hero--lang-kk .section-b2b-hero__title,.section-b2b-hero--lang-ru .section-b2b-hero__title{font-size:4.4rem}}.section-b2b-hero--lang-kk .section-b2b-hero__button,.section-b2b-hero--lang-ru .section-b2b-hero__button{padding:.8rem 2.4rem .8rem .8rem;max-width:30rem;height:auto}.section-b2b-hero__title-wrap{opacity:0}.section-b2b-hero__title{margin-bottom:2.4rem;text-align:center;text-wrap:balance;font-weight:700;font-size:4.8rem;line-height:1.16667;letter-spacing:-.01em}.section-b2b-hero__subtitle{margin:0 auto 4.8rem;font-weight:700;text-wrap:balance;max-width:35rem}.section-b2b-hero__button{padding:.8rem 2.4rem .8rem .8rem;font-weight:400;font-size:2.4rem;line-height:1.33333;letter-spacing:.01em;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;height:auto}.section-b2b-hero__button-wrapper{opacity:0;position:relative}.section-b2b-hero__button-wrapper::after,.section-b2b-hero__button-wrapper::before{content:"";display:block;position:absolute;top:50%;pointer-events:none}.section-b2b-hero__button-wrapper::before{aspect-ratio:56/79;width:5.6rem;left:0;background:url(../img/button-cta-splash/splash-left.svg) center center/contain no-repeat;-webkit-transform:translateY(-50%) translateX(-85%);-ms-transform:translateY(-50%) translateX(-85%);transform:translateY(-50%) translateX(-85%)}.section-b2b-hero__button-wrapper::after{aspect-ratio:76/79;width:7.6rem;right:0;background:url(../img/button-cta-splash/splash-right.svg) center center/contain no-repeat;-webkit-transform:translateY(-50%) translateX(85%);-ms-transform:translateY(-50%) translateX(85%);transform:translateY(-50%) translateX(85%)}@media (min-width:480px){.section-b2b-hero{padding-bottom:28rem}}@media (min-width:768px){.section-b2b-hero{padding-top:calc(var(--header-height) + 5rem)}.section-b2b-hero--lang-kk .section-b2b-hero__button,.section-b2b-hero--lang-ru .section-b2b-hero__button{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.section-b2b-hero__title-wrap{margin:0 0 3.2rem;font-weight:700;font-size:6.4rem;line-height:1.125;letter-spacing:-.01em;text-align:center;text-wrap:balance}.section-b2b-hero__subtitle,.section-b2b-hero__title{display:inline;font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit;max-width:none}}@media (min-width:1440px){.section-b2b-hero{padding-top:calc(var(--header-height) + 8rem)}.section-b2b-hero__title-wrap{margin-inline:auto;margin-bottom:4.8rem;max-width:170rem}}.page-blog{padding-top:var(--header-height);--wrapper-padding-bottom:4rem;background:#ffdf5a}.page-blog__breadcrumbs{margin-bottom:1.6rem;font-weight:400;font-size:1.6rem;letter-spacing:.01em;color:#001b72;text-wrap:balance}.page-blog__breadcrumbs span>span:nth-child(1)>a::before{content:"";display:inline-block;width:2rem;height:2rem;background:url(../img/svg/home.svg) center center/contain no-repeat;-webkit-transform:translateY(.25rem);-ms-transform:translateY(.25rem);transform:translateY(.25rem);margin-right:.5rem}.page-blog__breadcrumbs .breadcrumb_last{font-weight:600}.page-blog__wrapper{--border-radius:3.2rem;background:#fff;padding:1.6rem 0 calc(var(--wrapper-padding-bottom) + var(--footer-border-radius));border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}@media (min-width:768px){.page-blog__breadcrumbs{font-size:2rem}.page-blog__wrapper{margin:0 1.6rem}}@media (min-width:1280px){.page-blog{--wrapper-padding-bottom:10rem}.page-blog__wrapper{padding-top:3.2rem;position:relative}.page-blog__breadcrumbs{padding:2.4rem 0;position:absolute;min-width:72rem;top:1px;left:9rem;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);background:#fff}.page-blog__breadcrumbs::after,.page-blog__breadcrumbs::before{position:absolute;content:"";display:block;top:0;width:10rem;height:100%;background:#fff;-webkit-mask-image:url(../img/round-borders-mask.svg);mask-image:url(../img/round-borders-mask.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;pointer-events:none;z-index:-1}.page-blog__breadcrumbs::before{left:3.2rem;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.page-blog__breadcrumbs::after{right:0;-webkit-transform:translateX(90%) scaleX(-1);-ms-transform:translateX(90%) scaleX(-1);transform:translateX(90%) scaleX(-1)}}.page-article-archive__controls{margin-bottom:1.6rem}.page-article-archive__content{position:relative}.page-article-archive__content--loading{opacity:.6;pointer-events:none}.page-article-archive__content--loading::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.8);z-index:10}.page-article-archive__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:20;display:flex;align-items:center;justify-content:center}.page-article-archive__spinner-circle{width:4.8rem;height:4.8rem;border:4px solid #f2f2f2;border-top-color:#ff6900;border-radius:50%;-webkit-animation:1s linear infinite page-article-archive-spinner-rotate;animation:1s linear infinite page-article-archive-spinner-rotate}.page-article-archive__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}.page-article-archive .section-b2b-hero{min-height:auto;padding-bottom:2.4rem}@media (min-width:768px){.page-article-archive .section-b2b-hero{padding-bottom:6.4rem}}@media (min-width:1280px){.page-article-archive__controls{margin-bottom:2.4rem}}@media (min-width:1440px){.page-article-archive .section-b2b-hero{padding-bottom:9.6rem}.page-article-archive__controls{margin-bottom:3.2rem}}@-webkit-keyframes page-article-archive-spinner-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes page-article-archive-spinner-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.page-article-single__thumb{margin-bottom:1.6rem;border-radius:1.6rem;width:100%;max-height:15rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.page-article-single__meta{display:grid;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;-webkit-column-gap:1.6rem;-moz-column-gap:1.6rem;column-gap:1.6rem;row-gap:.8rem;margin-bottom:1.6rem;align-items:flex-start;font-weight:500;font-size:1.6rem;letter-spacing:.01em;line-height:1}.page-article-single__date{grid-column:2;grid-row:1}.page-article-single__categories{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:center;justify-content:flex-start}.page-article-single__tags{grid-column:1/-1;grid-row:2;display:flex;flex-wrap:wrap;gap:.8rem}.page-article-single__title{margin-bottom:1.6rem;font-weight:600;font-size:3.2rem;line-height:1.25;text-wrap:balance}.page-article-single__content{margin-bottom:var(--wrapper-padding-bottom);font-weight:400;font-size:1.6rem;line-height:1.5;letter-spacing:.01em;text-wrap:balance}.page-article-single__content strong{font-weight:600}.page-article-single__content a{text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#ff6900;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.page-article-single__content a:hover{text-decoration-color:transparent}.page-article-single__content .wp-block-group{margin-bottom:3.2rem}.page-article-single__content .wp-block-image figure.aligncenter{display:flex;justify-content:center}.page-article-single__content .wp-block-image figure.alignright{display:flex;justify-content:flex-end}.page-article-single__content .wp-block-image figure.alignleft{display:flex;justify-content:flex-start}.page-article-single__content .wp-block-image,.page-article-single__content .wp-block-table,.page-article-single__content .wp-block-video,.page-article-single__content blockquote,.page-article-single__content h1,.page-article-single__content h2,.page-article-single__content h3,.page-article-single__content h4,.page-article-single__content h5,.page-article-single__content h6,.page-article-single__content ol,.page-article-single__content p,.page-article-single__content ul{margin-bottom:1.6rem}.page-article-single__content .wp-block-image:last-child,.page-article-single__content .wp-block-table:last-child,.page-article-single__content .wp-block-video:last-child,.page-article-single__content blockquote:last-child,.page-article-single__content h1:last-child,.page-article-single__content h2:last-child,.page-article-single__content h3:last-child,.page-article-single__content h4:last-child,.page-article-single__content h5:last-child,.page-article-single__content h6:last-child,.page-article-single__content ol:last-child,.page-article-single__content p:last-child,.page-article-single__content ul:last-child{margin-bottom:0}.page-article-single__content h1,.page-article-single__content h2,.page-article-single__content h3,.page-article-single__content h4,.page-article-single__content h5,.page-article-single__content h6{font-weight:600;line-height:1.25}.page-article-single__content h1{font-size:3.2rem}.page-article-single__content h2{font-size:2.4rem}.page-article-single__content h3{font-size:2rem}.page-article-single__content h4{font-size:1.6rem}.page-article-single__content h5{font-size:1.4rem}.page-article-single__content h6{font-size:1.2rem}.page-article-single__content ul{list-style:none;padding-left:1.6rem}.page-article-single__content ul li{margin-bottom:.8rem;position:relative}.page-article-single__content ul li::before{content:"";display:block;width:6px;height:6px;background:currentColor;position:absolute;left:-.8rem;top:.5lh;-webkit-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%);transform:translate(-100%,-50%);border-radius:50%}.page-article-single__content ol{list-style:decimal}.page-article-single__content blockquote{border-radius:.8rem 1.6rem 1.6rem .8rem;background:rgba(255,105,0,.1);padding:.8rem .8rem .8rem 2.4rem;position:relative}.page-article-single__content blockquote::before{content:"";display:block;width:1rem;height:100%;background:#ff6900;position:absolute;left:0;top:0;border-radius:.8rem}.page-article-single__content .wp-block-table{margin:0 var(--container-padding-n) 1.6rem;padding:0 var(--container-padding);width:calc(100% + var(--container-padding) * 2);overflow-x:auto}.page-article-single__content .wp-block-table table{width:-webkit-max-content;width:-moz-max-content;width:max-content;border-collapse:separate;border-spacing:0}.page-article-single__content .wp-block-table thead{background:rgba(255,105,0,.1)}.page-article-single__content .wp-block-table td,.page-article-single__content .wp-block-table th{padding:2.4rem;border-right:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}.page-article-single__content .wp-block-table td:first-child,.page-article-single__content .wp-block-table th:first-child{border-left:1px solid #d0d0d0}.page-article-single__content .wp-block-table thead th{border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0!important}.page-article-single__content .wp-block-table th:first-child{border-top-left-radius:1.6rem}.page-article-single__content .wp-block-table th:last-child{border-top-right-radius:1.6rem}.page-article-single__content .wp-block-table tr:last-child td:first-child{border-bottom-left-radius:1.6rem}.page-article-single__content .wp-block-table tr:last-child td:last-child{border-bottom-right-radius:1.6rem}.page-article-single__content .wp-element-caption{margin-top:.8rem;line-height:1.5;letter-spacing:.01em;color:rgba(26,26,26,.4)}.page-article-single__content .wp-block-video{aspect-ratio:16/9;border-radius:1.6rem;overflow:hidden}.page-article-single__content .wp-block-video iframe,.page-article-single__content .wp-block-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.page-article-single__thumb{margin-bottom:2.4rem;max-height:28.5rem;border-radius:2.4rem}.page-article-single__meta{-webkit-column-gap:2.4rem;-moz-column-gap:2.4rem;column-gap:2.4rem;row-gap:1.6rem;font-size:2rem}.page-article-single__title{font-size:6.4rem}.page-article-single__content{font-size:2rem}.page-article-single__content h1{font-size:6.4rem}.page-article-single__content h2{font-size:4rem}.page-article-single__content h3{font-size:3.2rem}.page-article-single__content h4{font-size:2.4rem}.page-article-single__content h5{font-size:2rem}.page-article-single__content h6{font-size:1.6rem}}@media (min-width:1280px){.page-article-single__main{padding-top:var(--header-height)}.page-article-single__container{max-width:calc(118rem + var(--container-padding) * 2);margin:0 auto}.page-article-single__breadcrumbs{font-size:2.4rem}.page-article-single__thumb{max-height:35rem;border-radius:3.2rem}.page-article-single__title{font-size:9.6rem}.page-article-single__content{font-size:2.4rem}.page-article-single__content .wp-block-group{margin-bottom:3.2rem}.page-article-single__content h1{font-size:9.6rem}.page-article-single__content h2{font-size:6.4rem}.page-article-single__content h3{font-size:4.8rem}.page-article-single__content h4{font-size:3.2rem}.page-article-single__content h5{font-size:2.4rem}.page-article-single__content h6{font-size:2rem}}@media (min-width:1440px){.page-article-single__content .wp-block-group{margin-bottom:4.8rem}.page-article-single__content .wp-block-image,.page-article-single__content .wp-block-table,.page-article-single__content .wp-block-video,.page-article-single__content blockquote,.page-article-single__content h1,.page-article-single__content h2,.page-article-single__content h3,.page-article-single__content h4,.page-article-single__content h5,.page-article-single__content h6,.page-article-single__content ol,.page-article-single__content p,.page-article-single__content ul{margin-bottom:2.4rem}}