@charset "UTF-8";:root{--color-default:#111111;--color-white:#FFFFFF;--color-accent:#8fb59e;--color-grey:#eeeeee;--color-grey-dark:#888888;--color-transparent:rgba(0, 0, 0, 0.5);--radius-nano:0.25rem;--radius-small:0.5rem;--radius:1rem;--radius-big:2rem;--radius-full:50%;--box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.2);--box-shadow-big:0 2px 12px 0 rgba(0, 0, 0, 0.2);--box-shadow-mega:0 2px 48px 0 rgba(0, 0, 0, 0.2);--font-accent:"RobotoCondensed",Arial,Helvetica,sans-serif;--font-family:"OpenSans",Arial,Helvetica,sans-serif;--font-heading-1:700 36px/1.3 var(--font-accent);--font-heading-2:700 28px/1.3 var(--font-accent);--font-heading-3:700 22px/1.3 var(--font-accent);--font-heading-4:700 18px/1.4 var(--font-accent);--font-heading-5:700 16px/1.4 var(--font-accent);--font-big:400 18px/1.4 var(--font-family);--font-big-bold:700 18px/1.4 var(--font-family);--font-medium:400 14px/1.8 var(--font-family);--font-medium-bold:700 14px/1.8 var(--font-family);--font-small:400 12px/1.4 var(--font-family);--font-small-bold:700 12px/1.4 var(--font-family);font-family:var(--font-family)}@media screen and (max-width:50rem){:root{--font-heading-1:700 28px/1.4 var(--font-accent);--font-heading-2:700 22px/1.4 var(--font-accent);--font-heading-3:700 18px/1.4 var(--font-accent);--font-big:400 16px/1.6 var(--font-family);--font-big-bold:700 16px/1.6 var(--font-family);--font-medium:400 14px/1.6 var(--font-family);--font-medium-bold:700 14px/1.6 var(--font-family);--font-small:400 12px/1.6 var(--font-family);--font-small-bold:700 12px/1.6 var(--font-family)}}@font-face{font-family:RobotoCondensed;font-display:swap;src:url(../fonts/RobotoCondensed-Bold.woff2) format("woff2"),url(../fonts/RobotoCondensed-Bold.woff) format("woff"),url(../fonts/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype");font-weight:700;font-style:normal}@font-face{font-family:RobotoCondensed;font-display:swap;src:url(../fonts/RobotoCondensed-Regular.woff2) format("woff2"),url(../fonts/RobotoCondensed-Regular.woff) format("woff"),url(../fonts/RobotoCondensed-Regular.eot?#iefix) format("embedded-opentype");font-weight:400;font-style:normal}@font-face{font-family:OpenSans;font-display:swap;src:url(../fonts/OpenSans-Italic.woff2) format("woff2"),url(../fonts/OpenSans-Italic.woff) format("woff"),url(../fonts/OpenSans-Italic.eot?#iefix) format("embedded-opentype");font-weight:400;font-style:italic}@font-face{font-family:OpenSans;font-display:swap;src:url(../fonts/OpenSans-Regular.woff2) format("woff2"),url(../fonts/OpenSans-Regular.woff) format("woff"),url(../fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype");font-weight:400;font-style:normal}::-webkit-input-placeholder{color:var(--color-grey-dark)}::-moz-placeholder{color:var(--color-grey-dark)}:-ms-input-placeholder{color:var(--color-grey-dark)}::-ms-input-placeholder{color:var(--color-grey-dark)}::placeholder{color:var(--color-grey-dark)}::-moz-selection{background-color:var(--color-accent);color:var(--color-white)}::selection{background-color:var(--color-accent);color:var(--color-white)}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}html{overflow-x:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}body,html{margin:0;padding:0}body{position:relative;width:100%;height:100%;font:var(--font-medium);color:var(--color-default)}a{color:var(--color-default);text-decoration:none}a:hover{color:var(--color-accent);text-decoration:none}a:focus{color:var(--color-accent);outline:var(--color-accent) solid 2px;text-decoration:none}button:focus{outline:var(--color-accent) solid 2px}img,video{display:block;max-width:100%;height:auto}textarea{resize:none}input,textarea{border-radius:0}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1}input::-ms-input-placeholder,textarea::-ms-input-placeholder{opacity:1}input::placeholder,textarea::placeholder{opacity:1}input:invalid,textarea:invalid{-webkit-box-shadow:none;box-shadow:none}select{border-radius:0}input::-ms-clear,input::-ms-reveal{display:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}input:matches([type=email],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=url]),select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.IH{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;overflow-x:hidden}.wrapper--no-scrollbar{height:100vh;-ms-overflow-style:none;scrollbar-width:none}.wrapper--no-scrollbar::-webkit-scrollbar{display:none}.wrapper .footer,.wrapper .header{-ms-flex-negative:0;flex-shrink:0}.wrapper main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.visually-hidden{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;clip:rect(0 0 0 0)}.scroll-lock{position:fixed;overflow-y:auto}.container{max-width:76rem;margin:0 auto;padding:0 2rem}.container--wide{max-width:56rem}@media screen and (max-width:120rem){.container{max-width:72rem;padding:0 1.5rem}}@media screen and (max-width:75rem){.container{max-width:60rem;padding:0 1rem}}@media screen and (max-width:62.5rem){.container{max-width:45rem}}@media screen and (max-width:48rem){.container{max-width:34rem}}@media screen and (max-width:36rem){.container{max-width:100%}}.container--relative{position:relative}.btn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 3rem;font:var(--font-medium-bold);color:var(--color-white);text-align:center;background:0 0;background-color:var(--color-accent);border:none;-webkit-transition:background-color .4s ease,color .4s ease;-o-transition:background-color .4s ease,color .4s ease;transition:background-color .4s ease,color .4s ease;cursor:pointer}.btn:focus,.btn:hover{color:var(--color-accent);text-decoration:none;background-color:var(--color-white)}.btn:focus{outline:var(--color-accent) solid 2px}.btn--center{margin:0 auto}.btn--right{margin-left:auto}.btn--left{margin-right:auto}.btn--w100{width:100%}.no-btn{padding:0;background:0 0;border:none;cursor:pointer}h1,h2,h3,h4{margin-top:0}p{margin-top:0}p a{text-decoration:underline}.link-more{font:var(--font-big);text-decoration:underline}.title-text{margin-bottom:2rem;font:var(--font-heading-4);text-align:left;text-transform:uppercase;border-bottom:2px solid var(--color-default)}.title-text--noborder{border-bottom:none}.text-accent{color:var(--color-accent)}.text-up{text-transform:uppercase}.text-nowrap{white-space:nowrap}.logo{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:30rem;margin:0 auto}.logo svg{fill:var(--color-default);-webkit-transition:fill .2s ease;-o-transition:fill .2s ease;transition:fill .2s ease}.logo--reverse svg{fill:var(--color-grey)}.logo:focus svg,.logo:hover svg{fill:var(--color-accent)}@media screen and (max-width:48rem){.logo{max-width:14rem}}.section{padding-bottom:3rem}@media screen and (max-width:48rem){.section{padding-bottom:2rem}}.main-section{margin-bottom:5rem}.wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wrap--main{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;padding-right:.5rem}.wrap--sidebar{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}@media screen and (max-width:62.5rem){.wrap--main{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-right:0}.wrap--sidebar{display:none}}.sidebar{margin-left:1rem}.pagination{width:100%;margin-top:2rem}@media screen and (max-width:48rem){.pagination{margin-top:1rem}}.nav-links .page-numbers{display:inline-block;width:3rem;height:3rem;margin:0 .25rem .25rem;line-height:3rem;color:var(--color-grey-dark);text-align:center;background-color:var(--color-white);border:1px solid var(--color-grey-dark);-webkit-transition:background .2s ease;-o-transition:background .2s ease;transition:background .2s ease}.nav-links .page-numbers.current{color:var(--color-white);background-color:var(--color-accent);border:1px solid var(--color-accent)}.nav-links .page-numbers.current:focus,.nav-links .page-numbers.current:hover{background-color:var(--color-accent)}.nav-links .page-numbers.dots{width:3rem;height:3rem;color:var(--color-default);background:0 0}.nav-links .page-numbers:focus,.nav-links .page-numbers:hover{color:var(--color-white);background-color:var(--color-accent);border:1px solid var(--color-accent)}@media screen and (max-width:48rem){.nav-links .page-numbers{width:2.5rem;height:2.5rem;line-height:2.5rem}.nav-links .page-numbers.dots{width:2.5rem;height:2.5rem}}@media screen and (max-width:36rem){.nav-links{text-align:center}.nav-links .page-numbers{width:2rem;height:2rem;line-height:2rem}.nav-links .page-numbers.dots{width:2rem;height:2rem}}@-webkit-keyframes zoom{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.25);transform:scale(1.25)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.25);transform:scale(1.25)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoom{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.25);transform:scale(1.25)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.25);transform:scale(1.25)}70%{-webkit-transform:scale(1);transform:scale(1)}}.header{position:relative;padding-top:3.5rem}.header__wrap{position:fixed;top:0;left:0;right:0;z-index:100;background-color:var(--color-white);border-bottom:2px solid var(--color-grey);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.header__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .25rem}.header__overlay{position:fixed;top:0;left:0;z-index:1;display:none;width:100%;height:100%;background-color:var(--color-transparent)}.header__overlay.show{display:block}.header__menu{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.header__logo{display:none}.header__search{position:absolute;top:0;left:0;z-index:2;display:none;height:100%;width:100%;background-color:var(--color-white)}.header__search.open{display:-webkit-box;display:-ms-flexbox;display:flex}.header__open-menu{display:none}.header__close-menu{display:none}@media screen and (max-width:62.5rem){.header__inner{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;margin-left:auto;padding:.25rem .5rem}.header__logo{display:block;width:20rem;margin:0 0 2rem}.header__menu{position:fixed;top:0;left:0;bottom:0;z-index:100;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:auto;min-width:22rem;height:100vh;overflow-y:scroll;margin:0;padding:2rem;background-color:var(--color-white)}.header__menu.show{display:-webkit-box;display:-ms-flexbox;display:flex}.header__open-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.header__menu-point{display:none}.header__btns{margin-top:auto;margin-left:0}.header__btn{border:2px solid var(--color-white)}}@media screen and (max-width:48rem){.header__inner{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.header__menu{padding:1.5rem;padding-bottom:4rem;min-width:16rem}}@media screen and (max-width:36rem){.header__menu{margin-right:4rem;padding:2rem 1rem 4rem}}.optional{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0;padding:0;list-style:none}.optional__item{position:relative;border-left:1px solid var(--color-grey)}.optional__item:not(:last-child){margin-right:1rem}.optional__item a,.optional__item button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:3rem;height:3rem;-webkit-transition:border .3s ease;-o-transition:border .3s ease;transition:border .3s ease}.optional__item a svg,.optional__item button svg{width:60%;height:60%;fill:var(--color-default);-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease}.optional__item a:hover svg,.optional__item button:hover svg{fill:var(--color-accent)}.optional__item a.disabled,.optional__item button.disabled{pointer-events:none}.optional__item a.disabled .compare-count,.optional__item button.disabled .compare-count{background-color:var(--color-grey)}@media screen and (max-width:62.5rem){.optional{margin-left:auto}}.main-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.main-menu .menu-item{position:relative;display:block;padding:.25rem 0}.main-menu .menu-item>a,.main-menu .menu-item>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:1rem;padding:1rem 1.5rem;font:var(--font-medium-bold);color:var(--color-default);white-space:nowrap;cursor:pointer}.main-menu .menu-item>a{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.main-menu .menu-item>a:focus,.main-menu .menu-item>a:hover{color:var(--color-accent)}.main-menu .menu-item>a[href="#"]:focus,.main-menu .menu-item>a[href="#"]:hover{color:var(--color-default)}.main-menu .menu-item.current_page_item>a{color:var(--color-accent);-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.main-menu .menu-item.current_page_item>a:focus,.main-menu .menu-item.current_page_item>a:hover{color:var(--color-accent)}.main-menu .menu-item.current_page_item .arrow svg{fill:var(--color-accent)}.main-menu .menu-item:hover .arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-menu .menu-item:hover .sub-menu{opacity:1;visibility:visible;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.main-menu .current_page_item>a,.main-menu .current_page_item>span{position:relative;color:var(--color-accent)}@media screen and (max-width:62.5rem){.main-menu{margin-bottom:3rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-width:50%}.main-menu .menu-item{padding:0}.main-menu .menu-item>a,.main-menu .menu-item>span{margin-right:0;padding:.75rem 0;white-space:wrap;border-bottom:1px solid var(--color-grey)}.main-menu .menu-item>a:focus,.main-menu .menu-item>a:hover{color:var(--color-accent)}.main-menu .menu-item .arrow{display:none}.main-menu .current_page_item>a,.main-menu .current_page_item>span{position:relative}.main-menu .current_page_item>a[href="#"]:focus,.main-menu .current_page_item>a[href="#"]:hover,.main-menu .current_page_item>span[href="#"]:focus,.main-menu .current_page_item>span[href="#"]:hover{color:var(--color-accent)}}@media screen and (max-width:48rem){.main-menu{min-width:80%}}.menu-item-has-children.active .arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.menu-item-has-children.active .sub-menu{display:block}.arrow{position:relative;display:block;width:.75rem;height:.75rem;margin-left:.5rem;padding:0!important;-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.arrow svg{position:absolute;top:50%;left:50%;width:.75rem;height:.5rem;-webkit-transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.sub-menu{position:absolute;left:0;top:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;visibility:hidden;margin:0;padding:0;list-style:none;padding:.25rem 1.5rem;opacity:0;background-color:var(--color-white);border-top:2px solid var(--color-grey);-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;-webkit-transition:opacity .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,-webkit-transform .4s ease;-o-transition:transform .4s ease,opacity .4s ease;transition:transform .4s ease,opacity .4s ease;transition:transform .4s ease,opacity .4s ease,-webkit-transform .4s ease}.sub-menu.hide{display:none!important}.sub-menu li+li{border-top:1px solid var(--color-grey)}.sub-menu .menu-item{padding:0}.sub-menu .menu-item>a,.sub-menu .menu-item>span{margin-right:0;padding:.75rem 0}@media screen and (max-width:62.5rem){.sub-menu{position:static;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-top:.5rem;margin-bottom:.5rem;margin-left:1.5rem;padding:0;background:0 0;border-top:none;opacity:1;visibility:visible;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.sub-menu li+li{margin-top:0;border-top:none}.sub-menu .menu-item:last-child{border-bottom:none}}.open-menu{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:3rem;height:3rem;margin:0;padding:.5rem;background:0 0;border:none;cursor:pointer}.open-menu__line{position:relative;height:2px;width:100%;background-color:var(--color-default);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.open-menu__line::after,.open-menu__line::before{content:"";position:absolute;left:50%;height:2px;width:100%;background-color:inherit;border-radius:1rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.open-menu__line::before{top:-.5rem}.open-menu__line::after{bottom:-.5rem}.open-menu__line:hover{opacity:.75}.close-menu{position:absolute;top:1rem;right:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:2rem;height:2rem;margin:0;margin-left:auto;padding:0;background:0 0;border:none;cursor:pointer}.close-menu__line{position:relative}.close-menu__line::after,.close-menu__line::before{content:"";position:absolute;left:50%;top:50%;height:.25rem;width:2rem;background-color:var(--color-white)}.close-menu__line::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.close-menu__line::after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}@media screen and (max-width:62.5rem){.close-menu{display:-webkit-box;display:-ms-flexbox;display:flex}}.search{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search__form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:.25rem .5rem;background-color:var(--color-white)}.search__btn{width:3rem;height:3rem;margin-right:.5rem;padding:.5rem}.search__btn svg{width:100%;height:100%}.search__input{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 .5rem;background-color:var(--color-white);border:1px solid var(--color-grey);outline:0}.search__hide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:2rem;height:2rem;margin-left:.5rem;padding:.5rem;cursor:pointer}.search__hide svg{fill:var(--color-default);width:100%;height:100%}.search__list{position:absolute;top:100%;left:0;width:100%;margin:0;padding:0;list-style:none;padding:0 4rem;background-color:var(--color-white)}.search__item{margin-top:1rem}.search__item:not(:last-child){margin-bottom:.5rem}.search__item:last-child{margin-bottom:1rem}@media screen and (max-width:48rem){.search__list{padding:0 1rem}}.search-page{padding-top:3rem;border-top:1px solid var(--color-grey)}.search-page__title{margin-bottom:2rem;font:var(--font-heading-1);color:var(--color-default)}.search-page__title span{color:var(--color-grey-dark)}.search-page__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.search-page__item{margin-bottom:1.5rem;padding-bottom:1.5rem}.search-page__item:not(:last-child){border-bottom:1px solid var(--color-grey)}.search-page__link:focus .search-body__title,.search-page__link:hover .search-body__title{color:var(--color-accent)}.search-page__not-found{font:var(--font-big);color:var(--color-default);text-align:center}.top__wrap{padding:5rem 0}.best__wrap{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);-ms-grid-rows:(auto)[2];grid-template-rows:repeat(2,auto);grid-gap:.5rem}.best__item{position:relative}.best__item:first-child{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/3}.best__item:nth-child(2){-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4;-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2}.best__item:nth-child(3){-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}@media screen and (max-width:62.5rem){.best__wrap{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:(auto)[2];grid-template-rows:repeat(2,auto);grid-gap:.5rem}.best__item{min-height:14rem}.best__item:first-child{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3;-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2}.best__item:nth-child(2){-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}.best__item:nth-child(3){-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}}@media screen and (max-width:48rem){.best__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:0}.best__item{margin-bottom:.5rem;min-height:10rem}}@media screen and (max-width:36rem){.best__item{min-height:auto}}.post-best{position:relative;height:100%}.post-best a{color:var(--color-white)}.post-best a:focus,.post-best a:hover{color:var(--color-accent)}.post-best__image{height:100%}.post-best__image img{min-height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.post-best__info{position:absolute;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;background-color:var(--color-transparent);color:var(--color-white);padding:1rem 1.5rem}.post-best__cats{margin-bottom:.25rem;font:var(--font-small)}.post-best__cats a{margin-right:1rem}.post-best__title{margin-bottom:.5rem;font:var(--font-heading-3)}.post-best__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font:var(--font-small)}.post-best__meta-item:not(:last-child){margin-right:.75rem;padding-right:.75rem;border-right:1px solid var(--color-white)}@media screen and (max-width:62.5rem){.post-best__info{padding:.5rem .75rem}}.posts-home__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.25rem}.posts-home__item{width:33.33%;margin-bottom:1.5rem;padding-left:1.25rem}.posts-home .pagination{margin-left:1.25rem}@media screen and (max-width:48rem){.posts-home__item{width:50%}}@media screen and (max-width:36rem){.posts-home__list{margin-left:0}.posts-home__item{width:100%;padding-left:0}.posts-home .pagination{margin-left:0}}.post-home__image{width:100%;aspect-ratio:4/3;margin-bottom:1.5rem;overflow:hidden}.post-home__image img{min-height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.post-home__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.post-home__title{margin-bottom:.75rem;font:var(--font-heading-4)}.post-home__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font:var(--font-small);margin-bottom:1rem}.post-home__meta-item:not(:last-child){margin-right:.75rem;padding-right:.75rem;border-right:1px solid var(--color-white)}@media screen and (max-width:36rem){.post-home__image{margin-bottom:1rem}.post-home__title{margin-bottom:.5rem}.post-home__meta{margin-bottom:.5rem}}.categories__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.categories__item{margin-bottom:1.5rem;padding-bottom:1.5rem}.categories__item:not(:last-child){border-bottom:1px solid var(--color-grey)}.post-category{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.post-category__image{aspect-ratio:12/8;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 22rem;flex:1 0 22rem;margin-right:1rem}.post-category__image img{min-height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.post-category__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.post-category__cats{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem}.post-category__cats a{margin-right:.5rem;padding:0 .5rem;color:var(--color-white);background-color:var(--color-accent)}.post-category__title{margin-bottom:.5rem;font:var(--font-heading-3)}.post-category__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font:var(--font-small);margin-bottom:1rem}.post-category__meta-item:not(:last-child){margin-right:.75rem;padding-right:.75rem;border-right:1px solid var(--color-white)}@media screen and (max-width:75rem){.post-category__image{-webkit-box-flex:1;-ms-flex:1 0 16rem;flex:1 0 16rem}}@media screen and (max-width:48rem){.post-category__image{-webkit-box-flex:1;-ms-flex:1 0 10rem;flex:1 0 10rem}}@media screen and (max-width:48rem){.post-category__image{display:none}}.content-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:2rem;text-align:center;border-top:1px solid var(--color-grey)}.content-head__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-head__cats{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1rem}.content-head__cats a{margin-right:.5rem;padding:0 .5rem;color:var(--color-white);background-color:var(--color-accent)}.content-head__title{margin-bottom:1rem;font:var(--font-heading-1)}.content-head__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;font:var(--font-small);margin-bottom:1rem}.content-head__meta-item:not(:last-child){margin-right:.75rem;padding-right:.75rem;border-right:1px solid var(--color-default)}.content-head__image{aspect-ratio:12/8;-webkit-box-flex:1;-ms-flex:1 0 70%;flex:1 0 70%;width:70%;overflow:hidden;margin:2rem auto}.content-head__image img{min-height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.content{margin-bottom:2rem;padding-bottom:3rem;border-bottom:1px solid var(--color-grey)}.content h2:not(:first-child),.content h3:not(:first-child),.content h4:not(:first-child),.content h5:not(:first-child){margin-top:2.5rem}.content h2{margin-bottom:1rem;font:var(--font-heading-2)}.content h3{margin-bottom:1rem;font:var(--font-heading-3)}.content h4{margin-bottom:.5rem;font:var(--font-heading-4)}.content h5{margin-bottom:.5rem;font:var(--font-heading-5)}.content p{margin-bottom:1.25rem;font:var(--font-big)}.content p.first{margin-top:3rem}.content p.first::first-letter{font-size:3rem;font-weight:700;line-height:1;float:left}.content ol,.content ul{margin:0;padding:0;list-style:none;margin-bottom:1.25rem;font:var(--font-big)}.content ul li{position:relative;margin-bottom:.25rem;padding-left:1.5rem}.content ul li::before{content:"";position:absolute;top:12px;left:4px;width:4px;height:4px;background-color:var(--color-default);border-radius:50%}.content ol li{position:relative;margin-bottom:.25rem;padding-left:1.5rem;counter-increment:inst}.content ol li::before{content:counter(inst) ".";position:absolute;top:0;left:0}.content blockquote{position:relative;margin:3rem auto;padding-left:5rem;font:var(--font-big);font-style:italic;color:var(--color-grey-dark)}.content blockquote::before{content:"❛❛";position:absolute;top:-.5rem;left:-1rem;font-size:6rem;line-height:1;color:var(--color-grey)}.content blockquote p{margin-bottom:2rem}.content blockquote cite{margin-top:1.5rem;font:var(--font-small-bold);text-transform:uppercase;color:var(--color-default)}.content img{margin:0 auto}.content .wp-element-caption{text-align:center}.content .wp-element-caption a{color:var(--color-accent)}.content .wp-element-caption a:focus,.content .wp-element-caption a:hover{color:var(--color-default)}.content .wp-block-gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1rem 3rem}.content .wp-block-gallery .wp-block-image{aspect-ratio:10/12;-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%;margin:2rem auto 0}.content .wp-block-gallery .wp-block-image img{min-height:100%;width:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.content .wp-block-gallery .wp-block-image:not(:nth-child(3n)){margin-right:1rem}.content .wp-block-image{max-width:50%;margin:1rem auto}.content .wp-block-image img{min-height:100%;width:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width:62.5rem){.content .wp-block-gallery{margin:0}}@media screen and (max-width:48rem){.content blockquote{margin:1.5rem auto;padding-left:2.5rem}.content blockquote::before{top:-.25rem;left:-1rem;font-size:4rem}.content blockquote p{margin-bottom:1rem}.content blockquote cite{margin-top:1.5rem}.content .wp-block-gallery{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content .wp-block-gallery .wp-block-image{aspect-ratio:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin:0}.content .wp-block-gallery .wp-block-image img{width:100%}.content .wp-block-gallery .wp-block-image:not(:last-child){margin-right:0;margin-bottom:1rem}.content .wp-block-image{max-width:100%}}.related__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-2rem}.related__item{width:33.33%;margin-bottom:1.5rem;padding-left:2rem}.related__bottom{margin-bottom:2rem;padding-bottom:3rem;border-bottom:1px solid var(--color-grey)}@media screen and (max-width:48rem){.related__list{margin-left:0}.related__item{width:100%;padding-left:0}}.related-item__image{width:100%;aspect-ratio:4/4;margin-bottom:1.5rem;overflow:hidden}.related-item__image img{min-height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.related-item__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.related-item__title{margin-bottom:.75rem;font:var(--font-heading-4)}.related-item__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font:var(--font-small);margin-bottom:1rem}.related-item__meta-item:not(:last-child){margin-right:.75rem;padding-right:.75rem;border-right:1px solid var(--color-white)}@media screen and (max-width:48rem){.related-item__image{margin-bottom:1rem;aspect-ratio:16/9}.related-item__title{margin-bottom:.5rem}.related-item__meta{margin-bottom:.5rem}}.comments .comment-respond{padding:0}.comments .logged-in-as{width:100%}.comments-title{width:50%;margin-bottom:0;font:var(--font-heading-3)}.comments .comment{margin-bottom:2.5rem}.comments .comment-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.comments .comment-list{margin:0;padding:0;list-style:none;margin-top:2rem;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid var(--color-grey)}.comments .comment-author{margin-right:10px}.comments .comment-author img{display:none}.comments .comment-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.comments .comment-content p{margin-bottom:0}.comments .comment-text{width:100%;margin-top:.75rem}.comments .comment-awaiting-moderation{width:100%}.comments .comment .author-name{margin-bottom:0}.comments .comment .reply{margin-left:auto}.comments .comment .comment-metadata{margin-left:1.5rem;color:var(--color-grey-dark)}.comments .comment .comment-metadata a{color:inherit}.comments .comment .screen-reader-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:48rem){.comments .comment-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.comments .comment .date-comment{margin-left:0;margin-top:.25rem}.comments .comment .reply{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.comments .comment-reply-title{font:var(--font-heading-3);color:var(--color-default)}.comments .comment-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.25rem}.comments .comment-form p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.75rem;padding-left:1.25rem}.comments .comment-form label{font:var(--font-medium);color:var(--color-grey-dark)}.comments .comment-form input,.comments .comment-form textarea{padding:1rem 1.25rem;border:1px solid var(--color-grey);outline:0}.comments .comment-form input:focus,.comments .comment-form input:hover,.comments .comment-form textarea:focus,.comments .comment-form textarea:hover{border:1px solid var(--color-accent)}.comments .comment-notes{display:none!important;width:100%}.comments .comment-form-rating,.comments .comment-form-title{width:50%}.comments .comment-form-author label,.comments .comment-form-comment label,.comments .comment-form-email label{display:none}.comments .comment-form-comment{width:100%}.comments .comment-form-author,.comments .comment-form-email{width:50%}.comments p.comment-form-cookies-consent{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.comments p.comment-form-cookies-consent input{min-height:1.25rem;margin-right:.5rem}.comments .form-submit{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;margin-bottom:0}.comments .form-submit .submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 3rem;font:var(--font-medium);color:var(--color-white);text-transform:uppercase;text-align:center;letter-spacing:2px;background:0 0;background-color:var(--color-accent);border:none;-webkit-transition:background-color .4s ease,color .4s ease;-o-transition:background-color .4s ease,color .4s ease;transition:background-color .4s ease,color .4s ease;cursor:pointer}.comments .form-submit .submit:focus,.comments .form-submit .submit:hover{color:var(--color-accent);text-decoration:none;background-color:var(--color-white)}.comments .form-submit .submit:focus{outline:var(--color-accent) solid 2px}.comments .commentratingbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:50px;padding-bottom:5px}.comments .commentrating{position:relative;width:24px;height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyLjI4NDNjLjM0NiAwIC42NjIuMTk2NC44MTUyLjUwNjdsMi41OTc4IDUuMjYyOCA1LjgwOTQuODQ5MWEuOTA5My45MDkzIDAgMCAxIC41MDI4IDEuNTUwOGwtNC4yMDI5IDQuMDkzNi45OTE5IDUuNzgzM2EuOTA5My45MDkzIDAgMCAxLTEuMzE5Mi45NTgzTDEyIDE4LjU1NjhsLTUuMTk1IDIuNzMyMWEuOTA5MS45MDkxIDAgMCAxLTEuMzE5MS0uOTU4M2wuOTkxOC01Ljc4MzMtNC4yMDI5LTQuMDkzNmEuOTA5MS45MDkxIDAgMCAxIC41MDI4LTEuNTUwOGw1LjgwOTQtLjg0OTEgMi41OTc4LTUuMjYyOEEuOTA5Mi45MDkyIDAgMCAxIDEyIDIuMjg0M1oiIGZpbGw9IiNDNkNEREQiLz48L3N2Zz4=)}.comments .commentrating input{display:none}.comments .commentrating input:checked+.rating__new{display:block}.comments .commentrating input:focus+.rating__new,.comments .commentrating input:hover+.rating__new{display:block}.comments .commentrating .rating__new{position:absolute;top:0;left:0;display:none;width:1.5rem;min-height:1.5rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyLjI4NDNjLjM0NiAwIC42NjIuMTk2NC44MTUyLjUwNjdsMi41OTc4IDUuMjYyOCA1LjgwOTQuODQ5MWEuOTA5My45MDkzIDAgMCAxIC41MDI4IDEuNTUwOGwtNC4yMDI5IDQuMDkzNi45OTE5IDUuNzgzM2EuOTA5My45MDkzIDAgMCAxLTEuMzE5Mi45NTgzTDEyIDE4LjU1NjhsLTUuMTk1IDIuNzMyMWEuOTA5MS45MDkxIDAgMCAxLTEuMzE5MS0uOTU4M2wuOTkxOC01Ljc4MzMtNC4yMDI5LTQuMDkzNmEuOTA5MS45MDkxIDAgMCAxIC41MDI4LTEuNTUwOGw1LjgwOTQtLjg0OTEgMi41OTc4LTUuMjYyOEEuOTA5Mi45MDkyIDAgMCAxIDEyIDIuMjg0M1oiIGZpbGw9IiNGRkNCNDciLz48L3N2Zz4=)}.comments .commentrating.active{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyLjI4NDNjLjM0NiAwIC42NjIuMTk2NC44MTUyLjUwNjdsMi41OTc4IDUuMjYyOCA1LjgwOTQuODQ5MWEuOTA5My45MDkzIDAgMCAxIC41MDI4IDEuNTUwOGwtNC4yMDI5IDQuMDkzNi45OTE5IDUuNzgzM2EuOTA5My45MDkzIDAgMCAxLTEuMzE5Mi45NTgzTDEyIDE4LjU1NjhsLTUuMTk1IDIuNzMyMWEuOTA5MS45MDkxIDAgMCAxLTEuMzE5MS0uOTU4M2wuOTkxOC01Ljc4MzMtNC4yMDI5LTQuMDkzNmEuOTA5MS45MDkxIDAgMCAxIC41MDI4LTEuNTUwOGw1LjgwOTQtLjg0OTEgMi41OTc4LTUuMjYyOEEuOTA5Mi45MDkyIDAgMCAxIDEyIDIuMjg0M1oiIGZpbGw9IiNGRkNCNDciLz48L3N2Zz4=)}@media screen and (max-width:48rem){.comments .comment-form-author,.comments .comment-form-email{width:100%}.comments .form-submit .submit{width:100%}.comments .comment-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.25rem}.comments .comment-form p{margin-bottom:1rem}}.featured-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.featured-post__image{aspect-ratio:12/8;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;margin-right:2rem}.featured-post__image img{min-height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.featured-post__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.featured-post__title{margin-bottom:.5rem;font:var(--font-heading-3)}@media screen and (max-width:75rem){.featured-post__image{-webkit-box-flex:1;-ms-flex:1 0 22rem;flex:1 0 22rem}}@media screen and (max-width:62.5rem){.featured-post__image{-webkit-box-flex:1;-ms-flex:1 0 16rem;flex:1 0 16rem}}@media screen and (max-width:48rem){.featured-post{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.featured-post__image{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;margin-bottom:.5rem;margin-right:0;aspect-ratio:12/6}}.posts-list__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.posts-list__item{margin-bottom:1rem;padding-bottom:1rem}.posts-list__item:not(:last-child){border-bottom:1px solid var(--color-grey)}.post-list{display:-webkit-box;display:-ms-flexbox;display:flex}.post-list__image{aspect-ratio:12/8;overflow:hidden;-webkit-box-flex:0;-ms-flex:0 1 7.5rem;flex:0 1 7.5rem;margin-right:1rem}.post-list__image img{min-height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.post-list__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.post-list__title{margin-bottom:.25rem;font:var(--font-heading-5)}.post-list__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font:var(--font-small);margin-bottom:1rem}.post-list__meta-item:not(:last-child){margin-right:.75rem;padding-right:.75rem;border-right:1px solid var(--color-white)}@media screen and (max-width:62.5rem){.post-list__info{padding:.5rem .75rem}}.categories-list__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;list-style:none}.categories-list__item{margin-bottom:.75rem;padding-bottom:.75rem}.categories-list__item:not(:last-child){border-bottom:1px solid var(--color-grey)}.category-item a{text-transform:uppercase}.footer{background-color:var(--color-default)}.footer__wrap{padding:5rem 0}.footer__copyright{margin-top:1rem;font:var(--font-medium);color:var(--color-grey-dark);text-align:center}.error{padding:3rem 0;border-top:1px solid var(--color-grey)}.error__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:50vh;text-align:center}.error__title{margin-bottom:1.5rem;font:var(--font-heading-1);color:var(--color-default)}.error__link{position:relative;font:var(--font-big-bold);color:var(--color-accent);-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.error__link:before{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background-color:var(--color-accent);opacity:1;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}.error__link:focus,.error__link:hover{color:var(--color-default)}.error__link:focus:before,.error__link:hover:before{background-color:var(--color-default)}@media screen and (max-width:48rem){.error{padding:2rem 0}.error__wrap{min-height:30vh}}