@charset "UTF-8";:root{--white: #ffffff;--brand-green-soft: color-mix(in srgb, var(--primary-color), white 40%);--brand-green-dark: color-mix(in srgb, var(--primary-color), black 20%);--brand-beige: #F9F5F1;--brand-text: #2D342D}*,*:before,*:after{box-sizing:border-box}html{height:100%;line-height:1.3;-webkit-text-size-adjust:none;-webkit-appearance:none;-webkit-text-size-adjust:100%}body{min-height:100%;height:100%;width:100%;min-width:320px;margin:0;background-color:#fcfcfc;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;backface-visibility:hidden;text-rendering:geometricPrecision}h1,.title-1,h2,.title-2,h3,.title-3,h4,.title-4,h5,.title-5,h6,.title-6{font-weight:600;line-height:1.2em}h1,.title-1{font-size:36px}@media only screen and (min-width:992px){h1,.title-1{font-size:42px}}h2,.title-2{font-size:22px}@media only screen and (min-width:992px){h2,.title-2{font-size:28px}}h3,.title-3{font-size:18px}@media only screen and (min-width:992px){h3,.title-3{font-size:20px}}h4,.title-4{font-size:16px}@media only screen and (min-width:992px){h4,.title-4{font-size:18px}}h5,.title-5{font-size:14px}@media only screen and (min-width:992px){h5,.title-5{font-size:16px}}h6,.title-6{font-size:16px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{text-decoration:none;color:inherit;font-size:inherit;line-height:1.6em;background-color:transparent}a:visited{text-decoration:none}a:hover{cursor:pointer}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img,picture,source{max-width:100%;width:100%;display:block;border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input{line-height:1em}button,input{overflow:visible}button,select{text-transform:none}select::-ms-expand{display:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:hidden;resize:none}textarea:focus{outline:none}label{cursor:pointer}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}p,li{color:inherit}ul,ol{list-style:none;padding-left:0}section.section{position:relative;overflow:hidden;padding:20px 0}@media only screen and (min-width:992px){section.section{padding:40px 0}}tr{line-height:1.5em}figure{margin:0}blockquote{margin:0}button{background-color:transparent;border:none}button:hover{cursor:pointer}button:focus{outline:none}input[type=date]{display:block;-webkit-appearance:textfield;-moz-appearance:textfield}input[type=date]::-webkit-inner-spin-button{display:none}input[type=date]::-webkit-calendar-picker-indicator{opacity:0;position:relative;right:-10px}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{opacity:0;-webkit-appearance:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}textarea::-moz-placeholder,input::-moz-placeholder{font-size:inherit;color:var(--text-color)}textarea::placeholder,input::placeholder{font-size:inherit;color:var(--text-color)}input{outline:none}.main-wrapper{position:relative;overflow:hidden}.container{margin:0 auto;padding:0 15px}.main,main{display:block;position:relative}.locked{overflow:hidden}.page{height:100%}.archive .main,.single .main,.page .main{padding:40px 0}.header{position:relative;padding:20px 0;top:0;left:0;width:100%;z-index:100;background-color:var(--white)}.header__controls{display:flex;align-items:center}.header-row{display:flex;align-items:center;justify-content:space-between;position:relative;flex-direction:row}@media only screen and (min-width:992px){.header-row{flex-direction:row}}.header__nav{position:absolute;top:100%;left:0;width:100vw;height:100vh;margin-right:0;margin-left:auto;background-color:var(--white);pointer-events:none;opacity:0;transform:translate(-20px);transition:opacity .5s ease-out,transform .5s ease-out}.header__nav.active{opacity:1;pointer-events:initial;transform:translate(0)}.header__nav .nav-list{flex-direction:column;align-items:flex-start;padding:0;justify-content:flex-start}@media only screen and (min-width:992px){.header__nav{position:static;width:auto;height:auto;background-color:transparent;opacity:1;transform:translate(0);pointer-events:initial}.header__nav .nav-list{flex-direction:row;align-items:center;padding:0;justify-content:flex-start}}.logo{display:inline-block;max-width:200px;position:relative;z-index:1;margin-right:20px}.nav-list{display:flex;align-items:center;flex-wrap:wrap}.nav-list__item:not(:last-child),.nav-list li:not(:last-child){margin-right:0}@media only screen and (min-width:992px){.nav-list__item:not(:last-child),.nav-list li:not(:last-child){margin-right:2px}}.nav-list__link,.nav-list a{transition:color .5s;padding:10px 15px 10px 0}.nav-list__link:hover,.nav-list a:hover{color:var(--primary-color)}@media only screen and (min-width:992px){.nav-list__link,.nav-list a{padding:10px 15px}}.burger{position:relative;width:22px;height:16px;z-index:101;margin-left:16px;display:inline-block}@media only screen and (min-width:992px){.burger{display:none}}.burger__item{position:absolute;width:22px;height:2px;background-color:var(--primary-color);left:0;transition:.5s ease-out}.burger__item:first-child{top:0}.burger__item:nth-child(2){top:50%;margin-top:-1px}.burger__item:last-child{bottom:0}.burger.active .burger__item:first-child{transform:rotate(45deg);top:7px}.burger.active .burger__item:nth-child(2){width:0}.burger.active .burger__item:last-child{transform:rotate(-45deg);bottom:7px}.current-menu-item{color:var(--primary-color)}.footer{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.footer-widgets{display:flex;justify-content:space-between;padding:20px 0;margin:0 -10px}.footer-widget{margin-bottom:20px;padding:10px 0;border-radius:5px}.footer-widget__title{font-size:18px;margin-bottom:10px}.footer-col_1{flex:1 1 100%;text-align:center}.footer-col_2{flex:1 1 50%;text-align:center}.footer-col_3{flex:1 1 33.333%;text-align:center}.footer__col{flex:0 0 50%;max-width:50%;padding:0 15px}.footer-nav{display:flex;align-items:center;flex-wrap:wrap}.footer-nav li:not(:last-child){margin-right:20px}.footer-nav li a{padding:10px 0;transition:color .5s}.footer-nav li a:hover{color:var(--primary-color)}.footer__logo{padding-top:10px;padding-bottom:10px;flex:0 0 100%;max-width:100%}.footer_upper{display:none}.footer_lower-row{display:flex;align-items:center;flex-wrap:wrap;margin:0 -15px}.footer_lower-row_1{justify-content:space-between}.footer_lower-row_2 .footer__copyright{text-align:right}.footer_lower-row_3,.footer_lower-row_4{flex-direction:row-reverse}.footer_lower-row_4 .footer-nav{justify-content:flex-end}.footer_lower-row_5 .footer__logo{order:2}.footer_lower-row_5 .footer__menu{order:3}.footer_lower-row_5 .footer__copyright,.footer_lower-row_6 .footer__logo{order:2}.footer_lower-row_6 .footer__menu{order:3}.footer_lower-row_6 .footer__copyright{order:4}.footer_lower-row_7 .footer__logo{order:2}.footer_lower-row_7 .footer__menu{order:3}.footer_lower-row_7 .footer__copyright{order:4;text-align:right}.footer__copyright{padding-top:10px;padding-bottom:10px}.footer__disclaimer{flex:0 0 100%;max-width:100%;margin-bottom:20px;padding:10px 15px}.menu li a{transition:color .5s cubic-bezier(.17,.67,.55,1.05)}.menu li a:hover{color:var(--primary-color)}.search-form{display:flex;flex-direction:column;gap:12px;width:100%}@media only screen and (min-width:576px){.search-form{flex-direction:row;align-items:stretch}}.search-form label{flex:1;margin-bottom:0;display:block}.search-form__input{width:100%;height:56px;padding:0 24px;border-radius:18px;border:1px solid rgba(0,0,0,.1);background:#fff;color:var(--brand-text);font-size:1rem;outline:none;transition:all .25s ease}.search-form__input:focus{border-color:var(--brand-green-soft);box-shadow:0 0 0 4px #a8ba9a26;background-color:#fff}.search-form__input::-moz-placeholder{color:var(--text-muted);opacity:.6}.search-form__input::placeholder{color:var(--text-muted);opacity:.6}.search-form__submit{flex:0 0 auto;min-width:120px;height:56px;padding:0 30px;border:none;border-radius:18px;background:var(--primary-color);color:#fff;font-weight:700;font-size:.9375rem;letter-spacing:.02em;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.search-form__submit:hover,.search-form__submit:focus{background-color:var(--brand-green-soft);transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.search-form__submit:active{transform:translateY(0)}.search__overlay{position:fixed;inset:0;z-index:9999;background:#000c;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;pointer-events:none;transition:all .4s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.search__overlay.active{opacity:1;pointer-events:all}.search__overlay .search-form__input{border-color:#0000000d;background:#fcfcfc}.search__overlay .search-form__input:focus{background:#fff;border-color:var(--brand-green-soft)}.search__wrapper{width:100%;max-width:600px;background:#fff;border-radius:0 12px 12px 42px;padding:40px;box-shadow:0 30px 60px #0000004d;position:relative;transform:translateY(20px);transition:transform .4s cubic-bezier(.4,0,.2,1)}.active .search__wrapper{transform:translateY(0)}.search__title{margin-bottom:30px;text-align:center}.search__title h3{font-size:1.75rem;font-weight:800;line-height:1.2;color:var(--brand-text);margin:0}.search__button_close{position:absolute;top:-60px;right:0;width:44px;height:44px;border:none;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease}@media only screen and (min-width:576px){.search__button_close{top:20px;right:20px;background:#0000000d;color:var(--brand-text)}}.search__button_close:hover{background:#ffffff4d;transform:rotate(90deg)}@media only screen and (min-width:576px){.search__button_close:hover{background:#0000001a}}.search-results__no-results{text-align:center;padding:60px 0;max-width:600px;margin:0 auto}.search-results__message{font-size:1.25rem;margin-bottom:30px;color:var(--brand-text)}.search-results__form{display:flex;justify-content:center}.search-results__form .search-form{max-width:500px;width:100%}.search-results__form .search-form label{flex:1}.search-results .pagination{margin-top:40px;display:flex;justify-content:center}.error-404{padding:80px 0}@media only screen and (min-width:992px){.error-404{padding:120px 0}}.error-404__content{margin-top:30px}.error-404__content p{font-size:1.125rem;margin-bottom:40px;color:var(--brand-text);opacity:.8}.search-page__content{margin-top:40px}.icon{width:24px;height:24px;stroke:var(--primary-color);fill:transparent}.news-card{position:relative;display:flex;flex-direction:column;height:100%;transition:transform .5s cubic-bezier(.17,.67,.55,1.05);z-index:1}.news-card:hover .news-card__image{transform:scale(1.05)}.news-card:hover .news-card__title a{color:var(--primary-color)}.news-card__image-wrap{position:relative;overflow:hidden;border-radius:0 12px 12px 42px;background-color:#eee}.news-card__image-wrap a{display:block}.news-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:16/10;transition:transform .5s cubic-bezier(.17,.67,.55,1.05);display:block}.news-card__badge-corner{position:absolute;bottom:0;right:0;background:var(--primary-color);color:#fff;padding:6px 16px;border-top-left-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:2;transition:background-color .3s ease}.news-card__badge-corner:hover{background-color:var(--secondary-color)}.news-card__content{flex:1;display:flex;flex-direction:column;padding:20px 0}.news-card__content-inner{height:100%;display:flex;flex-direction:column}.news-card__title{font-size:1.25rem;line-height:1.3;margin:0 0 14px;position:relative;padding-left:14px}.news-card__title:before{content:"";position:absolute;width:4px;height:12px;border-radius:12px;background-color:var(--primary-color);top:50%;left:0;transform:translateY(-50%)}.news-card__title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .5s cubic-bezier(.17,.67,.55,1.05);color:var(--text-color);font-weight:700;letter-spacing:-.01em}.news-card__excerpt{font-size:.9375rem;line-height:1.6;color:var(--text-muted);margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card__meta{margin-top:auto;display:flex;align-items:center;gap:12px;font-size:.75rem;color:var(--text-muted)}.news-card__meta svg{flex-shrink:0;stroke:currentColor}.news-card__meta--top{margin-top:0;margin-bottom:12px}.news-card__date{display:flex;align-items:center;gap:6px}.news-card__category{font-weight:700;color:var(--primary-color);text-transform:uppercase;letter-spacing:.05em}.news-card__category a:hover{text-decoration:underline}.news-card__category-simple{font-weight:700;color:var(--primary-color);text-transform:uppercase}.news-card__category-simple:after{content:"•";margin-left:8px;color:var(--text-muted)}.news-card--grid .news-card__image-wrap{box-shadow:0 10px 30px #0000000d}@media only screen and (min-width:576px){.news-card--list{flex-direction:row;gap:24px}.news-card--list .news-card__image-wrap{flex:0 0 40%;max-width:300px}.news-card--list .news-card__content{padding:0}}.news-card--overlay{min-height:380px;border-radius:0 12px 12px 42px;overflow:hidden}.news-card--overlay .news-card__image-wrap{height:100%;border-radius:0}.news-card--overlay .news-card__image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.8))}.news-card--overlay .news-card__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;z-index:2}.news-card--overlay .news-card__content{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:20px;border-radius:0 12px 12px 32px;border:1px solid rgba(255,255,255,.2)}.news-card--overlay .news-card__title{padding-left:0}.news-card--overlay .news-card__title:before{display:none}.news-card--overlay .news-card__title a{color:#fff}.news-card--overlay .news-card__excerpt{color:#ffffffe6}.news-card--overlay .news-card__meta{color:#ffffffb3}.news-card--overlay .news-card__badge-wrap{margin-bottom:12px}.news-card--overlay .news-card__badge{display:inline-block;background:var(--primary-color);color:#fff;padding:4px 12px;border-radius:4px;font-size:.6875rem;font-weight:700;text-transform:uppercase}.news-card--overlay:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003}.news-card--simple{padding:24px;background-color:var(--bg-light);border-radius:0 12px 12px 32px;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.news-card--simple .news-card__content{padding:0}.news-card--simple:hover{background-color:#fff;border-color:var(--primary-color);transform:translateY(-3px);box-shadow:0 10px 20px #0000000d}.news-card--hero-side{min-height:200px}@media only screen and (min-width:992px){.news-card--hero-side{flex:1}}.posts-list{display:grid;gap:30px;grid-template-columns:1fr}@media only screen and (min-width:576px){.posts-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.posts-list{grid-template-columns:repeat(4,1fr)}}.posts-list--list{grid-template-columns:1fr}@media only screen and (min-width:992px){.posts-list--list{grid-template-columns:repeat(2,1fr)}}.posts-list--simple{gap:20px}.posts-list--magazine{grid-template-columns:1fr}@media only screen and (min-width:576px){.posts-list--magazine{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.posts-list--magazine{grid-template-columns:repeat(3,1fr)}}.section__title h1,.section__title h2,.section__title h3,.section__title h4,.page__title h1,.page__title h2,.page__title h3,.page__title h4{display:inline-block;position:relative;padding-left:10px}.section__title h1:before,.section__title h2:before,.section__title h3:before,.section__title h4:before,.page__title h1:before,.page__title h2:before,.page__title h3:before,.page__title h4:before{content:"";position:absolute;width:4px;height:10px;border-radius:12px;background-color:var(--primary-color);top:50%;left:0;transform:translateY(-50%)}.text-center{text-align:center}.section__title{margin-bottom:20px}@media only screen and (min-width:992px){.section__title{margin-bottom:30px}}.section__form{background-color:#fff}.section__form:after,.section__form:before{content:"";position:absolute;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));opacity:.15;border-radius:50%}.section__form:before{top:-80px;right:-80px;width:200px;height:200px}.section__form:after{bottom:-80px;left:-80px;width:450px;height:450px}.hero:after,.hero:before{content:"";position:absolute;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));opacity:.25;border-radius:50%}.hero:before{top:-80px;right:-80px;width:200px;height:200px}.hero:after{bottom:-80px;left:-80px;width:450px;height:450px}.pagination{padding:20px 0;display:flex;align-items:center;justify-content:center}.nav-links{display:flex;align-items:center;text-align:center;gap:10px}.page-numbers{background:#fff9;border-radius:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.dots{border:none}.current,.next,.prev{background:#f5f5f5}.next,.prev{font-size:12px;width:auto;padding:0 12px}.email-form{max-width:800px;margin:40px auto;padding:35px;background:#fff;border-radius:12px;box-shadow:0 20px 50px #00000014;position:relative;overflow:hidden}.email-form:before{content:"";position:absolute;top:-80px;right:-80px;width:200px;height:200px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));opacity:.15;border-radius:50%}.email-form__header{margin-bottom:20px;position:relative;z-index:1}.email-form__row{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}@media only screen and (min-width:768px){.email-form__row{flex-direction:row;align-items:stretch}}.email-form__field{flex:1;display:block;margin-bottom:0;color:#555}.email-form__field span{max-width:100%}.email-form__action{flex:0 0 auto;width:100%}@media only screen and (min-width:768px){.email-form__action{width:auto;min-width:160px}}.email-form__footer{margin-top:20px;position:relative;z-index:1}.email-form input{padding:14px 16px;border-radius:12px;font-size:16px;transition:.25s;background:#fafafa;border:1px solid transparent;width:100%;height:100%}.email-form input:focus{border-color:var(--primary-color);background:#fff;outline:none;box-shadow:0 0 0 3px #6b8cff26}.email-form input[type=submit]{width:100%;height:100%;padding:14px 24px;border:none;border-radius:12px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.25s}.email-form input[type=submit]:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000026}.form-submit{margin-top:20px}.doubleoptin-content{margin-bottom:12px;font-size:16px;line-height:1.5}.page__header{margin-bottom:40px;color:#fff;position:relative}@media only screen and (min-width:992px){.page__header{margin-bottom:60px}}.page__header-content{padding:60px 20px;border-radius:0 12px 12px 42px;background-color:var(--brand-green-dark);background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative;min-height:250px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 20px 40px #0000001a}@media only screen and (min-width:992px){.page__header-content{padding:100px 60px;min-height:350px}}.page__header-content:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,color-mix(in srgb,var(--primary-color),transparent 20%),color-mix(in srgb,var(--secondary-color),transparent 30%));z-index:1}.page__title{position:relative;z-index:2;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.page__title:before{display:none}.page__title.title-1{font-size:2.5rem;font-weight:800;line-height:1.1}@media only screen and (min-width:992px){.page__title.title-1{font-size:3.5rem}}.page__description{position:relative;z-index:2;margin-top:20px;font-size:1.125rem;max-width:700px;opacity:.9;line-height:1.6}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:14px;line-height:1;padding-bottom:20px}@media only screen and (min-width:992px){.breadcrumbs{padding-bottom:40px}}.breadcrumbs__link{color:#000}.breadcrumbs__current{color:#9e9898}.breadcrumbs--light{position:relative;z-index:2;padding-bottom:20px}.breadcrumbs--light .breadcrumbs__link{color:#fffc}.breadcrumbs--light .breadcrumbs__link:hover,.breadcrumbs--light .breadcrumbs__current{color:#fff}.breadcrumbs--light svg{color:#ffffff80}.single__image{border-radius:12px;overflow:hidden;aspect-ratio:16/9;position:relative}.single__image_bg{position:relative;margin-bottom:20px}.single__image_bg:before{content:"";position:absolute;top:-80px;left:-40px;right:-40px;height:100%;background-color:#f5f5f5;border-radius:12px;z-index:-1}.single__meta{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px}@media only screen and (min-width:992px){.single__meta{margin-bottom:40px}}.single__meta-item{display:flex;gap:10px;font-size:12px;color:var(--text-muted);margin-bottom:0;margin-top:auto;justify-content:flex-start}.single__meta-item svg{stroke:#939393;transition:stroke .5s cubic-bezier(.17,.67,.55,1.05)}.single__meta-item a{line-height:1.3em;text-decoration:none;transition:color .5s cubic-bezier(.17,.67,.55,1.05);display:flex;gap:6px}.single__meta-item a:hover{color:var(--primary-color)}.single__meta-item a:hover svg{stroke:var(--primary-color)}.single__meta-item_category svg{margin-top:1px}.single__text{font-weight:200;line-height:1.5}.single__text h1{display:none}.single__text h2,.single__text h3,.single__text h4,.single__text h5,.single__text h6{margin-bottom:20px}.single__text p{margin-bottom:15px}.single__text ul,.single__text ol{margin:15px 0;padding-left:20px}.single__text li{margin-bottom:10px;position:relative}.single__text li:before{content:"";position:absolute;top:9px;left:-14px;width:5px;height:5px;background-color:var(--primary-color);border-radius:50%}.single__text a{color:var(--primary-color);text-decoration:underline}.single__text address{margin:20px 0}.single__text hr{margin:20px 0;color:var(--primary-color)}.hero-magazine{display:flex;gap:20px;margin-bottom:40px;max-height:450px}.hero-magazine__main{flex:0 0 100%;min-width:0}@media only screen and (min-width:992px){.hero-magazine__main{flex:0 0 calc(50% - 10px)}}.hero-magazine__main .swiper-slide{height:auto}.hero-magazine__main .swiper-pagination{right:10px;bottom:20px;left:auto;max-width:100px}.hero-magazine__main .swiper-pagination-bullet{border-radius:12px;transition:all .3s ease}.hero-magazine__main .swiper-pagination-bullet-active{width:20px}.hero-magazine__main .news-card__content{padding-right:40px}@media only screen and (min-width:992px){.hero-magazine__main .news-card__content{padding-right:25%}}.hero-magazine__side{display:none}@media only screen and (min-width:992px){.hero-magazine__side{display:flex;flex-direction:row;gap:20px;flex:1}}.swiper-navigation{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 10px;pointer-events:none;z-index:10}.swiper-navigation .swiper-button-prev,.swiper-navigation .swiper-button-next{pointer-events:all;background-color:#fffc;border-radius:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.swiper-navigation .swiper-button-prev:after,.swiper-navigation .swiper-button-next:after{font-size:16px;color:var(--text-primary)}
