@charset "UTF-8";.header{--header-bg-color: rgba(242, 245, 248, .8);--header-border-bottom-color: #D2D8DE;--header-logo-color: #292B32;--header-logo-color_hovered: #39AA5D;--header-logo-color_active: #39AA5D}.header._dark{--header-bg-color: rgba(20, 20, 20, .4);--header-border-bottom-color: #FFFFFF26;--header-logo-color: #FFFFFF;--header-logo-color_hovered: #56D67F;--header-logo-color_active: #56D67F}.header{background:var(--header-bg-color);border-bottom:1px solid var(--header-border-bottom-color);transition:background-color .5s}@media (min-width: 1281px){.header{border-bottom:1px solid var(--header-border-bottom-color)}}.header .header-logo svg path{fill:var(--header-logo-color);transition:fill .4s ease}.header .header-logo:hover svg path{fill:var(--header-logo-color_hovered);transition:fill .4s ease}.header .header-logo:active{transform:scale(.98);transition:scale 0s}.header .header-logo:active svg path{fill:var(--header-logo-color_active);transition:fill 0s ease}@media all{.header{position:fixed;top:0;left:0;width:100%;max-width:100%;z-index:100000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.header__inner{min-height:5.07813vw;padding:.70313vw 0}@media (min-width: 1281px){.header__inner{min-height:65px;padding:9px 0}}@media all{.header__inner{width:100%;max-width:100%;display:flex;justify-content:space-between;align-items:center}}@media (max-width: 767px){.header__inner{flex-wrap:wrap;min-height:96px;padding:10px 0 8px}}.header .header-logo{width:23.4375vw;height:2.10938vw}@media (min-width: 1281px){.header .header-logo{width:300px;height:27px}}@media all{.header .header-logo{display:flex}}@media (max-width: 767px){.header .header-logo{width:165.06px;height:46px}}@media all{.header .header-logo svg{width:100%;max-width:100%;height:100%;max-height:100%}.header .header-logo svg path{transition:fill .4s ease}.header .header-logo svg._desktop{display:block}}@media (max-width: 767px){.header .header-logo svg._desktop{display:none}}@media all{.header .header-logo svg._mobile{display:none}}@media (max-width: 767px){.header .header-logo svg._mobile{display:block}}@media all{.header .header-nav{display:flex;align-items:center;justify-content:space-between;position:relative;margin:3px 0 0}}@media (max-width: 767px){.header .header-nav{order:3;width:calc(100% + 40px);margin:8px -20px 0}}@media all{.header .header-nav__list{display:flex;align-items:center;justify-content:flex-start}.header .header-nav__list>li:not(:last-child){margin-right:17px}}@media (max-width: 767px){.header .header-nav__list{overflow-x:auto;overflow-y:hidden;padding:0 20px}}.header .header-nav__list::-webkit-scrollbar{display:none}@media all{.header .header-nav__item{display:block}}@media (max-width: 767px){.header .header-nav._left-shadow{-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 1%,#000 20px);mask-image:linear-gradient(90deg,#0000 1%,#000 20px)}.header .header-nav._right-shadow{-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 20px),rgba(0,0,0,0) 99%);mask-image:linear-gradient(90deg,#000 calc(100% - 20px),#0000 99%)}.header .header-nav._left-shadow._right-shadow{-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0px,rgb(0,0,0) 20px,rgb(0,0,0) calc(100% - 20px),rgba(0,0,0,0) 99%);mask-image:linear-gradient(90deg,#0000,#000 20px,#000 calc(100% - 20px),#0000 99%)}.header__item{width:47px;max-width:47px}.header__item .ui-advanced-button{width:47px}}.header ui-advanced-button:empty{min-width:13.20312vw!important;min-height:3.59375vw}@media (min-width: 1281px){.header ui-advanced-button:empty{min-width:169px!important;min-height:46px}}@media (max-width: 767px){.header ui-advanced-button:empty{min-width:unset!important;min-height:unset;width:48px!important;height:46px}}.footer{background:#15161b;padding:2.34375vw 0}@media (min-width: 1281px){.footer{padding:30px 0}}@media (max-width: 767px){.footer{padding:30px 0}}@media (max-width: 550px){.footer{padding:40px 0 50px}}.footer__inner{display:grid;grid-template-columns:1fr 31.25vw;grid-column-gap:4.14063vw}@media (min-width: 1281px){.footer__inner{grid-template-columns:1fr 400px;grid-column-gap:53px}}@media (max-width: 767px){.footer__inner{grid-template-columns:1fr;grid-column-gap:53px}}.footer-nav{display:grid;grid-template-columns:repeat(4,12.89063vw);grid-column-gap:2.1875vw;padding:1.25vw 0}@media (min-width: 1281px){.footer-nav{grid-template-columns:repeat(4,165px);grid-column-gap:28px;padding:16px 0}}@media (max-width: 767px){.footer-nav{grid-template-columns:1fr;grid-row-gap:16px;grid-column-gap:unset;padding:0;margin:0 0 40px}}.footer-nav__list{display:flex;flex-direction:column}@media (max-width: 767px){.footer-nav__list._active>*:first-child,.footer-nav__list._active>*:last-child{margin-bottom:8px}.footer-nav__list._active .footer-nav__list-item:not(:first-of-type){display:block}}.footer-nav__list._hovered .footer-nav__list-item-link:not(._hover){color:#464756;transition:color .5s}.footer-nav__list:last-of-type .footer-nav__list-item-title{color:#fff}.footer-nav__list:last-of-type .footer-nav__list-item:not(:last-child){margin-bottom:1.5625vw}@media (min-width: 1281px){.footer-nav__list:last-of-type .footer-nav__list-item:not(:last-child){margin-bottom:20px}}.footer-nav__list-item{display:flex}@media (max-width: 767px){.footer-nav__list-item{display:none;margin:0 0 0 15px}}.footer-nav__list-item:not(:last-child){margin-bottom:.78125vw}@media (min-width: 1281px){.footer-nav__list-item:not(:last-child){margin-bottom:10px}}@media (max-width: 767px){.footer-nav__list-item:not(:last-child){margin-bottom:unset}}.footer-nav__list-item-link{font-size:1.25vw;font-weight:400;line-height:1.875vw;letter-spacing:-.02em;color:#fff;transition:color .5s}@media (min-width: 1281px){.footer-nav__list-item-link{font-size:16px;line-height:24px}}@media (max-width: 767px){.footer-nav__list-item-link{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.02em;padding:8px 0;display:flex;width:-moz-fit-content;width:fit-content}}.footer-nav__list-item-link._current{color:#464756;pointer-events:none}.footer-nav__list-item-link_h19{line-height:1.48438vw}@media (min-width: 1281px){.footer-nav__list-item-link_h19{line-height:19px}}@media (max-width: 767px){.footer-nav__list-item-link_h19{line-height:24px}}.footer-nav__list-item-title{font-size:1.40625vw;font-weight:500;line-height:1.875vw;letter-spacing:-.02em;color:#fff}@media (min-width: 1281px){.footer-nav__list-item-title{font-size:18px;line-height:24px}}@media (max-width: 767px){.footer-nav__list-item-title{font-size:18px;font-weight:500;line-height:24px;letter-spacing:-.02em}}.footer-nav__ui{display:none}@media (max-width: 767px){.footer-nav__ui{display:block;margin-left:-10px}.footer-nav__ui~.footer-nav__ui{margin-top:16px}}.footer-proposal{grid-row:1/3;grid-column:2/3}@media (max-width: 767px){.footer-proposal{grid-row:2/3;grid-column:1/2}}.footer-proposal__form>[data-popmechanic-embed]:empty{height:18.28125vw}@media (min-width: 1281px){.footer-proposal__form>[data-popmechanic-embed]:empty{height:234px}}@media (max-width: 767px){.footer-proposal__form>[data-popmechanic-embed]:empty{height:234px}}.footer-proposal__form>[data-popmechanic-embed]{margin-bottom:2.34375vw}@media (min-width: 1281px){.footer-proposal__form>[data-popmechanic-embed]{margin-bottom:30px}}@media (max-width: 767px){.footer-proposal__form>[data-popmechanic-embed]{margin-bottom:40px}}.footer-learn-more{display:flex;flex-direction:column;background:#212329;border-radius:.625vw;padding:1.25vw;margin:0 0 1.5625vw}@media (min-width: 1281px){.footer-learn-more{border-radius:8px;padding:16px;margin:0 0 20px}}@media (max-width: 767px){.footer-learn-more{border-radius:8px;padding:16px;margin:0 0 20px}}.footer-learn-more__title{font-size:1.40625vw;font-weight:500;line-height:1.875vw;letter-spacing:-.02em;color:#fff;margin:0 0 .46875vw}@media (min-width: 1281px){.footer-learn-more__title{font-size:18px;line-height:24px;margin:0 0 6px}}@media (max-width: 767px){.footer-learn-more__title{font-size:18px;font-weight:500;line-height:24px;letter-spacing:-.02em;margin:0 0 6px}}.footer-learn-more__text{font-size:1.25vw;font-weight:400;line-height:1.875vw;letter-spacing:-.02em;color:#fff;margin:0 0 2.34375vw}@media (min-width: 1281px){.footer-learn-more__text{font-size:16px;line-height:24px;margin:0 0 30px}}@media (max-width: 767px){.footer-learn-more__text{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.02em;margin:0 0 30px}}.footer-reco{font-size:.9375vw;font-weight:400;line-height:1.25vw;letter-spacing:-.01em;color:#fff;grid-column:2/3;grid-row:3/4;margin:0 0 0 1.25vw}@media (min-width: 1281px){.footer-reco{font-size:12px;line-height:16px;margin:0 0 0 16px}}@media (max-width: 767px){.footer-reco{font-size:12px;font-weight:400;line-height:16px;letter-spacing:-.01em;margin:0 auto 50px;grid-column:1/2;grid-row:3/4}}.footer-reco a{color:#56d67f;border-bottom:1px solid #39AA5D;transition:color .5s,border-bottom-color .5s}@media (min-width: 1281px){.footer-reco a{border-bottom:1px solid #39AA5D}}.footer-reco a:hover{color:#fff;border-bottom:1px solid #FFFFFF}@media (min-width: 1281px){.footer-reco a:hover{border-bottom:1px solid #FFFFFF}}.footer-social{display:flex;justify-content:flex-start;height:auto;align-items:flex-end;grid-row:2/4}@media (max-width: 767px){.footer-social{flex-direction:column-reverse;align-items:center;grid-row:4/5}}.footer-social__logo{display:flex;height:2.10938vw;width:10.78125vw;cursor:pointer;-webkit-tap-highlight-color:transparent;margin:0 3.90625vw 0 0}@media (min-width: 1281px){.footer-social__logo{height:27px;width:138px;margin:0 50px 0 0}}@media (max-width: 767px){.footer-social__logo{height:27px;width:138px;margin:0}}.footer-social__logo>svg{width:100%;max-width:100%;height:100%;max-height:100%}.footer-social__logo>svg path{transition:fill .4s ease}.footer-social__logo>svg:hover path{fill:#39aa5d;transition:fill .4s ease}.footer-social__list{display:flex;justify-content:flex-start;transform:translateY(.3125vw)}@media (min-width: 1281px){.footer-social__list{transform:translateY(4px)}}@media (max-width: 767px){.footer-social__list{flex-wrap:wrap;justify-content:center;row-gap:6px;-moz-column-gap:6px;column-gap:6px;transform:translateY(0);margin:0 0 50px}}@media (max-width: 550px){.footer-social__list{margin:0 30px 50px}}.footer-social__list-item:not(:last-child){margin-right:3.20312vw}@media (min-width: 1281px){.footer-social__list-item:not(:last-child){margin-right:41px}}@media (max-width: 767px){.footer-social__list-item:not(:last-child){margin-right:unset}}.anchor-conference{top:calc(-1 * var(--header-height) - 4.6875vw)}@media (min-width: 1281px){.anchor-conference{top:calc(-1 * var(--header-height) - 60px)}}@media (max-width: 767px){.anchor-conference{top:calc(-1 * var(--header-height) - 40px)}}
