/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}

:root{--inter-font: "Inter", sans-serif;--tinos-font: "Tinos", serif;--body-bg: #FAF7F4;--body-color: #1A2024;--white-color: #fff;--white-to-black: #fff;--white-to-dark: #fff;--white-to-gray: #FAF7F4;--navbar-dark: #252C32;--navbar-dark2: #252C32;--navbar-gray: #B0BABF;--logo-bg: #191F3B;--footer-bg: #1A2024;--red: #AE0000;--red-to-gray: #AE0000;--red-to-white: #AE0000;--red-hover: #E40D24;--red-to-light: #AE0000;--light-red: #E40D24;--red-accent: #EC001E;--dark: #1a2024;--dark2: #303940;--dark3: #303940;--dark-fixed: #222222;--dark-fixed2: #303940;--dark-to-red: #1a2024;--dark-to-light: #b0babf;--gray: #48535b;--gray2: #3C464E;--gray3: #5B6871;--gray4: #5B6871;--gray5: #3C464E;--gray6: #48535b;--gray7: #B0BABF;--gray8: #E8E8E8;--gray9: #5B6871;--gray10: #E5E9EB;--light: #F6F8F9;--light2: #D5DADD;--light3: #F6F8F9;--light4: #D5DADD;--light5: #D9D9D9;--bd: #d5dadd;--bd2: #1A2024;--blue: #5164B6;--blue-2: #7485D1;--blue-3: #2d9cdb;--dropdown-bg: #48535B;--dropdown-text: #b0babf;--dropdown-bg-hover: #F5F1ED;--dropdown-text-hover: #ae0000;--button-dark-bg: #fff;--cofee-to-dark: #DCC8B6;--badge-color: #48535B;--paper: #F0E9E2;--paper2: #EFEBE6;--paper3: #EFEBE6;--paper4: #EBE7E3;--disabled: #9AA6AC;--black: #000;--black-to-white: #000}[data-theme=dark]:not(button,a){--logo-bg: #fff;--body-bg: #1A2024;--body-color: #FAF7F4;--footer-bg: #252C32;--white-to-black: #252C32;--white-to-dark: #1A2024;--white-to-gray: #b0babf;--navbar-dark2: #FFF;--red: #E40D24;--red-hover: #AE0000;--red-to-gray: #5B6871;--red-to-white: #fff;--red-to-light: #FF8585;--dark: #f6f8f9;--dark2: #f6f8f9;--dark3: #252c32;--dark-to-red: #E40D24;--gray: #b0babf;--gray2: #F6F8F9;--gray3: #b0babf;--gray6: #FFFFFF;--gray7: #48535B;--gray8: #252C32;--gray9: #fff;--bd: #303940;--bd2: #b0babf;--light2: #D5DADD;--light3: #48535B;--light4: #303940;--light5: #252C32;--button-dark-bg: #5b6871;--dropdown-bg: #48535B;--dropdown-text: #fff;--dropdown-bg-hover: rgb(0 0 0 / 44%);--dropdown-text-hover: #F5F1ED;--cofee-to-dark: #252C32;--badge-color: #b0babf;--paper2: #252C32;--paper3: #b0babf;--paper4: #5B6871;--black-to-white: #fff}@keyframes arrow-anim{0%{transform:translateX(0)}50%{transform:translateX(1px)}100%{transform:translateX(0)}}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}body,html{margin:0;scroll-behavior:smooth}html{position:relative;tab-size:4;-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}html:focus-within{scroll-behavior:smooth}body{text-rendering:optimizespeed}details>summary{list-style:none}summary{display:list-item}details summary::-webkit-details-marker{display:none}h1,h2,h3,h4,p{font-size:inherit;font-weight:inherit;margin:0}ul,ol,dl,dd{margin:0;padding:0}p{margin:0}label,time{display:block}figure,blockquote{margin:0}a:not([class]){text-decoration-skip-ink:auto}a{text-decoration:none;color:inherit}img,picture,svg,video{display:block;height:auto;max-width:100%}b,strong{font-weight:900}address{font-style:normal}button{margin:0;padding:0;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);font:inherit;font-size:100%;color:inherit;line-height:1;cursor:pointer;outline:0;text-align:left}button:disabled{cursor:default}[type=button],[type=reset],[type=submit],button{-webkit-appearance:none}input,textarea,button,select{-webkit-appearance:none;appearance:none;border:none;border-radius:0;background-color:rgba(0,0,0,0);font:inherit;line-height:1}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform: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}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}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:auto}[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}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(0.54, 1.5, 0.38, 1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.button{display:inline-flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;padding:.9375rem .75rem;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);font-weight:500;font-size:1rem;line-height:1rem;letter-spacing:.8px;text-transform:uppercase;text-align:center;text-decoration:none;color:var(--white-color);cursor:pointer;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;background:var(--red);transition:.5s}@media(min-width: 992px){.button{padding:1.3125rem .75rem}}.button-yellow{background:#fbe032;color:#343434}.button:hover{background:var(--red-hover);border-color:var(--red-hover);transition:.5s;text-decoration:none !important}.button.skeleton{border:0}.button.skeleton:hover{border:0;background:#ececec}.button[disabled]{cursor:default;opacity:.8}.button-outline{background:0;color:var(--red-to-white);border-color:var(--red-to-gray)}.button-outline:hover{color:var(--white-color);background:var(--red-to-gray);border-color:var(--red-to-gray)}.button-sm{padding:.5rem .8125rem}@media(min-width: 767px){.button-sm{padding:.6875rem .6875rem !important}}.button-lg{width:100%}.button-outline-gray{color:var(--dark);background:0;border:1px solid var(--gray4)}.button-outline-gray:hover{background:var(--dark);color:var(--white-to-black);border-color:var(--dark)}.button-outline-gray:hover .button__icon{fill:var(--body-color);transition:.5s}.button-black{background-color:var(--black)}.s-networks{display:inline-flex;align-items:center;margin:0;padding:0;list-style-type:none;gap:1.125rem}.s-networks__item{display:inline-flex}.s-networks__link{display:flex;align-items:center;justify-content:center;fill:var(--navbar-gray);width:2rem;height:2rem}.s-networks__link svg{display:inline-flex;align-items:center;max-height:1.0625rem;max-width:1.0625rem}.s-networks__link:hover{fill:var(--white-color)}.s-networks__link:focus svg,.s-networks__link:active svg{fill:var(--gray3)}.dropdown-widget{display:flex;position:relative;color:var(--dark);fill:var(--dropdown-text)}.dropdown-widget.active .dropdown-widget__list{display:block}.dropdown-widget.dropdown-widget--profile .dropdown-widget__list{min-width:180px}.dropdown-widget__current{display:flex;align-items:center;min-height:1.5rem;color:var(--body-color);font-weight:500;font-size:1rem;line-height:1rem;letter-spacing:.8px;max-width:9.375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase}.dropdown-widget__current .dropdown-widget__icon{margin-right:.8125rem;fill:var(--body-color);max-width:21px;max-height:21px}.dropdown-widget__current:hover{cursor:pointer}@media(min-width: 767px){.dropdown-widget__current:hover{text-decoration:none}}.dropdown-widget__icon{fill:inherit;max-width:1.3125rem;max-height:1.3125rem;flex-shrink:0}.dropdown-widget__list{position:absolute;top:calc(100% + 7px);left:50%;transform:translateX(-50%);margin:0;padding:0;list-style-type:none;border-radius:2px;background:var(--button-dark-bg);box-shadow:0px 12px 18px 0px rgba(0,0,0,.2),0px 0px 1px 0px #000;z-index:99999999999;display:none}.dropdown-widget__list::before{content:"";position:absolute;left:0;right:0;top:-0.3125rem;width:.625rem;height:.625rem;margin:0 auto;transform:rotate(45deg);background:inherit;border-left:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.2);z-index:-1}.dropdown-widget__link{display:flex;align-items:center;width:100%;gap:.5rem;background:0;border:0;font-size:.875rem;padding:.75rem .75rem;color:inherit;white-space:nowrap;text-transform:uppercase}.dropdown-widget__link svg{margin-left:-0.25rem}.dropdown-widget__link:hover{text-decoration:none;fill:var(--dropdown-text-hover);color:var(--dropdown-text-hover);background:var(--dropdown-bg-hover)}@media(min-width: 992px){.header-menu{display:flex;align-items:center;position:relative;overflow:hidden}.header-menu.is-loaded{overflow:visible}.header-menu.active .header-menu__dropdown{display:flex}.header-menu.active .header-menu__dropdown::before{display:block}}.header-menu__list{display:flex;flex-direction:column;margin:0;padding:0;list-style-type:none;color:var(--dark-gray)}@media(min-width: 992px){.header-menu__list{flex-direction:row;align-items:center;justify-content:space-between;flex:1 1 auto;flex-wrap:wrap;max-height:3.1875rem;gap:1.5625rem;margin-bottom:-1px}}@media(min-width: 992px){.header-menu__list{gap:.9375rem}}.header-menu__dropdown{padding:0;margin:0;list-style-type:none;display:none}@media(min-width: 992px){.header-menu__dropdown{position:absolute;top:calc(100% + .6875rem);width:auto;right:-3.125rem;flex-direction:column;border-radius:2px;background:var(--button-dark-bg);box-shadow:0px 12px 18px 0px rgba(0,0,0,.2),0px 0px 1px 0px #000;z-index:995}.header-menu__dropdown::before{content:"";position:absolute;display:none;left:0;right:0;top:-0.3125rem;width:.625rem;height:.625rem;margin:0 auto;transform:rotate(45deg);background:inherit;border-left:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.2);z-index:-1}.header-menu__dropdown a{display:flex;align-items:center;width:100%;gap:.5rem;background:0;border:0;font-size:.875rem;padding:.75rem .75rem;color:inherit;white-space:nowrap}.header-menu__dropdown a:hover{text-decoration:none;fill:var(--dropdown-text-hover);color:var(--dropdown-text-hover);background:var(--dropdown-bg-hover)}}.header-menu__item{border-bottom:1px solid var(--bd)}.header-menu__item.hidden-pc{border-bottom:0;margin-top:1.875rem}.header-menu__item.hidden-pc:first-child{margin-top:.9375rem}.header-menu__item.hidden-pc .header-menu__link{padding:0;font-size:.875rem;line-height:1.125rem}@media(max-width: 991px){.header-menu__item{flex-direction:column}}@media(min-width: 992px){.header-menu__item{display:inline-flex;border-bottom:0;position:relative}.header-menu__item:nth-child(5){margin-bottom:0}.header-menu__item:last-child{margin-right:0}.header-menu__item:first-child{margin-left:0}.header-menu__item.is-dropdown:hover .header-menu__droplist{opacity:1;visibility:visible;transition:.2s}.header-menu__item.is-dropdown:hover .header-menu__link svg{transition:.5s;fill:var(--red);transform:rotate(180deg)}.header-menu__item.is-dropdown .header-menu__link{display:flex;align-items:center;fill:var(--gray2)}.header-menu__item.is-dropdown .header-menu__link svg{margin-left:5px;width:10px;height:7px;transition:.5s}}@media(min-width: 1200px){.header-menu__item{padding-bottom:0}}.header-menu__item.active>.header-menu__link{color:var(--red)}@media(min-width: 992px){.header-menu__item.active>.header-menu__link::after{opacity:1;visibility:visible;transition:.5s;width:100%}}.header-menu__link{display:flex;padding:1.125rem 0;width:100%;position:relative;font-weight:500;font-size:1.125rem;line-height:1.5rem;letter-spacing:.8px;text-transform:uppercase;color:inherit}@media(max-width: 991px){.header-menu__link{color:var(--body-color)}.header-menu__link svg{display:none}}@media(min-width: 992px){.header-menu__link{width:auto;font-weight:600;padding:.875rem .25rem}.header-menu__link::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--red);opacity:0;visibility:hidden;transition:.4s;width:0;margin:0 auto}.header-menu__link:hover{color:var(--red);text-decoration:none}.header-menu__link:hover::after{opacity:1;visibility:visible;transition:.5s;width:100%}}@media(min-width: 992px){.header-menu__link{font-size:1rem;line-height:normal}}@media(min-width: 1200px){.header-menu__link{font-weight:600;color:var(--gray2)}}.header-menu__button{margin-left:.625rem;display:flex;flex-shrink:0;cursor:pointer;width:2rem;height:2rem;border-radius:.25rem;justify-content:center;transition:all ease-in 200ms}.header-menu__button:focus,.header-menu__button:active,.header-menu__button:hover{color:#303940;background:#ebebeb}@media(max-width: 991px){.header-menu__button{display:none !important}}.header-menu.active .header-menu__button{color:#303940;background:#ebebeb;border-radius:.25rem}.header-menu__droplist{padding:0;margin:0;list-style-type:none}@media(min-width: 992px){.header-menu__droplist{position:absolute;top:calc(100% + .6875rem);right:-50%;flex-direction:column;width:140px;opacity:0;visibility:hidden;transition:.2s;border-radius:2px;background:var(--button-dark-bg);box-shadow:0px 12px 18px 0px rgba(0,0,0,.2),0px 0px 1px 0px #000;z-index:995}.header-menu__droplist::before{content:"";position:absolute;left:0;right:0;top:-0.3125rem;width:.625rem;height:.625rem;margin:0 auto;transform:rotate(45deg);background:inherit;border-left:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.2);z-index:-1}.header-menu__droplist a{padding:.75rem .75rem;white-space:normal !important}.header-menu__droplist a:hover{text-decoration:none;fill:var(--dropdown-text-hover);color:var(--dropdown-text-hover);background:var(--dropdown-bg-hover)}}@media(max-width: 991px){.header-menu__droplist li{border-top:1px solid var(--bd)}}.language-widget{display:flex;flex-direction:row-reverse;color:var(--mid-gray);font-weight:500;font-size:1.125rem;line-height:normal;text-transform:uppercase}@media(min-width: 767px){.language-widget{position:relative;font-weight:600;font-size:1rem;text-align:center;color:var(--navbar-gray)}.language-widget.is-active .language-widget__dropdown{opacity:1;visibility:visible;transition:.5s}.language-widget.is-active .language-widget__current{color:var(--white-color)}.language-widget:hover .language-widget__current{color:var(--white-color)}}.language-widget__current{display:flex;padding:1.125rem .75rem;cursor:pointer}@media(max-width: 766px){.language-widget__current.is-active{color:var(--dark);border-bottom:.125rem solid var(--red)}}@media(min-width: 767px){.language-widget__current{padding:0 .5rem}.language-widget__current:hover{color:var(--red)}}.language-widget__dropdown{display:flex;align-items:center;margin:0;padding:0;list-style-type:none}@media(min-width: 767px){.language-widget__dropdown{flex-direction:column;position:absolute;left:0;right:0;top:100%;width:2.5rem;margin:.625rem 0 0 0;padding:0;list-style-type:none;background:var(--dropdown-bg);border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;box-shadow:0px 0px 1px rgba(26,32,36,.32);visibility:hidden;opacity:0;transition:.2s;z-index:95}.language-widget__dropdown::after{content:"";position:absolute;left:0;right:0;top:-0.4375rem;width:0;height:0;margin:0 auto;border-left:.4375rem solid rgba(0,0,0,0);border-right:.4375rem solid rgba(0,0,0,0);border-bottom:.5rem solid var(--dropdown-bg)}.language-widget__dropdown a{color:var(--dark-gray);font-weight:500}}.language-widget__link{display:flex;padding:1.125rem .75rem}@media(min-width: 767px){.language-widget__link{padding:.5rem}}.language-widget__link:hover{color:var(--red)}.search-widget.is-visible .search-widget__form{opacity:1;background:var(--white-color);max-width:80%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border:0;z-index:95}@media(min-width: 1200px){.search-widget.is-visible .search-widget__form{max-width:45%}}.search-widget.is-visible .search-widget__input{height:3.75rem;max-width:80%;width:100%;color:var(--navbar-dark);font-size:1.5rem;line-height:normal}.search-widget.is-visible .search-widget__input::placeholder{color:var(--navbar-dark);font-size:24px;line-height:normal}.search-widget__btn{display:flex;width:1.125rem;height:1.125rem;fill:var(--navbar-gray);transition:.5s;cursor:pointer}.search-widget__btn:hover{fill:var(--red);transition:.5s}.search-widget__form{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);background:var(--cofee);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;opacity:0;z-index:959;max-width:37.5rem;width:100%;margin:auto;z-index:-999999999999}.search-widget__input{width:100%;height:2.5rem;padding:0 60px 0 .9375rem;background:0;border:0;outline:none;box-shadow:none;font-weight:400;font-size:1rem;line-height:normal;color:var(--dark)}.search-widget__input *::placeholder{color:var(--mid-gray)}@media(min-width: 992px){.search-widget__input{height:3.125rem;font-size:1.5625rem;line-height:1.5625rem}}.search-widget__send{display:flex;align-items:center;justify-content:center;position:absolute;right:.8125rem;top:.8125rem;width:2rem;height:2rem;border:0;background:0;cursor:pointer;fill:var(--navbar-gray)}.search-widget__send:hover{fill:var(--red)}.search-widget__send svg{width:1.125rem;height:1.125rem}.search-widget__send:focus,.search-widget__send:active{background:#ebebeb;border-radius:.25rem}.search-widget__send:focus svg,.search-widget__send:active svg{fill:#303940}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-clear-button{display:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-clear-button,input[type=search]::-moz-search-clear-button,input[type=search]::-ms-clear{display:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-clear-button{-webkit-appearance:none;appearance:none;display:none}.custom-checkbox{display:inline-flex;cursor:pointer}.custom-checkbox:not(.has-error):hover .custom-checkbox__text{text-decoration:underline}.custom-checkbox.has-error span{color:var(--red)}.custom-checkbox.has-error span::before{border-color:var(--red)}.custom-checkbox input{display:none}.custom-checkbox input:checked+span{color:var(--dark) !important}.custom-checkbox input:checked+span::before{border:1px solid var(--bd)}.custom-checkbox input:checked+span::after{content:"";width:20px;height:14px;display:block;position:absolute;left:.4375rem;top:.625rem;background-image:url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2714%27 viewBox=%270 0 20 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M18.9427 0.724C19.1926 0.974037 19.333 1.31311 19.333 1.66667C19.333 2.02022 19.1926 2.3593 18.9427 2.60933L8.27599 13.276C8.02596 13.526 7.68688 13.6664 7.33333 13.6664C6.97977 13.6664 6.6407 13.526 6.39066 13.276L1.05733 7.94267C0.814449 7.6912 0.680057 7.35439 0.683095 7.0048C0.686133 6.6552 0.826358 6.32079 1.07357 6.07358C1.32078 5.82636 1.6552 5.68614 2.00479 5.6831C2.35439 5.68006 2.69119 5.81446 2.94266 6.05733L7.33333 10.448L17.0573 0.724C17.3074 0.474039 17.6464 0.333618 18 0.333618C18.3535 0.333618 18.6926 0.474039 18.9427 0.724Z%27 fill=%27%2300C608%27/%3E%3C/svg%3E%0A")}.custom-checkbox span{display:flex;align-items:center;position:relative;color:var(--bd2);font-size:.875rem;line-height:1.125rem;text-align:left;transition:.5s}.custom-checkbox span::before{content:"";width:2rem;height:2rem;flex-shrink:0;background:#fff;border-radius:.125rem;margin-right:.5rem;border:1px solid var(--bd)}.input-text{position:relative;width:100%}.input-text.input-text--invalid .input-text__field{border-color:var(--red);box-shadow:none}.input-text.input-text--invalid .input-text__label{color:var(--red)}.input-text.input-text--invalid .input-text__error{display:inline-flex}.input-text:not(.input-text--invalid) input:focus~.input-text__helper{display:flex;align-items:center}.input-text.has-success .input-text__helper{display:none !important}.input-text--verification{display:flex;gap:1.25rem;margin:0 auto}@media(min-width: 992px){.input-text--verification{gap:2.5rem;max-width:25.625rem}}.input-text--verification input{text-align:center}.input-text--verification input:last-child{pointer-events:all}.input-text--verification input[disabled]{background:none;border-color:var(--bd) !important;box-shadow:none !important}.input-text--verification input:not(.active):focus,.input-text--verification input:not(.active):hover{box-shadow:none;border-color:var(--bd) !important;box-shadow:none !important}.input-text--verification input.input-text--invalid{border-color:var(--red);box-shadow:none}.input-text--verification input.active:not([disabled]):focus{border-color:var(--blue) !important;box-shadow:0px 0px 4px 0px #649eff}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}100%{transform:translateX(0);border-color:var(--red)}}.input-text--verification.input-text--error{animation:shake .4s ease-in-out}.input-text--verification.input-text--error input{border-color:var(--red)}.input-text__field{width:100%;height:3.25rem;padding:.5rem;border:1px solid var(--bd);transition:.5s;outline:0;box-shadow:none;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}.input-text__field:focus,.input-text__field:hover{border-color:var(--blue);transition:.5s;box-shadow:0px 0px 4px 0px #649eff}.input-text input:-webkit-autofill,.input-text input:-webkit-autofill:hover,.input-text input:-webkit-autofill:focus{-webkit-text-fill-color:var(--body-color);-webkit-box-shadow:0 0 0px 1000px var(--white-to-black) inset;transition:background-color 5000s ease-in-out 0s}.input-text__error{display:none;align-items:center;position:absolute;left:0;top:calc(100% + .25rem);color:var(--red);font-size:.75rem;font-style:italic;line-height:.25rem}@media(min-width: 767px){.input-text__error{font-size:.875rem}}.input-text__error::before{content:"";width:20px;height:20px;flex-shrink:0;display:block;background-image:url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M16.6667 10C16.6667 11.7682 15.9643 13.4638 14.7141 14.7141C13.4638 15.9643 11.7682 16.6667 10 16.6667C8.23193 16.6667 6.53624 15.9643 5.286 14.7141C4.03575 13.4638 3.33337 11.7682 3.33337 10C3.33337 8.23193 4.03575 6.53624 5.286 5.286C6.53624 4.03575 8.23193 3.33337 10 3.33337C11.7682 3.33337 13.4638 4.03575 14.7141 5.286C15.9643 6.53624 16.6667 8.23193 16.6667 10ZM10.8334 13.3334C10.8334 13.5544 10.7456 13.7663 10.5893 13.9226C10.433 14.0789 10.2211 14.1667 10 14.1667C9.77903 14.1667 9.56707 14.0789 9.41079 13.9226C9.2545 13.7663 9.16671 13.5544 9.16671 13.3334C9.16671 13.1124 9.2545 12.9004 9.41079 12.7441C9.56707 12.5878 9.77903 12.5 10 12.5C10.2211 12.5 10.433 12.5878 10.5893 12.7441C10.7456 12.9004 10.8334 13.1124 10.8334 13.3334ZM10 5.83337C9.77903 5.83337 9.56707 5.92117 9.41079 6.07745C9.2545 6.23373 9.16671 6.44569 9.16671 6.66671V10C9.16671 10.2211 9.2545 10.433 9.41079 10.5893C9.56707 10.7456 9.77903 10.8334 10 10.8334C10.2211 10.8334 10.433 10.7456 10.5893 10.5893C10.7456 10.433 10.8334 10.2211 10.8334 10V6.66671C10.8334 6.44569 10.7456 6.23373 10.5893 6.07745C10.433 5.92117 10.2211 5.83337 10 5.83337Z%27 fill=%27%23E40D24%27/%3E%3C/svg%3E%0A")}.input-text input:focus+label,.input-text input:not(:placeholder-shown)~label{color:var(--blue);top:-0.625rem;transition:.5s;background:var(--white-color)}.input-text input:not(:placeholder-shown)~.input-text__helper{display:none !important}.input-text input:focus+label{color:var(--blue)}.input-text__helper{position:absolute;left:0;top:calc(100% + .25rem);display:none;max-width:200px;text-align:left;color:var(--blue-2);font-size:14px;font-style:italic}.input-text__helper::before{content:"";width:20px;height:20px;display:block;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M16.6667 10C16.6667 11.7682 15.9643 13.4638 14.7141 14.7141C13.4638 15.9643 11.7681 16.6667 10 16.6667C8.2319 16.6667 6.53621 15.9643 5.28596 14.7141C4.03572 13.4638 3.33334 11.7682 3.33334 10C3.33334 8.23193 4.03572 6.53624 5.28596 5.286C6.53621 4.03575 8.2319 3.33337 10 3.33337C11.7681 3.33337 13.4638 4.03575 14.7141 5.286C15.9643 6.53624 16.6667 8.23193 16.6667 10ZM10.8333 6.66671C10.8333 6.88772 10.7455 7.09968 10.5893 7.25596C10.433 7.41224 10.221 7.50004 10 7.50004C9.779 7.50004 9.56703 7.41224 9.41075 7.25596C9.25447 7.09968 9.16668 6.88772 9.16668 6.66671C9.16668 6.44569 9.25447 6.23373 9.41075 6.07745C9.56703 5.92117 9.779 5.83337 10 5.83337C10.221 5.83337 10.433 5.92117 10.5893 6.07745C10.7455 6.23373 10.8333 6.44569 10.8333 6.66671ZM9.16668 9.16671C8.94566 9.16671 8.7337 9.2545 8.57742 9.41079C8.42114 9.56707 8.33334 9.77903 8.33334 10C8.33334 10.2211 8.42114 10.433 8.57742 10.5893C8.7337 10.7456 8.94566 10.8334 9.16668 10.8334V13.3334C9.16668 13.5544 9.25447 13.7663 9.41075 13.9226C9.56703 14.0789 9.779 14.1667 10 14.1667H10.8333C11.0544 14.1667 11.2663 14.0789 11.4226 13.9226C11.5789 13.7663 11.6667 13.5544 11.6667 13.3334C11.6667 13.1124 11.5789 12.9004 11.4226 12.7441C11.2663 12.5878 11.0544 12.5 10.8333 12.5V10C10.8333 9.77903 10.7455 9.56707 10.5893 9.41079C10.433 9.2545 10.221 9.16671 10 9.16671H9.16668Z%27 fill=%27%237485D1%27/%3E%3C/svg%3E%0A")}.input-text__label{position:absolute;left:.5rem;top:.9375rem;color:var(--navbar-gray);font-size:1.125rem;line-height:1.375rem;transition:.5s}.input-text__show-pass{position:absolute;right:.5rem;top:.625rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;fill:var(--bd);transition:.5s;background:var(--white-color)}.input-text__show-pass svg{max-height:100%}.input-text__show-pass:hover{cursor:pointer;fill:var(--red);transition:.5s}.input-text__forgot{position:absolute;right:0;top:3.75rem;color:var(--navbar-dark);text-align:right;font-size:.875rem;line-height:1.25rem;transition:.5s;text-decoration:underline}.input-text__forgot:hover{cursor:pointer;transition:.5s;text-decoration:none}.modal{position:fixed;z-index:999999999}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center}.modal:not(.toast-popup){align-items:center;justify-content:center;left:0;right:0;top:0;bottom:0;width:100%;height:100%}.modal:not(.toast-popup) .modal__content{z-index:9;width:100%;max-width:620px;padding:0 10px}.modal.toast-popup{position:fixed;right:0px;bottom:0px;z-index:999999;width:100%;max-width:460px;padding:15px}.modal.toast-popup .modal__overlay{display:none}.modal.toast-popup .toast-modal{position:relative;padding:20px;border-radius:6px;background:var(--navbar-dark2);color:var(--white-to-black)}.modal.toast-popup .toast-modal__close{position:absolute;right:10px;top:10px;fill:var(--body-bg);cursor:pointer}.modal.toast-popup .toast-modal__header{display:flex;gap:20px;align-items:center;fill:var(--white-to-black)}.modal.toast-popup .toast-modal__header svg,.modal.toast-popup .toast-modal__header img{flex-shrink:0;max-width:104px}.modal.toast-popup .toast-modal__title{font-weight:bold;font-size:24px}.modal.toast-popup .toast-modal__caption{margin-top:12px}.modal.toast-popup .toast-modal__text{font-size:17px;margin-top:12px}.modal.toast-popup .toast-modal__footer{margin-top:27px}.modal.toast-popup .toast-modal__btn{height:50px;outline:none;box-shadow:none}.modal.auth-modal .auth-popup{display:flex;flex-direction:column;width:100%;max-width:600px;position:relative;gap:1.875rem;padding:4.375rem 1.5rem 1.5rem;border-radius:6px;background:var(--white-to-dark)}@media(min-width: 992px){.modal.auth-modal .auth-popup{gap:2.5rem}}.modal.auth-modal .auth-popup__title{text-align:center;font-family:var(--tinos-font);padding:0;color:var(--body-color);font-size:1.875rem;font-weight:700;line-height:2rem}@media(min-width: 992px){.modal.auth-modal .auth-popup__title{line-height:2.375rem;font-size:2.25rem}}.modal.auth-modal .auth-popup__close{position:absolute;right:24px;top:24px;outline:none;border:0;box-shadow:none;fill:#b0babf;cursor:pointer}.modal.auth-modal .auth-popup__body{display:flex;flex-direction:column;align-items:flex-start;gap:1.875rem;overflow:visible;margin:0;padding-left:0;padding-right:0}@media(min-width: 992px){.modal.auth-modal .auth-popup__body{gap:2.5rem}}.modal.auth-modal .auth-popup__footer{display:flex;flex-direction:column;align-items:center;margin:-1.25rem 0 0 0}.modal.auth-modal .auth-popup__message-error{font-size:14px;color:red;margin-top:-30px}.modal.auth-modal .auth-popup__message-error:not(:empty){margin-top:-20px}@media(max-width: 479px){.modal.auth-modal .auth-popup .input-text:nth-child(2) .input-text__error{width:100%;line-height:1;padding-right:121px;text-align:left}}.modal.auth-modal .auth-popup .input-text__field{color:var(--body-color);background:var(--white-to-black)}.modal.auth-modal .auth-popup .input-text__show-pass{background:var(--white-to-black);fill:var(--navbar-gray)}.modal.auth-modal .auth-popup .input-text__forgot{color:var(--navbar-dark2)}.modal.auth-modal .auth-popup .custom-checkbox span::before{background:var(--white-to-black)}.modal.auth-modal .auth-popup .input-text__label{background:var(--white-to-dark) !important}.modal.auth-modal .auth-popup__submit{background:var(--dark-to-red);border-color:rgba(0,0,0,0)}.modal.auth-modal .auth-popup__submit:hover{color:var(--white-to-black);border-color:var(--dark2);background:var(--dark2)}.modal.auth-modal .auth-popup__sign-up{display:flex;flex-direction:column;align-items:center;margin-top:20px;color:var(--navbar-gray);text-align:center;font-size:.875rem;line-height:1.125rem}.modal.auth-modal .auth-popup__sign-up-link{margin-top:.25rem;color:var(--red);font-size:1.125rem;font-weight:600;line-height:1.25rem;transition:.5s}.modal.auth-modal .auth-popup__sign-up-link:hover{color:var(--red);transition:.5s;text-decoration:underline;cursor:pointer}.modal.auth-modal .auth-popup__socials{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:20px}.modal.auth-modal .auth-popup__socials-title{display:flex;align-items:center;color:var(--navbar-gray);text-align:center;font-size:.875rem;font-weight:500;line-height:.875rem;letter-spacing:.04375rem;text-transform:uppercase;white-space:nowrap;width:100%;gap:.5rem}.modal.auth-modal .auth-popup__socials-title::before,.modal.auth-modal .auth-popup__socials-title::after{content:"";width:100%;height:1px;display:block;background:var(--bd)}.modal.auth-modal .auth-popup__socials .s-networks{margin-top:.5rem}.modal.auth-modal .auth-popup__socials .s-networks__link{width:3rem;height:3rem;fill:var(--red);border-radius:2px}.modal.auth-modal .auth-popup__socials .s-networks__link svg{max-width:100%;max-height:100%}.modal.auth-modal .auth-popup__socials .s-networks__link:hover{background:#ebebeb}.modal.auth-modal .auth-popup__message_error{font-size:14px;color:red;margin-top:-30px}.modal.auth-modal .auth-popup .button__icon{fill:var(--white-color)}.modal.auth-modal .auth-popup input:-webkit-autofill,.modal.auth-modal .auth-popup input:-webkit-autofill:hover,.modal.auth-modal .auth-popup input:-webkit-autofill:focus{-webkit-text-fill-color:var(--body-color);-webkit-box-shadow:0 0 0px 1000px var(--white-to-black) inset;transition:background-color 5000s ease-in-out 0s}.modal.auth-modal .auth-popup .button[disabled]{pointer-events:none;background:var(--bd);cursor:not-allowed}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide.is-open:not(.toast-popup){display:flex}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}.social-modal{display:grid;gap:1.5rem;position:relative;text-align:center;padding:4.75rem 1.25rem 1.5rem;background:var(--white-to-dark);border-radius:10px}.social-modal__title{font-family:var(--tinos-font);color:var(--body-color);font-size:1.875rem;font-weight:700;line-height:2rem}@media(min-width: 992px){.social-modal__title{line-height:2.8125rem;font-size:2.5rem}}.social-modal__badge{position:absolute;top:24px;left:24px;display:inline-flex;align-items:center;gap:12px;font-size:14px}.social-modal__badge::before{content:"";width:30px;height:30px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14.5439 29.0879C6.51132 29.0879 0 22.5766 0 14.5439C0 6.51132 6.51132 0 14.5439 0C22.5766 0 29.0879 6.51132 29.0879 14.5439C29.0879 22.5766 22.5766 29.0879 14.5439 29.0879ZM10.0208 16.2456L10.0397 16.2354L11.305 20.4095C11.4679 20.8618 11.6919 20.9433 11.9639 20.9055C12.2373 20.8691 12.3813 20.7222 12.5602 20.5506L14.288 18.881L17.9967 21.6268C18.6744 22.0006 19.1616 21.8072 19.3304 20.9985L21.7403 9.62227C22.0064 8.56348 21.541 8.13879 20.7193 8.47621L6.56368 13.9447C5.59796 14.3316 5.60378 14.8726 6.38916 15.1126L10.0208 16.2456Z%27 fill=%27%232D9CDB%27/%3E%3C/svg%3E%0A")}.social-modal__close{position:absolute;right:24px;top:24px;cursor:pointer;fill:#b0babf}.social-modal__icon{display:flex;align-items:center;justify-content:center}.social-modal__icon img,.social-modal__icon svg{max-width:100%;max-height:100%}.social-modal__caption{font-weight:500;font-size:1.125rem}.social-modal__btns{display:grid;gap:10px;width:100%}@media(min-width: 992px){.social-modal__btns{gap:24px;grid-template-columns:1fr 1fr}}.social-modal .button{width:100%}.text-mistake-popup,.success-popup,.error-popup{display:grid;gap:1.5rem;position:relative;text-align:center;padding:4.75rem 1.25rem 1.5rem;background:var(--paper2);border-radius:10px}.text-mistake-popup__title,.success-popup__title,.error-popup__title{text-align:center;font-family:var(--tinos-font);font-size:2.125rem;font-weight:700;line-height:normal}.text-mistake-popup__close,.success-popup__close,.error-popup__close{position:absolute;right:24px;top:24px;cursor:pointer;fill:#b0babf}.text-mistake-popup__icon,.success-popup__icon,.error-popup__icon{display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.text-mistake-popup__icon img,.text-mistake-popup__icon svg,.success-popup__icon img,.success-popup__icon svg,.error-popup__icon img,.error-popup__icon svg{max-width:100%;max-height:100%}.text-mistake-popup__input,.success-popup__input,.error-popup__input{color:var(--gray4);background:var(--white-to-dark);border-color:var(--gray4)}.text-mistake-popup__input::placeholder,.success-popup__input::placeholder,.error-popup__input::placeholder{color:var(--gray4)}.text-mistake-popup__btns,.success-popup__btns,.error-popup__btns{display:grid;gap:10px;width:100%}@media(min-width: 992px){.text-mistake-popup__btns,.success-popup__btns,.error-popup__btns{gap:24px;grid-template-columns:40% calc(60% - 24px)}}.text-mistake-popup .input-text__field{color:var(--black-to-white)}.success-popup{padding:24px;justify-content:center}.error-modal__helper a{text-decoration:underline}.age-modal .modal__overlay,.age-error-modal .modal__overlay{pointer-events:none;filter:blur(6px);backdrop-filter:blur(6px)}.age-modal .success-popup__close,.age-modal .error-popup__close,.age-error-modal .success-popup__close,.age-error-modal .error-popup__close{display:none}.age-modal .error-popup__title,.age-modal .success-popup__title,.age-error-modal .error-popup__title,.age-error-modal .success-popup__title{font-size:1.5rem}.age-modal .success-popup,.age-error-modal .success-popup{max-width:450px;margin-left:auto;margin-right:auto}.age-error-modal .error-popup{padding-top:1.5625rem}.small-padding{padding:3rem 2rem 2rem;max-width:400px;margin:auto}.small-padding .error-popup__title{font-family:var(--inter-font);font-size:1rem;font-weight:500}.theme-switcher{display:block;position:relative;cursor:pointer;user-select:none;height:30px;width:56px}.theme-switcher input{display:none}.theme-switcher input:checked~.theme-switcher__control{background-color:#3c464e}.theme-switcher input:checked~.theme-switcher__control:after{left:29px;background-image:url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%270.318359%27 y=%270.000488281%27 width=%2724%27 height=%2724%27 rx=%2712%27 fill=%27%231A2024%27/%3E%3Cpath d=%27M10.3682 6.62381C9.89581 7.64923 9.74905 8.7948 9.94768 9.90619C10.1463 11.0176 10.6808 12.0414 11.4791 12.8397C12.2774 13.638 13.3012 14.1725 14.4126 14.3711C15.524 14.5698 16.6696 14.423 17.695 13.9506C17.0851 16.6973 14.6348 18.7505 11.7047 18.7505C8.31558 18.7505 5.56833 16.0032 5.56833 12.6141C5.56833 9.68401 7.62156 7.23376 10.3682 6.62381ZM15.4871 6.65633L16.0001 6.78458V7.39822L15.4871 7.52647C15.2714 7.58042 15.0744 7.692 14.9171 7.84926C14.7598 8.00652 14.6483 8.20355 14.5943 8.41931L14.4661 8.93231H13.8524L13.7242 8.41931C13.6702 8.20355 13.5586 8.00652 13.4014 7.84926C13.2441 7.692 13.0471 7.58042 12.8313 7.52647L12.3183 7.39822V6.78458L12.8313 6.65633C13.047 6.60227 13.2439 6.49066 13.401 6.3334C13.5582 6.17615 13.6696 5.97917 13.7236 5.76349L13.8524 5.25049H14.4661L14.5943 5.76349C14.6483 5.97924 14.7598 6.17628 14.9171 6.33354C15.0744 6.4908 15.2714 6.60237 15.4871 6.65633ZM18.5553 9.72451L19.0683 9.85276V10.4664L18.5553 10.5946C18.3396 10.6486 18.1425 10.7602 17.9853 10.9174C17.828 11.0747 17.7164 11.2717 17.6625 11.4875L17.5342 12.0005H16.9206L16.7924 11.4875C16.7384 11.2717 16.6268 11.0747 16.4696 10.9174C16.3123 10.7602 16.1153 10.6486 15.8995 10.5946L15.3865 10.4664V9.85276L15.8995 9.72451C16.1153 9.67055 16.3123 9.55898 16.4696 9.40172C16.6268 9.24446 16.7384 9.04742 16.7924 8.83167L16.9206 8.31867H17.5342L17.6625 8.83167C17.7164 9.04742 17.828 9.24446 17.9853 9.40172C18.1425 9.55898 18.3396 9.67055 18.5553 9.72451Z%27 fill=%27%23FAF7F4%27/%3E%3C/svg%3E%0A")}.theme-switcher .theme-switcher__control{position:absolute;top:0;left:0;height:30px;width:56px;border-radius:1.563rem;background-color:#eaded4;transition:background-color .15s ease-in}.theme-switcher .theme-switcher__control:after{content:"";position:absolute;left:3px;top:3px;width:24px;height:24px;border-radius:50%;transition:left .15s ease-in;box-shadow:1px 1px 3px rgba(0,0,0,.2);background-image:url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%270.199707%27 y=%270.000488281%27 width=%2724%27 height=%2724%27 rx=%2712%27 fill=%27%23FAF7F4%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.1997 4.00049C12.4649 4.00049 12.7193 4.10585 12.9068 4.29338C13.0943 4.48092 13.1997 4.73527 13.1997 5.00049V6.00049C13.1997 6.2657 13.0943 6.52006 12.9068 6.70759C12.7193 6.89513 12.4649 7.00049 12.1997 7.00049C11.9345 7.00049 11.6801 6.89513 11.4926 6.70759C11.3051 6.52006 11.1997 6.2657 11.1997 6.00049V5.00049C11.1997 4.73527 11.3051 4.48092 11.4926 4.29338C11.6801 4.10585 11.9345 4.00049 12.1997 4.00049ZM16.1997 12.0005C16.1997 13.0614 15.7783 14.0788 15.0281 14.8289C14.278 15.5791 13.2606 16.0005 12.1997 16.0005C11.1388 16.0005 10.1214 15.5791 9.37128 14.8289C8.62113 14.0788 8.19971 13.0614 8.19971 12.0005C8.19971 10.9396 8.62113 9.92221 9.37128 9.17206C10.1214 8.42192 11.1388 8.00049 12.1997 8.00049C13.2606 8.00049 14.278 8.42192 15.0281 9.17206C15.7783 9.92221 16.1997 10.9396 16.1997 12.0005ZM15.7357 16.9505L16.4427 17.6575C16.6313 17.8396 16.8839 17.9404 17.1461 17.9382C17.4083 17.9359 17.6591 17.8307 17.8445 17.6453C18.0299 17.4599 18.1351 17.2091 18.1374 16.9469C18.1397 16.6847 18.0389 16.4321 17.8567 16.2435L17.1497 15.5365C16.9611 15.3543 16.7085 15.2535 16.4463 15.2558C16.1841 15.2581 15.9333 15.3633 15.7479 15.5487C15.5625 15.7341 15.4573 15.9849 15.455 16.2471C15.4528 16.5093 15.5535 16.7619 15.7357 16.9505ZM17.8557 6.34349C18.0432 6.53102 18.1485 6.78532 18.1485 7.05049C18.1485 7.31565 18.0432 7.56996 17.8557 7.75749L17.1497 8.46449C17.0575 8.56 16.9471 8.63618 16.8251 8.68859C16.7031 8.741 16.5719 8.76858 16.4391 8.76974C16.3063 8.77089 16.1746 8.74559 16.0518 8.69531C15.9289 8.64503 15.8172 8.57078 15.7233 8.47688C15.6294 8.38299 15.5552 8.27134 15.5049 8.14844C15.4546 8.02555 15.4293 7.89387 15.4305 7.76109C15.4316 7.62831 15.4592 7.49709 15.5116 7.37508C15.564 7.25308 15.6402 7.14274 15.7357 7.05049L16.4427 6.34349C16.6302 6.15602 16.8845 6.0507 17.1497 6.0507C17.4149 6.0507 17.6692 6.15602 17.8567 6.34349H17.8557ZM19.1997 13.0005C19.4649 13.0005 19.7193 12.8951 19.9068 12.7076C20.0944 12.5201 20.1997 12.2657 20.1997 12.0005C20.1997 11.7353 20.0944 11.4809 19.9068 11.2934C19.7193 11.1058 19.4649 11.0005 19.1997 11.0005H18.1997C17.9345 11.0005 17.6801 11.1058 17.4926 11.2934C17.3051 11.4809 17.1997 11.7353 17.1997 12.0005C17.1997 12.2657 17.3051 12.5201 17.4926 12.7076C17.6801 12.8951 17.9345 13.0005 18.1997 13.0005H19.1997ZM12.1997 17.0005C12.4649 17.0005 12.7193 17.1058 12.9068 17.2934C13.0943 17.4809 13.1997 17.7353 13.1997 18.0005V19.0005C13.1997 19.2657 13.0943 19.5201 12.9068 19.7076C12.7193 19.8951 12.4649 20.0005 12.1997 20.0005C11.9345 20.0005 11.6801 19.8951 11.4926 19.7076C11.3051 19.5201 11.1997 19.2657 11.1997 19.0005V18.0005C11.1997 17.7353 11.3051 17.4809 11.4926 17.2934C11.6801 17.1058 11.9345 17.0005 12.1997 17.0005ZM7.24971 8.46449C7.34255 8.5574 7.45279 8.63111 7.57412 8.68142C7.69545 8.73173 7.82551 8.75764 7.95685 8.75769C8.0882 8.75774 8.21827 8.73191 8.33964 8.68169C8.46101 8.63147 8.5713 8.55783 8.66421 8.46499C8.75712 8.37214 8.83083 8.26191 8.88114 8.14058C8.93145 8.01924 8.95736 7.88919 8.95741 7.75784C8.95746 7.62649 8.93163 7.49642 8.88141 7.37505C8.83119 7.25369 8.75755 7.1434 8.66471 7.05049L7.95671 6.34349C7.7681 6.16133 7.5155 6.06054 7.25331 6.06281C6.99111 6.06509 6.7403 6.17026 6.55489 6.35567C6.36948 6.54108 6.26431 6.79189 6.26203 7.05409C6.25975 7.31628 6.36055 7.56889 6.54271 7.75749L7.24971 8.46449ZM8.66371 16.9505L7.95671 17.6575C7.7681 17.8396 7.5155 17.9404 7.25331 17.9382C6.99111 17.9359 6.7403 17.8307 6.55489 17.6453C6.36948 17.4599 6.26431 17.2091 6.26203 16.9469C6.25975 16.6847 6.36055 16.4321 6.54271 16.2435L7.24971 15.5365C7.43831 15.3543 7.69091 15.2535 7.95311 15.2558C8.21531 15.2581 8.46612 15.3633 8.65153 15.5487C8.83693 15.7341 8.9421 15.9849 8.94438 16.2471C8.94666 16.5093 8.84587 16.7619 8.66371 16.9505ZM6.19971 13.0005C6.46492 13.0005 6.71928 12.8951 6.90681 12.7076C7.09435 12.5201 7.19971 12.2657 7.19971 12.0005C7.19971 11.7353 7.09435 11.4809 6.90681 11.2934C6.71928 11.1058 6.46492 11.0005 6.19971 11.0005H5.19971C4.93449 11.0005 4.68014 11.1058 4.4926 11.2934C4.30506 11.4809 4.19971 11.7353 4.19971 12.0005C4.19971 12.2657 4.30506 12.5201 4.4926 12.7076C4.68014 12.8951 4.93449 13.0005 5.19971 13.0005H6.19971Z%27 fill=%27%235B6871%27/%3E%3C/svg%3E%0A")}.header{transition:opacity .3s ease}@media(max-width: 991px){.header{position:fixed;left:0;right:0;top:0;padding:0 .9375rem;z-index:9999;background:var(--body-bg)}}.header.is-menu{position:fixed;left:0;right:0;top:0;padding:0 .9375rem;z-index:9999}.header.is-menu .header__top{margin:0 -15px;padding-left:15px;padding-right:15px;background:var(--body-bg)}@media(max-width: 991px){.header.is-menu .header__menu{margin:0 24px}.header.is-menu .header__menu .header-menu{border-color:var(--light4)}.header.is-menu .header__menu .header-menu__item{border-color:var(--light4)}.header.is-menu .header__menu .header-menu__link{font-size:1.25rem;padding:1.3125rem 0 1.25rem}}@media(min-width: 992px){.header.is-menu{position:static;overflow:visible;padding:0}}.header__top{display:flex;align-items:center;padding:1.1875rem 15px;border-bottom:1px solid var(--bd);margin:0 -15px}@media(min-width: 992px){.header__top{padding:1.75rem 0 1.25rem;z-index:0;margin:0}}@media(min-width: 992px){.header__logo{position:relative;top:5px}}.header__actions{display:flex;align-items:center;justify-content:flex-end;flex:1 1 auto;gap:20px}@media(max-width: 991px){.header__actions{margin-left:auto;padding-left:15px}}@media(min-width: 992px){.header__actions{gap:0}.header__actions .button{margin-right:1.5rem;min-width:10rem}.header__actions .button.header__button--last{margin-right:2.25rem}}@media(min-width: 992px){.header__actions .button{padding:.8125rem 1.0625rem !important;min-width:8.625rem;height:2.5rem;font-size:.875rem;font-weight:600;line-height:.875rem;letter-spacing:.5px}.header__actions .button:not(:last-child){width:145px;min-width:145px}}@media(max-width: 991px){.header__actions .button{width:8.625rem;height:2.5rem;font-size:1rem;font-weight:500;line-height:1rem;letter-spacing:.05rem;display:none !important}}.header__menu-btn{display:flex;align-items:center;justify-content:center;cursor:pointer}.header__menu-btn svg{max-width:18px}@media(min-width: 992px){.header__menu-btn{display:none}}.header__bottom{background:var(--body-bg);margin:0;box-shadow:none}@media(max-width: 991px){.header__bottom{position:fixed;right:0;left:0;bottom:0;top:79px;height:calc(100vh - 79px);overflow:auto;margin:0;padding:24px 1.5rem 2.5rem 1.5rem;transition:.5s;transform:translateY(-100%);opacity:0;visibility:hidden;z-index:-1;z-index:999}.header__bottom .header__profile{display:flex !important;position:absolute;left:27px;top:36px}.header__bottom .theme-switcher{display:flex !important;align-items:center;width:100%;order:-2;margin-bottom:24px}.header__bottom .theme-switcher::before{content:"Обери тему:";font-weight:500;text-transform:uppercase}.header__bottom .theme-switcher span{right:0;left:auto}.header__bottom .header__button:not(.header__button--last){display:flex !important;width:calc(50% - 10px);height:50px;margin-bottom:-50px}.header__bottom .header__button--last{display:flex !important;width:calc(50% - 10px);height:50px;margin-bottom:24px;margin-left:auto}.header__bottom .dropdown-widget--profile .dropdown-widget__list{transform:translateX(-40%)}}@media(min-width: 992px){.header__bottom{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:83;padding:0;width:auto;border-bottom:1px solid var(--bd)}.header__bottom.is-sticky{margin:0 -15px;padding:0 30px;box-shadow:0 1px 3px rgba(0,0,0,.08)}}@media(min-width: 992px)and (min-width: 992px){.header__bottom.is-sticky{margin:0 -40px;padding:0 40px}.header__bottom.is-sticky .header__home{position:relative}.header__bottom.is-sticky .header__home svg{opacity:0}.header__bottom.is-sticky .header__home::before{content:"";width:18px;height:17px;display:block;position:absolute;left:7px;top:7px;background-image:url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2717%27 viewBox=%270 0 18 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.25189 12.021C1.09217 11.0493 1.11989 10.1832 2.34749 8.62881C3.09593 7.68354 4.45158 7.04018 6.0699 6.98481C8.11459 6.91362 11.3499 7.84966 12.8244 7.79692C15.0037 7.72046 15.7548 6.22279 15.9581 5.51219C16.2009 4.66053 16.1415 3.8115 15.335 2.84382C14.5285 1.87614 13.9028 1.15895 12.1538 0.596008C12.4178 0.892641 12.5023 1.19191 12.4521 1.70739C12.3901 2.32966 11.742 2.99807 10.7361 3.19187C9.12572 3.50169 8.40631 2.99148 6.62167 2.85569C3.32166 2.60256 1.42745 5.0389 1.04069 5.91562C0.508726 7.11137 0.0216437 9.14166 1.25189 12.021Z%27 fill=%27%23AE0000%27/%3E%3Cpath d=%27M16.8319 4.83514C16.9916 5.80678 16.9639 6.67295 15.7376 8.22862C14.9905 9.17389 13.6348 9.81857 12.0165 9.87526C9.97182 9.94645 6.73649 9.01305 5.26205 9.06578C3.08272 9.14488 2.33164 10.6412 2.12968 11.3531C1.8868 12.2048 1.94619 13.0538 2.75404 14.0215C3.56188 14.9892 4.18756 15.7051 5.93657 16.2627C5.67917 15.9674 5.58677 15.6668 5.63825 15.1527C5.69897 14.5291 6.34577 13.8607 7.35426 13.6656C8.96334 13.3544 9.68406 13.8646 11.4687 14.0004C14.7687 14.2509 16.8042 11.4164 17.1725 10.5384C17.4919 9.78956 18.0621 7.71577 16.8319 4.83514Z%27 fill=%27%23AE0000%27/%3E%3Cpath d=%27M9.16139 14.9728C8.68189 14.9514 8.20425 15.0454 7.76879 15.2471C7.38731 15.4382 7.19591 15.6742 7.19327 15.9577C7.19063 16.2411 7.37543 16.485 7.75163 16.6814C8.18427 16.8848 8.6555 16.9933 9.13363 16.9997C9.61176 17.0061 10.0857 16.9101 10.5236 16.7184C10.9117 16.5246 11.1071 16.2873 11.111 16.0091C11.115 15.7309 10.9196 15.4817 10.5276 15.2774C10.1022 15.071 9.63433 14.9667 9.16139 14.9728Z%27 fill=%27%23AE0000%27/%3E%3Cpath d=%27M9.16139 0.00299738C8.68189 -0.018466 8.20425 0.0755866 7.76879 0.277218C7.38731 0.468381 7.19591 0.704368 7.19327 0.987817C7.19063 1.27127 7.37543 1.51516 7.75163 1.7116C8.18427 1.91498 8.6555 2.02349 9.13363 2.02986C9.61176 2.03623 10.0857 1.9403 10.5236 1.74851C10.9117 1.55471 11.1071 1.31741 11.111 1.03923C11.115 0.761058 10.9196 0.511886 10.5276 0.30754C10.1022 0.101124 9.63433 -0.00316186 9.16139 0.00299738Z%27 fill=%27%23AE0000%27/%3E%3C/svg%3E%0A")}}@media(min-width: 992px){.header__bottom.is-hidden{opacity:0;visibility:hidden}.header__bottom .header__profile,.header__bottom .theme-switcher,.header__bottom .header__button{display:none !important}}.header__button--last{display:flex}@media(max-width: 991px){.header__button--last{display:none !important}}.header__home{display:flex}@media(max-width: 991px){.header__home{display:none !important}}.header__search{display:flex}.header__search-btn{transition:.5s;width:2rem;height:2rem;background:none;outline:none;border:none;padding:.1875rem}@media(max-width: 991px){.header__search-btn{display:none !important}}.header__search-btn svg{width:1.3125rem;height:1.3125rem;fill:var(--gray2);transition:.5s}@media(min-width: 767px){.header__search-btn{display:inline-flex;align-items:center;justify-content:center}}.header__search-btn:hover{transition:.5s;cursor:pointer}.header__search-btn:hover svg{fill:var(--red);transition:.5s}.header__search-btn:focus,.header__search-btn:active{background:#ebebeb;border-radius:.25rem}.header__search-btn:focus svg,.header__search-btn:active svg{fill:#303940}.header__menu{padding-bottom:3.125rem;border-top:1px solid var(--bd)}@media(min-width: 992px){.header__menu{margin:0 0 0 .625rem;padding-bottom:0;border:0;width:calc(100% - 4.375rem)}.header__menu button{margin:0 5px}}@media(min-width: 992px){.header__menu{margin:0 1.25rem}}.header__logo{display:flex}.header__logo-icon{width:9.6875rem;height:2.5rem;fill:var(--logo-bg)}@media(min-width: 992px){.header__logo-icon{width:13.1875rem;height:3.125rem}}.header__logo-icon-ny{padding:0;margin:-21px 0 0 0;width:160px;height:57px}@media(min-width: 992px){.header__logo-icon-ny{height:4.8125rem;width:13.4375rem;margin:-33px 0 0 0}}.header__home{display:none;width:2rem;height:2rem;align-items:center;justify-content:center}@media(min-width: 767px){.header__home{display:inline-flex}}.header__home-icon{width:1.25rem;height:1.125rem;fill:var(--gray2);transition:.5s}@media(min-width: 992px){.header__home-icon{width:2rem}}.header__home:hover .header__home-icon{fill:var(--red);transition:.5s}.header__home:focus,.header__home:active{color:#303940;background:#ebebeb;border-radius:.25rem}.header__home:focus .header__home-icon,.header__home:active .header__home-icon{fill:#303940;transition:.5s}@media(max-width: 991px){.header .theme-switcher{display:none}}@media(min-width: 992px){.header .theme-switcher{margin-right:1.5rem}}@media(min-width: 992px){.header .header__language{margin-right:1.75rem}}.header .header__language .dropdown-widget__current{display:flex;align-items:center}.header .header__language .dropdown-widget__current svg{flex-shrink:0;margin-left:9px;transition:.5s;fill:var(--body-color)}.header .header__language .dropdown-widget__list{left:13px}.header .dropdown-widget__current:hover{cursor:pointer;color:var(--red);transition:.5s}.header .dropdown-widget__current:hover svg{fill:var(--red);transition:.5s}.header .dropdown-widget__current svg{flex-shrink:0;margin-left:9px;transition:.5s;fill:var(--body-color)}@media(max-width: 991px){.header__profile{width:24px !important;height:24px !important}.header__profile .dropdown-widget__current .dropdown-widget__icon{max-width:17px !important}.header__profile .dropdown-widget__link{font-size:12px;padding:.3125rem .625rem}.header__profile .dropdown-widget__list{padding:.3125rem 0;transform:translateX(-54%);min-width:150px !important}}.header__profile svg{pointer-events:none}@media(min-width: 992px){.header__profile{margin:0 0 0 .6875rem}}@media(max-width: 991px){.header__profile .dropdown-widget__current{font-size:0}.header__profile .dropdown-widget__current svg{margin:0}}@media(min-width: 992px){.header__profile{margin:0 .9375rem 0 0 !important}.header__profile .dropdown-widget__current{font-size:.875rem}}@media(min-width: 992px){.header__search-for-menu{display:none}}@media(max-width: 766px){.header .dropdown-widget__icon{max-width:21px !important;max-height:21px !important}}.header__menu-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.header__menu-btn svg{display:flex;align-items:center;justify-content:center;fill:var(--body-color)}@media(min-width: 993px){.header__menu-btn svg{transition:.5s}}.header__menu-btn svg:hover{fill:var(--red)}@media(min-width: 993px){.header__menu-btn svg:hover{transition:.5s}}@media(min-width: 992px){.header__menu-btn{display:none}}@media(max-width: 991px){body.is-menu{padding-top:79px}}body.is-menu .header__bottom{z-index:95;display:flex;transform:none;opacity:1;visibility:visible;transition:.5s}@media(max-width: 991px){body.is-menu .header__bottom{flex-direction:column}}@media(max-width: 991px){body.is-menu .header__search-for-menu{position:relative;margin-bottom:24px}}@media(max-width: 991px){body.is-menu .header__search-for-menu .search-widget__form{position:static !important;transform:none;opacity:1;background:var(--white-to-dark);z-index:1;width:auto;max-width:inherit;border:1px solid var(--light4);border-radius:25px}body.is-menu .header__search-for-menu .search-widget__form .search-widget__input{height:50px;font-size:18px}body.is-menu .header__search-for-menu .search-widget__form .search-widget__input::placeholder{font-size:18px;color:var(--navbar-gray)}body.is-menu .header__search-for-menu .search-widget__form .search-widget__send{top:9px;padding:0}}.header__ny-layer{display:flex;justify-content:center;width:auto;height:92px;margin:-50px 25px -39px;overflow:hidden}@media(max-width: 991px){.header__ny-layer{transform:scale(0.75)}}@media(max-width: 638px){.header__ny-layer{display:none}}.header__ny-layer svg{flex-shrink:0;width:500px;height:92px}html[lang=en] .header__bottom .theme-switcher::before{content:"Choose a topic:"}html[lang=ru] .header__bottom .theme-switcher::before{content:"Выбери тему:"}.partners-widget{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:1.25rem;column-gap:.9375rem}@media(max-width: 480px){.partners-widget{justify-content:space-evenly}}.partners-widget__link{display:flex;align-items:center;justify-content:center}.partners-widget__link:hover .partners-widget__img{transition:.5s;transform:scale(1.05)}.partners-widget__img{display:block;max-width:100%;max-height:100%;transition:.5s;opacity:.5}@media(max-width: 480px){.partners-widget__img{max-width:180px}}@media(min-width: 992px){.partners-widget__img{width:auto;height:auto}}.footer{position:relative;background:var(--footer-bg);z-index:1}@media(max-width: 991px){.footer{padding-bottom:70px}}@media(min-width: 1200px){.footer{margin-top:16px}}.footer .skeleton{background:#3c464e}.footer .button-outline-gray{color:var(--white-color);background:0;border:1px solid var(--gray4)}.footer .button-outline-gray:hover{background:var(--white-color);color:var(--footer-bg);border-color:var(--white-color)}.footer .button-outline-gray:hover .button__icon{fill:var(--body-color);transition:.5s}.footer::before{content:"";position:absolute;top:0;left:50%;bottom:0;height:100%;width:100vw;background:inherit;z-index:-1;transform:translateX(-50%)}.footer__top{display:flex;flex-wrap:wrap;justify-content:center;padding:1.5rem 0;border-bottom:1px solid var(--gray5)}@media(min-width: 992px){.footer__top{padding:1.5rem 0;gap:1.5625rem;justify-content:space-between}}.footer__logo{display:flex;align-items:center}.footer__buttons{margin-top:1.5rem;width:100%}@media(max-width: 766px){.footer__buttons{display:flex;flex-direction:column}}@media(min-width: 767px){.footer__buttons{display:flex;justify-content:center;gap:1.5rem;margin-top:24px;padding-top:24px;border-top:1px solid var(--gray5)}}@media(min-width: 1055px){.footer__buttons{width:auto;padding:0;margin:0;border:0}}.footer__button{flex-shrink:0;margin-bottom:1.5rem;width:100%;height:60px}@media(max-width: 766px){.footer__button{margin-bottom:0}}@media(max-width: 766px){.footer__button:last-child{order:-1;margin-bottom:1.25rem}}.footer__button:not(.button-outline-gray){background:var(--light-red)}.footer__button:not(.button-outline-gray):hover{background:var(--red)}@media(min-width: 767px){.footer__button{margin-bottom:0;width:12.8125rem;padding:.75rem .625rem !important}}@media(min-width: 992px){.footer__button{height:40px}}.footer__s-networks{width:100%;gap:4px;justify-content:center;margin-top:1.5rem;padding-top:1.5rem;display:flex;border-top:1px solid var(--gray5)}@media(min-width: 767px){.footer__s-networks{margin-top:0;margin-left:auto;border:0;padding-top:0;width:auto}}@media(min-width: 992px){.footer__s-networks{margin:0 35px 0 0}}.footer__nav{padding:1.5rem 0;border-bottom:1px solid var(--gray5)}@media(min-width: 1200px){.footer__nav{padding:1.4375rem 0}}.footer__navigator{padding:1.25rem 0;border-bottom:1px solid var(--gray5)}@media(min-width: 767px){.footer__navigator{margin-top:1.25rem;border-top:1px solid var(--gray5)}}@media(min-width: 1200px){.footer__navigator{padding:1.1875rem 0}}.footer__partners{padding:1.375rem 0;border-bottom:1px solid var(--gray5)}.footer .dropdown-widget--profile .dropdown-widget__current{color:var(--white-color)}.footer .dropdown-widget--profile .dropdown-widget__icon{fill:var(--white-color)}.footer-menu{color:var(--white-color)}@media(min-width: 767px){.footer-menu{display:flex;justify-content:space-between;flex-wrap:wrap;position:relative;row-gap:1.5rem;padding-top:1.5rem}}@media(min-width: 992px){.footer-menu{row-gap:0;margin-top:0;padding-top:0}.footer-menu::after{content:"";position:absolute;left:0;right:0;top:3.75rem;width:100%;height:1px;background:var(--gray5)}}.footer-menu__list{margin:0;padding:0;list-style-type:none}@media(min-width: 767px){.footer-menu__list{width:33.33%;padding-bottom:1.5625rem;border-bottom:1px solid var(--gray5)}.footer-menu__list:nth-child(n+4){border-bottom:0;padding-bottom:0}}@media(min-width: 992px){.footer-menu__list{width:auto;border:0;padding-bottom:0}}@media(max-width: 766px){.footer-menu__list.active{padding-bottom:.9375rem;border-bottom:1px solid var(--gray5)}.footer-menu__list.active .footer-menu__item{display:flex}.footer-menu__list.active .footer-menu__link::after{transform:rotate(90deg);transition:.5s}}@media(min-width: 767px){.footer-menu__list.show-items .footer-menu__item.hidden-item{display:flex}}.footer-menu__item{display:none}@media(min-width: 767px){.footer-menu__item{display:flex}.footer-menu__item.hidden-item{display:none}}@media(min-width: 992px){.footer-menu__item.hidden-item{display:flex}}.footer-menu__item:first-child{display:flex;border-bottom:1px solid var(--gray5)}@media(min-width: 767px){.footer-menu__item:first-child{margin-bottom:.9375rem}}@media(min-width: 992px){.footer-menu__item:first-child{border:0;margin-bottom:.625rem}}.footer-menu__item:first-child .footer-menu__link{padding:.8125rem 0;font-weight:600;font-size:1.125rem;line-height:normal}.footer-menu__item:first-child .footer-menu__link::after{content:"";width:11px;height:18px;display:block;flex-shrink:0;margin-left:.9375rem;transition:.5s;background-image:url("data:image/svg+xml,%3Csvg width=%2711%27 height=%2718%27 viewBox=%270 0 11 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0002 9C11.0002 8.74078 10.8898 8.5023 10.68 8.31567L1.93394 0.269585C1.73516 0.093318 1.49222 0 1.2051 0C0.641913 0 0.200195 0.404378 0.200195 0.943548C0.200195 1.20276 0.310625 1.44124 0.487312 1.61751L8.52658 9L0.487312 16.3825C0.310625 16.5588 0.200195 16.7869 0.200195 17.0565C0.200195 17.5956 0.641913 18 1.2051 18C1.49222 18 1.73516 17.9067 1.93394 17.72L10.68 9.68433C10.8898 9.48733 11.0002 9.25922 11.0002 9Z%27 fill=%27%2348535B%27/%3E%3C/svg%3E%0A")}@media(min-width: 767px){.footer-menu__item:first-child .footer-menu__link{padding:0 0 1.25rem 0;font-size:1.125rem;line-height:1.125rem}.footer-menu__item:first-child .footer-menu__link::after{display:none}}@media(min-width: 992px){.footer-menu__item:first-child .footer-menu__link{padding:1.3125rem 0}}.footer-menu__link{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:1rem;line-height:1.125rem;padding:.3125rem 0}.footer-menu__link:hover{text-decoration:underline}@media(min-width: 1200px){.footer-menu__link{padding:.4375rem 0 .4375rem}}.footer-menu__show-more{display:none !important}@media(min-width: 767px){.footer-menu__show-more{display:inline-flex !important;align-items:center;font-size:.875rem;transition:.5s}.footer-menu__show-more:hover{color:var(--red);transition:.5s;cursor:pointer}}@media(min-width: 992px){.footer-menu__show-more{display:none !important}}.footer-navigator__list{margin:0;padding:0;list-style-type:none}@media(min-width: 767px){.footer-navigator__list{display:flex;align-items:center;justify-content:space-between}}.footer-navigator__item{margin-bottom:1.125rem}@media(min-width: 767px){.footer-navigator__item{margin-bottom:0}}.footer-navigator__item:last-child{margin-bottom:0}.footer-navigator__link{font-weight:600;font-size:1.125rem;line-height:1.5rem;color:var(--white-color)}.footer-navigator__link:hover{text-decoration:underline}.footer-nav__list{margin:0;padding:0;list-style-type:none}@media(min-width: 767px){.footer-nav__list{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}}.footer-nav__list.second-list{margin-top:.625rem;justify-content:flex-start}@media(min-width: 767px){.footer-nav__list.second-list{margin-top:1.125rem}}.footer-nav__item{margin-bottom:.625rem}@media(min-width: 767px){.footer-nav__item{margin-bottom:0}}.footer-nav__item:last-child{margin-bottom:0}.footer-nav__link{font-size:.875rem;line-height:1.125rem;color:var(--white-color)}@media(min-width: 767px){.footer-nav__link{font-size:1rem}}.footer-nav__link:hover{text-decoration:underline}.copyright{display:flex;gap:30px;flex-direction:column;justify-content:space-between}@media(min-width: 767px){.copyright{flex-direction:row;padding:1.75rem 0}}@media(min-width: 1200px){.copyright{padding:1.5rem 0}}.copyright__text{padding:1.125rem 0;font-size:.875rem;line-height:1.125rem;color:var(--navbar-gray);border-bottom:1px solid var(--gray5)}.copyright__text:last-child{border-bottom:0}@media(min-width: 767px){.copyright__text:last-child{text-align:right;min-width:18.75rem}}@media(min-width: 767px){.copyright__text{border:0;padding:0;max-width:30.9375rem}}@media(min-width: 992px){.copyright__text{max-width:38.125rem}}@media(min-width: 1200px){.copyright__text{max-width:62.5rem}}.copyright__link{display:flex;align-items:center;margin-top:20px}@media(min-width: 767px){.copyright__link{justify-content:flex-end}}.copyright__link svg,.copyright__link img{max-width:200px;max-height:50px}@media(min-width: 767px){html[lang=en] .footer-menu__list{width:25%;padding-bottom:1.5625rem;border-bottom:0}}.chip{display:inline-flex;flex-shrink:0;align-items:center;gap:10px;height:27px;padding:0 8px;color:var(--white-color);font-weight:500;font-size:14px;letter-spacing:1px;white-space:nowrap;text-transform:uppercase;border-radius:5px;background:var(--red)}.chip svg{flex-shrink:0;fill:var(--gray6)}.chip.outlined{color:var(--red-to-white);background:none;border:1px solid var(--red-to-white)}.chip.gray{color:var(--gray6);border-color:var(--gray6)}.chip.gray svg{fill:var(--gray6)}.chip.light{color:var(--gray5);background:var(--gray10)}.announcement{padding:0 .9375rem 0 1rem;margin:0 -0.9375rem;color:var(--white-color);font-size:1rem;line-height:1.2;background:var(--red);text-transform:uppercase;transition:.5s;overflow:hidden}.announcement:hover:not(.has-skeleton){background:var(--red-hover);transition:.5s}.announcement.has-skeleton{background:#ececec;height:37px}@media(min-width: 992px){.announcement.has-skeleton{height:48px}}@media(min-width: 767px){.announcement{margin:0 -2.5rem;padding:0 2.5rem;font-size:1.125rem}}.announcement__title{white-space:nowrap;font-weight:400}.announcement__inner{display:flex;gap:2.1875rem;padding:.625rem 0}.announcement__inner:hover{text-decoration:none}@media(min-width: 992px){.announcement__inner{padding:.8125rem 0}}*{-webkit-box-sizing:border-box;box-sizing:border-box}*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}html:not([data-project=main]) .section-default__col--news-sidebar .grid-layer,html:not([data-project=main]) .section-default__col--left-sidebar .grid-layer{padding-top:0 !important;border-top:0 !important}html[data-theme=dark] div#favbet_plashka{background:#f0e9e2}html[data-theme=dark] .questions-toast .swal2-popup,html[data-theme=dark] .telegram-toast .swal2-popup{background:hsla(0,0%,100%,.95) !important}html[data-theme=dark] .questions-toast .swal2-title::before,html[data-theme=dark] .telegram-toast .swal2-title::before{filter:none}html[data-theme=dark] .telegram-toast .swal2-title::after{background:#e4f2f8 !important}html[data-theme=dark] .hint-widget__front::before{filter:invert(1)}html[data-theme=dark] .hint-widget__back,html[data-theme=dark] .hint-widget__front{box-shadow:0px 4px 20px 0px #000}html[data-theme=dark] .hint-widget__front{border:1px solid var(--gray4)}@media(min-width: 1200px){html[data-theme=dark] .grid-layer--life:not(.show-banner) .news-card[data-type=life] .news-card__title{color:var(--body-color)}html[data-theme=dark] .grid-layer--life:not(.show-banner) .news-card[data-type=life] .news-card__badge{color:var(--body-color)}}body{font:400 16px/24px var(--inter-font);color:var(--body-color);background:var(--white-to-dark);overflow-x:hidden}@media(max-width: 991px){body{padding-top:79px}}body .swal2-backdrop-show{display:grid !important}@media(max-width: 991px){body.active-page-list{overflow:hidden}}body[data-branding=true]:not(.is-search) .container{border:0;z-index:1}body[data-branding=true].is-search .container{position:relative}body.is-container{padding:0 15px;width:100%;max-width:1440px;margin:0 auto;background:var(--body-bg)}@media(min-width: 767px){body.is-container{padding:0 24px}}@media(min-width: 992px){body.is-container{padding:0 30px;border-left:1px solid var(--bd);border-right:1px solid var(--bd)}}body[data-branding]{position:relative;z-index:1}@media(min-width: 1200px){body[data-branding]{padding-top:120px;display:flex;flex-direction:column}body[data-branding] .branding-module{display:flex}}@media(min-width: 1220px){body[data-branding]{padding-top:140px}}body[data-branding] .footer::before{width:calc(100% + 1.875rem);left:-15px;transform:none}@media(min-width: 767px){body[data-branding] .footer::before{width:calc(100% + 2.5rem);left:-2.5rem}}@media(min-width: 992px){body[data-branding] .footer::before{width:calc(100% + 5rem);left:-2.5rem}}body.is-menu{overflow:hidden}@media(max-width: 766px){body.is-search{overflow:hidden}}body.is-search #div-gpt-ad-BRANDING{z-index:-1}body.is-search .header{position:static}body.is-search .overlay{content:"";position:fixed;left:0;right:0;bottom:0;width:100%;height:100%;z-index:95;background:rgba(25,31,59,.5);filter:blur(6px);backdrop-filter:blur(6px);z-index:85}a,button{color:inherit;text-decoration:none}@media(min-width: 993px){a,button{transition:.5s}}a:hover,button:hover{cursor:pointer}@media(min-width: 993px){a:hover,button:hover{transition:.5s}}a:hover{text-decoration:underline}.container{padding:0 15px;width:100%;max-width:1280px;margin:0 auto;background:var(--body-bg)}@media(min-width: 767px){.container{padding:0 40px}}@media(min-width: 1601px){.container{max-width:1440px}}@media(min-width: 992px){.container.is-border{border-top:1px solid var(--bd);border-left:1px solid var(--bd);border-right:1px solid var(--bd)}}.container.is-short{max-width:1285px}h1,h2,h3,h4,h5,h6{margin:0}.is-accent{font-family:var(--tinos-font)}.js-section-slider{overflow:hidden}.swiper-wrapper{display:flex}.swiper-slide{height:auto;flex-shrink:0}@media(max-width: 766px){.hide-sm{display:none}}@media(max-width: 992px){.hide-md{display:none !important}}@media(min-width: 993px){.hide-all-pc{display:none !important}}@media(min-width: 767px){.hide-min-md{display:none}}@media(min-width: 992px){.hide-min-pc{display:none !important}}@supports not (gap: 1px){@media(min-width: 767px){.header__button{margin-left:.8125rem}}@media(min-width: 767px){.header-menu__item{margin-right:1.5625rem}}@media(min-width: 992px){.header-menu__item{margin-right:.9375rem}}.header-menu__item:last-child{margin-right:0}.partner-project[data-label]::before{margin-bottom:.5rem}.footer__button{margin-right:1.5625rem}.footer__button:last-child{margin-right:0}.footer__s-networks{margin-left:1.5625rem}.s-networks__item{margin-right:.75rem}.s-networks__item:last-child{margin-right:0}}.has-skeleton,.skeleton{cursor:wait}.div-gpt-ad-TOP{margin:1.5rem 0}.opinion-card{display:flex;align-items:center}.opinion-card__photo{display:flex;flex-shrink:0;width:5.125rem;height:5.125rem;position:relative;margin-right:.625rem;border:1px solid var(--light2);border-radius:2px}@media(min-width: 1200px){.opinion-card__photo{width:6.25rem;height:6.25rem;margin-right:1.5rem}}.opinion-card__photo img{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;object-fit:cover}.opinion-card__name{color:var(--body-color);font-size:1.125rem;font-weight:600;line-height:1.375rem}@media(min-width: 1200px){.opinion-card__name{font-weight:500}}.opinion-card__text{margin-top:.5rem;color:var(--gray3);font-size:.875rem;line-height:1rem}@media(min-width: 1200px){.opinion-card__text{font-size:1rem;margin-top:1.125rem;line-height:130%;max-width:28.75rem}}.status-info{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:1px 4px;color:var(--badge-color);font-size:.75rem;font-weight:500;line-height:normal;text-transform:uppercase;border-radius:2px;border:1px solid var(--badge-color)}.status-info.is-red{color:var(--red);border-color:var(--red)}.swiper-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:.5rem;border:0;border-radius:50%;background:var(--body-bg);border:1px solid var(--light2)}.swiper-button svg{width:16px;height:14px;fill:var(--body-color);transition:.5s}.swiper-button:hover{cursor:pointer;background:var(--footer-bg);border-color:var(--footer-bg)}.swiper-button:hover svg{fill:var(--white-color);transition:.5s}.swiper-pagination{display:flex;align-items:center;justify-content:center;margin-top:1.125rem;min-height:12px}@media(min-width: 767px){.swiper-pagination{display:none}}.swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;border-radius:25px;background:var(--navbar-gray);margin-right:8px;transition:.5s}.swiper-pagination-bullet:last-child{margin-right:0}.swiper-pagination-bullet-active{width:12px;height:12px;transition:.5s;background:var(--light-red)}.swiper-scrollbar-vertical{background:var(--badge-color);position:absolute;right:0;top:0;bottom:0;width:4px;height:100%;z-index:8}.swiper-scrollbar-vertical .swiper-scrollbar-drag{background:#84919a}.swiper-scrollbar-horizontal{background:var(--badge-color);width:100%;height:4px;z-index:8}.swiper-scrollbar-horizontal .swiper-scrollbar-drag{display:block;height:100%;background:#84919a}.tippy-box[data-theme~=dark-custom]{background-color:#48535b;color:var(--white-color);padding:4px 8px;color:var(--white-color);font-size:14px;line-height:14px;letter-spacing:.7px;font-style:normal;box-shadow:0px 12px 18px 0px rgba(0,0,0,.5),0px 0px 1px 0px #000}.tippy-box[data-theme~=dark-custom][data-placement^=top]>.tippy-arrow::before{border-top-color:#48535b}.tippy-box[data-theme~=dark-custom][data-placement^=bottom]>.tippy-arrow::before{border-bottom-color:#48535b}.tippy-box[data-theme~=dark-custom][data-placement^=left]>.tippy-arrow::before{border-left-color:#48535b}.tippy-box[data-theme~=dark-custom][data-placement^=right]>.tippy-arrow::before{border-right-color:#48535b}i[data-title]{display:inline-flex;fill:var(--gray4);margin-left:8px;cursor:pointer}button[data-update-page]{display:flex;align-items:center;padding:.375rem 1rem .375rem .5rem;color:var(--paper);font-size:1rem;font-weight:500;line-height:1rem;letter-spacing:.05rem;text-transform:uppercase;fill:var(--paper);border:0;outline:none;box-shadow:none;border-radius:20px;background:var(--light-red)}button[data-update-page]::before{content:"+" attr(data-count);color:var(--paper);font-size:1.125rem;font-weight:500;line-height:1rem;letter-spacing:.05625rem;text-transform:uppercase;margin-right:4px}button[data-update-page] svg{width:27px;height:27px;order:-1;margin-right:5px}button[data-count="0"]{display:none}@keyframes fill{0%{box-shadow:0 0 0 2px inset}100%{box-shadow:0 0 0 10px inset}}.socialModal::before{content:"";position:fixed;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background:rgba(25,31,59,.5);filter:blur(6px);backdrop-filter:blur(6px)}body .swal2-modal[class*=socialModal-] .swal2-title{color:var(--black-to-white) !important;padding-left:0 !important;padding-right:0 !important}body .swal2-modal[class*=socialModal-] .swal2-html-container{color:var(--gray9) !important;padding-left:0 !important;padding-bottom:0 !important;padding-right:0 !important}body .swal2-modal[class*=socialModal-] .swal2-cancel{color:var(--body-color) !important}body .swal2-modal[class*=socialModal-]:after{content:"@ligabusiness";position:absolute;left:66px;top:29px;display:block;color:var(--body-color);font-size:14px;line-height:20px}body .swal2-modal[class*=socialModal-]::before{content:"";position:absolute;left:24px;top:24px;width:30px !important;height:30px !important;background-image:url("data:image/svg+xml,%3Csvg width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14.5439 29.7566C6.51132 29.7566 0 23.2453 0 15.2126C0 7.18003 6.51132 0.668701 14.5439 0.668701C22.5766 0.668701 29.0879 7.18003 29.0879 15.2126C29.0879 23.2453 22.5766 29.7566 14.5439 29.7566ZM10.0208 16.9143L10.0397 16.9041L11.305 21.0782C11.4679 21.5305 11.6919 21.612 11.9639 21.5742C12.2373 21.5378 12.3813 21.3909 12.5602 21.2193L14.288 19.5497L17.9967 22.2955C18.6744 22.6693 19.1616 22.4759 19.3304 21.6672L21.7403 10.291C22.0064 9.23218 21.541 8.80749 20.7193 9.14491L6.56368 14.6134C5.59796 15.0003 5.60378 15.5413 6.38916 15.7813L10.0208 16.9143Z%27 fill=%27%232D9CDB%27/%3E%3C/svg%3E%0A") !important}div:where(.swal2-container) div:where(.swal2-popup):not(.swal2-toast,.auth-modal){background:var(--paper2) !important;color:var(--body-color) !important}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{display:inline-flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;padding:.8125rem .75rem !important;background-color:rgba(0,0,0,0) !important;border:1px solid rgba(0,0,0,0) !important;font-weight:600 !important;font-size:.875rem !important;line-height:.875rem !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:var(--white-color) !important;cursor:pointer;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;background:var(--red) !important;transition:.5s;outline:none !important;box-shadow:none !important}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover{background:var(--red) !important;border-color:var(--red) !important;transition:.5s}div:where(.swal2-container){z-index:959595995 !important}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeIn{animation-name:fadeIn;animation-duration:.3s}.fadeOut{animation-name:fadeOut;animation-duration:.3s}.swal2-shown:not(.swal2-toast-shown){overflow:hidden}div#favbet_plashka{margin-bottom:1.875rem}#div-gpt-ad-bottom{right:50%}body .hidden-catfish{display:none !important}body .aries_stage.aries_fixed.aries_sticky{inset:auto 20px 20px auto !important}.empty-state{display:flex;width:100%;padding:15px 15px;justify-content:center;border:1px solid var(--bd);margin:0 0 30px;color:var(--dark-to-red)}.news-card .news-card__status-info{gap:5px}.news-card .news-card__status-info svg{fill:currentColor}.news-card svg.news-card__status-info{display:inline}.section-default .idea-card .idea-card__chips.column{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:1.125rem}.section-default .idea-card .idea-card__chips.column .idea-card__name{margin:0}body .ny-toast{width:450px !important}body .ny-toast .swal2-popup.swal2-toast{background:var(--navbar-dark2)}@media(max-width: 480px){body .ny-toast .swal2-popup.swal2-toast{border:1px solid var(--red)}}body .ny-toast .swal2-popup.swal2-toast .swal2-title{color:var(--white-to-black);font-weight:bold;font-size:24px;margin:0;padding:30px 0 20px 120px}body .ny-toast .swal2-popup.swal2-toast .swal2-close{position:absolute;right:-10px;top:-10px}body .ny-toast .swal2-actions .swal2-confirm{height:50px}body .ny-toast .swal2-popup.swal2-toast .swal2-icon{width:80px;height:70px;border:0;border-radius:0;margin-right:30px;position:absolute;left:12px;top:15px}@media(max-width: 440px){body .ny-toast .swal2-popup.swal2-toast .swal2-icon{top:30px}}body .ny-toast .swal2-popup.swal2-toast .swal2-icon svg path{fill:var(--white-to-black)}body .ny-toast .swal2-actions{padding:0}body .ny-toast .swal2-actions .swal2-confirm{background:#ae0000 !important;border:1px solid #ae0000 !important;outline:none !important;box-shadow:none !important}body .ny-toast .swal2-actions .swal2-confirm:hover{background:#e40d24 !important}body .ny-toast .swal2-popup.swal2-toast .swal2-close{color:var(--white-to-black)}body .ny-toast .swal2-popup.swal2-toast .swal2-close:hover{color:var(--red)}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.sr-only-focusable:focus,.sr-only-focusable:active{clip:auto !important;-webkit-clip-path:none !important;clip-path:none !important;height:auto !important;margin:auto !important;overflow:visible !important;width:auto !important;white-space:normal !important}.media{display:grid;grid-template-columns:100%;grid-template-rows:100%;overflow:hidden}.media img,.media video{display:block;position:static !important;grid-column:1;grid-row:1;opacity:0;transition:opacity .2s ease}.media img.loading,.media video.loading{opacity:1}
