<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.forum-topic-search-suggestion-item{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.forum-topic-search-suggestion-item__wrapper{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.forum-topic-search-suggestion-item__wrapper__title{color:var(--text-primary,#0d1a35);font-size:14px;font-weight:500;line-height:24px}.forum-topic-search-suggestion-item__wrapper__image{width:48px;height:48px;display:flex;justify-content:center;align-items:center}.forum-topic-search-suggestion-item__wrapper__image img{width:100%;height:auto}.forum-topic-search-suggestion-item__count{color:var(--text-secondary,#868d9a);font-size:12px;font-weight:500;line-height:16px}.forum-topic-search-mobile{position:fixed;z-index:9999;inset:0;background-color:#fff;width:100%;height:100%;outline:none;border:none}@media screen and (min-width:640px){.forum-topic-search-mobile{display:none}}.forum-topic-search-mobile__nav{padding:0 16px;display:flex;-moz-column-gap:10px;column-gap:10px;align-items:center;height:56px;border-bottom:.5px solid #cfd1d7}.forum-topic-search-mobile__nav button{border:none;background:transparent;display:flex}.forum-topic-search-mobile__action{background:#fff;box-shadow:0 -4px 4px 0 rgba(0,0,0,.06);padding:16px;position:absolute;bottom:0;left:0;right:0}.forum-topic-search-mobile__action button{border-radius:8px;background:var(--primary-500-main,#2951a3);padding:12px 16px;color:var(--shades-white,#fff);font-size:16px;font-weight:700;line-height:20px;width:100%;border:none}.forum-topic-search-mobile__result{margin-top:12px;padding:12px 16px}.forum-topic-search-mobile__result label{color:var(--text-placeholder,#b6bac2);font-size:14px;font-weight:500;line-height:24px;margin-bottom:16px;display:block;text-align:left}.forum-topic-search-mobile__result ul{display:flex;flex-direction:column;row-gap:16px;list-style:none}.forum-topic-search{padding:16px;border-radius:8px;background-color:#fff;display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px;max-width:371px;width:100%;border:1px solid var(--neutral-20,#e7e8eb);box-shadow:0 4px 8px 0 rgba(96,97,112,.16),0 0 2px 0 rgba(40,41,61,.04);position:relative}@media screen and (max-width:640px){.forum-topic-search{position:relative;top:50px;margin-top:-32px}}.forum-topic-search input{width:100%;border:none;font-size:14px;font-weight:500;line-height:24px;color:#0d1a35;outline:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forum-topic-search input::-moz-placeholder{color:var(--text-placeholder,#b6bac2)}.forum-topic-search input::placeholder{color:var(--text-placeholder,#b6bac2)}.forum-topic-search__btn{border-radius:8px;border:none;background:var(--primary-500-main,#2951a3);padding:4px 16px;color:var(--shades-white,#fff);font-size:14px;font-weight:700;line-height:24px}.forum-topic-search__result{padding:12px 16px;border-radius:8px;border:1px solid var(--neutral-30,#cfd1d7);background:var(--neutral-10,#fff);position:absolute;left:0;right:0;top:calc(100% + 10px)}@media screen and (max-width:640px){.forum-topic-search__result{display:none}}.forum-topic-search__result label{color:var(--text-placeholder,#b6bac2);font-size:14px;font-weight:500;line-height:24px;margin-bottom:16px;display:block}.forum-topic-search__result ul{display:flex;flex-direction:column;row-gap:16px;list-style:none}.forum-top-section{position:relative;background-color:#0d1a35}.forum-top-section__content{max-width:1144px;margin:auto;padding:24px 0;display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px;position:relative;z-index:12}@media screen and (max-width:1160px){.forum-top-section__content{padding:24px}}@media screen and (max-width:640px){.forum-top-section__content{text-align:center;padding:16px;flex-direction:column}.forum-top-section{margin-bottom:32px;overflow:visible}}.forum-top-section__background{position:absolute;overflow:hidden;inset:0}@media screen and (max-width:1800px){.forum-top-section__background svg{height:100%}}.btn-forum-create{border-radius:8px;background:var(--primary-500-main,#2951a3);display:flex;padding:12px 16px;justify-content:center;align-items:center;gap:8px;color:var(--text-white,#fff);font-size:16px;font-weight:700;line-height:24px;border:none;height:40px;transition:all .2s ease-in-out}.btn-forum-create:hover{background:#1d3a74}.forum-loader{display:flex;align-items:center;-moz-column-gap:10px;column-gap:10px;justify-content:center}.forum-loader&gt;div{width:6px;height:6px;border-radius:50%;background-color:#e7e8eb;animation:pulse .6s cubic-bezier(.5,0,.5,1) infinite}.forum-loader&gt;div:first-child{animation-delay:-.3s}.forum-loader&gt;div:nth-child(2){animation-delay:-.2s}.forum-loader&gt;div:nth-child(3){animation-delay:-.1s}@keyframes pulse{0%{width:6px;height:6px;background-color:#e7e8eb}to{width:8px;height:8px;background-color:#cfd1d7}}.forum-top-section-title{width:100%;color:#fff;align-items:center}.forum-top-section-title__title{color:#fff;margin-bottom:0;font-feature-settings:"clig" off,"liga" off;font-size:32px;font-weight:700;line-height:40px}@media screen and (max-width:640px){.forum-top-section-title__title{font-size:24px;line-height:32px;margin-bottom:4px}}.forum-top-section-title__description{color:#fff;margin-bottom:0;font-size:18px;font-weight:500;line-height:24px}@media screen and (min-width:640px){.forum-top-section-title__description__mobile{display:none}}@media screen and (max-width:640px){.forum-top-section-title__description__desktop{display:none}}.error-message{font-size:12px;color:#d70c24}.register-field-wrapper{margin-bottom:16px}.register-field-wrapper__label{display:block;font-weight:400;font-size:14px;line-height:24px;color:#0d1a35}.register-field-wrapper .error-message,.register-field-wrapper__label span{color:#d70c24}.register-field-wrapper .error-reminder{color:#0d1a35}.register-text-field{position:relative}.register-text-field__box{background:#fff;border:1px solid #cfd1d7;border-radius:4px;width:100%;display:flex;align-items:center;pointer-events:none}.register-text-field__box:focus-within{border:1px solid #2951a3}.register-text-field__box.disabled{background:#e7e8eb}.register-text-field input,.register-text-field textarea{font-size:14px;width:100%;border:0;outline:none;pointer-events:auto;padding:8px 16px}.register-text-field input.has-error,.register-text-field textarea.has-error{border-color:#d70c24}.register-text-field input::-moz-placeholder,.register-text-field textarea::-moz-placeholder{color:#b6bac2}.register-text-field input::placeholder,.register-text-field textarea::placeholder{color:#b6bac2}.register-text-field input:disabled,.register-text-field textarea:disabled{background:#e7e8eb}.register-text-field__prefix{background:#e7e8eb;border-radius:4px 0 0 4px;padding:8px 16px;position:absolute;top:1px;left:1px;bottom:1px;height:40px;line-height:24px}@media screen and (min-width:1024px){.register-text-field__prefix{height:41px}}.register-text-field__prefix.has-error{border:1px solid #d70c24}.register-text-field__prefix+.register-text-field__box input{padding-left:65px}@media screen and (min-width:1024px){.register-text-field__prefix+.register-text-field__box input{padding-left:70px}}.register-text-field__suffix{flex:none;padding:8px 16px;height:100%;display:flex;align-items:center}.register-switch-field{display:flex;border-radius:4px;border:1px solid #cfd1d7;margin-bottom:16px;overflow:hidden}.register-switch-field&gt;*{flex-grow:1}.register-switch-field__button{font-weight:400;font-size:14px;line-height:24px;color:#868d9a;background-color:transparent;border:none;padding:8px 0}.register-switch-field__button--active{color:#fff;background:#3a6acd;box-shadow:inset 4px 4px 4px rgba(0,0,0,.08)}.register-checkbox-field input{margin-right:10px;float:left}@media screen and (min-width:1024px){.register-checkbox-field input{position:relative;top:5px}}.register-checkbox-field span{margin-left:25px;display:block}.register-checkbox-field a{color:#3a6acd}.register-select-field select{display:block;width:100%;padding:10px;background:#fff;border:1px solid #cfd1d7;border-radius:4px;margin-bottom:16px}.register-multi-checkbox-field{margin-top:8px}.register-multi-checkbox-field__label{display:inline-block;margin-right:16px;margin-bottom:16px}.register-multi-checkbox-field__label input{margin-right:6px}@media screen and (max-width:1023px){.register-multi-checkbox-field__label{display:block}}.register-custom-select-field{position:relative;background:#fff;border:1px solid #cfd1d7;border-radius:4px;width:100%;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:#0d1a35;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.switch{display:flex}.switch-checkbox{height:0;width:0;visibility:hidden}.switch-checkbox:checked+.switch-label .switch-button{left:calc(100% - 4px);transform:translateX(-100%)}.switch-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;width:36px;height:20px;background:#dddee6;border-radius:100px;position:relative;transition:background-color .2s}.switch-label .switch-button{content:"";position:absolute;top:4px;left:4px;width:12px;height:12px;border-radius:12px;transition:.2s;background:#fff;box-shadow:0 0 2px 0 rgba(10,10,10,.29)}.switch-label:active .switch-button{width:30px}.btn-back-to-top{position:sticky;width:100%;height:0;bottom:0;z-index:1}.btn-back-to-top button{position:absolute;right:0;transform:translateY(-100%);background-color:transparent;border:none}.btn-back-to-top.is-hidden button{display:none}.modal-wrapper{z-index:1000}@media screen and (min-width:720px){.modal-wrapper .modal-content{width:755px!important}}.modal-wrapper .modal-title{z-index:5}.modal-question{display:flex;flex-direction:column;gap:16px}.modal-question&gt;hr{border:none;border-bottom:1px solid var(--neutral-20,#e7e8eb)}.modal-question__form{display:flex;flex-direction:column}.modal-question__form__loader{height:525px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:768px){.modal-question__form__loader{height:580px}}.modal-question__form__loader .outer{width:36px;height:36px;border-radius:50%;position:relative;border:4px solid #b6bac2;border-bottom-color:#565f72;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal-question__content-wrapper{width:100%;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:719px){.modal-question__content-wrapper{gap:16px}}@media screen and (min-width:720px){.modal-question__content-wrapper&gt;div{width:100%}.modal-question__content-wrapper .register-field-wrapper{margin-bottom:8px}.modal-question__content-wrapper .modal-question__anonymous{display:flex;align-items:center;gap:8px}.modal-question__content-wrapper .modal-question__anonymous p{font-size:12px;font-weight:400}.modal-question__content-wrapper .note{color:#868d9a;font-size:12px;font-style:normal;font-weight:400;line-height:16px}}.modal-question__content{display:flex;flex-direction:column;gap:4px}.modal-question__content label{color:var(--text-primary,#0d1a35);font-size:14px;font-weight:500;line-height:24px}.modal-question__content textarea{border-radius:4px;border:1px solid var(--neutral-30,#cfd1d7);background:var(--neutral-10,#fff);padding:8px 16px;height:104px}.modal-question__captcha{margin-top:24px}.modal-question__email__wrapper{display:flex;align-items:center;gap:16px;justify-content:space-between}.modal-question__email__wrapper .register-field-wrapper{flex:auto}.modal-question__cta{margin-top:28px;align-self:center;border:none;width:240px;padding:12px 16px;border-radius:8px;background:var(--primary-500-main,#2951a3);color:var(--shades-white,#fff);text-align:center;font-size:16px;font-weight:700;line-height:24px;transition:all .2s ease-in-out}@media screen and (max-width:719px){.modal-question__cta{margin-top:24px;width:100%}}.modal-question__cta:hover{background:#1d3a74}.modal-question__cta:disabled{color:var(--text-placeholder,#b6bac2);background:var(--state-disable,#cfd1d7)}.modal-question__cta__email{cursor:pointer;flex:none;background-color:transparent;border:none;color:#2951a3;text-align:center;font-size:14px;font-weight:700;line-height:24px;transition:all .2s ease-in-out}.modal-question__terms{color:#868d9a;text-align:center;margin-top:8px}.modal-question__terms,.modal-question__terms a{font-size:10px;font-style:normal;font-weight:400;line-height:16px}.modal-question__terms a{color:#2951a3}.modal-question__venue{position:relative;z-index:4}.modal-question__venue__dropdown{top:72px;position:absolute;width:100%;border-radius:4px;background-color:#fff;border:1px solid #cfd1d7;max-height:230px;overflow-y:auto}@media screen and (max-width:768px){.modal-question__venue__dropdown{max-height:250px}}.modal-question__venue__dropdown__search{position:sticky;top:0;left:0;right:0;padding:16px;background-color:#fff}.modal-question__venue__dropdown__search-form{background:#f4f4f4;border-radius:8px;width:100%;padding:8px 16px;pointer-events:none;border:1px solid #f4f4f4;display:flex;align-items:center;gap:8px}.modal-question__venue__dropdown__search-form:focus-within{border:1px solid #2951a3}.modal-question__venue__dropdown__search-form input{width:100%;background:transparent;border:0;outline:none;pointer-events:auto;color:#333f48;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.modal-question__venue__dropdown__search-form button{width:0;height:0;visibility:hidden}.modal-question__venue__list{list-style:none;display:flex;flex-direction:column}.modal-question__venue__list li{border-bottom:1px solid #f0f0f0}.modal-question__venue__list li button{padding:16px;text-align:left;border:0;background:transparent;display:block;width:100%;color:#333f48;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.modal-question__venue__list li button:hover{background-color:#f4f4f4}.chip-wrapper{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px;transition:all .2s ease-in-out}.chip-item{position:relative;background:#fff;border:none;color:#868d9a;font-size:14px;line-height:24px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.chip-item:hover{background:#e5e5e5}@media screen and (max-width:576px){.chip-item:hover{background:#fff}}.chip-item:active{background:none;outline:none}.chip-item-other{background:#fff;border:1px solid #d2d6da;border-radius:16px;padding:0 8px;transition:all .2s ease-in-out;color:#868d9a;font-size:14px;line-height:24px}.chip-item-other:hover{background:#e5e5e5}@media screen and (max-width:576px){.chip-item-other:hover{background:#fff}}.chip-item label{background:#fff;border:1px solid #d2d6da;border-radius:20px;padding:4px 8px;transition:all .2s ease-in-out}.chip-item label.rounded{border-radius:16px}.chip-item input[type=checkbox],.chip-item input[type=radio]{opacity:0;position:absolute;top:0;left:0;height:100%;width:100%;margin:0;cursor:pointer}.chip-item input[type=checkbox]:checked+label,.chip-item input[type=radio]:checked+label{background:#2951a3;border-color:#2951a3;color:#fff}.chip-item input[type=checkbox]:checked:hover+label,.chip-item input[type=radio]:checked:hover+label{background:#2951a3}.chip-item input[type=checkbox]:disabled+label,.chip-item input[type=checkbox]:hover+label,.chip-item input[type=radio]:disabled+label,.chip-item input[type=radio]:hover+label{background:#e5e5e5}@media screen and (max-width:576px){.chip-item input[type=checkbox]:disabled+label,.chip-item input[type=checkbox]:hover+label,.chip-item input[type=radio]:disabled+label,.chip-item input[type=radio]:hover+label{background:#fff}}.forum-home-filter{width:274px;flex-shrink:0;position:sticky;top:80px;padding-top:24px;top:0;height:-moz-max-content;height:max-content;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;z-index:2}@media screen and (min-width:768px){.forum-home-filter{height:100dvh}.forum-home-filter button{display:none}}@media screen and (max-width:768px){.forum-home-filter{width:100%;padding-top:16px}.forum-home-filter__title-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 16px}}.forum-home-filter ul{display:flex;flex-direction:column;row-gap:24px;list-style:none}.forum-home-filter ul li{color:var(--text-placeholder,#b6bac2);font-size:14px;font-weight:500;line-height:24px;padding:0 16px;cursor:pointer}.forum-home-filter ul li.active{position:relative;color:#2951a3}.forum-home-filter ul li.active:after{content:"";position:absolute;width:2px;height:18px;background-color:#2951a3;left:0;top:2px}@media screen and (max-width:768px){.forum-home-filter ul{flex-direction:row;text-align:center;border-bottom:1px solid var(--neutral-20,#e7e8eb)}.forum-home-filter ul li{width:100%;padding-bottom:12px}.forum-home-filter ul li.active:after{width:18px;height:2px;top:calc(100% - 2px);left:50%;transform:translateX(-50%)}}.forum-home-filter__title{color:var(--text-primary,#0d1a35);font-feature-settings:"clig" off,"liga" off;font-size:24px;font-weight:700;line-height:32px;margin-bottom:16px}@media screen and (max-width:768px){.forum-home-filter__title{font-size:18px;margin-bottom:0}}.forum-home-filter__footer{border-top:1px solid #e7e8eb;display:flex;flex-direction:row!important;gap:12px;padding:16px}@media screen and (max-width:768px){.forum-home-filter__footer{display:none!important}}.forum-home-filter__footer li{flex:none;padding:0!important;align-self:center}.forum-home-filter__footer li a{color:#868d9a;font-size:10px;font-style:normal;font-weight:400;line-height:16px}.forum-home-filter__footer li a:hover{text-decoration:underline}.forum-home-filter__footer li div{width:2px;height:2px;border-radius:2px;background-color:#d9d9d9}.forum-home-page-content{display:flex;-moz-column-gap:16px;column-gap:16px;position:relative}.forum-home-page-content__main{width:564px}.forum-home-page-content__btn{position:sticky;top:0;padding-top:24px;background-color:#fff;z-index:10;border:1px solid #fff}.forum-home-page-content__btn button{margin-left:auto}.forum-home-page-content__wrapper{padding-top:16px;display:flex;flex-direction:column;row-gap:16px}.forum-home-page-content__loader{padding-top:16px}@media screen and (max-width:768px){.forum-home-page-content{flex-direction:column}.forum-home-page-content__btn{display:none}.forum-home-page-content__wrapper{padding:16px 16px 0}.forum-home-page-content__main{width:100%}}.forum-home-page-content__ads-wrapper{position:relative;left:61px;padding:24px 0;display:flex;flex-direction:column;row-gap:32px}@media screen and (min-width:769px){.forum-home-page-content__ads-wrapper__ads{height:1500px}.forum-home-page-content__ads-wrapper__ads&gt;div{position:sticky;top:24px}}@media screen and (max-width:768px){.forum-home-page-content__ads-wrapper{display:none}}@media screen and (min-width:769px){.forum-home-page-content__ads-mobile{display:none}}.forum-home-page-feed{max-width:1144px;margin:auto}@media screen and (min-width:768px){.forum-home-page-feed{padding-bottom:24px}}.forum-home-page-feed__footer{margin-top:24px;border-top:1px solid #e7e8eb;display:flex;flex-direction:row!important;align-items:center;justify-content:center;gap:12px;padding:16px;list-style:none}@media screen and (min-width:768px){.forum-home-page-feed__footer{display:none!important}}.forum-home-page-feed__footer li{flex:none;padding:0!important;align-self:center}.forum-home-page-feed__footer li a{color:#868d9a;font-size:10px;font-style:normal;font-weight:400;line-height:16px}.forum-home-page-feed__footer li a:hover{text-decoration:underline}.forum-home-page-feed__footer li div{width:2px;height:2px;border-radius:2px;background-color:#d9d9d9}.forum-home-page-topics{max-width:1144px;margin:auto;padding:24px 0}@media screen and (max-width:768px){.forum-home-page-topics{padding:16px}}.forum-home-page-topics__title{color:#0d1a35;font-feature-settings:"clig" off,"liga" off;font-size:24px;font-weight:700;line-height:32px;margin-bottom:24px}@media screen and (max-width:768px){.forum-home-page-topics__title{font-size:18px;margin-bottom:16px}}.forum-home-page-topics__list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media screen and (max-width:768px){.forum-home-page-topics__list{grid-template-columns:repeat(2,1fr)}}.forum-home-page-topics__item{border-radius:4px;border:1px solid #e7e8eb;padding:8px;display:flex;align-items:center;gap:8px;transition:all .2s ease-in-out}.forum-home-page-topics__item:hover{background-color:#f4f5f9}.forum-home-page-topics__item img{width:36px;height:36px}.forum-home-page-topics__item .content{display:flex;flex-direction:column;gap:0}.forum-home-page-topics__item .title{margin-bottom:0;overflow:hidden;color:#0d1a35;text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:700;line-height:24px}.forum-home-page-topics__item .subtitle{color:#868d9a;font-size:10px;font-style:normal;font-weight:500;line-height:16px}</pre></body></html>