.Vue-Toastification__container{z-index:9999;box-sizing:border-box;color:#fff;pointer-events:none;flex-direction:column;width:600px;min-height:100%;padding:4px;display:flex;position:fixed}.Vue-Toastification__toast{box-sizing:border-box;pointer-events:auto;direction:ltr;border-radius:8px;justify-content:space-between;min-width:326px;max-width:600px;min-height:64px;max-height:800px;margin-bottom:1rem;padding:22px 24px;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;display:inline-flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{color:#fff;background-color:#1976d2}.Vue-Toastification__toast--info{color:#fff;background-color:#2196f3}.Vue-Toastification__toast--success{color:#fff;background-color:#4caf50}.Vue-Toastification__toast--error{color:#fff;background-color:#ff5252}.Vue-Toastification__toast--warning{color:#fff;background-color:#ffc107}.Vue-Toastification__toast-body{word-break:break-word;white-space:pre-wrap;flex:1;font-size:16px;line-height:24px}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{cursor:pointer;color:#fff;opacity:.3;background:0 0;border:none;outline:none;align-items:center;padding:0 0 0 10px;font-size:24px;font-weight:700;line-height:24px;transition:visibility,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{z-index:10000;transform-origin:0;background-color:#ffffffb3;width:100%;height:5px;animation:linear forwards scale-x-frames;position:absolute;bottom:0;left:0}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:100%}.Vue-Toastification__icon{background:0 0;border:none;outline:none;align-items:center;width:20px;height:100%;margin:auto 18px auto 0;padding:0;transition:all .3s}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(1000px)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-property:all;transition-duration:.4s;transition-timing-function:ease-in-out}@keyframes fadeOutTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-50px)}}@keyframes fadeOutBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(50px)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-property:all;transition-duration:.4s;transition-timing-function:ease-in-out}@keyframes slideInBlurredLeft{0%{transform-origin:100%;filter:blur(40px);opacity:0;transform:matrix(2.5,0,0,.2,-1000,0)}to{transform-origin:50%;filter:blur();opacity:1;transform:matrix(1,0,0,1,0,0)}}@keyframes slideInBlurredTop{0%{transform-origin:50% 0;filter:blur(240px);opacity:0;transform:matrix(.2,0,0,2.5,0,-1000)}to{transform-origin:50%;filter:blur();opacity:1;transform:matrix(1,0,0,1,0,0)}}@keyframes slideInBlurredRight{0%{transform-origin:0%;filter:blur(40px);opacity:0;transform:matrix(2.5,0,0,.2,1000,0)}to{transform-origin:50%;filter:blur();opacity:1;transform:matrix(1,0,0,1,0,0)}}@keyframes slideInBlurredBottom{0%{transform-origin:50% 100%;filter:blur(240px);opacity:0;transform:matrix(.2,0,0,2.5,0,1000)}to{transform-origin:50%;filter:blur();opacity:1;transform:matrix(1,0,0,1,0,0)}}@keyframes slideOutBlurredTop{0%{transform-origin:50% 0;filter:blur();opacity:1;transform:matrix(1,0,0,1,0,0)}to{transform-origin:50% 0;filter:blur(240px);opacity:0;transform:matrix(.2,0,0,2,0,-1000)}}@keyframes slideOutBlurredBottom{0%{transform-origin:50%;filter:blur();opacity:1;transform:matrix(1,0,0,1,0,0)}to{transform-origin:50% 100%;filter:blur(240px);opacity:0;transform:matrix(.2,0,0,2,0,1000)}}@keyframes slideOutBlurredLeft{0%{transform-origin:50%;filter:blur();opacity:1;transform:matrix(1,0,0,1,0,0)}to{transform-origin:100%;filter:blur(40px);opacity:0;transform:matrix(2,0,0,.2,-1000,0)}}@keyframes slideOutBlurredRight{0%{transform-origin:50%;filter:blur();opacity:1;transform:matrix(1,0,0,1,0,0)}to{transform-origin:0%;filter:blur(40px);opacity:0;transform:matrix(2,0,0,.2,1000,0)}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-property:all;transition-duration:.4s;transition-timing-function:ease-in-out}:root{--color-white:#fff;--color-black:#000;--color-primary-300:#93e8f3;--color-primary-400:#4469ea;--color-primary-500:#34e4fc;--color-primary-600:#2f15d0;--color-primary-trans-100:#422eff1a;--color-primary-trans-300:#422eff4d;--color-neutral-100:#fff;--color-neutral-200:#1b1b1b;--color-neutral-300:#242424;--color-neutral-400:#3d3d3d;--color-neutral-500:#545454;--color-neutral-600:#8a8a8a;--color-neutral-700:#afafaf;--color-neutral-800:#191919;--color-neutral-801:#e7e7e7;--color-neutral-900:#4a4a4a;--color-neutral-trans-500:#8888884d;--color-transparent-10:#ffffff1a;--color-transparent-20:#fff3;--color-transparent-30:#ffffff4d;--color-transparent-50:#ffffff80;--color-transparent-80:#fffc;--color-black-90:#000000e6;--color-negative:#ec4646;--color-positive:#60cf5d;--color-warning:#ffd646;--color-info:#3aa1ec;--color-light-bg:#f1f1f1;--gradient-500:linear-gradient(180deg,#000 0%,#0000 100%);--shadow-xs:0px 4px 4px #00000005;--shadow-s:0px 6px 8px #00000005;--shadow-m:0px 15px 20px #0000000a;--shadow-l:0px 35px 40px #0000000f;--shadow-xl:0px 50px 60px #00000014;--radius-m:clamp(.38rem,.13vw + .35rem,.5rem);--radius-l:clamp(.88rem,0vw + .88rem,.88rem);--radius-xl:clamp(1.13rem,.19vw + 1.09rem,1.31rem);--raduis-xxl:clamp(1.25rem,.63vw + 1.13rem,1.88rem);--font-primary:"DINProCondensed",sans-serif;--font-secondary:"ProximaNova",sans-serif;--font-number:"q-225",sans-serif;--fontSizeH1:clamp(2rem,3.31vw + 1.34rem,5.31rem);--fontSizeH2:clamp(1.5rem,1.5vw + 1.2rem,3rem);--fontSizeH3:clamp(2.25rem,.5vw + 2.15rem,2.75rem);--fontSizeH4:clamp(1.25rem,.75vw + 1.1rem,2rem);--fontSizeH5:clamp(1.13rem,.5vw + 1.02rem,1.63rem);--fontSizeH6:clamp(1.13rem,.38vw + 1.05rem,1.5rem);--fontSizeP1:clamp(1rem,.13vw + .98rem,1.13rem);--fontSizeP2:clamp(.88rem,.13vw + .85rem,1rem);--fontSizeP3:clamp(.75rem,.13vw + .73rem,.88rem);--lineHeightH1:1.2;--lineHeightH2:1.3;--lineHeightP1:1.4;--lineHeightP2:1.2;--di-font-size:clamp(1.13rem,0vw + 1.13rem,1.13rem);--di-line-height:1.2;--di-color:var(--color-white);--di-color-disabled:var(--color-neutral-trans-500);--di-color-error:var(--color-negative);--di-bg:transparent;--di-bg-disabled:transparent;--di-bg-focus:var(--color-white);--di-border-color:var(--color-neutral-400);--di-border-color-hover:var(--color-white);--di-border-color-active:var(--color-primary-500);--di-border-color-disabled:var(--color-neutral-trans-500);--di-border-color-error:var(--color-negative);--di-border-width:1px;--di-border-radius:12px;--di-py:clamp(1rem,.25vw + .95rem,1.25rem);--di-px:clamp(.25rem,.38vw + .18rem,.63rem);--di-placeholder-color:var(--color-neutral-700);--header-height:8.625rem}*{margin:0;padding:0}*,:before,:after{box-sizing:border-box}::selection{-webkit-tap-highlight-color:transparent}a[class],a:not([class]):link,a:not([class]):visited,a:not([class]):hover{text-decoration:none}body{-webkit-text-size-adjust:100%}aside,nav,footer,header,section,main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li,ol,ol li{list-style:none}img{vertical-align:top}img,svg,video,iframe{max-width:100%;height:auto}address{font-style:normal}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:#0000}input::-ms-clear{display:none}button,input[type=submit]{box-shadow:none;cursor:pointer;background:0 0;display:inline-block}input:focus,input:active,button:focus,button:active{outline:none}button::-moz-focus-inner{border:0;padding:0}a:focus{outline:none}a:focus-visible{outline:2px solid var(--color-primary-300);outline-offset:3px}a-webkit-any-link:focus-visible{outline-offset:0}a[href^=tel]{white-space:nowrap}label{cursor:pointer}legend{display:block}@font-face{font-family:DINPro;font-display:swap;src:url(/local/templates/xpage/front-layout/dist/fonts/DINPro-Bold.woff2)format("woff2");font-weight:700;font-style:normal}@font-face{font-family:DINProCondensed;font-display:swap;src:url(/local/templates/xpage/front-layout/dist/fonts/DINPro-CondensedBold.woff2)format("woff2");font-weight:700;font-style:normal}@font-face{font-family:DINProCondensed;font-display:swap;src:url(/local/templates/xpage/front-layout/dist/fonts/DINPro-CondensedRegular.woff2)format("woff2");font-weight:400;font-style:normal}@font-face{font-family:ProximaNova;font-display:swap;src:url(/local/templates/xpage/front-layout/dist/fonts/ProximaNova-Regular.woff2)format("woff2");font-weight:400;font-style:normal}@font-face{font-family:q-225;font-display:swap;src:url(/local/templates/xpage/front-layout/dist/fonts/number.woff)format("woff");font-weight:400;font-style:normal}html{scroll-behavior:smooth;scrollbar-color:var(--color-neutral-300)var(--color-neutral-600);scrollbar-width:thin;font-size:.833768vw}html::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:3px}html::-webkit-scrollbar-track{background:var(--color-neutral-300);border-radius:3px}html::-webkit-scrollbar-thumb{background-color:var(--color-neutral-600);border:3px solid var(--color-neutral-600);border-radius:3px}html,body{height:100%}body{font-family:var(--font-primary);color:var(--color-white);background-color:var(--color-black);margin:0 auto}body.modal-lock{padding-right:var(--scrollbar-compensate,0px);overflow:hidden}body.modal-lock .header{opacity:0}::selection{color:var(--color-neutral-900);background-color:var(--color-primary-300);-webkit-tap-highlight-color:transparent}.scroll-lock{overflow:hidden}.layout{background-color:var(--color-black);color:var(--color-white);flex-direction:column;min-height:100%;display:flex}.page{flex-grow:1}.wrapper{width:100%;max-width:101.875rem;margin:0 auto;padding:0 .9375rem}main p:not([class]),.popup p:not([class]){font-family:var(--font-secondary)}main p:not([class]):not(:last-child),.popup p:not([class]):not(:last-child){margin-bottom:max(.94rem,min(.63vw + .81rem,1.56rem))}main h2:not([class]):not(.page-section__title),main h3:not([class]):not(.page-section__title),main h4:not([class]):not(.page-section__title),main h5:not([class]):not(.page-section__title),main h6:not([class]):not(.page-section__title),.popup h2:not([class]):not(.page-section__title),.popup h3:not([class]):not(.page-section__title),.popup h4:not([class]):not(.page-section__title),.popup h5:not([class]):not(.page-section__title),.popup h6:not([class]):not(.page-section__title){font-family:var(--font-secondary);font-weight:700;line-height:var(--lineHeightH1)}main h2:not([class]):not(.page-section__title):not(:last-child),main h3:not([class]):not(.page-section__title):not(:last-child),main h4:not([class]):not(.page-section__title):not(:last-child),main h5:not([class]):not(.page-section__title):not(:last-child),main h6:not([class]):not(.page-section__title):not(:last-child),.popup h2:not([class]):not(.page-section__title):not(:last-child),.popup h3:not([class]):not(.page-section__title):not(:last-child),.popup h4:not([class]):not(.page-section__title):not(:last-child),.popup h5:not([class]):not(.page-section__title):not(:last-child),.popup h6:not([class]):not(.page-section__title):not(:last-child){margin-bottom:max(.94rem,min(.63vw + .81rem,1.56rem))}main h2:not([class]):not(.page-section__title):not(:first-child),main h3:not([class]):not(.page-section__title):not(:first-child),main h4:not([class]):not(.page-section__title):not(:first-child),main h5:not([class]):not(.page-section__title):not(:first-child),main h6:not([class]):not(.page-section__title):not(:first-child),.popup h2:not([class]):not(.page-section__title):not(:first-child),.popup h3:not([class]):not(.page-section__title):not(:first-child),.popup h4:not([class]):not(.page-section__title):not(:first-child),.popup h5:not([class]):not(.page-section__title):not(:first-child),.popup h6:not([class]):not(.page-section__title):not(:first-child){margin-top:max(1.88rem,min(2.19vw + 1.44rem,4.06rem))}main h2:not([class]):not(.page-section__title):first-child,main h3:not([class]):not(.page-section__title):first-child,main h4:not([class]):not(.page-section__title):first-child,main h5:not([class]):not(.page-section__title):first-child,main h6:not([class]):not(.page-section__title):first-child,.popup h2:not([class]):not(.page-section__title):first-child,.popup h3:not([class]):not(.page-section__title):first-child,.popup h4:not([class]):not(.page-section__title):first-child,.popup h5:not([class]):not(.page-section__title):first-child,.popup h6:not([class]):not(.page-section__title):first-child{font-family:var(--font-primary);margin-bottom:max(1.88rem,min(2.19vw + 1.44rem,4.06rem))}main h2:not([class])+*,main h3:not([class])+*,main h4:not([class])+*,main h5:not([class])+*,main h6:not([class])+*,.popup h2:not([class])+*,.popup h3:not([class])+*,.popup h4:not([class])+*,.popup h5:not([class])+*,.popup h6:not([class])+*{margin-top:0}main h1:not([class]),.popup h1:not([class]){font-family:var(--font-secondary);font-size:3.5rem}main h1:not([class]):first-child,.popup h1:not([class]):first-child{font-family:var(--font-primary);margin-bottom:max(1.88rem,min(2.19vw + 1.44rem,4.06rem))}main h2:not([class]),.popup h2:not([class]){font-size:var(--fontSizeH4);letter-spacing:.64px;text-transform:uppercase;font-weight:700;line-height:90%}main h3:not([class]),.popup h3:not([class]){text-transform:uppercase;font-size:1.125rem}main h4:not([class]),.popup h4:not([class]){font-size:1.5rem;line-height:normal}main h5:not([class]),.popup h5:not([class]){text-transform:uppercase;font-size:1.25rem;line-height:normal}main figure:not([class]),.popup figure:not([class]){font-family:var(--font-secondary);border-left:1px solid var(--color-white);margin:0;padding-left:max(.94rem,min(.63vw + .81rem,1.56rem))}main figure:not([class]):not(:first-child),.popup figure:not([class]):not(:first-child){margin-top:1.5625rem}main figure:not([class]):not(:last-child),.popup figure:not([class]):not(:last-child){margin-bottom:1.5625rem}main figure:not([class]) img:not([class]):not(:last-child),.popup figure:not([class]) img:not([class]):not(:last-child){margin-bottom:.75rem}main figure:not([class]) img:not([class])+figcaption,.popup figure:not([class]) img:not([class])+figcaption{opacity:.5;font-size:.75em}main img:not([class])[height],.popup img:not([class])[height]{height:auto}main img:not([class])[align],.popup img:not([class])[align]{margin-bottom:1.25rem}main img:not([class])[align=left],.popup img:not([class])[align=left]{margin-right:1.25rem}main img:not([class])[align=right],.popup img:not([class])[align=right]{margin-left:1.25rem}main table:not([class]),.popup table:not([class]){font-family:var(--font-secondary);border-collapse:collapse;background-color:#0000;border:0;min-width:100%;font-size:1.125rem}main table:not([class]) thead th,main table:not([class]) thead td,.popup table:not([class]) thead th,.popup table:not([class]) thead td{background-color:var(--color-neutral-100);text-align:left;padding-top:1.125rem;padding-bottom:1.125rem;font-weight:400}main table:not([class]) td,main table:not([class]) th,.popup table:not([class]) td,.popup table:not([class]) th{font-weight:inherit;border-top:1px solid var(--color-neutral-300);border-bottom:1px solid var(--color-neutral-300);padding:1rem 1.25rem}main table:not([class]) td:not([valign]),main table:not([class]) td[valign=middle],main table:not([class]) th:not([valign]),main table:not([class]) th[valign=middle],.popup table:not([class]) td:not([valign]),.popup table:not([class]) td[valign=middle],.popup table:not([class]) th:not([valign]),.popup table:not([class]) th[valign=middle]{vertical-align:middle}main table:not([class]) td[valign=top],main table:not([class]) th[valign=top],.popup table:not([class]) td[valign=top],.popup table:not([class]) th[valign=top]{vertical-align:top}main table:not([class]) td[valign=bottom],main table:not([class]) th[valign=bottom],.popup table:not([class]) td[valign=bottom],.popup table:not([class]) th[valign=bottom]{vertical-align:bottom}main table:not([class]) td:first-child,main table:not([class]) th:first-child,.popup table:not([class]) td:first-child,.popup table:not([class]) th:first-child{padding-left:0}main table:not([class]) td:last-child,main table:not([class]) th:last-child,.popup table:not([class]) td:last-child,.popup table:not([class]) th:last-child{text-align:right;padding-right:0}main table:not([class]) td,.popup table:not([class]) td{transition:background .3s}main table[border="1"]:not([class]),.popup table[border="1"]:not([class]){min-width:100%}main table[border="1"]:not([class]) td,main table[border="1"]:not([class]) th,.popup table[border="1"]:not([class]) td,.popup table[border="1"]:not([class]) th{border:1px solid}main table[border="1"]:not([class]) tbody td:first-child,.popup table[border="1"]:not([class]) tbody td:first-child{border-left:0}main table[border="1"]:not([class]) tbody td:last-child,.popup table[border="1"]:not([class]) tbody td:last-child{border-right:0}main table[border="1"]:not([class]) tbody tr:last-child td,.popup table[border="1"]:not([class]) tbody tr:last-child td{border-bottom:0}main ul:not([class]),main ol:not([class]),.popup ul:not([class]),.popup ol:not([class]){font-family:var(--font-secondary);font-size:max(1rem,min(.13vw + .98rem,1.13rem));line-height:var(--lineHeightH1);margin-left:max(.94rem,min(.63vw + .81rem,1.56rem))}main ul:not([class]):before,main ol:not([class]):before,.popup ul:not([class]):before,.popup ol:not([class]):before{display:inline-block}main ul:not([class]):not(:last-child),main ol:not([class]):not(:last-child),.popup ul:not([class]):not(:last-child),.popup ol:not([class]):not(:last-child){margin-bottom:max(.94rem,min(.63vw + .81rem,1.56rem))}main ul:not([class]) ul,main ul:not([class]) ol,main ol:not([class]) ul,main ol:not([class]) ol,.popup ul:not([class]) ul,.popup ul:not([class]) ol,.popup ol:not([class]) ul,.popup ol:not([class]) ol{color:var(--color-neutral-500);margin-top:1.25rem;margin-bottom:1.25rem}main ul:not([class]) li:before,main ol:not([class]) li:before,.popup ul:not([class]) li:before,.popup ol:not([class]) li:before{margin-right:.625rem}main ul:not([class]) li:not(:first-child),main ol:not([class]) li:not(:first-child),.popup ul:not([class]) li:not(:first-child),.popup ol:not([class]) li:not(:first-child){margin-top:.5rem}main ul:not([class])>li,.popup ul:not([class])>li{padding-left:1.25rem;position:relative}main ul:not([class])>li:before,.popup ul:not([class])>li:before{content:"";border:1px solid var(--color-white);background:currentColor;border-radius:50%;width:.375rem;height:.375rem;display:inline-block;position:absolute;top:.4375rem;left:0}main ul:not([class]) ul>li:before,.popup ul:not([class]) ul>li:before{background-color:#0000}main ol:not([class]),.popup ol:not([class]){counter-reset:list}main ol:not([class])>li,.popup ol:not([class])>li{padding-left:1.875rem;position:relative}main ol:not([class])>li:before,.popup ol:not([class])>li:before{content:counters(list,".");counter-increment:list;color:currentColor;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:max(.94rem,min(.13vw + .91rem,1.06rem));font-weight:400;display:flex;position:absolute;top:0;left:0}main ol:not([class])>li>ol>li>ol>li,.popup ol:not([class])>li>ol>li>ol>li{font-size:.875rem}main ol:not([class])>li>ol>li>ol>li:before,.popup ol:not([class])>li>ol>li>ol>li:before{background-color:#0000;border-radius:0;top:-.375rem}main a:not([class]),.popup a:not([class]){font-family:var(--font-secondary);color:var(--color-white);transition:color .3s}main a:not([class]):focus,.popup a:not([class]):focus{outline:none}main a:not([class]):focus-visible{border-radius:var(--radius-s);outline:2px solid var(--color-neutral-500);outline-offset:3px;text-decoration:none}.popup a:not([class]):focus-visible{border-radius:var(--radius-s);outline:2px solid var(--color-neutral-500);outline-offset:3px;text-decoration:none}main a:not([class]):active,.popup a:not([class]):active{color:var(--color-neutral-700)}main a:not([class])[download],.popup a:not([class])[download]{align-items:center;width:-moz-fit-content;width:fit-content;display:flex}main a:not([class])[download]:before,.popup a:not([class])[download]:before{content:" ";background-color:var(--color-white);width:1.25rem;height:1.25rem;margin-right:.625rem;transition:background-color .3s;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2C3 1.44772 3.44772 1 4 1H11.1716C11.4368 1 11.6911 1.10536 11.8787 1.29289L13.7929 3.20711L16.7071 6.12132C16.8946 6.30886 17 6.56321 17 6.82843V18C17 18.5523 16.5523 19 16 19H4C3.44771 19 3 18.5523 3 18V2Z' stroke='white' stroke-width='2'/%3E%3Cpath d='M17 7H11V1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");-webkit-mask-position:50%;-webkit-mask-size:85%;-webkit-mask-repeat:no-repeat}main figcaption,.popup figcaption{font-family:var(--font-secondary)}main .table-wrap,.popup .table-wrap{scrollbar-color:var(--colorSecond)var(--colorMain);scrollbar-width:thin;width:100%;overflow:auto}main .table-wrap::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none}.popup .table-wrap::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none}main .table-wrap::-webkit-scrollbar:horizontal{height:10px}.popup .table-wrap::-webkit-scrollbar:horizontal{height:10px}main .table-wrap::-webkit-scrollbar-track{background:var(--colorSecond);border-radius:2px}.popup .table-wrap::-webkit-scrollbar-track{background:var(--colorSecond);border-radius:2px}main .table-wrap::-webkit-scrollbar-thumb{background-color:var(--colorMain);border:3px solid var(--colorMain);border-radius:2px}.popup .table-wrap::-webkit-scrollbar-thumb{background-color:var(--colorMain);border:3px solid var(--colorMain);border-radius:2px}main .table-wrap:not(:first-child),.popup .table-wrap:not(:first-child){margin-top:2.5rem}main .table-wrap:not(:last-child),.popup .table-wrap:not(:last-child){margin-bottom:2.5rem}main .video-wrap,.popup .video-wrap{aspect-ratio:360/203;position:relative;overflow:hidden}main .video-wrap:not(:first-child),.popup .video-wrap:not(:first-child){margin-top:2.5rem}main .video-wrap:not(:last-child),.popup .video-wrap:not(:last-child){margin-bottom:2.5rem}main .video-wrap iframe,.popup .video-wrap iframe{width:100%;height:100%;position:absolute;top:0;left:0}main .text-important,.popup .text-important{background-color:var(--color-primary-500);color:var(--color-neutral-100);border-radius:var(--radius-l);padding:1.5rem;font-size:1rem;display:block}main .text-important:not(:first-child),.popup .text-important:not(:first-child){margin-top:2.5rem}main .text-important:not(:last-child),.popup .text-important:not(:last-child){margin-bottom:2.5rem}main .text-important h2:not([class]):not(:last-child),main .text-important h3:not([class]):not(:last-child),main .text-important h4:not([class]):not(:last-child),main .text-important h5:not([class]):not(:last-child),main .text-important h6:not([class]):not(:last-child),.popup .text-important h2:not([class]):not(:last-child),.popup .text-important h3:not([class]):not(:last-child),.popup .text-important h4:not([class]):not(:last-child),.popup .text-important h5:not([class]):not(:last-child),.popup .text-important h6:not([class]):not(:last-child){margin-bottom:1.25rem}main .text-strong,.popup .text-strong{border-left:2px solid var(--color-primary-500);padding-left:1.25rem;display:block}main .text-strong:not(:first-child),.popup .text-strong:not(:first-child){margin-top:2.5rem}main .text-strong:not(:last-child),.popup .text-strong:not(:last-child){margin-bottom:2.5rem}main .text-strong figcaption,.popup .text-strong figcaption{color:var(--color-neutral-400);font-size:1rem}main .text-blockquote,.popup .text-blockquote{max-width:40.625rem;margin-bottom:max(1.88rem,min(2.19vw + 1.44rem,4.06rem));padding-top:max(1.88rem,min(3.13vw + 1.25rem,5rem));padding-left:max(1.88rem,min(7.5vw + .38rem,9.38rem));display:block;position:relative}main .text-blockquote:not(:first-child),.popup .text-blockquote:not(:first-child){margin-top:2.5rem}main .text-blockquote:not(:last-child),.popup .text-blockquote:not(:last-child){margin-bottom:2.5rem}main .text-blockquote:before,main .text-blockquote:after,.popup .text-blockquote:before,.popup .text-blockquote:after{content:"";background-color:var(--color-neutral-400);width:max(1.88rem,min(5.63vw + .75rem,7.5rem));height:max(2.19rem,min(5vw + 1.19rem,7.19rem));display:block;position:absolute;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='119' height='116' viewBox='0 0 119 116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M67.9988 1.25537C49.0593 18.0188 28.7526 34.4276 13.0879 53.4386C8.6784 58.7901 8.2665 59.4451 12.4409 64.9836C16.9168 70.9223 59.2144 117.829 64.1167 113.792' stroke='%233D3D3D' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M71.1044 4.45215C61.7565 8.4145 54.2624 13.9632 46.0861 19.3008C38.9685 23.9471 31.3204 28.5817 25.295 34.2204C21.1415 38.1074 16.119 41.6754 12.8721 46.1561C10.6805 49.1804 9.24944 52.7745 6.70376 55.5697C5.03335 57.4039 3.44147 59.7936 2.43339 61.9283C1.11224 64.7261 11.1906 72.035 13.2172 74.2903C21.5579 83.5726 31.9705 91.2748 40.4785 100.4C43.7247 103.881 46.7731 107.547 50.3996 110.772C51.5498 111.795 52.7203 112.492 53.2465 113.792' stroke='%233D3D3D' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M116.914 12.125C113.731 15.0743 111.415 18.8774 108.417 22.0004C104.138 26.4569 99.4797 30.7954 94.2252 34.5045C87.5263 39.2331 80.3272 42.9318 72.9164 46.831C71.52 47.5657 69.9987 48.2715 68.948 49.3531C67.2087 51.1436 73.9113 56.4213 74.7713 57.3813C82.5233 66.0352 91.8813 73.6737 98.97 82.7447C104.866 90.289 108.995 98.8297 113.808 106.758' stroke='%233D3D3D' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M116.137 109.316C108.712 98.1989 102.034 86.6509 92.8008 76.3862C88.4871 71.5904 83.3912 67.0031 78.2643 62.7809C76.5902 61.4023 74.0377 59.7457 73.39 57.8788C73.149 57.1842 72.2369 55.4566 71.4921 54.9659C69.1886 53.4483 78.0772 47.3609 79.0407 46.6535C88.8347 39.4625 100.256 33.5702 109.106 25.5528C111.663 23.2362 112.202 19.6138 115.36 17.8799' stroke='%233D3D3D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='119' height='116' viewBox='0 0 119 116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M67.9988 1.25537C49.0593 18.0188 28.7526 34.4276 13.0879 53.4386C8.6784 58.7901 8.2665 59.4451 12.4409 64.9836C16.9168 70.9223 59.2144 117.829 64.1167 113.792' stroke='%233D3D3D' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M71.1044 4.45215C61.7565 8.4145 54.2624 13.9632 46.0861 19.3008C38.9685 23.9471 31.3204 28.5817 25.295 34.2204C21.1415 38.1074 16.119 41.6754 12.8721 46.1561C10.6805 49.1804 9.24944 52.7745 6.70376 55.5697C5.03335 57.4039 3.44147 59.7936 2.43339 61.9283C1.11224 64.7261 11.1906 72.035 13.2172 74.2903C21.5579 83.5726 31.9705 91.2748 40.4785 100.4C43.7247 103.881 46.7731 107.547 50.3996 110.772C51.5498 111.795 52.7203 112.492 53.2465 113.792' stroke='%233D3D3D' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M116.914 12.125C113.731 15.0743 111.415 18.8774 108.417 22.0004C104.138 26.4569 99.4797 30.7954 94.2252 34.5045C87.5263 39.2331 80.3272 42.9318 72.9164 46.831C71.52 47.5657 69.9987 48.2715 68.948 49.3531C67.2087 51.1436 73.9113 56.4213 74.7713 57.3813C82.5233 66.0352 91.8813 73.6737 98.97 82.7447C104.866 90.289 108.995 98.8297 113.808 106.758' stroke='%233D3D3D' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M116.137 109.316C108.712 98.1989 102.034 86.6509 92.8008 76.3862C88.4871 71.5904 83.3912 67.0031 78.2643 62.7809C76.5902 61.4023 74.0377 59.7457 73.39 57.8788C73.149 57.1842 72.2369 55.4566 71.4921 54.9659C69.1886 53.4483 78.0772 47.3609 79.0407 46.6535C88.8347 39.4625 100.256 33.5702 109.106 25.5528C111.663 23.2362 112.202 19.6138 115.36 17.8799' stroke='%233D3D3D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}main .text-blockquote:before,.popup .text-blockquote:before{top:0;left:0}main .text-blockquote:after,.popup .text-blockquote:after{bottom:35%;right:-9.375rem;transform:rotate(180deg)}main .text-blockquote blockquote:not(:last-child),.popup .text-blockquote blockquote:not(:last-child){margin-bottom:1.875rem}main .text-blockquote figcaption,.popup .text-blockquote figcaption{gap:1.25rem;font-size:1.0625rem;display:flex}main .text-blockquote figcaption img,.popup .text-blockquote figcaption img{clip-path:polygon(50% 0,85% 16%,99% 50%,85% 84%,50% 98%,15% 84%,1% 50%,16% 15%);background-color:var(--color-white);flex:none;width:5.625rem;height:5.625rem}@keyframes spin360{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeMouse{0%{opacity:0;transition:opacity .5s linear .25s;transform:translateY(15px)}50%{transform:translateY(-15px)}to{opacity:1}}@keyframes circle{0%{background-image:url(/local/templates/xpage/front-layout/dist/img/background/circles/circle-1.svg)}50%{background-image:url(/local/templates/xpage/front-layout/dist/img/background/circles/circle-2.svg)}to{background-image:url(/local/templates/xpage/front-layout/dist/img/background/circles/circle-3.svg)}}@keyframes year{50%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0;transition:opacity .5s linear .25s;transform:translateY(-5px)}to{opacity:1;transform:none}}@keyframes arrow{0%{background-image:url(/local/templates/xpage/front-layout/dist/img/arrows/big-arrow-1.svg)}50%{background-image:url(/local/templates/xpage/front-layout/dist/img/arrows/big-arrow-2.svg)}to{background-image:url(/local/templates/xpage/front-layout/dist/img/arrows/big-arrow-3.svg)}}@keyframes arrow-blue{0%{background-image:url(/local/templates/xpage/front-layout/dist/img/arrows/arrow-blue-1.svg)}50%{background-image:url(/local/templates/xpage/front-layout/dist/img/arrows/arrow-blue-2.svg)}to{background-image:url(/local/templates/xpage/front-layout/dist/img/arrows/arrow-blue-3.svg)}}@keyframes cup{0%{background-image:url(/local/templates/xpage/front-layout/dist/img/cup-step-1.svg)}50%{background-image:url(/local/templates/xpage/front-layout/dist/img/cup-step-2.svg)}to{background-image:url(/local/templates/xpage/front-layout/dist/img/cup-step-3.svg)}}@keyframes runningBg{0%{background-position:0}to{background-position:5000px}}@keyframes cardLine{0%{background-color:#0000;background-image:url(/local/templates/xpage/front-layout/dist/img/vector-1.svg),url(/local/templates/xpage/front-layout/dist/img/vector-1.svg);background-position:60% 40%,40% 40%;background-repeat:no-repeat;background-size:auto,auto;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}20%{background-color:#0000;background-image:url(/local/templates/xpage/front-layout/dist/img/vector-1.svg),url(/local/templates/xpage/front-layout/dist/img/vector-1.svg),url(/local/templates/xpage/front-layout/dist/img/vector-2.svg),url(/local/templates/xpage/front-layout/dist/img/vector-2.svg);background-position:60% 40%,40% 40%,94% 47%,7% 47%;background-repeat:no-repeat;background-size:auto,auto,auto,auto;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}30%{background-color:#0000;background-image:url(/local/templates/xpage/front-layout/dist/img/vector-2.svg),url(/local/templates/xpage/front-layout/dist/img/vector-3.svg);background-position:7% 69%,96% 76%;background-repeat:no-repeat;background-size:auto,auto;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}50%{background-color:#0000;background-image:url(/local/templates/xpage/front-layout/dist/img/vector-3.svg),url(/local/templates/xpage/front-layout/dist/img/vector-4.svg);background-position:96% 76%,0 62%;background-repeat:no-repeat;background-size:auto,auto;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}70%{background-color:#0000;background-image:url(/local/templates/xpage/front-layout/dist/img/vector-1.svg),url(/local/templates/xpage/front-layout/dist/img/vector-1.svg);background-position:60% 40%,40% 40%;background-repeat:no-repeat;background-size:auto,auto;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}90%{background-color:#0000;background-image:url(/local/templates/xpage/front-layout/dist/img/vector-1.svg),url(/local/templates/xpage/front-layout/dist/img/vector-1.svg),url(/local/templates/xpage/front-layout/dist/img/vector-2.svg),url(/local/templates/xpage/front-layout/dist/img/vector-2.svg);background-position:60% 40%,40% 40%,94% 47%,7% 47%;background-repeat:no-repeat;background-size:auto,auto,auto,auto;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}to{background-color:#0000;background-image:url(/local/templates/xpage/front-layout/dist/img/vector-1.svg),url(/local/templates/xpage/front-layout/dist/img/vector-1.svg);background-position:60% 40%,40% 40%;background-repeat:no-repeat;background-size:auto,auto;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}}@keyframes displaySvgGroup{0%{visibility:visible}50%{visibility:hidden}to{visibility:visible}}@keyframes day{0%{background-image:url(/local/templates/xpage/front-layout/dist/img/background/days/day-1.svg)}50%{background-image:url(/local/templates/xpage/front-layout/dist/img/background/days/day-2.svg)}to{background-image:url(/local/templates/xpage/front-layout/dist/img/background/days/day-3.svg)}}@keyframes buttonLine{0%{-webkit-mask-image:url(/local/templates/xpage/front-layout/dist/img/background/button-lines/line-2.svg)}50%{-webkit-mask-image:url(/local/templates/xpage/front-layout/dist/img/background/button-lines/line-3.svg)}to{-webkit-mask-image:url(/local/templates/xpage/front-layout/dist/img/background/button-lines/line-4.svg)}}.form__title{letter-spacing:.48px;text-transform:uppercase;margin-bottom:max(.94rem,min(.63vw + .81rem,1.56rem));font-size:max(1.25rem,min(.25vw + 1.2rem,1.5rem));font-weight:700;line-height:90%}.form__inputs{grid-gap:clamp(1rem,.88vw + .83rem,1.88rem);margin:0;display:grid}.form__inputs-input_2{grid-column:span 2}.form__inputs-input_3{grid-column:span 3}.form__inputs-input_4{grid-column:span 4}.form__inputs+.form__inputs{margin-top:2.5rem}.form__inputs_2{grid-template-columns:repeat(2,minmax(0,1fr))}.form__inputs_3{grid-template-columns:repeat(3,minmax(0,1fr))}.form__inputs_4{grid-template-columns:repeat(4,minmax(0,1fr))}.form__inputs_5{grid-template-columns:repeat(5,minmax(0,1fr))}.form__box{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.form__box .default-input.default-input{display:block}.form__agree{max-width:20.9375rem;margin-top:2.5rem}.form__bottom{align-items:center;gap:max(1rem,min(.38vw + .93rem,1.38rem));display:flex}.form__btn{font-size:1.125rem}.btn{text-align:center;font-size:var(--fontSizeH5);line-height:var(--lineHeightH1);text-transform:uppercase;border-radius:var(--radius-l);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:1rem;min-width:10.9375rem;padding:.9375rem .625rem;font-weight:700;text-decoration:none;transition:color .3s,border-color .3s,background-color .3s;display:inline-flex}.btn:focus{outline:none}.btn:focus-visible{outline:2px solid var(--color-primary-300);outline-offset:.125rem}.btn:disabled,.btn.disabled{pointer-events:none}.btn:disabled:focus-visible{outline:none}.btn.disabled:focus-visible{outline:none}.btn.loading{cursor:wait}.btn.loading>*{display:none}.btn.loading:before{content:"";border:2px solid #0000;border-top-color:currentColor;border-radius:50%;flex:none;width:1.25rem;height:1.25rem;transition:border-color .3s;animation:.7s linear infinite spin360;display:block}.btn--line{position:relative}.btn--line:after{content:" ";background-color:var(--color-primary-500);width:80%;height:1rem;transition:background-color .3s;animation:.4s step-end infinite forwards paused buttonLine;display:block;position:absolute;bottom:-.625rem;left:50%;transform:translate(-50%);-webkit-mask-image:url(/local/templates/xpage/front-layout/dist/img/background/button-lines/line-1.svg);-webkit-mask-position:50%;-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat}.btn--small{min-width:8.9375rem;padding:.9375rem 1.25rem;font-size:1.125rem}.btn--color{background-color:var(--color-neutral-400);color:var(--color-white)}.btn--color:active{background-color:var(--color-neutral-200)}.btn--color:disabled,.btn--color.disabled{background-color:var(--color-neutral-400)}.btn--color.loading:before{border-color:currentColor currentColor var(--color-primary-400)}.btn--color.loading:disabled:before,.btn--color.loading.disabled:before{border-color:currentColor currentColor var(--color-neutral-300)}.btn--color-revert{background-color:var(--color-neutral-100);color:var(--color-primary-500)}.btn--color-revert:active{background-color:var(--color-primary-600);color:var(--color-neutral-100)}.btn--color-revert:disabled,.btn--color-revert.disabled{background-color:var(--color-transparent-30)}.btn--color-revert.loading:before{border-color:currentColor currentColor var(--color-neutral-300)}.btn--color-revert.loading:active:before{border-color:currentColor currentColor var(--color-primary-400)}.btn--color-revert.loading:disabled:before,.btn--color-revert.loading.disabled:before{border-color:var(--color-transparent-80)var(--color-transparent-80)var(--color-transparent-20)}.btn--border{color:var(--color-primary-500);border-color:var(--color-primary-500)}.btn--border:active{background-color:var(--color-primary-trans-300)}.btn--border:disabled,.btn--border.disabled{color:var(--color-neutral-400);border-color:var(--color-neutral-400)}.btn--border.loading:before{border-color:currentColor currentColor var(--color-neutral-300)}.btn--border.loading:disabled:before,.btn--border.loading.disabled:before{border-color:currentColor currentColor var(--color-neutral-200)}.btn--border-revert{color:var(--color-neutral-100);border-color:var(--color-neutral-100)}.btn--border-revert:active{background-color:var(--color-transparent-30)}.btn--border-revert:disabled,.btn--border-revert.disabled{color:var(--color-transparent-30);border-color:var(--color-transparent-30)}.btn--border-revert.loading:before{border-color:currentColor currentColor var(--color-primary-400)}.btn--border-revert.loading:disabled:before,.btn--border-revert.loading.disabled:before{border-color:var(--color-transparent-50)var(--color-transparent-50)var(--color-transparent-10)}.btn--trans{color:var(--color-white)}.btn--trans:active{color:var(--color-neutral-600)}.btn--trans:disabled,.btn--trans.disabled{color:var(--color-neutral-400)}.btn--trans.loading:before{border-color:currentColor currentColor var(--color-neutral-300)}.btn--trans.loading:disabled:before,.btn--trans.loading.disabled:before{border-color:currentColor currentColor var(--color-neutral-200)}.btn--trans-revert{color:var(--color-neutral-100)}.btn--trans-revert:active{color:var(--color-transparent-50)}.btn--trans-revert:disabled,.btn--trans-revert.disabled{color:var(--color-transparent-30)}.btn--trans-revert.loading:before{border-color:currentColor currentColor var(--color-primary-400)}.btn--trans-revert.loading:disabled:before,.btn--trans-revert.loading.disabled:before{border-color:currentColor currentColor var(--color-transparent-10)}.btn__icon{color:currentColor;flex:none;width:1.5rem;height:1.5rem;display:block}.btn--play{background-color:var(--color-neutral-400);border-radius:50%;width:max(3.75rem,min(3.13vw + 3.13rem,6.88rem));height:max(3.75rem,min(3.13vw + 3.13rem,6.88rem));position:relative;min-width:auto!important}.btn--play:after{content:" ";background-color:var(--color-white);width:max(2rem,min(1.25vw + 1.75rem,3.25rem));height:max(2rem,min(1.25vw + 1.75rem,3.25rem));transition:all .3s;display:block;position:absolute;top:50%;left:54%;transform:translate(-50%,-50%);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='52' height='54' viewBox='0 0 52 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.72849 5.2593C8.23833 6.63878 9.9346 7.80432 11.5513 9.00666C18.617 14.2613 25.8228 19.5286 33.5098 23.5539C37.2935 25.5353 41.3756 27.3263 45.5155 28.0939C45.9215 28.1692 46.2697 28.2293 46.6518 28.3865C46.764 28.4327 47.0484 28.4718 46.7725 28.5713C44.2146 29.4943 41.6995 30.5217 39.1935 31.6155C28.6222 36.2295 17.9454 40.9995 8.15548 47.5214C7.1293 48.205 5.96115 48.2416 4.76422 48.328C4.37301 48.3562 3.33592 48.8196 3.19761 48.3287' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M5.31836 4.91211C5.26753 12.9893 5.26642 21.067 5.19431 29.1439C5.15094 34.0024 5.18242 38.8248 5.41727 43.6741C5.47299 44.8248 5.27107 45.9834 5.31398 47.1277C5.32986 47.5511 5.33212 47.9535 5.30713 48.3768C5.30014 48.4952 5.3118 48.8512 5.30513 48.7328C5.26763 48.0673 5.22915 47.4024 5.20365 46.7361C5.02343 42.0261 5.06294 37.3059 4.98045 32.593C4.90809 28.4597 4.7096 24.3364 4.54183 20.2073C4.39757 16.6572 4.19167 13.1118 3.99183 9.56524C3.9358 8.57087 3.91656 7.5268 3.9256 6.52967C3.92918 6.13481 3.97591 5.75822 3.95348 5.36022C3.93553 5.04156 3.88506 4.84751 4.04537 5.22873' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M46.7458 26.4197C43.1894 24.1557 39.5826 22.0402 35.8954 20.0608C31.6747 17.795 27.5034 15.369 23.2408 13.2077C20.5876 11.8625 17.8685 10.6244 15.1802 9.36939C12.7919 8.25444 10.3258 7.40301 7.91659 6.36005C6.92055 5.92885 5.91029 5.49696 4.92886 5.0274C4.38194 4.76574 3.85307 4.46569 3.31459 4.18248C3.15052 4.09618 2.36519 3.66415 2.36965 3.66383' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M50.7451 26.918C43.5113 29.0509 36.765 32.7119 30.1516 36.595C21.1446 41.8835 12.2676 47.4513 3.24598 52.7084' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.78027 2.02051C2.69316 18.2218 2.57626 34.4962 2.73711 50.7219' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-position:50%;-webkit-mask-size:100%;-webkit-mask-repeat:no-repeat}.btn--back{color:var(--color-neutral-600);font-size:max(.88rem,min(.25vw + .83rem,1.13rem));font-weight:400;font-family:var(--font-secondary);line-height:var(--lineHeightP2);text-transform:none;min-width:auto!important;padding:.625rem 0!important}.btn-slider .swiper-buttons{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.btn-slider .swiper-button{background-color:var(--color-white);width:2rem;height:2rem;margin:0;position:static;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.btn-slider .swiper-button:after{display:none}.btn-slider .swiper-button-next{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6C10.4713 8.45675 15.2473 10.7201 20.0803 12.7654C21.9175 13.5428 23.7908 14.266 25.6948 14.9488C26.074 15.0848 26.0922 15.2029 25.7919 15.4246C21.8951 18.3017 17.7287 21.0489 13.4507 23.6108C11.8943 24.5428 10.2811 25.4448 8.84255 26.4786C8.62073 26.638 8.35692 26.8046 8.2246 27' stroke='currentColor' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6C10.4713 8.45675 15.2473 10.7201 20.0803 12.7654C21.9175 13.5428 23.7908 14.266 25.6948 14.9488C26.074 15.0848 26.0922 15.2029 25.7919 15.4246C21.8951 18.3017 17.7287 21.0489 13.4507 23.6108C11.8943 24.5428 10.2811 25.4448 8.84255 26.4786C8.62073 26.638 8.35692 26.8046 8.2246 27' stroke='currentColor' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.btn-slider .swiper-button-prev{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 26C21.5287 23.5432 16.7527 21.2799 11.9197 19.2346C10.0825 18.4572 8.20915 17.734 6.30519 17.0512C5.92597 16.9152 5.90783 16.7971 6.20809 16.5754C10.1049 13.6983 14.2713 10.9511 18.5493 8.3892C20.1057 7.45718 21.7189 6.55518 23.1575 5.52142C23.3793 5.36201 23.6431 5.19538 23.7754 5' stroke='currentColor' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 26C21.5287 23.5432 16.7527 21.2799 11.9197 19.2346C10.0825 18.4572 8.20915 17.734 6.30519 17.0512C5.92597 16.9152 5.90783 16.7971 6.20809 16.5754C10.1049 13.6983 14.2713 10.9511 18.5493 8.3892C20.1057 7.45718 21.7189 6.55518 23.1575 5.52142C23.3793 5.36201 23.6431 5.19538 23.7754 5' stroke='currentColor' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.btn-slider .swiper-bottom{z-index:1;justify-content:flex-end;align-items:center;width:100%;padding-top:1rem;display:flex;position:absolute;top:max(-4.38rem,min(-5vw - 3.38rem,-9.38rem))}.link{font-size:inherit;line-height:inherit;font-weight:inherit;color:var(--color-primary-500);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.25rem;text-decoration:none;transition:color .3s;display:inline-flex}.link:focus{outline:none}.link:focus-visible{outline:2px solid var(--color-primary-300);outline-offset:.125rem}.link:active{color:var(--color-primary-300)}.link:disabled,.link.disabled{color:var(--color-neutral-500);pointer-events:none}.link:disabled:focus-visible{outline:none}.link.disabled:focus-visible{outline:none}.link--underlined{text-underline-offset:.125rem;text-decoration:underline}.link__icon{flex-shrink:0;width:1.5rem;height:1.5rem;display:inline-block}.link--back{color:var(--color-neutral-600);gap:.625rem;font-size:max(.88rem,min(.25vw + .83rem,1.13rem))}.link--back .link__icon{width:1.625rem;height:1.625rem}.link--section{font-family:var(--font-secondary);color:var(--color-white);gap:.25rem;font-size:max(1rem,min(.25vw + .95rem,1.25rem));font-weight:700}.link--section:active{color:var(--color-primary-600)}.link--section .link__icon{width:1.5rem;height:1.5rem}.link--agree{font-family:var(--font-secondary);color:var(--color-neutral-700);font-size:.75rem}.link--agree:active{color:var(--color-white)}.block-link{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.modal{color:var(--color-white);background-color:var(--color-neutral-200);border-radius:0 0 var(--radius-xl)var(--radius-xl);width:36.125rem;max-width:100%;margin:auto;padding:2.8125rem 1.875rem 1.875rem;position:relative}.modal:before{content:" ";background-color:var(--color-neutral-200);z-index:2;background-image:url("data:image/svg+xml,%3Csvg width='328' height='15' viewBox='0 0 328 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-7.0586 -10.428L18.8601 19.6991L27.358 19.8042L-6.96623 -20.0989L-7.0586 -10.428Z' fill='%23545454'/%3E%3Cpath d='M44.3655 20.0146L7.45495 -22.8949L-1.04297 -23L35.8491 19.9095L44.3655 20.0146Z' fill='%23545454'/%3E%3Cpath d='M61.385 20.2251L24.4745 -22.6844L15.9766 -22.7895L52.8686 20.12L61.385 20.2251Z' fill='%23545454'/%3E%3Cpath d='M32.9609 -22.5795L69.8715 20.33L78.3694 20.4141L41.4773 -22.4744L32.9609 -22.5795Z' fill='%23545454'/%3E%3Cpath d='M284.818 -19.5098L261.542 6.43356L261.449 16.1045L293.335 -19.4047L284.818 -19.5098Z' fill='%23545454'/%3E%3Cpath d='M318.861 -19.0896L281.156 22.8949L289.673 23L327.359 -19.0055L318.861 -19.0896Z' fill='%23545454'/%3E%3Cpath d='M310.343 -19.1949L301.846 -19.3L264.141 22.6844L272.657 22.7896L310.343 -19.1949Z' fill='%23545454'/%3E%3Cpath d='M261.387 22.6636L261.461 16.1042L230.241 -20.1829L196.23 -20.5823L233.122 22.3062L261.387 22.6636Z' fill='%23545454'/%3E%3Cpath d='M162.19 -21.0027L128.18 -21.4232L165.072 21.4863L199.1 21.8857L162.19 -21.0027Z' fill='%23545454'/%3E%3Cpath d='M94.1525 -21.8436L66.9961 -22.1589L103.888 20.7295L131.063 21.0659L94.1525 -21.8436Z' fill='%23545454'/%3E%3Cpath d='M58.4969 -22.264L49.9805 -22.3691L86.891 20.5194L95.3889 20.6245L58.4969 -22.264Z' fill='%23545454'/%3E%3C/svg%3E");background-position:0;background-size:auto 100%;width:100%;height:.9375rem;display:block;position:absolute;top:0;left:0}.modal__close{z-index:2;color:var(--color-white);background-color:#0000;border:none;width:2rem;height:2rem;transition:color .3s;position:absolute;top:2.8125rem;right:1.875rem}.modal__close:focus{outline:none}.modal__close:focus-visible{outline:2px solid var(--color-primary-300);outline-offset:.125rem}.modal__close-icon{width:100%;height:100%}.modal__wrapper{grid-gap:2.375rem;display:grid}.modal__top{grid-gap:1rem;display:grid}.modal__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;padding-right:3.125rem;font-size:max(1.5rem,min(.5vw + 1.4rem,2rem));font-weight:700;line-height:.9}.modal__text{font-family:var(--font-secondary);font-size:max(.88rem,min(.25vw + .83rem,1.13rem));font-weight:400;line-height:var(--lineHeightP1);color:var(--color-neutral-700)}.modal__buttons{gap:1rem;display:flex}.modal__buttons-item{min-width:8.9375rem}.modal--with-bg{background-image:url(/local/templates/xpage/front-layout/dist/img/modal-bg.png);background-position:115% 90%;background-repeat:no-repeat;background-size:45%;width:43.5625rem}.modal--with-bg .modal__wrapper{width:56%}.modal--fixed{width:100%;margin:auto auto 0;padding:0}.breadcrumbs{--breadcrumb-font-size:var(--fontSizeP1);--breadcrumb-line-height:var(--lineHeightH1);--breadcrumb-icon-margin:.625rem;margin-bottom:.8125rem}.breadcrumbs__items{flex-wrap:wrap;row-gap:.3125rem;display:flex}.breadcrumbs__item{font-size:var(--breadcrumb-font-size);line-height:var(--breadcrumb-line-height);align-items:center;display:flex}.breadcrumbs__item:last-child .breadcrumbs__link{cursor:default}.breadcrumbs__item:not(:last-child){margin-right:var(--breadcrumb-icon-margin)}.breadcrumbs__item:not(:last-child):after{content:"/";margin-left:var(--breadcrumb-icon-margin);color:var(--color-neutral-600);display:inline-block}.breadcrumbs__link.link{color:var(--color-neutral-600)}.breadcrumbs__link.link[aria-current],.breadcrumbs__link.link.active{text-decoration:none}.standard-page:last-child{margin-bottom:max(2.5rem,min(1.25vw + 2.25rem,3.75rem))}.standard-page__banner{max-width:71.25rem}.standard-page__banner:not(:last-child){margin-bottom:6.25rem}.standard-page__banner:not(:last-child) img{width:100%;display:block}.standard-page__banner-text{color:var(--color-neutral-400);margin-top:.5rem;font-size:.875rem}.standard-page__header{grid-template-columns:minmax(0,73.125rem) minmax(0,1fr);align-items:flex-start;gap:1.5rem;display:grid}.standard-page__header-share{margin-left:auto}.standard-page__text{width:100%;max-width:73.125rem;font-size:1.125rem;line-height:1.2}.standard-page__text:not(:last-child){margin-bottom:4.0625rem}.standard-page__text img:not([class]){border-radius:var(--radius-m);display:block;overflow:hidden}.standard-page__text img:not([class]):not(:last-child){margin-bottom:1.25rem}.standard-page__text img:not([class]):not(:first-child){margin-top:1.25rem}.standard-page__slider{width:100%;max-width:73.125rem;position:relative;overflow:hidden}.standard-page__slider:not(:last-child){margin-bottom:max(1.25rem,min(2.81vw + .69rem,4.06rem))}.standard-page__slider-img{aspect-ratio:360/203;position:relative;overflow:hidden}.standard-page__slider-img img{border-radius:var(--radius-m);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.standard-page__slider-text{color:var(--color-neutral-400);margin-top:.5rem;font-size:.875rem}.standard-page__slider .swiper-button{background-color:var(--color-neutral-400);border-radius:50%;width:2.5rem;height:2.5rem;margin-top:0;position:absolute;top:50%;transform:translateY(-50%)}.standard-page__slider .swiper-button-prev{padding-right:.125rem;left:3%}.standard-page__slider .swiper-button-next{padding-left:.125rem;right:3%}.standard-page__slider .swiper-button:after{font-size:1.125rem}.standard-page__slider .swiper-pagination{justify-content:center;align-items:center;gap:.5rem;display:flex;bottom:1.25rem}.standard-page__slider .swiper-pagination .swiper-pagination-bullet{--swiper-pagination-bullet-inactive-color:var(--color-neutral-400);--swiper-pagination-bullet-inactive-opacity:1;width:.75rem;height:.75rem;margin:0}.standard-page__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border:1px solid var(--color-black);background:var(--color-white)}.standard-page__video{width:100%;max-width:73.125rem;font-size:1.125rem;line-height:1.2}.standard-page__video:not(:last-child){margin-bottom:4.0625rem}.video{position:relative}.video__video{border-radius:var(--radius-m);width:100%;overflow:hidden}.video__btn{z-index:1;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video--playing .video__btn{z-index:0;opacity:0;pointer-events:none}.card{flex-direction:column;display:flex;position:relative}.card__link{z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}.card--texture{border-radius:var(--raduis-xxl);background-image:url(/local/templates/xpage/front-layout/dist/img/background/bg-texture-hover.jpg);background-position:100% 100%;background-repeat:no-repeat;background-size:cover;padding:max(.47rem,min(.47vw + .38rem,.94rem));position:relative}.card--texture:before{content:" ";border-radius:var(--raduis-xxl);background-color:#161515bf;width:100%;height:100%;transition:background-color .1s;display:block;position:absolute;top:0;left:0}.card--texture .card__box{border-radius:var(--radius-xl);border:1px solid var(--color-neutral-400);background-color:var(--color-neutral-200);flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.block-img{background-image:url(/local/templates/xpage/front-layout/dist/img/background/bg-marble.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.block-img .wrapper:before{content:" ";background-image:url(/local/templates/xpage/front-layout/dist/img/background/line.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:93.75rem;height:51.25rem;display:block;position:absolute;top:12.5rem;left:-13.125rem}.block-img__wrap{grid-template-columns:minmax(0,1fr) minmax(0,1fr);justify-content:space-between;width:100%;display:grid}.block-img__wrap .block-img__content{padding:max(1.25rem,min(1.88vw + .88rem,3.13rem)) 0 .625rem}.block-img__content{grid-gap:clamp(1rem,.5vw + .9rem,1.5rem);justify-items:flex-start;max-width:40.3125rem;padding:max(1.88rem,min(5vw + .88rem,6.88rem)) 0;display:grid;position:relative}.block-img__tag{font-family:var(--font-secondary)}.block-img__title{font-size:var(--fontSizeH1);letter-spacing:1.7px;text-transform:uppercase;font-weight:700;line-height:90%}.block-img__text{font-size:max(.88rem,min(.38vw + .8rem,1.25rem));font-family:var(--font-secondary);color:var(--color-white)}.block-img__btn{width:15.625rem}.block-img__bottom{grid-column:1;align-items:flex-end;gap:1.875rem;padding-bottom:max(.63rem,min(2.5vw + .13rem,3.13rem));display:flex}.block-img__tl{letter-spacing:.04rem;text-transform:uppercase;opacity:.5;font-size:max(1rem,min(.5vw + .9rem,1.5rem));line-height:.9}.block-img__days{font-size:max(1.25rem,min(.75vw + 1.1rem,2rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;opacity:.5;font-weight:700;line-height:.9}.block-img__img{grid-area:1/2/3;padding:2.5rem 0 1.25rem;position:relative}.block-img__img img{margin-left:auto;display:block}.block-img__photo{position:absolute;top:0;bottom:0;left:50%;right:0;-webkit-mask-image:url(/local/templates/xpage/front-layout/dist/img/background/mask-photo-mirror.svg);-webkit-mask-position:0;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat}.block-img__photo img{object-fit:cover;width:100%;height:100%;display:block}.block-img__photo picture{width:100%;height:100%;display:block}.block-img--news{aspect-ratio:1920/783}.block-img--news .block-img__content{max-width:31.25rem}.block-img--news .block-img__title{font-size:var(--fontSizeH2)}.block-img--news .block-img__photo{left:36%;right:0}.block-img--bw .block-img__content{max-width:40.1875%}.block-img--bw .block-img__photo{left:43%;right:0}.block-img--bw .btn{font-size:max(1.13rem,min(.5vw + 1.02rem,1.63rem))}.block-img--fontsize .block-img__title{max-width:70%;font-size:max(1.5rem,min(2.5vw + 1rem,4rem))}.block-img--size .block-img__title{font-size:max(1.5rem,min(1.5vw + 1.2rem,3rem))}.block-img--size .block-img__text{font-size:max(1rem,min(.13vw + .98rem,1.13rem))}.block-img--svg .wrapper{justify-content:space-between;align-items:stretch;display:flex}.block-img--svg .wrapper:before{top:0;left:10%}.block-border{padding-bottom:.9375rem;position:relative}.block-border:after{content:" ";background-color:var(--color-neutral-200);background-repeat-y:no-repeat;z-index:2;background-image:url("data:image/svg+xml,%3Csvg width='328' height='15' viewBox='0 0 328 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-7.0586 -10.428L18.8601 19.6991L27.358 19.8042L-6.96623 -20.0989L-7.0586 -10.428Z' fill='%23545454'/%3E%3Cpath d='M44.3655 20.0146L7.45495 -22.8949L-1.04297 -23L35.8491 19.9095L44.3655 20.0146Z' fill='%23545454'/%3E%3Cpath d='M61.385 20.2251L24.4745 -22.6844L15.9766 -22.7895L52.8686 20.12L61.385 20.2251Z' fill='%23545454'/%3E%3Cpath d='M32.9609 -22.5795L69.8715 20.33L78.3694 20.4141L41.4773 -22.4744L32.9609 -22.5795Z' fill='%23545454'/%3E%3Cpath d='M284.818 -19.5098L261.542 6.43356L261.449 16.1045L293.335 -19.4047L284.818 -19.5098Z' fill='%23545454'/%3E%3Cpath d='M318.861 -19.0896L281.156 22.8949L289.673 23L327.359 -19.0055L318.861 -19.0896Z' fill='%23545454'/%3E%3Cpath d='M310.343 -19.1949L301.846 -19.3L264.141 22.6844L272.657 22.7896L310.343 -19.1949Z' fill='%23545454'/%3E%3Cpath d='M261.387 22.6636L261.461 16.1042L230.241 -20.1829L196.23 -20.5823L233.122 22.3062L261.387 22.6636Z' fill='%23545454'/%3E%3Cpath d='M162.19 -21.0027L128.18 -21.4232L165.072 21.4863L199.1 21.8857L162.19 -21.0027Z' fill='%23545454'/%3E%3Cpath d='M94.1525 -21.8436L66.9961 -22.1589L103.888 20.7295L131.063 21.0659L94.1525 -21.8436Z' fill='%23545454'/%3E%3Cpath d='M58.4969 -22.264L49.9805 -22.3691L86.891 20.5194L95.3889 20.6245L58.4969 -22.264Z' fill='%23545454'/%3E%3C/svg%3E");background-position:0;background-size:auto 100%;width:100%;height:.9375rem;display:block;position:absolute;bottom:0;left:0}.block-border--top{padding-top:.9375rem}.block-border--top:before{content:" ";background-color:var(--color-neutral-200);background-repeat-y:no-repeat;z-index:2;background-image:url("data:image/svg+xml,%3Csvg width='328' height='15' viewBox='0 0 328 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-7.0586 -10.428L18.8601 19.6991L27.358 19.8042L-6.96623 -20.0989L-7.0586 -10.428Z' fill='%23545454'/%3E%3Cpath d='M44.3655 20.0146L7.45495 -22.8949L-1.04297 -23L35.8491 19.9095L44.3655 20.0146Z' fill='%23545454'/%3E%3Cpath d='M61.385 20.2251L24.4745 -22.6844L15.9766 -22.7895L52.8686 20.12L61.385 20.2251Z' fill='%23545454'/%3E%3Cpath d='M32.9609 -22.5795L69.8715 20.33L78.3694 20.4141L41.4773 -22.4744L32.9609 -22.5795Z' fill='%23545454'/%3E%3Cpath d='M284.818 -19.5098L261.542 6.43356L261.449 16.1045L293.335 -19.4047L284.818 -19.5098Z' fill='%23545454'/%3E%3Cpath d='M318.861 -19.0896L281.156 22.8949L289.673 23L327.359 -19.0055L318.861 -19.0896Z' fill='%23545454'/%3E%3Cpath d='M310.343 -19.1949L301.846 -19.3L264.141 22.6844L272.657 22.7896L310.343 -19.1949Z' fill='%23545454'/%3E%3Cpath d='M261.387 22.6636L261.461 16.1042L230.241 -20.1829L196.23 -20.5823L233.122 22.3062L261.387 22.6636Z' fill='%23545454'/%3E%3Cpath d='M162.19 -21.0027L128.18 -21.4232L165.072 21.4863L199.1 21.8857L162.19 -21.0027Z' fill='%23545454'/%3E%3Cpath d='M94.1525 -21.8436L66.9961 -22.1589L103.888 20.7295L131.063 21.0659L94.1525 -21.8436Z' fill='%23545454'/%3E%3Cpath d='M58.4969 -22.264L49.9805 -22.3691L86.891 20.5194L95.3889 20.6245L58.4969 -22.264Z' fill='%23545454'/%3E%3C/svg%3E");background-position:0;background-size:auto 100%;width:100%;height:.9375rem;display:block;position:absolute;top:0;left:0}.block-border--top .bw-invite__form{isolation:isolate;position:relative}.block-border--top .bw-invite__form:before{content:"";z-index:-1;background-color:var(--color-black);position:absolute;top:0;bottom:0;left:-9.375rem;right:0;-webkit-mask-image:url(/local/templates/xpage/front-layout/dist/img/background/mask-photo-mirror.svg);-webkit-mask-position:0;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat}.block-border--small{padding-bottom:.5rem}.block-border--small:after{background-image:url("data:image/svg+xml,%3Csvg width='121' height='8' viewBox='0 0 121 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.58789 -5.56182L6.91562 10.5059L10.0315 10.562L-2.55402 -10.7196L-2.58789 -5.56182Z' fill='%23545454'/%3E%3Cpath d='M16.2684 10.6743L2.73456 -12.2108L-0.381349 -12.2668L13.1457 10.6183L16.2684 10.6743Z' fill='%23545454'/%3E%3Cpath d='M22.5084 10.7866L8.97455 -12.0984L5.85864 -12.1545L19.3857 10.7306L22.5084 10.7866Z' fill='%23545454'/%3E%3Cpath d='M12.0867 -12.0427L25.6205 10.8424L28.7364 10.8872L15.2093 -11.9867L12.0867 -12.0427Z' fill='%23545454'/%3E%3Cpath d='M104.432 -10.4054L95.8971 3.43104L95.8633 8.58887L107.555 -10.3493L104.432 -10.4054Z' fill='%23545454'/%3E%3Cpath d='M116.915 -10.1812L103.09 12.2105L106.213 12.2666L120.031 -10.1363L116.915 -10.1812Z' fill='%23545454'/%3E%3Cpath d='M113.792 -10.2374L110.676 -10.2935L96.8511 12.0982L99.9738 12.1543L113.792 -10.2374Z' fill='%23545454'/%3E%3Cpath d='M95.8418 12.0874L95.8689 8.58905L84.4213 -10.764L71.9509 -10.9771L85.478 11.8968L95.8418 12.0874Z' fill='%23545454'/%3E%3Cpath d='M59.4694 -11.2015L46.999 -11.4257L60.5261 11.4593L73.0033 11.6724L59.4694 -11.2015Z' fill='%23545454'/%3E%3Cpath d='M34.5225 -11.6502L24.5652 -11.8184L38.0923 11.0555L48.0564 11.2349L34.5225 -11.6502Z' fill='%23545454'/%3E%3Cpath d='M21.4486 -11.8743L18.3259 -11.9304L31.8598 10.9434L34.9757 10.9995L21.4486 -11.8743Z' fill='%23545454'/%3E%3C/svg%3E");height:.5rem}.block-border--white:before,.block-border--white:after{background-color:var(--color-white);background-image:url(/local/templates/xpage/front-layout/dist/img/border.svg)}.staff{border-radius:var(--raduis-xxl);background-image:url(/local/templates/xpage/front-layout/dist/img/background/bg-texture-2-hover.jpg);background-position:100% 100%;background-repeat:no-repeat;background-size:cover;padding:.9375rem}.staff:before{content:" ";border-radius:var(--raduis-xxl);background-color:#161515bf;width:100%;height:100%;transition:background-color .1s;display:block;position:absolute;top:0;left:0}.staff__box{border-radius:var(--radius-xl);border:1px solid var(--color-neutral-400);background-color:var(--color-neutral-200);flex-direction:column;height:100%;display:flex;overflow:hidden}.staff__bottom{padding:max(.63rem,min(.38vw + .55rem,1rem));position:relative}.staff__rhombus{z-index:2;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;justify-content:center;align-items:center;width:max(2.5rem,min(2.5vw + 2rem,5rem));height:max(2.5rem,min(2.5vw + 2rem,5rem));display:flex;position:absolute;bottom:10%;right:.625rem}.staff__number{font-family:var(--font-number);letter-spacing:.055rem;text-transform:uppercase;font-size:max(1.13rem,min(1.63vw + .8rem,2.75rem));transform:rotate(8deg)}.staff__name{letter-spacing:.44px;text-transform:uppercase;font-size:max(1rem,min(.38vw + .93rem,1.38rem));font-weight:700;line-height:120%}.staff__subname{font-family:var(--font-secondary);color:var(--color-neutral-600);margin-top:.625rem;font-size:max(.88rem,min(.13vw + .85rem,1rem))}.staff__subname--uppercase{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;letter-spacing:.0225rem;font-size:max(1rem,min(.13vw + .98rem,1.13rem));font-weight:700;line-height:.9}.staff__photo{width:100%;height:100%}.staff__img{background-color:#f9f9f9;align-items:flex-end;height:26.5625rem;display:flex}.staff__img img{object-fit:cover;width:100%;height:100%;display:block}.staff--height .staff__img{height:18.125rem}.staff--hover:after{content:" ";z-index:2;background-position:50%;background-repeat:no-repeat;background-size:contain;width:106%;height:70%;display:block;position:absolute;top:0;left:50%;transform:translate(-50%)}.catalog-select .default-input__input{width:13.75rem;flex:none!important}.sticker{background-image:url(/local/templates/xpage/front-layout/dist/img/bg-texture-3.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.9375rem;width:100%;height:100%;padding:.3125rem}.sticker--translation{transform:rotate(-4deg)}.sticker--video{transform:rotate(-11deg)}.sticker--photo{transform:rotate(5deg)}.sticker__body{letter-spacing:.025rem;color:var(--color-neutral-500);text-transform:uppercase;white-space:nowrap;border:1px solid var(--color-neutral-500);border-radius:.625rem;height:100%;padding:.3125rem;font-size:.875rem;font-weight:700;line-height:1.2}.sticker__icon{width:100%;height:100%}.sticker--text .sticker__body{padding:.625rem}.tag{text-align:center;font-size:1.25rem;line-height:var(--lineHeightP1);color:var(--color-neutral-600);background:var(--color-neutral-200);white-space:nowrap;cursor:pointer;border:none;border-radius:2.75rem;justify-content:center;align-items:center;padding:.625rem .9375rem;text-decoration:none;transition:color .3s,background .3s;display:inline-flex;position:relative}.section-grid{grid-template-columns:repeat(15,minmax(0,1fr));gap:1.25rem;display:grid}.section-grid__left{grid-column:1/6}.section-grid__left .default-subtitle{max-width:16.875rem}.section-grid__right{grid-area:1/6/3/-1;position:relative}.section-grid__plug{width:100%;height:100%}.section-grid__plug-image{object-fit:contain;width:100%;height:100%}.section-grid__img{grid-area:2/1/auto/7;align-items:flex-end;margin-bottom:1.875rem;display:flex}.section-grid--rowauto{grid-template-rows:auto}.section-grid--img-out .section-grid__img{grid-column:1/8;align-items:flex-start;margin-left:-12.5%}.default-title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH2);letter-spacing:.06rem}.default-subtitle{font-size:max(1rem,min(.13vw + .98rem,1.13rem));line-height:120%;font-family:var(--font-secondary);margin-top:1.0625rem}.social{align-items:center;gap:1rem;display:flex}.social__icon{transition:filter .3s}.social__link{width:1.25rem;height:1.25rem;display:block}.border-card{border:2.25rem solid var(--color-black)}.modal-gallery{background:var(--color-black);height:100%}.modal-gallery:before{display:none}.modal-gallery .wrapper{height:100%}.modal-gallery__close{top:2.875rem;right:10rem}.modal-gallery__wrapper{flex-direction:column;height:100%;display:flex}.modal-gallery__wrapper:before{z-index:2;content:"";background:linear-gradient(90deg,#000 0%,#0000 100%);width:10rem;height:100%;display:block;position:absolute;top:0;bottom:0;left:0}.modal-gallery__wrapper:after{z-index:2;content:"";background:linear-gradient(-90deg,#000 0%,#0000 100%);width:10rem;height:100%;display:block;position:absolute;top:0;bottom:0;right:0}.modal-gallery__slider{margin-top:8%;position:relative}.modal-gallery__slider .swiper{grid-template-columns:100%;display:grid;overflow:visible}.modal-gallery__slider .swiper-slide{width:auto;max-width:90%;height:70vh}.modal-gallery__slider .swiper-slide-active .modal-gallery__slide-btn{opacity:1;pointer-events:all}.modal-gallery__slider .swiper-buttons{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.modal-gallery__slider .swiper-button{background-color:var(--color-white);width:2rem;height:2rem;margin:0;position:static;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.modal-gallery__slider .swiper-button:after{display:none}.modal-gallery__slider .swiper-button-next{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6C10.4713 8.45675 15.2473 10.7201 20.0803 12.7654C21.9175 13.5428 23.7908 14.266 25.6948 14.9488C26.074 15.0848 26.0922 15.2029 25.7919 15.4246C21.8951 18.3017 17.7287 21.0489 13.4507 23.6108C11.8943 24.5428 10.2811 25.4448 8.84255 26.4786C8.62073 26.638 8.35692 26.8046 8.2246 27' stroke='currentColor' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6C10.4713 8.45675 15.2473 10.7201 20.0803 12.7654C21.9175 13.5428 23.7908 14.266 25.6948 14.9488C26.074 15.0848 26.0922 15.2029 25.7919 15.4246C21.8951 18.3017 17.7287 21.0489 13.4507 23.6108C11.8943 24.5428 10.2811 25.4448 8.84255 26.4786C8.62073 26.638 8.35692 26.8046 8.2246 27' stroke='currentColor' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.modal-gallery__slider .swiper-button-prev{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 26C21.5287 23.5432 16.7527 21.2799 11.9197 19.2346C10.0825 18.4572 8.20915 17.734 6.30519 17.0512C5.92597 16.9152 5.90783 16.7971 6.20809 16.5754C10.1049 13.6983 14.2713 10.9511 18.5493 8.3892C20.1057 7.45718 21.7189 6.55518 23.1575 5.52142C23.3793 5.36201 23.6431 5.19538 23.7754 5' stroke='currentColor' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 26C21.5287 23.5432 16.7527 21.2799 11.9197 19.2346C10.0825 18.4572 8.20915 17.734 6.30519 17.0512C5.92597 16.9152 5.90783 16.7971 6.20809 16.5754C10.1049 13.6983 14.2713 10.9511 18.5493 8.3892C20.1057 7.45718 21.7189 6.55518 23.1575 5.52142C23.3793 5.36201 23.6431 5.19538 23.7754 5' stroke='currentColor' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.modal-gallery__slider .swiper-bottom{justify-content:space-between;align-items:center;width:100%;padding-top:1rem;display:flex;position:absolute;bottom:0}.modal-gallery__slider .swiper-pagination{position:static}.modal-gallery__slider .swiper-pagination-fraction{font-family:var(--font-secondary);color:var(--color-neutral-600);width:-moz-fit-content;width:fit-content;font-size:1rem}.modal-gallery__slider--text .modal-gallery__slide-text{opacity:0;transition:all .3s}.modal-gallery__slider--text .swiper-slide-active .modal-gallery__slide-text{opacity:1}.modal-gallery__slider--text .swiper-bottom{background-color:var(--color-black);z-index:1;width:30%;right:0}.modal-gallery__slide{flex-direction:column;gap:1rem;height:100%;display:flex}.modal-gallery__slide-cont{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.modal-gallery__slide-image{border-radius:.5rem;width:100%;height:100%;overflow:hidden}.modal-gallery__slide-image-img{object-fit:cover;width:100%;height:100%}.modal-gallery__slide-btn{opacity:0;pointer-events:none;gap:.3125rem;margin-left:auto;font-size:max(1rem,min(.13vw + .98rem,1.13rem));transition:all .6s}.modal-gallery__slide-text{text-transform:uppercase;letter-spacing:.025rem;color:var(--color-white);margin-top:1.5rem;font-size:max(1rem,min(.25vw + .95rem,1.25rem));font-weight:700;line-height:120%}.lost-list{font-family:var(--font-secondary)}.lost-list__elem{align-items:center;gap:max(.94rem,min(.94vw + .75rem,1.88rem));padding:max(.94rem,min(1.25vw + .69rem,2.19rem)) 0;display:flex;position:relative}.lost-list__elem:not(:last-child){border-bottom:1px solid var(--color-neutral-300)}.lost-list__link{width:100%;height:100%;position:absolute;top:0;left:0}.lost-list__number,.lost-list__period{font-size:1.25rem}.lost-list__name{flex-grow:1;font-size:1.25rem;font-weight:700;transition:all .3s}.lost-list__period{color:var(--color-neutral-600);text-align:right;flex-shrink:0;margin-left:auto}.bg{position:relative}.bg .wrapper{z-index:1;position:relative}.bg__img{z-index:0;width:35%;position:absolute;bottom:.125rem;left:3%}.bg__img img{width:100%;height:100%;display:block}.slogan{text-transform:uppercase;letter-spacing:.0275rem;text-align:center;justify-content:center;align-items:center;max-width:56.25rem;margin:0 auto;padding:max(.94rem,min(.94vw + .75rem,1.88rem)) 0;font-size:max(.88rem,min(.5vw + .78rem,1.38rem));font-weight:700;line-height:120%;display:flex}.slogan:before,.slogan:after{content:" ";background-image:url(/local/templates/xpage/front-layout/dist/img/slogan.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;flex:none;width:max(1.88rem,min(1.56vw + 1.56rem,3.44rem));height:max(2.5rem,min(1.25vw + 2.25rem,3.75rem));display:block}.slogan:before{margin-bottom:2.5rem;margin-right:max(.63rem,min(.75vw + .48rem,1.38rem))}.slogan:after{margin-top:2.5rem;margin-left:max(.63rem,min(.75vw + .48rem,1.38rem));transform:rotate3d(0,1,3,-180deg)}.modal-inf{width:100%;transition:all .8s}.modal-inf::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;display:none}.modal-inf::-webkit-scrollbar:horizontal{height:0}.modal-inf__content{background:url(/local/templates/xpage/front-layout/dist/img/background/bg-texture-2.jpg);border-radius:0;width:100%;height:100%;padding-top:1.875rem;position:relative;overflow:auto}.modal-inf__content::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;display:none}.modal-inf__content::-webkit-scrollbar:horizontal{height:0}.modal-inf__wrap{justify-content:space-between;gap:20%;max-width:50%;margin-bottom:max(1.25rem,min(.94vw + 1.06rem,2.19rem));padding-top:max(.63rem,min(3.13vw,3.75rem));padding-bottom:max(.63rem,min(1.25vw + .38rem,1.88rem));display:flex}.modal-inf__decor{background-image:url(/local/templates/xpage/front-layout/dist/img/main/decor-bg.webp);background-size:auto 100%;background-color:var(--color-black);background-repeat-y:no-repeat;transform-origin:0;width:100%;height:17px;transition:all .3s;transform:scaleX(0)}.modal-inf__title{text-transform:uppercase;font-size:3rem;font-weight:700;line-height:90%}.modal-inf__description{font-family:var(--font-secondary);font-size:max(.88rem,min(.13vw + .85rem,1rem));line-height:120%}.visually-impaired{color:var(--color-white);border:none;gap:max(.5rem,min(.5vw + .4rem,1rem));padding:0;transition:color .3s;align-items:center!important;display:flex!important}.visually-impaired--mobile .visually-impaired__icon{width:2rem;height:2rem}.visually-impaired__icon{width:3.25rem;height:3.25rem}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}.swiper,swiper-container{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;width:100%;height:100%;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi)){margin-left:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{width:var(--swiper-centered-offset-after);height:100%;min-height:1px}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%;min-width:1px}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";pointer-events:none;position:absolute;top:0;left:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{width:var(--swiper-virtual-size);height:1px}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);letter-spacing:0;font-variant:initial;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px)0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);width:100%;top:0;left:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,#0000001a);position:relative}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset,1%));position:absolute}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset,1%));position:absolute}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);width:100%;height:100%;position:relative;top:0;left:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{object-fit:contain;max-width:100%;max-height:100%}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{pointer-events:none;opacity:0;z-index:-1000;position:absolute;top:0;left:0}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-flow:column wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{opacity:.6;z-index:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.swiper-cube .swiper-cube-shadow:before{content:"";filter:blur(50px);background:#000;position:absolute;top:0;bottom:0;left:0;right:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform,opacity,height;overflow:hidden}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}:root{--swiper-theme-color:var(--color-white)}.swiper-container{width:100%;position:relative;overflow:hidden}.toast{padding:1.5rem}.toast--success,.toast--warning,.toast--error,.toast--info{background-color:var(--color-neutral-100)}.toast__body{color:var(--color-neutral-900)}.toast__close{color:var(--color-neutral-900);align-self:center}.toast--success{color:var(--color-positive)}.toast--warning{color:var(--color-warning)}.toast--error{color:var(--color-negative)}.toast--info{color:var(--color-info)}.bvi-active .toast,.bvi-active .Vue-Toastification__container{display:none!important}.header{position:relative}.header.modal-open:before{content:" ";z-index:1;background:linear-gradient(#000000cf 50%,#1d1d1d00 100%);width:100%;height:100%;position:absolute;top:0;left:0}.header__head{background-color:var(--color-neutral-200);color:var(--color-neutral-600)}.header__head-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;display:flex}.header__head-wrapper .header__link{color:inherit;font-size:1.125rem;font-weight:500}.header__head-wrapper .header__nav{justify-content:space-between;width:100%;display:flex}.header__body{z-index:15;background:var(--gradient-500);top:0;left:0;right:0}.header__body.fixed{position:fixed}.header__body-wrapper{grid-template-columns:4.25rem 7.5rem 3.25rem auto 13.875rem;align-items:center;gap:1.25rem;padding-top:2rem;padding-bottom:2rem;display:grid;transform:translateZ(10px)}.header__logo{justify-content:center;justify-self:center;max-width:max-content;display:flex}.header__logo img{width:100%;height:100%;display:block}.header__menu{cursor:pointer;justify-content:center;align-items:center;gap:.75rem;display:flex}.header__menu:after{content:"МЕНЮ";text-transform:uppercase;font-size:max(1.13rem,min(.5vw + 1.02rem,1.63rem));font-weight:700;transition:color .3s;display:block}.header__menu svg{flex-shrink:0;max-width:3rem;max-height:2.1875rem;transition:all .3s}.header__list{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem 1.5rem;display:flex}.header__link{text-align:center;color:var(--color-white);text-transform:uppercase;font-size:var(--fontSizeH5);font-weight:700;line-height:var(--lineHeightH1);border:unset;background-color:#0000;text-decoration:none;transition:color .3s;display:block}.header__nav{justify-content:flex-end;align-items:center;display:flex}.header__btn.btn{max-height:3.8125rem}.burger{order:1;grid-area:1/1}.burger svg{width:100%}.main-video{overflow:hidden}.main-video__video{flex-direction:row;align-items:center;width:100%;height:100vh;display:flex;position:fixed;bottom:0;left:0;overflow:hidden}.main-video__video video{background-color:var(--color-black);object-fit:cover;flex:1;width:100%;height:100%;display:block}.main-video__video:after{content:"";background:linear-gradient(#00d4ff00 0%,#000 100%);width:100%;height:25rem;position:absolute;bottom:0;left:0}.main-video__slider{z-index:20;position:relative}.main-slider{z-index:1;min-width:0;position:relative}.main-slider.swiper-wrapper{align-items:inherit!important}.main-slider__slide{pointer-events:none}.main-slider__slide-item{justify-content:flex-start;align-items:flex-end;width:100%;height:100vh;padding-bottom:4.375rem;transition:opacity 1s;display:flex;position:relative}.main-slider__slide-item.main-slider__slide-item--fullscreen{padding-bottom:0}.main-slider__slide-item.main-slider__slide-item--fullscreen .main-slide{width:100%;max-height:15.625rem;transition:all .8s}.main-slider__slide-item.main-slider__slide-item--fullscreen .main-slide::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;display:none}.main-slider__slide-item.main-slider__slide-item--fullscreen .main-slide::-webkit-scrollbar:horizontal{height:0}.main-slider__slide-item.main-slider__slide-item--fullscreen .main-slide__content{border-radius:0;max-width:100%}.main-slider__slide-item.main-slider__slide-item--fullscreen .main-slide__description{max-width:32.375rem}.main-slider__slide:nth-child(2n) .main-slider__slide-item{justify-content:flex-end}.main-slider__slide.swiper-slide-active{pointer-events:all}.main-slider__slide.swiper-slide-active .main-mouse{animation:2s forwards fadeMouse}.main-slider .main-slide{z-index:1}.main-slider .main-slide__content{opacity:0;transform-origin:bottom;border-radius:0 0 1.75rem 1.75rem;max-width:36.125rem;transition:all .4s .3s;position:relative;overflow:hidden;transform:scaleY(0)}.main-slider .main-slide__content.opened .main-slide__hidden{max-height:187.5rem;overflow:visible}.main-slider .main-slide__content.opened .main-slide__more .btn{font-size:0}.main-slider .main-slide__content.opened .main-slide__more .btn:before{content:"Закрыть";font-size:1.625rem}.main-slider .main-slide__title{font-size:max(2rem,min(3.31vw + 1.34rem,5.31rem));font-weight:700;line-height:120%;font-family:var(--font-primary);text-transform:uppercase;padding-bottom:5rem}.main-slider .main-slide__more{display:none;position:relative}.main-slider .main-slide__more .btn{max-height:3.25rem}.main-slider .main-slide__description{font-family:var(--font-primary);text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.main-slider .main-slide__description+.main-slide__more{margin-top:1.5rem}.main-slider .main-slide__wrap{flex-direction:column;gap:1.25rem;padding-bottom:32px;display:flex}.main-slider .main-slide--animate::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;display:none}.main-slider .main-slide--animate::-webkit-scrollbar:horizontal{height:0}.main-slider .main-slide--animate .main-slide__decor{transform:none}.main-slider .main-slide--animate .main-slide__content{opacity:1;transform:none}.main-slider .main-slide--animate .main-slide__hidden{opacity:1}.main-slider .main-slide__hidden{opacity:0;background:url(/local/templates/xpage/front-layout/dist/img/main/texture-bg.webp);max-height:0;transition:all .3s;overflow:hidden}.main-slider .ms-decor{background-image:url(/local/templates/xpage/front-layout/dist/img/main/decor-bg.webp);background-size:auto 100%;background-color:var(--color-black);background-repeat-y:no-repeat;width:100%;height:17px;transition:all .3s}.main-slider .ms-view{align-items:flex-end;display:flex;position:relative}.main-slider .ms-view__content{padding-bottom:3.75rem}.main-slider .ms-view__stats{margin-bottom:4rem}.main-slider .ms-view__description{margin-bottom:1.5rem}.main-slider .ms-view__more{max-height:3.25rem}.main-slider .ms-view__img img{display:block;position:relative;right:-235px}.main-slider .ms-stats{grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.main-slider .ms-stats__item{align-items:flex-start;display:flex}.main-slider .ms-stats__item-number{font-size:9.5rem;font-weight:700;line-height:76%}.main-slider .ms-stats__item-description{text-transform:uppercase;font-size:1.5rem;font-weight:700;font-family:var(--font-primary);margin-left:.625rem;line-height:90%}.ms-view{display:flex}.ms-view__description{font-family:var(--font-secondary);padding-top:max(.94rem,min(.94vw + .75rem,1.88rem));font-size:max(.88rem,min(.13vw + .85rem,1rem));line-height:120%}.ms-view__description p:not(:last-child){padding-bottom:max(.63rem,min(.88vw + .45rem,1.5rem))}.ms-view__content{width:50%;padding-bottom:max(1.88rem,min(1.88vw + 1.5rem,3.75rem));padding-right:max(0rem,min(2.5vw - .5rem,2.5rem))}.ms-view__img{position:absolute;top:auto;bottom:0;left:50%;right:0}.ms-view__img img{object-fit:cover;width:100%;height:100%;display:block}.ms-stats{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.ms-stats__item{gap:.625rem;padding:max(.63rem,min(1.25vw + .38rem,1.88rem)) 0;display:flex}.ms-stats__item:not(:nth-child(-n+2)){border-top:1px solid var(--color-neutral-400)}.ms-stats__item-number{font-family:var(--font-number);font-size:max(2.06rem,min(7.44vw + .58rem,9.5rem))}.ms-stats__item-description{letter-spacing:.03rem;text-transform:uppercase;font-size:max(.88rem,min(.63vw + .75rem,1.5rem));font-weight:700}.main-page__slider,.main-page__slider-thumbs .wrapper{position:relative}.main-page__slider-thumbs .swiper{overflow:visible}.main-page__slider-thumbs .swiper-slide{height:auto}.main-page__slider-thumbs .swiper-slide.swiper-slide-thumb-active .main-thumb img,.main-page__slider-thumbs .swiper-slide.swiper-slide-thumb-active .main-thumb__active{opacity:1}.main-page__slider-thumbs .swiper-slide.swiper-slide-thumb-active .main-thumb__active .svg-hover g{animation-play-state:running}.main-page__slider-wrap{width:50%;max-width:50.125rem;transition:all .6s;position:absolute;bottom:2.5rem;right:0}.main-page__slider .main-thumb{cursor:pointer;height:100%}.main-page__slider .main-thumb img{opacity:.5;border-radius:.5rem;width:100%;height:100%;transition:all .3s;display:block}.main-page__slider .main-thumb__active,.main-page__slider .main-thumb__hover{opacity:0;transition:all .3s;position:absolute}.main-page__slider .main-thumb__active svg,.main-page__slider .main-thumb__hover svg{width:100%}.main-page__slider .main-thumb__active{width:calc(100% + 1.875rem);height:calc(100% + 1.875rem);top:-1.25rem;left:-.375rem}.main-page__slider .main-thumb__hover{width:calc(100% + 3.125rem);height:calc(100% + 3.125rem);top:-1.6875rem;left:-.9375rem}.main-menu{z-index:20;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.main-menu:after,.main-menu:before{content:"";background:var(--color-black);pointer-events:none;width:100%;height:50%;transition:transform .5s;position:absolute;left:0}.main-menu:after{top:0}.main-menu:before{bottom:0}.main-menu__container{border-top:1px solid var(--color-neutral-400);z-index:1;opacity:1;width:100%}.main-menu__container:after{content:"";background-image:url(/local/templates/xpage/front-layout/dist/img/main/line-bg.svg);background-size:auto 100%;background-color:var(--color-black);width:100%;height:8.6875rem;animation:80s infinite runningBg;display:block;position:absolute}.main-menu__container .wrapper{max-width:unset}.main-menu .mm-wrap{grid-template-columns:minmax(0,1fr) 37.625rem;padding:0 10rem;display:grid}.main-menu .mm-pages{border-right:1px solid var(--color-neutral-400);padding:2.5rem;display:flex}.main-menu .mm-pages__close{background-color:var(--color-white);cursor:pointer;flex:none;width:2rem;height:2rem;margin-left:auto;transition:all .3s;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 7C19.6328 9.58141 17.7985 11.8967 16.0185 14.1327C14.0922 16.5524 12.0872 18.886 10.0972 21.2398C9.13143 22.382 8.19762 23.5556 7.22222 24.6882C6.83277 25.1405 6.34898 25.5172 6 26' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M5 7C5.06949 7.67004 5.82403 8.24556 6.24667 8.68687C8.74045 11.2908 11.749 13.3928 14.6409 15.4848C17.96 17.886 21.2656 20.3186 24.7071 22.5303C25.4509 23.0083 26.3242 23.4415 27 24' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 7C19.6328 9.58141 17.7985 11.8967 16.0185 14.1327C14.0922 16.5524 12.0872 18.886 10.0972 21.2398C9.13143 22.382 8.19762 23.5556 7.22222 24.6882C6.83277 25.1405 6.34898 25.5172 6 26' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M5 7C5.06949 7.67004 5.82403 8.24556 6.24667 8.68687C8.74045 11.2908 11.749 13.3928 14.6409 15.4848C17.96 17.886 21.2656 20.3186 24.7071 22.5303C25.4509 23.0083 26.3242 23.4415 27 24' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.main-menu .mm-pages__item{color:var(--color-white);text-transform:uppercase;letter-spacing:.02em;opacity:0;max-width:max-content;font-size:2rem;font-weight:700;text-decoration:none;transition:color .3s;animation:.5s forwards fadeIn;display:block;transform:translateY(-5px)}.main-menu .mm-pages__item:not(:last-child){margin-bottom:1rem}.main-menu .mm-pages__item:last-child{margin-top:3rem}.main-menu .mm-section{border-right:1px solid var(--color-neutral-400);border-left:1px solid var(--color-neutral-400);grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.main-menu .mm-section__item{border-bottom:1px solid var(--color-neutral-400);opacity:0;justify-content:space-between;padding:1.25rem 1.25rem 0;animation:.5s forwards fadeIn;display:flex;transform:translateY(-5px)}.main-menu .mm-section__item:first-child{grid-column:2 span;min-height:14.25rem;padding:3.4375rem 3.4375rem 2.1875rem;position:relative}.main-menu .mm-section__item:first-child .mm-section__item-title{color:var(--color-neutral-400)}.main-menu .mm-section__item:first-child .mm-section__item-img svg{width:max-content;height:90%;position:absolute;top:0;right:2.5rem}.main-menu .mm-section__item:nth-child(2n+3){border-left:1px solid var(--color-neutral-400)}.main-menu .mm-section__item:nth-child(4),.main-menu .mm-section__item:nth-child(5){border-bottom-width:0}.main-menu .mm-section__item-bg{background:var(--color-white);border-radius:1.75rem;margin:1.25rem;position:absolute;top:0;bottom:0;left:0;right:0}.main-menu .mm-section__item-bg:after{content:"";border:1px solid var(--color-neutral-500);background-image:url(/local/templates/xpage/front-layout/dist/img/main/menu-section-bg.webp);background-size:cover;border-radius:1.5rem;margin:.9375rem;transition:all .3s;position:absolute;top:0;bottom:0;left:0;right:0}.main-menu .mm-section__item-title{color:var(--color-white);text-transform:uppercase;letter-spacing:.02em;z-index:1;border:0;font-size:3rem;font-weight:700;text-decoration:none;transition:color .3s}.main-menu .mm-section__item-img{z-index:1;align-self:flex-end}.main-menu .mm-section__item-img svg{display:block}.svg-hover g{animation:step-end infinite paused displaySvgGroup}.svg-hover g.img-1{visibility:hidden;animation-delay:.2s}.svg-hover g.img-2{visibility:hidden;animation-delay:.4s}.svg-hover g.img-3{visibility:hidden;animation-delay:.6s}.modal-window.opened .main-menu .mm-section__item:first-child{animation-delay:.2s}.modal-window.opened .main-menu .mm-section__item:nth-child(2){animation-delay:.4s}.modal-window.opened .main-menu .mm-section__item:nth-child(3){animation-delay:.6s}.modal-window.opened .main-menu .mm-section__item:nth-child(4){animation-delay:.8s}.modal-window.opened .main-menu .mm-section__item:nth-child(5){animation-delay:1s}.modal-window.opened .main-menu .mm-section__item:nth-child(6){animation-delay:1.2s}.modal-window.opened .main-menu .mm-section__item:nth-child(7){animation-delay:1.4s}.modal-window.opened .main-menu .mm-section__item:nth-child(8){animation-delay:1.6s}.modal-window.opened .main-menu .mm-section__item:nth-child(9){animation-delay:1.8s}.modal-window.opened .main-menu .mm-pages__item:first-child{animation-delay:1.2s}.modal-window.opened .main-menu .mm-pages__item:nth-child(2){animation-delay:1.4s}.modal-window.opened .main-menu .mm-pages__item:nth-child(3){animation-delay:1.6s}.modal-window.opened .main-menu .mm-pages__item:nth-child(4){animation-delay:1.8s}.modal-window.opened .main-menu .mm-pages__item:nth-child(5){animation-delay:2s}.modal-window.opened .main-menu .mm-pages__item:nth-child(6){animation-delay:2.2s}.modal-window.opened .main-menu .mm-pages__item:nth-child(7){animation-delay:2.4s}.modal-window.opened .main-menu .mm-pages__item:nth-child(8){animation-delay:2.6s}.modal-window.opened .main-menu .mm-pages__item:nth-child(9){animation-delay:2.8s}.main-banner{margin-top:max(1.88rem,min(1.88vw + 1.5rem,3.75rem))}.main-banner__inner{justify-content:center;display:flex}.about{overflow-x:hidden}.about__tabs{margin-bottom:2.1875rem}.about__tabs .wrapper{border-bottom:1px solid var(--color-neutral-400);padding-bottom:2.1875rem}.about__selects{margin-bottom:1.25rem}.about__trainer{grid-template-columns:repeat(4,minmax(0,1fr));gap:max(.63rem,min(.88vw + .45rem,1.5rem));display:grid}.about__staff .default-input{max-width:18.125rem}.management:not(:last-child){margin-bottom:max(1.88rem,min(5.63vw + .75rem,7.5rem))}.management__top{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.management__top:not(:last-child){margin-bottom:max(2.5rem,min(2.5vw + 2rem,5rem))}.management__manager{z-index:1;justify-content:center;align-items:flex-end;max-width:40.625rem;display:flex;position:relative;overflow:hidden}.management__manager img{max-height:100%;margin:0 auto;display:block}.management__bg{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.management__info h2:not([class]):first-child:not(.page-section__title){text-transform:uppercase;letter-spacing:1.28px;max-width:33.75rem;margin-bottom:.9375rem;font-size:max(1.5rem,min(2.5vw + 1rem,4rem));font-weight:700;line-height:90%}.management__info h2:not([class]):first-child:not(.page-section__title)+span{font-size:var(--fontSizeH4);letter-spacing:.64px;text-transform:uppercase;color:var(--color-neutral-600);margin-bottom:max(1.88rem,min(3.13vw + 1.25rem,5rem));font-weight:700;line-height:90%;display:block}.management__info p{font-size:max(1rem,min(.25vw + .95rem,1.25rem))}.management__info p:not(:last-child){margin-bottom:max(1.5rem,min(1.5vw + 1.2rem,3rem))!important}.management__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;padding-top:max(1.25rem,min(1.88vw + .88rem,3.13rem));display:grid}.management__staff{justify-content:center;align-items:flex-end;min-height:76%;max-height:29.375rem;margin-bottom:1.0625rem;display:flex;position:relative}.management__staff:after{content:" ";background:linear-gradient(#1d1d1d00 50%,#000 100%) bottom/100% no-repeat;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.management__staff img{max-height:100%;margin:0 auto;display:block}.management__bottom{padding:.9375rem}.management__nm{flex-grow:1}.management__name{text-align:center;letter-spacing:.64px;text-transform:uppercase;font-weight:700;line-height:90%;font-size:var(--fontSizeH4);margin:0 auto}.management__subname{font-family:var(--font-secondary);line-height:var(--lineHeightH1);color:var(--color-neutral-600);text-align:center;margin-top:1.0625rem;font-size:max(.88rem,min(.25vw + .83rem,1.13rem))}.years{margin-top:max(2.5rem,min(2.5vw + 2rem,5rem))}.years__elem{padding:0 .625rem}.years__data{font-family:var(--font-number);letter-spacing:.055rem;text-transform:uppercase;margin-bottom:max(.63rem,min(.63vw + .5rem,1.25rem));font-size:max(1rem,min(1.75vw + .65rem,2.75rem))}.years__text{font-family:var(--font-secondary);font-size:.875rem;line-height:--lineHeightP2}.history-slider{position:relative;overflow:hidden}.history-slider .swiper-button-next:after,.history-slider .swiper-button-prev:after{display:none}.history-slider .swiper-button-next,.history-slider .swiper-button-prev{width:auto;height:auto;margin-top:0;position:static}.history-slider__btns{background-color:var(--color-black);z-index:2;justify-content:flex-end;width:8.75rem;height:3.75rem;display:flex;position:absolute;top:-.3125rem;right:0}.history-slider__btn{background-color:var(--color-black)}.history-slider__icon{width:1.25rem;height:1.25rem}.history-slider .swiper-slide:not(:last-child) .years__data{justify-content:space-between;align-items:center;display:flex}.history-slider .swiper-slide:not(:last-child) .years__data:after{content:" ";background-color:var(--color-white);flex-grow:1;min-width:2.5rem;max-width:6.25rem;height:.1875rem;margin-left:1.25rem;display:block}.docs__list{flex-direction:column;gap:1.5625rem;display:flex}.docs__section{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5625rem;display:grid}.docs__section:not(:last-child){border-bottom:3px solid var(--color-primary-500);padding-bottom:1.5625rem}.docs__item{background-image:url(/local/templates/xpage/front-layout/dist/img/background/bg-texture-hover.jpg);position:relative}.docs__item:before{content:" ";background-color:#161515bf;width:100%;height:100%;transition:background-color .1s;display:block;position:absolute;top:0;left:0}.docs__box{justify-content:center;position:relative}.docs__name{font-size:var(--fontSizeH4);line-height:90%}.docs__page .btn--back{margin-bottom:.3125rem}.docs__page ol{margin-bottom:max(1.88rem,min(2.13vw + 1.45rem,4rem))!important}.docs__page h2{line-height:.9!important}.docs__page h2:not([class]):not(.page-section__title):first-child{margin-bottom:max(1.25rem,min(1.25vw + 1rem,2.5rem))}.docs__page td{padding:max(.88rem,min(.75vw + .73rem,1.63rem)) 0!important}.description{padding:max(.31rem,min(2.19vw - .13rem,2.5rem)) 0}.description+.description{margin-top:max(1.25rem,min(3.75vw + .5rem,5rem))}.description__content{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:3.125rem;display:grid}.description__content:not(:last-child){margin-bottom:max(1.25rem,min(1.25vw + 1rem,2.5rem))}.description__title{letter-spacing:1.6px;text-transform:uppercase;margin-bottom:max(1.25rem,min(1.56vw + .94rem,2.81rem));font-size:max(1.5rem,min(3.5vw + .8rem,5rem));font-weight:700;line-height:116%}.description__title--width{max-width:35rem}.description__subtitle{font-family:var(--font-secondary);color:var(--color-primary-500);grid-row:2;max-width:46.875rem;font-size:max(1rem,min(.75vw + .85rem,1.75rem));font-weight:600;line-height:146%}.description__subtitle--width{max-width:35rem}.description__list{max-width:46.875rem;padding-top:max(1.25rem,min(1.56vw + .94rem,2.81rem))}.description__right{grid-area:span 2/2/auto/-1}.description__right--margin{margin-left:auto}.description__short{font-family:var(--font-secondary);grid-row:2;max-width:21.5625rem;padding-top:max(.31rem,min(.31vw + .25rem,.63rem));font-size:max(.88rem,min(.13vw + .85rem,1rem));line-height:162%}.description__columns{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:max(1.25rem,min(2.5vw + .75rem,3.75rem));display:grid}.description__columns:not(:last-child){margin-bottom:max(1.88rem,min(3.75vw + 1.13rem,5.63rem))}.description p:not([class]){line-height:162%}.list-year__item{display:flex}.list-year__item:not(:last-child){margin-bottom:max(1.25rem,min(1.25vw + 1rem,2.5rem))}.list-year__item:first-child{max-width:80%}.list-year__item:nth-child(2){max-width:75%}.list-year__item span:not([class]){font-family:var(--font-number);letter-spacing:.1875rem;margin-top:.3125rem;margin-right:max(1.25rem,min(.63vw + 1.13rem,1.88rem));font-size:max(1.25rem,min(.25vw + 1.2rem,1.5rem));display:block}.list-year__item p:not([class]){font-size:max(.88rem,min(.13vw + .85rem,1rem));line-height:162%;font-family:var(--font-secondary)}.list-dash{max-width:46.875rem}.list-dash__item{font-family:var(--font-secondary);justify-content:space-between;align-items:center;padding:max(.75rem,min(.63vw + .63rem,1.38rem)) 0;font-size:max(.88rem,min(.25vw + .83rem,1.13rem));font-weight:700;line-height:133%;display:flex}.list-dash__item:not(:last-child){border-bottom:1px dashed #474747}.list-dash__number{padding:0 1.25rem}.list-dash__roll{color:#474747;padding-left:.3125rem;font-size:max(.75rem,min(.13vw + .73rem,.88rem));font-weight:400}.list-dash__roll-w{padding-left:.3125rem}.list-dash--icons .list-dash__item{justify-content:flex-start;font-size:max(.88rem,min(.13vw + .85rem,1rem));font-weight:400}.list-dash--icons .list-dash__item:before{content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%2334E4FC' d='m14 0 9.9 4.1L28 14l-4.1 9.9L14 28l-9.9-4.1L0 14l4.1-9.9L14 0Z'/%3E%3Cpath fill='%23fff' d='M16.78 18.5a.5.5 0 0 1-.23-.055L14 17.11l-2.55 1.335a.5.5 0 0 1-.726-.53l.5-2.815-2.06-2a.5.5 0 0 1-.125-.5.5.5 0 0 1 .405-.34l2.85-.415L13.55 9.28a.5.5 0 0 1 .9 0l1.27 2.56 2.85.415a.5.5 0 0 1 .405.34.5.5 0 0 1-.125.5l-2.06 2 .5 2.815a.5.5 0 0 1-.2.5.5.5 0 0 1-.31.09Z'/%3E%3Cpath fill='%2334E4FC' d='m14 0 9.9 4.1L28 14l-4.1 9.9L14 28l-9.9-4.1L0 14l4.1-9.9L14 0Z'/%3E%3Cpath fill='%23242424' d='M16.78 18.5a.5.5 0 0 1-.23-.055L14 17.11l-2.55 1.335a.5.5 0 0 1-.726-.53l.5-2.815-2.06-2a.5.5 0 0 1-.125-.5.5.5 0 0 1 .405-.34l2.85-.415L13.55 9.28a.5.5 0 0 1 .9 0l1.27 2.56 2.85.415a.5.5 0 0 1 .405.34.5.5 0 0 1-.125.5l-2.06 2 .5 2.815a.5.5 0 0 1-.2.5.5.5 0 0 1-.31.09Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;width:1.75rem;height:1.75rem;margin-right:1.25rem;display:block}.list-dash--icons .list-dash__item:first-child{border-top:1px dashed #474747;padding:max(.75rem,min(.63vw + .63rem,1.38rem)) 0}.list-dash--icons .list-dash__item:last-child{border-bottom:1px dashed #474747}.present{isolation:isolate;padding:max(.63rem,min(1.88vw + .25rem,2.5rem)) 0;padding-bottom:max(2.5rem,min(5vw + 1.5rem,7.5rem))}.present .bg__img{left:unset;z-index:-1;bottom:5%;right:0}.present .wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.present__left,.present__right{padding-bottom:max(0rem,min(.63vw - .13rem,.63rem))}.present h2:not([class]){font-size:var(--fontSizeH1);letter-spacing:.10625rem;text-transform:uppercase;font-weight:700;line-height:90%!important}.present h2:not([class]):first-child{margin-bottom:max(1.25rem,min(2.81vw + .69rem,4.06rem))}.present p:not([class]){font-family:var(--font-secondary);font-size:max(.88rem,min(.13vw + .85rem,1rem));line-height:120%}.present p:not([class]):not(:last-child){padding-bottom:max(.63rem,min(1.38vw + .35rem,2rem))}.present__img{width:80%;margin:0 auto 4.0625rem;position:relative;transform:rotate(2.032deg)}.present__img img{object-fit:cover;width:100%;height:100%;display:block}.present__img:before{content:" ";background-color:var(--color-white);width:6.25rem;height:6.25rem;display:block;position:absolute;bottom:-1.25rem;left:-1.25rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='102' height='100' viewBox='0 0 102 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4743 91.7209C37.7054 91.8428 62.7877 93.1463 87.9815 94.266C89.1143 94.3163 107.455 96.545 98.5864 93.9832C82.5924 89.3629 66.2666 88.5864 49.8744 91.2967C45.13 92.0812 6.20906 102.866 3.7782 97.518C2.40751 94.5026 2.56977 89.3144 2.29351 86.2066C1.18544 73.7416 1.06219 61.2438 1.02091 48.7379C0.973856 34.4812 1.02091 20.2237 1.02091 5.96689C1.02091 -13.7284 3.5661 45.3026 3.5661 64.9979' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-position:50%;-webkit-mask-size:100%;-webkit-mask-repeat:no-repeat}.present__img:after{content:" ";background-color:var(--color-white);width:5rem;height:3.75rem;display:block;position:absolute;top:-1.25rem;right:-1.25rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='84' height='59' viewBox='0 0 84 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.46191C20.9265 1.14874 43.856 -0.0605518 63.7649 2.21659C69.8634 2.91412 75.0238 36.6049 76.2894 41.7903C77.2732 45.8211 77.9629 54.4071 81.4131 57.426C85.5423 61.039 80.461 46.6202 79.1359 41.3752C76.704 31.749 73.6741 21.9672 72.6602 12.11C72.3516 9.10967 72.2598 3.46191 68.2481 3.46191C45.8501 3.46191 23.4751 2.21659 1 2.21659' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-position:50%;-webkit-mask-size:100%;-webkit-mask-repeat:no-repeat}.present__blockquotes{flex-direction:column;margin-top:max(1.5rem,min(2.25vw + 1.05rem,3.75rem));gap:0!important;display:flex!important}.present__blockquote{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:column;align-items:center;gap:1.5rem;display:grid;position:relative}.present__blockquote:before{content:"";z-index:-1;background-image:url(/local/templates/xpage/front-layout/dist/img/slogan.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;flex:none;width:max(1.88rem,min(5.63vw + .75rem,7.5rem));height:max(2.5rem,min(5.5vw + 1.4rem,8rem));display:block;position:absolute}.present__blockquote:not(:last-child){margin-bottom:max(-2.5rem,min(-3.13vw - 1.88rem,-5.63rem))}.present__blockquote-right{padding:max(2.5rem,min(3.13vw + 1.88rem,5.63rem)) 0}.present__blockquote-img{aspect-ratio:382/287;-webkit-mask:linear-gradient(#d9d9d9 91.64%,#d9d9d900 100%)}.present__blockquote-img img{width:100%;height:100%}.present__blockquote .selection__card{z-index:1;margin:0 auto;z-index:1;border-radius:max(1rem,min(.63vw + .88rem,1.63rem));max-width:19.875rem;margin-top:max(-1.5rem,min(-1.63vw - 1.18rem,-3.13rem));padding:.625rem;position:relative}.present__blockquote .selection__box{border-radius:max(1rem,min(.63vw + .88rem,1.63rem));flex-direction:column;gap:max(.5rem,min(.5vw + .4rem,1rem));padding:1rem;display:flex}.present__blockquote .selection__title{margin:0 auto 0 0;padding:0;font-weight:700}.present__blockquote .selection__title,.present__blockquote .selection__text{font-family:var(--font-primary);letter-spacing:.48px;text-transform:uppercase;text-align:start;font-size:max(1rem,min(.5vw + .9rem,1.5rem));line-height:.9;color:var(--color-neutral-500)!important}.present__blockquote_left:before{top:3.125rem;right:7.1875rem;transform:rotate(3.797deg)scale(-1)}.present__blockquote_left .selection__card{transform:rotate(2.246deg)}.present__blockquote_right:before{top:10.9375rem;left:11.375rem;transform:rotate(-17deg)}.present__blockquote_right .present__blockquote-left{grid-column:3}.present__blockquote_right .present__blockquote-right{grid-column:4}.present__blockquote_right .selection__card{transform:rotate(-2.246deg)}.present__slider{align-items:start;gap:1.5rem;min-width:0;margin-top:max(3.75rem,min(3.75vw + 3rem,7.5rem));grid-template-columns:repeat(8,minmax(0,1fr))!important;display:grid!important}.present__slider-text{grid-column:span 2}.present__slider-slider{grid-column:span 4}.present__slider-slider .swiper-slide img{width:100%;height:100%}.coaches{background-image:url(/local/templates/xpage/front-layout/dist/img/background/line-2.svg);background-position:0 37%;background-repeat:no-repeat;background-size:84%;margin-bottom:max(1.88rem,min(3.13vw + 1.25rem,5rem));position:relative}.coaches .wrapper{grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:max(1.25rem,min(1.25vw + 1rem,2.5rem));display:grid}.coaches__left{top:var(--header-height);max-width:40.625rem;height:max-content;position:sticky}.coaches__title{font-size:var(--fontSizeH1);text-transform:uppercase;letter-spacing:.10625rem;font-weight:700;line-height:90%}.coaches__bg{margin-top:max(1.25rem,min(10.31vw - .81rem,11.56rem))}.coaches__list{margin-top:.125rem}.coaches__item{max-width:49.0625rem;margin-left:auto}.coaches__item:not(:last-child){margin-bottom:max(.94rem,min(.56vw + .83rem,1.5rem))}.coaches-card{border-radius:var(--raduis-xxl);background-image:url(/local/templates/xpage/front-layout/dist/img/background/coaches-card.jpg);background-position:100% 100%;background-repeat:no-repeat;background-size:cover;padding:.9375rem}.coaches-card__box{border-radius:var(--radius-xl);border:1px solid var(--color-neutral-400);background-color:var(--color-neutral-200);height:100%;display:flex;overflow:hidden}.coaches-card__title{margin-bottom:max(.63rem,min(.63vw + .5rem,1.25rem))}.coaches-card__img{flex:none;padding-right:.5rem;position:relative}.coaches-card__img img{object-fit:cover;width:100%;height:100%;display:block}.coaches-card__img:after{content:" ";background-color:var(--color-neutral-200);background-repeat-x:no-repeat;z-index:2;background-image:url(/local/templates/xpage/front-layout/dist/img/background/border-line-vertical.svg);background-position:top;background-size:auto 100%;width:.5rem;height:100%;display:block;position:absolute;bottom:0;right:0}.coaches-card__content{padding:max(.63rem,min(.63vw + .5rem,1.25rem))}.coaches-card__name{font-size:var(--fontSizeH4);font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9}.coaches-card li:not([class]){padding-left:.625rem;font-size:max(.88rem,min(.13vw + .85rem,1rem))}.coaches-card li:not([class]):before{width:.1875rem;height:.1875rem}.coaches-card ul:not([class]){margin-left:.3125rem}.coaches-card__text{color:var(--color-neutral-600);font-family:var(--font-secondary);font-size:max(.88rem,min(.13vw + .85rem,1rem));line-height:120%}.about-steps{padding:max(.63rem,min(3.75vw - .13rem,4.38rem)) 0}.about-steps__list{justify-content:space-between;align-items:center;gap:1.25rem;padding:1.875rem max(0rem,min(3.13vw - .63rem,3.13rem));display:flex}.about-steps__icon{width:max(1.88rem,min(1.88vw + 1.5rem,3.75rem));height:max(2.5rem,min(3.13vw + 1.88rem,5.63rem))}.about-steps__elem{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:max(1.13rem,min(.88vw + .95rem,2rem));font-weight:700;line-height:.9;display:flex}.about-steps__elem:last-child{color:var(--color-primary-500)}.landmarks{padding:max(1.25rem,min(1.25vw + 1rem,2.5rem)) 0}.landmarks .wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.landmarks__title{font-size:var(--fontSizeH2);font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;margin-bottom:1.25rem;font-weight:700;line-height:.9}.landmarks__title+.landmarks__img{margin-top:max(1.25rem,min(6.56vw - .06rem,7.81rem))}.landmarks__img{max-width:80%}.landmarks__list ul:not([class]),.landmarks__list ol:not([class]){margin-left:0}.landmarks__list .accordion:not(:last-child){border-bottom:1px solid var(--color-neutral-400)}.landmarks__list .accordion__title{font-family:var(--font-primary)!important}.landmarks__list .accordion--size .accordion__body,.landmarks__list .accordion--size li{font-size:1rem}.block-blockquote{isolation:isolate;position:relative}.block-blockquote__slider{grid-auto-columns:100vw;grid-auto-flow:column;padding:max(1.25rem,min(1.25vw + 1rem,2.5rem)) .9375rem;display:grid}.blockquote-card{justify-content:center;gap:1.25rem;width:100%;height:100%;margin:0 auto;display:flex;position:relative}.blockquote-card:before{content:"";z-index:-1;background-repeat-y:no-repeat;background-image:url(/local/templates/xpage/front-layout/dist/img/background/traktor-2.svg);background-position:100% 70%;background-size:100%;position:absolute;top:0;bottom:0;left:0;right:0}.blockquote-card:nth-child(n) .blockquote-card__info{transform:rotate(-1.2deg)}.blockquote-card:nth-child(2n) .blockquote-card__info{transform:rotate(1.739deg)}.blockquote-card__img{aspect-ratio:452/340;flex:none;align-self:flex-end;width:100%;max-width:28.25rem;height:100%;max-height:21.25rem;position:relative}.blockquote-card__img:before{content:" ";z-index:1;background:linear-gradient(#d9d9d900 91.64%,#000 100%);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.blockquote-card__img img{object-fit:contain;width:100%;height:100%;display:block}.blockquote-card__content{flex-direction:column;display:flex}.blockquote-card__top{padding:1rem}.blockquote-card__name{font-size:max(1.38rem,min(1.63vw + 1.05rem,3rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;margin-bottom:.625rem;font-weight:700;line-height:.9}.blockquote-card__text{font-family:var(--font-secondary);color:var(--color-neutral-600);font-size:max(1rem,min(.13vw + .98rem,1.13rem))}.blockquote-card__text:not(:last-child){margin-bottom:.625rem}.blockquote-card__info{background-image:url(/local/templates/xpage/front-layout/dist/img/background/bg-texture-3.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:max(1.25rem,min(.38vw + 1.18rem,1.63rem));max-width:39.875rem;margin-top:max(.94rem,min(.94vw + .75rem,1.88rem));padding:.625rem;overflow:hidden}.blockquote-card__box{border:1px solid var(--color-neutral-500);border-radius:var(--radius-xl);background-color:var(--color-white);color:var(--color-black);padding:max(.63rem,min(.63vw + .5rem,1.25rem))}.blockquote-card__blockquote{font-family:var(--font-secondary);justify-content:center;align-items:center;font-size:max(.88rem,min(.25vw + .83rem,1.13rem));line-height:120%;display:flex}.blockquote-card__blockquote:before,.blockquote-card__blockquote:after{content:" ";background-image:url(/local/templates/xpage/front-layout/dist/img/slogan.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;flex:none;width:max(1.88rem,min(1.56vw + 1.56rem,3.44rem));height:max(2.5rem,min(1.25vw + 2.25rem,3.75rem));display:block}.blockquote-card__blockquote:before{margin-bottom:2.5rem;margin-right:max(.31rem,min(2.19vw - .13rem,2.5rem))}.blockquote-card__blockquote:after{margin-top:2.5rem;margin-left:max(.31rem,min(2.19vw - .13rem,2.5rem));transform:rotate3d(0,1,3,-180deg)}.selection{padding:max(1.88rem,min(1.25vw + 1.63rem,3.13rem)) 0}.selection .bg__img{bottom:20%}.selection__list{flex-direction:column-reverse;align-items:center;gap:max(.94rem,min(.56vw + .83rem,1.5rem));display:flex;position:relative;overflow:hidden}.selection__list:before{content:" ";background-repeat-x:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='1' height='420' viewBox='0 0 1 420' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='-2.18557e-08' x2='0.500018' y2='420' stroke='%238A8A8A' stroke-dasharray='7 7'/%3E%3C/svg%3E");background-position:50%;background-size:100% 35%;width:.625rem;height:100%;display:block;position:absolute;top:0;right:1.5625rem}.selection__title{font-size:max(.88rem,min(.25vw + .83rem,1.13rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;text-align:center;margin-top:1rem;font-weight:700;line-height:.9}.selection__title-g{color:var(--color-neutral-700);margin-top:.5rem}.selection__elem{flex-direction:column-reverse;align-items:center;width:100%;display:flex}.selection__elem:first-child .selection__card{max-width:none}.selection__elem:first-child .selection__text{color:var(--color-white)}.selection__elem:nth-child(n+3) .selection__card{width:11.5625rem}.selection__elem:nth-child(7) .selection__card{max-width:11.875rem}.selection__text{color:var(--color-neutral-700)}.selection__icon{width:.875rem;height:2rem}.selection__wrap{flex-wrap:wrap;justify-content:center;gap:.625rem;width:100%;display:flex;position:relative}.selection__wrap[data-u]:after{content:attr(data-u);background-color:var(--color-black);color:var(--color-neutral-700);font-size:max(.88rem,min(.25vw + .83rem,1.13rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;justify-content:center;align-items:center;width:3.75rem;height:1.875rem;font-weight:700;line-height:.9;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.selection__wrap .selection__card{max-width:8.625rem;display:flex}.selection__card{background-image:url(/local/templates/xpage/front-layout/dist/img/background/coaches-card.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.875rem;width:-moz-fit-content;width:fit-content;padding:.3125rem;overflow:hidden}.selection__card--white{background-image:url(/local/templates/xpage/front-layout/dist/img/background/bg-texture-3.jpg)}.selection__card--white .selection__box{border:1px solid var(--color-black)}.selection__card--white .selection__text{color:var(--color-black)}.selection__card--text .selection__text{color:var(--color-white)}.selection__box{border:1px solid var(--color-neutral-500);font-family:var(--font-secondary);text-align:center;border-radius:.625rem;justify-content:center;align-items:center;width:100%;padding:max(.94rem,min(.31vw + .88rem,1.25rem));font-size:max(.88rem,min(.13vw + .85rem,1rem));line-height:120%;display:flex;overflow:hidden}.infrastructure__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH2);margin-bottom:max(1.25rem,min(1.88vw + .88rem,3.13rem))}.infrastructure__list{grid-template-rows:repeat(1,26.875rem);grid-template-columns:repeat(4,minmax(0,1fr));gap:max(.94rem,min(.56vw + .83rem,1.5rem));display:grid}.infrastructure__elem{cursor:pointer;height:auto}.infrastructure__elem .infrastructure-card{height:100%}.infrastructure__elem:first-child .infrastructure-card__img,.infrastructure__elem:nth-child(2) .infrastructure-card__img{max-height:84.6698%}.infrastructure__elem:nth-child(-n+2),.infrastructure__elem:nth-child(7),.infrastructure__elem:nth-child(10){grid-column:span 2}.infrastructure__elem:nth-child(8),.infrastructure__elem:nth-child(9){grid-row:span 2;height:100%}.infrastructure__elem:nth-child(9) .infrastructure-card__img,.infrastructure__elem:nth-child(2) .infrastructure-card__img{-webkit-mask-size:245%}.infrastructure-card{border-radius:var(--radius-xl);background-image:url(/local/templates/xpage/front-layout/dist/img/background/coaches-card.jpg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;padding:max(.63rem,min(.38vw + .55rem,1rem));overflow:hidden}.infrastructure-card__img{will-change:transform;flex-grow:1;-webkit-mask-image:url(/local/templates/xpage/front-layout/dist/img/background/mask-card.svg);-webkit-mask-position:bottom;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat}.infrastructure-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.infrastructure-card__box{border-radius:var(--radius-l);border:1px solid var(--color-neutral-400);font-family:var(--font-secondary);text-align:center;background-color:var(--color-neutral-200);flex-direction:column;width:100%;height:100%;font-size:max(.88rem,min(.13vw + .85rem,1rem));line-height:120%;display:flex;overflow:hidden}.infrastructure-card__bottom{padding:max(.63rem,min(.63vw + .5rem,1.25rem));position:relative}.infrastructure-card__text{font-size:max(.88rem,min(.63vw + .75rem,1.5rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;text-align:left;align-items:center;font-weight:700;line-height:.9;display:flex}.infrastructure-card__text:after{content:" ";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 18C8.95228 17.6449 9.88691 17.2344 10.7258 16.7407C12.3371 15.7925 13.8494 14.7365 15.2667 13.6259C15.5013 13.442 15.7516 13.26 15.9738 13.0667C16.0198 13.0267 15.9961 12.9934 15.9722 12.9481C15.7854 12.5944 15.5348 12.2715 15.2471 11.9593C14.1202 10.7361 12.6424 9.72943 11.4932 8.52099C11.2912 8.30861 11.0638 8.11507 10.8252 7.92592C10.634 7.77441 10.4379 7.605 10.1963 7.49753C10.0124 7.41575 9.8376 7.31528 9.66188 7.22346C9.51059 7.1444 9.35622 7.03451 9.18776 6.97778C9.04198 6.92868 8.91942 6.78259 8.82117 6.69383C8.58594 6.48131 8.31161 6.25002 8.14664 6' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;width:1.5rem;height:1.5rem;margin-left:.3125rem;display:block}.block-inf{padding:max(1.25rem,min(1.88vw + .88rem,3.13rem)) 0;position:relative}.block-inf:after{content:url(/local/templates/xpage/front-layout/dist/img/background/line-2.svg);display:block;position:absolute;top:50%;right:0;transform:rotate3d(0,8,3,-180deg)}.block-inf .wrapper{z-index:1;position:relative}.block-inf__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH2);padding-bottom:max(.63rem,min(1.56vw + .31rem,2.19rem))}.block-inf__grid{margin:0 auto;grid-template-rows:minmax(0,1fr) minmax(0,1fr) minmax(0,1.2fr);grid-template-columns:repeat(3,minmax(0,1fr));max-width:80%;margin-top:max(1.25rem,min(1.88vw + .88rem,3.13rem));display:grid}.block-inf__elem:nth-child(2){grid-area:1/1;transform:rotate(-6deg)}.block-inf__elem:nth-child(3){transform:rotate(5deg)}.block-inf__elem:nth-child(4){grid-row:3;align-self:flex-end;transform:rotate(5deg)translate(3.125rem)}.block-inf__elem:nth-child(5){grid-area:3/3;align-self:flex-end;transform:rotate(-3deg)translate(-1.875rem)}.block-inf__elem--center{grid-area:span 3/2;margin:0 -3.75rem;display:flex}.block-inf__elem--center img{object-fit:contain}.block-inf__card{background-image:url(/local/templates/xpage/front-layout/dist/img/background/coaches-card.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1.6875rem;height:-moz-fit-content;height:fit-content;padding:.625rem;overflow:hidden}.block-inf__box{border:1px solid var(--color-neutral-500);border-radius:1.3125rem;flex-direction:column;justify-content:center;width:100%;padding:max(.63rem,min(.31vw + .56rem,.94rem));font-size:max(.88rem,min(.13vw + .85rem,1rem));line-height:120%;display:flex;overflow:hidden}.block-inf__name{text-transform:uppercase;letter-spacing:.0275rem;font-size:max(.88rem,min(.5vw + .78rem,1.38rem));font-weight:700;line-height:120%}.block-inf__text{font-size:max(.75rem,min(.38vw + .68rem,1.13rem));font-family:var(--font-secondary);margin-top:.5rem;line-height:120%}.about-gallery{margin-top:max(3.13rem,min(.63vw + 3rem,3.75rem));position:relative;overflow:hidden}.about-gallery:not(:last-child){margin-bottom:1.875rem}.about-gallery:after,.about-gallery:before{content:" ";z-index:2;width:max(1.25rem,min(5vw + .25rem,6.25rem));height:80%;display:block;position:absolute;bottom:0}.about-gallery:after{background:linear-gradient(269deg,#000 -3%,#1d1d1d00 61%);right:0}.about-gallery:before{background:linear-gradient(90deg,#000 4%,#1d1d1d00 47%);left:0}.about-gallery .default-title{margin-bottom:max(1.88rem,min(1.25vw + 1.63rem,3.13rem))}.about-gallery .swiper{overflow:visible}.about-gallery .swiper-slide{aspect-ratio:658/440;max-height:27.5rem}.about-gallery__img{cursor:pointer;will-change:transform;border-radius:.5rem;width:100%;height:100%;overflow:hidden}.about-gallery__img img{object-fit:cover;border-radius:.5rem;width:100%;height:100%;transition:transform .3s;display:block;transform:scale(1.01)}.about-video{margin:1.875rem 0}.about-video:not(:first-child){margin-top:max(2.5rem,min(1.25vw + 2.25rem,3.75rem))}.about-video__body{max-width:78%;margin:0 auto;padding:2.5rem 0 3.75rem;position:relative}.about-video__icon-left{width:max(3.13rem,min(5.38vw + 2.05rem,8.5rem));height:max(4.38rem,min(5.31vw + 3.31rem,9.69rem));position:absolute;bottom:1.25rem;left:-3.75rem}.about-video__icon-right{width:max(3.75rem,min(8.5vw + 2.05rem,12.25rem));height:max(2.5rem,min(5.44vw + 1.41rem,7.94rem));position:absolute;top:0;right:-5.125rem}.about-video__icon-bottom{width:max(2.5rem,min(3.13vw + 1.88rem,5.63rem));height:max(5rem,min(3.13vw + 4.38rem,8.13rem));position:absolute;bottom:0;right:-2.5rem}.about-video .video,.about-video .video__video{border-radius:unset}.block-text-img{background-color:var(--color-black);border-top:15px solid var(--color-black);border-bottom:15px solid var(--color-black);isolation:isolate;background-image:url(/local/templates/xpage/front-layout/dist/img/background/bg-texture-8.jpg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-image:url(/local/templates/xpage/front-layout/dist/img/background/border-line.svg) 15 round;align-items:center;gap:4.5rem;margin-top:max(.94rem,min(2.19vw + .5rem,3.13rem));display:flex;position:relative}.block-text-img:after{content:"";z-index:-1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1240' height='431' viewBox='0 0 1240 431' fill='none'%3E%3Cpath d='M1 322.643C19.3426 225.578 42.3041 124.767 96.5233 38.9036C180.994 -94.8668 353.896 -151.179 514.144 -135.424C568.783 -130.052 626.072 -116.326 672.599 -87.7218C725.243 -55.357 750.576 -3.58602 757.944 53.4614C767.156 124.791 754.87 200.746 734.063 269.356C715.694 329.924 688.071 394.086 641.28 440.754C607.111 474.833 548.677 496.075 504.063 465.932C477.007 447.653 482.422 417.42 493.982 391.495C520.128 332.861 575.473 296.3 636.582 272.927C699.813 248.743 768.667 237.296 836.633 233.465C938.894 227.702 1050.19 237.675 1144.93 276.681C1201.17 299.834 1254.51 334.92 1297.02 376.297C1338.43 416.593 1397.11 494.347 1421.52 545.863C1449.11 604.111 1458.23 660.222 1452.25 723.486C1443.88 812.089 1368.16 920.165 1255.65 864.965' stroke='%231B1B1B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 100%/contain no-repeat;position:absolute;top:0;bottom:0;left:0;right:0}.block-text-img__img{aspect-ratio:1003/431;background-color:#0000;flex:0 62.6875rem;width:100%;max-width:62.6875rem;max-height:26.9375rem;position:relative;-webkit-mask-image:url(/local/templates/xpage/front-layout/dist/img/background/mask-photo.svg);-webkit-mask-position:100%;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat}.block-text-img__img img{width:100%;height:100%}.block-text-img__text{flex:0 40.1875rem;padding-right:.9375rem}.present-slider{position:relative}.present-slider:before,.present-slider:after{content:"";z-index:-1;background-size:cover;display:block;position:absolute}.present-slider:before{background:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"95\" height=\"63\" fill=\"none\"%3E%3Cpath stroke=\"%23fff\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M1 39.181c24.188 0 48.362.02 72.484-.888 5.205-.196 10.245-1.719 15.525-1.776 10.953-.118 1.184 1.725-3.784 2.22-20.16 2.01-40.515 1.09-60.694 2.17-6.9.37-14.017 1.826-20.911 1.826\"/%3E%3Cpath stroke=\"%23fff\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M44.665 1c.22 6.132 2.112 11.513 3.299 17.463 1.527 7.653 2.496 15.47 3.687 23.185.815 5.274 1.016 14.584 3.687 19.337.205.364.687-5.997.68-6.709-.065-5.943-.884-11.638-2.814-17.265-2.108-6.142-5.065-11.98-6.793-18.252-.65-2.365-1.18-4.265-2.62-6.216\"/%3E%3C/svg%3E") 50% no-repeat;width:5.8125rem;height:3.75rem;top:-3.5rem;right:-4.6875rem}.present-slider:after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72' fill='none'%3E%3Cpath d='M29.6097 13.6605C26.3433 27.0839 28.7184 40.5055 29.364 54.0565C29.7707 62.5921 29.4266 63.2883 31.3362 53.8877C33.2906 44.2669 32.9246 33.6846 32.262 23.9236C31.8738 18.2059 31.2215 12.2729 31.629 6.53766C31.9125 2.54835 31.6686 -2.85017 30.9734 5.11692C29.0643 26.9976 31.1059 71 31.1059 71' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M59.041 40.8527C41.5823 41.3104 24.4105 42.0222 7.15199 44.817C-0.845237 46.1121 -1.04245 47.899 6.79577 46.2809C27.8157 41.9419 49.0288 45.2283 69.9998 43.433' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 50% no-repeat;width:4.3125rem;height:4.375rem;bottom:2.5rem;right:-4.6875rem}.present-slider__slide{border-radius:.5rem;overflow:hidden;height:unset!important}.present-slider .thumbs{max-width:46rem;margin-top:1.25rem}.present-slider .thumbs .swiper-slide{aspect-ratio:104/72;opacity:.3;cursor:pointer;border-radius:.5rem;transition:opacity .3s;overflow:hidden}.present-slider .thumbs .swiper-slide.swiper-slide-thumb-active{opacity:1}.media-list{grid-gap:2.5rem 1.5rem;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:3.5rem;display:grid}.media-list__item:nth-child(6n+1),.media-list__item:nth-child(6n+2){grid-column:span 2}.media-list__item:nth-child(6n+1) .media-card__image,.media-list__item:nth-child(6n+2) .media-card__image{aspect-ratio:788/385}.media-list__more{text-align:center;grid-column:1/-1;padding-top:3.5rem}.media-list__more-btn{min-width:23%}.media-card{background:var(--color-neutral-200);border-radius:var(--radius-m);will-change:transform;flex-direction:column;transition:background .3s;display:flex;position:relative;overflow:hidden}.media-card__image{aspect-ratio:382/223;object-fit:cover;width:100%;transition:transform .5s;overflow:hidden;transform:scale(1)}.media-card__image-img{object-fit:cover;width:100%;height:100%}.media-card__body{position:relative}.media-card__body:before{content:" ";background-color:var(--color-neutral-200);background-repeat-y:no-repeat;z-index:2;background-image:url("data:image/svg+xml,%3Csvg width='328' height='15' viewBox='0 0 328 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-7.0586 -10.428L18.8601 19.6991L27.358 19.8042L-6.96623 -20.0989L-7.0586 -10.428Z' fill='%23545454'/%3E%3Cpath d='M44.3655 20.0146L7.45495 -22.8949L-1.04297 -23L35.8491 19.9095L44.3655 20.0146Z' fill='%23545454'/%3E%3Cpath d='M61.385 20.2251L24.4745 -22.6844L15.9766 -22.7895L52.8686 20.12L61.385 20.2251Z' fill='%23545454'/%3E%3Cpath d='M32.9609 -22.5795L69.8715 20.33L78.3694 20.4141L41.4773 -22.4744L32.9609 -22.5795Z' fill='%23545454'/%3E%3Cpath d='M284.818 -19.5098L261.542 6.43356L261.449 16.1045L293.335 -19.4047L284.818 -19.5098Z' fill='%23545454'/%3E%3Cpath d='M318.861 -19.0896L281.156 22.8949L289.673 23L327.359 -19.0055L318.861 -19.0896Z' fill='%23545454'/%3E%3Cpath d='M310.343 -19.1949L301.846 -19.3L264.141 22.6844L272.657 22.7896L310.343 -19.1949Z' fill='%23545454'/%3E%3Cpath d='M261.387 22.6636L261.461 16.1042L230.241 -20.1829L196.23 -20.5823L233.122 22.3062L261.387 22.6636Z' fill='%23545454'/%3E%3Cpath d='M162.19 -21.0027L128.18 -21.4232L165.072 21.4863L199.1 21.8857L162.19 -21.0027Z' fill='%23545454'/%3E%3Cpath d='M94.1525 -21.8436L66.9961 -22.1589L103.888 20.7295L131.063 21.0659L94.1525 -21.8436Z' fill='%23545454'/%3E%3Cpath d='M58.4969 -22.264L49.9805 -22.3691L86.891 20.5194L95.3889 20.6245L58.4969 -22.264Z' fill='%23545454'/%3E%3C/svg%3E");background-position:0;background-size:auto 100%;width:100%;height:.625rem;display:block;top:0;left:0}.media-card__body-content{font-family:var(--font-secondary);flex-direction:column;gap:.625rem;padding:max(.63rem,min(.63vw + .5rem,1.25rem));display:flex}.media-card__body-sticker{width:4.625rem;height:4.625rem;position:absolute;top:-30%;right:5%}.media-card__label{color:var(--color-neutral-600);font-size:1rem;line-height:1.2}.media-card__title{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1.125rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.media-top{grid-gap:clamp(.94rem,1.06vw + .73rem,2rem);display:grid}.media-top__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.875rem;min-width:0;display:flex}.media-top__filters{flex-wrap:wrap;align-items:center;gap:.75rem 3.75rem;display:flex}.media-top__body{border-top:1px solid var(--color-neutral-400);min-width:0;padding-top:2.1875rem}.album__header{margin-bottom:3.375rem}.album-header{grid-gap:.5rem;font-family:var(--font-secondary);display:grid}.album-header__body{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2.5rem;display:flex}.album-header__content{flex-wrap:wrap;align-items:flex-end;gap:1.25rem;display:flex}.album-header__title{font-family:var(--font-primary);font-weight:700;font-size:var(--fontSizeH2);text-transform:uppercase;line-height:.9}.album-header__label{color:var(--color-neutral-600);font-size:1.125rem;line-height:1.2}.album-header__share{margin-left:auto;font-size:1.125rem;font-weight:700;line-height:1.2}.album-list__item{border-radius:var(--radius-m);cursor:pointer;margin-bottom:1.5rem;overflow:hidden}.album-list__item-image-img{object-fit:cover;width:100%;height:100%}.album-list__item,.album-list__grid-sizer{width:calc(33.3333% - 1rem)}.album-list__gutter-sizer{width:1.5rem}.video-detail__header{margin-bottom:3.375rem}.video-block{flex-direction:column;row-gap:2.5rem;display:flex}.video-block__body,.video-block__bottom{grid-gap:2.5rem;grid-template-columns:68% 1fr;display:grid}.video-block__body{aspect-ratio:1600/614;overflow:hidden}.video-block__bottom_mobile{display:none}.video-block__video{aspect-ratio:1090/614;border-radius:var(--radius-m);width:100%;overflow:hidden}.video-block__video-img{object-fit:cover;width:100%;height:100%}.video-block__content{flex-wrap:wrap;justify-content:space-between;gap:2.5rem;display:flex}.video-block__text{grid-gap:1rem;display:grid}.video-block__title{font-weight:700;font-size:var(--fontSizeH4);text-transform:uppercase;line-height:.9}.video-block__label{font-family:var(--font-secondary);color:var(--color-neutral-600);font-size:1.125rem;line-height:1.2}.video-block__share{font-size:1.125rem}.video-block__list{scrollbar-color:var(--color-neutral-300)var(--color-neutral-600);scrollbar-width:thin;width:100%;padding-right:1.875rem;display:grid;overflow-y:auto}.video-block__list::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:3px}.video-block__list::-webkit-scrollbar-track{background:var(--color-neutral-300);border-radius:3px}.video-block__list::-webkit-scrollbar-thumb{background-color:var(--color-neutral-600);border:3px solid var(--color-neutral-600);border-radius:3px}.video-block__list-item{grid-gap:.5rem;display:grid}.video-block__list-item:not(:last-child){border-bottom:1px solid var(--color-neutral-600);margin-bottom:1.875rem;padding-bottom:1.875rem}.video-block__list-title{font-family:var(--font-secondary);color:var(--color-white);letter-spacing:.025rem;text-transform:uppercase;max-width:max-content;font-size:max(1rem,min(.25vw + .95rem,1.25rem));font-weight:700;line-height:.9;transition:color .3s}.video-block__list-label{font-family:var(--font-secondary);color:var(--color-neutral-600);font-size:max(.88rem,min(.13vw + .85rem,1rem))}.news-slider{grid-gap:2.1875rem;display:grid}.news-slider__top{border-bottom:1px solid var(--color-neutral-400);justify-content:space-between;align-items:flex-end;padding:3.125rem 0 2.1875rem;display:flex}.news-slider__title{font-weight:700;font-size:var(--fontSizeH4);text-transform:uppercase;line-height:.9}.news-slider__slider{display:grid}.news-slider__slider .swiper{grid-template-columns:100%;margin:0;display:grid;overflow:hidden}.news-slider__slider-card{height:100%}.team .section-grid__left{grid-column:1/5}.team .section-grid__right{grid-column:5/-1}.team .section-grid__img{margin-top:max(0rem,min(3.75vw - .75rem,3.75rem))}.team .section-grid__img img{width:67%}.team__title{margin-bottom:max(1.25rem,min(1.25vw + 1rem,2.5rem))}.team__list{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:max-content;gap:max(.63rem,min(1.38vw + .35rem,2rem));display:grid}.team__list .card{height:100%}.teams{overflow:hidden}.teams .swiper-pagination{margin-left:-.9375rem;margin-right:-.9375rem;width:auto!important}.teams-slider{position:relative}.teams .swiper-slide{align-items:center;height:38.125rem;display:flex;overflow:hidden}.teams .swiper-slide:nth-child(4n+1) .teams-card__photo{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='470' height='242' viewBox='0 0 470 242' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M435.835 240.322H40.2558C40.2558 240.322 39.1432 240.322 38.9631 239.98C38.7831 239.639 32.006 221.867 25.3091 218.219C16.8411 213.605 1.34089 216.608 1.07518 203.073C0.387882 168.062 4.37016 133.768 14.7884 100.238C20.0864 83.1876 29.7649 67.0349 41.9971 54.0028C45.1483 50.6456 47.8833 50.7601 52.5904 49.872C84.7229 43.8099 121.727 43.3597 152.356 55.7421C165.02 60.8619 173.245 77.182 187.836 78.57C197.546 79.4936 204.29 63.5846 210.183 57.6988C220.112 47.7824 236.086 41.3245 247.768 33.7838C259.717 26.0708 271.701 16.8772 285.933 13.9272C297.013 11.6302 309.015 11.7988 319.889 8.78182C325.175 7.31521 331.643 8.79006 336.722 6.53527C354.093 -1.17566 375.906 0.767052 394.695 2.91179C421.328 5.95186 438.518 29.9042 447.734 52.9158C449.308 56.847 451.324 63.0613 456.223 64.1485C460.201 65.0314 461.513 69.7608 464.712 71.7579C465.397 72.1856 466.635 72.8948 467.034 73.6421C470.186 79.545 468.081 93.5776 468.34 100.021C469.046 117.557 469.514 135.787 467.977 153.286C466.26 172.842 465.978 191.64 462.173 211.117C460.605 219.139 459.812 227.53 457.964 235.467C456.053 243.675 441.528 240.322 435.835 240.322Z' fill='%23D9D9D9' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-position:50%;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat}.teams .swiper-slide:nth-child(4n+1) .teams-card__photo img{transform:rotate(-3.414deg)}.teams .swiper-slide:nth-child(4n+1) .teams-card__wrap:before{background-image:url("data:image/svg+xml,%3Csvg width='414' height='74' viewBox='0 0 414 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.55079 73C5.55079 67.3084 12.677 61.918 16.9278 59.15C28.778 51.4333 43.4128 48.6076 57.2276 46.9C67.8277 45.5898 77.2757 46 87.7684 46C90.6911 46 93.2119 46.3038 96.061 47.1C106.302 49.962 116.379 51.0213 127.006 51.4C136.803 51.7491 146.25 53.0962 155.929 54.5C158.596 54.8868 166.949 54.4476 169.177 56.1C169.918 56.6497 169.547 61.845 169.329 62.6C168.647 64.9591 156.675 60.5064 158.66 56.8C161.329 51.814 171.99 56.4271 174.638 59.7C175.461 60.7178 172.49 64.8 171.655 64.8C170.492 64.8 175.39 58.2727 175.447 58.2C184.21 47.1336 196.236 39.7481 208.718 33.4C231.964 21.5786 254.41 11.0846 280.924 10.9C287.793 10.8522 294.263 10.9867 300.998 10C323.797 6.66014 347.537 8.2 370.524 8.2C377.292 8.2 385.786 6.84193 392.368 8.65C395.648 9.5508 399.379 9.91139 402.784 10C405.287 10.0651 416.535 13.1832 411.886 7.75C408.991 4.36689 402.96 3.96031 398.942 2.8C394.353 1.47483 390.278 1 385.542 1C358.029 1 330.731 5.82969 303.223 7.3C287.13 8.16021 271.763 9.94329 256.047 13.6C241.517 16.9807 227.701 22.0828 213.471 26.4C198.219 31.0276 185.604 43.6311 172.11 51.6C167.263 54.4623 162.864 55 157.244 55C145.307 55 133.384 54.1 121.444 54.1C113.378 54.1 105.382 53.4564 97.3251 53.15C75.0276 52.302 52.9863 50.5 30.6307 50.5C22.5062 50.5 17.0204 50.8584 11.0117 56.8C7.51792 60.2548 4.81679 66.8839 1 69.4' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:50% .5rem}.teams .swiper-slide:nth-child(4n+2) .teams-card__photo{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='436' height='244' viewBox='0 0 436 244' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M408.626 163.551C411.285 180.598 418.078 196.478 422.724 213.021L427.651 232.673C429.16 237.186 433.028 240.378 436 244H15.3288C-0.186279 219.967 0.204559 205.533 0.204559 177.812C0.204559 154.853 -1.63986 131.334 5.74783 109.235C8.78894 100.139 12.9023 91.383 15.3288 82.0777C17.0709 75.3967 17.9542 68.7067 22.446 63.1083C33.5516 49.2669 40.5129 32.8118 53.105 20.2565C58.2941 15.0826 64.8075 15.7871 71.6509 14.593C86.3055 12.0359 99.1573 2.28163 114.081 0.672995C133.352 -1.40434 152.392 1.41629 170.471 7.90593C183.862 12.7126 197.135 17.6509 209.343 25.1012C222.503 33.1327 233.236 44.2766 245.613 53.3506C266.33 68.5391 285.276 83.578 310.9 88.4236C326.619 91.396 341.677 95.338 355.931 102.753C372.747 111.501 392.86 121.526 402.74 138.576C407.194 146.262 407.293 155.008 408.626 163.551Z' fill='%23D9D9D9'/%3E%3C/svg%3E");-webkit-mask-position:50%;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat}.teams .swiper-slide:nth-child(4n+2) .teams-card__photo img{transform:rotate(-7.79deg)}.teams .swiper-slide:nth-child(4n+2) .teams-card__wrap:before{background-image:url("data:image/svg+xml,%3Csvg width='414' height='154' viewBox='0 0 414 154' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.16194 93.1292C18.8399 81.2911 30.3126 68.9478 42.5935 57.78C58.1134 43.6668 71.2427 27.1643 86.4345 12.8263C91.3662 8.17177 98.2225 1.22837 105.272 1.06219C124.478 0.609401 142.352 2.62659 161.11 7.19999C174.219 10.396 186.523 14.9277 198.448 21.5215C208.555 27.1103 219.674 30.1209 227.152 39.4234C241.408 57.1598 267.118 67.3457 288.372 72.4425C310.904 77.8457 334.379 80.9927 357.217 84.9455C365.181 86.3238 373.467 88.5254 381.548 88.9805C386.251 89.2453 391.251 89.1672 395.508 91.5947C399.311 93.7635 398.863 100.884 399.713 104.382C402.042 113.965 406.301 123.342 407.561 133.139C408.142 137.649 407.396 142.646 409.299 146.892C409.608 147.579 412.392 156.185 412.775 151.722C414.507 131.539 406.07 109.844 393.209 94.7205C385.575 85.7438 375.337 84.8945 364.393 83.6952C348.909 81.9982 333.436 81.6933 317.973 79.6033C293.447 76.2882 269.774 68.279 250.866 51.5854C241.656 43.4535 232.965 34.4984 223.227 26.9773C212.983 19.0654 204.355 14.4108 191.832 10.6099C187.539 9.30696 182.872 8.39306 178.489 7.42731C159.414 3.22371 138.844 7.70887 119.848 9.7574C111.013 10.7102 102.541 12.1206 93.9469 14.3608C87.8728 15.9441 82.0474 18.8796 76.0069 20.2712C66.5976 22.439 54.0284 26.6947 46.4619 32.831C33.4838 43.3558 24.56 58.0095 18.2623 73.4655C15.8112 79.4811 12.8661 85.6322 10.1893 91.5379C5.77875 101.269 0.151877 113.166 1.10718 123.818' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.teams .swiper-slide:nth-child(4n+3) .teams-card__photo{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='446' height='226' viewBox='0 0 446 226' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M389.047 223.81H24.1936C24.1936 223.81 22.6377 227.211 23.9819 222.513C25.3261 217.814 27.7155 219.411 29.4795 214.786C32.5789 206.66 10.1788 203.282 6.06155 199.961C3.36021 197.782 4.79628 191.477 3.66443 188C0.0968944 177.041 0.470809 165.362 2.681 154.124C5.91193 137.696 10.3845 116.898 21.1204 104.921C33.4647 91.149 51.9482 84.0895 68.0793 78.8512C86.3116 72.9305 103.885 62.1261 121.43 54.0706C146.321 42.6426 169.135 26.321 193.959 14.7512C217.902 3.59137 239.741 -3.79335 264.889 4.65272C281.267 10.1535 299.361 13.5906 314.675 22.4145C323.792 27.6676 330.251 37.1832 336.188 46.4789C341.499 54.7947 347.695 62.0242 356.594 64.5271C361.669 65.9545 366.838 66.0567 371.898 67.3203C390.54 71.9749 410.135 73.8059 428.139 81.3579C435.059 84.2608 442.297 89.7824 443.75 98.7615C449.541 134.523 433.578 165.741 429.06 199.961C428.081 207.377 430.026 215.154 428.507 222.736C428.015 225.195 418.234 223.81 416.399 223.81H389.047Z' fill='%23D9D9D9' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-position:50%;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat}.teams .swiper-slide:nth-child(4n+3) .teams-card__photo img{transform:rotate(3.41deg)}.teams .swiper-slide:nth-child(4n+3) .teams-card__wrap:before{background-image:url("data:image/svg+xml,%3Csvg width='430' height='110' viewBox='0 0 430 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9683 99.3415C41.5985 83.8107 65.0642 75.9204 88.4651 67.8781C99.4091 64.1168 111.075 61.3067 121.616 56.4634C122.264 56.1661 124.67 55.6415 125.063 54.9512C127.716 50.2839 133.784 46.7943 138.071 43.6829C149.193 35.6099 162.702 31.8642 173.989 23.8293C181.399 18.5544 191.659 15.9673 200.393 13.9756C212.611 11.1896 226.361 7.14634 238.932 7.14634C243.213 7.14634 249.082 14.6921 252.766 16.6585C263.058 22.1538 275.897 22.2011 286.742 26.561C315.866 38.2686 340.939 57.7965 370.858 68.0732C383.788 72.5145 396.729 73.5746 409.882 76.5122C415.861 77.8474 422.584 82.7294 427.647 86.122C434.855 90.9511 411.305 80.3384 403.087 77.5854C393.725 74.449 384.202 71.3891 374.741 68.6098C351.551 61.7972 337.939 41.1426 318.631 28.0244C300.957 16.0159 280.217 10.4126 259.464 6.46341C241.412 3.02828 222.096 1 203.694 1C182.979 1 164.437 13.0102 149.962 27.2927C141.44 35.7022 131.228 42.2082 121.082 48.4146C111.027 54.566 101.4 60.8895 90.3095 65.0976C82.513 68.0559 74.6955 70.8254 67.0114 74.0732C54.506 79.3587 41.4764 82.6601 28.8607 87.5366C23.484 89.6149 17.2705 93.0886 14.2994 98.4634C13.4373 100.023 12.9391 101.782 11.6783 103.049C8.8611 105.88 4.24744 106.552 1 109' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.teams .swiper-slide:nth-child(4n+4) .teams-card__photo{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='436' height='212' viewBox='0 0 436 212' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M431.935 212C431.935 171.84 436.733 132.059 435.904 91.8647C435.756 84.6887 430.1 76.1999 424.66 72.0773C417.991 67.0236 410.123 62.3181 402.173 59.6406C393.039 56.5644 383.265 56.2401 374.063 53.2923C365.411 50.5204 358.521 45.5808 351.76 39.5933C328.952 19.394 299.193 10.6067 270.643 2.17645L269.747 1.91179C260.571 -0.797959 249.607 0.166936 240.131 0.166936C233.44 0.166936 226.909 1.26545 220.252 1.80042C212.262 2.44262 204.452 2.81792 196.552 4.32489C183.544 6.80641 170.304 9.15791 157.42 12.1953C144.648 15.2062 131.499 17.9859 118.581 20.2142C112.288 21.2998 105.827 22.3512 99.6213 23.8524C91.2114 25.8869 82.9614 28.8233 74.3045 29.5325C65.4323 30.2593 55.2858 32.7375 46.4892 30.2379C42.1064 28.9925 38.225 26.4894 33.9227 25.0404C30.569 23.911 27.0064 24.2237 23.5241 24.2237C21.8308 24.2237 18.7092 24.1171 17.5716 25.7087C14.1615 30.4792 12.0366 37.6133 10.6269 43.2315C7.5156 55.6309 7.31993 68.2599 7.31993 80.9501C7.31993 91.9968 7.98133 102.972 7.98133 114.028C7.98133 121.119 8.70813 128.758 7.83435 135.82C6.94103 143.041 3.7966 149.357 1.73482 156.202C-0.277425 162.882 -0.0161946 169.495 0.044588 176.435C0.098995 182.646 2.69017 188.279 2.69017 194.366C2.69017 197.615 2.93933 200.419 3.86598 203.461C4.73506 206.315 5.04153 205.949 8.71621 205.986C13.1488 206.03 17.5848 205.986 22.0176 205.986H39.0669C169.803 205.986 299.563 208.597 430.298 208.597L431.935 212Z' fill='%23D9D9D9'/%3E%3C/svg%3E");-webkit-mask-position:50%;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat}.teams .swiper-slide:nth-child(4n+4) .teams-card__photo img{transform:rotate(3.44deg)}.teams .swiper-slide:nth-child(4n+4) .teams-card__wrap:before{background-image:url("data:image/svg+xml,%3Csvg width='426' height='138' viewBox='0 0 426 138' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M424.641 137C425.383 117.778 425.554 100.096 419.197 81.7989C413.171 64.4528 395.751 54.554 379.11 49.3357C372.804 47.3584 366.291 45.6142 359.808 44.3224C352.058 42.7779 343.577 41.8404 336.273 38.7612C328.951 35.6749 324.147 29.1188 318.346 24.0226C312.283 18.6961 305.782 14.2024 299.045 9.80454C291.869 5.12014 285.286 3.0496 276.829 1.88735C264.673 0.216815 251.615 1.33651 239.381 1.77777C232.775 2.01602 226.164 1.79284 219.557 1.91475C207.16 2.14348 194.812 3.3975 182.439 4.07896C167.786 4.88599 153.141 4.13376 139.299 9.53059C129.452 13.3699 119.631 18.5814 109.385 21.2283C98.5721 24.0214 89.4156 21.1852 78.8105 18.5436C72.0223 16.8527 65.1253 14.8808 58.5468 12.4893C53.7322 10.739 49.5231 8.07883 44.4144 7.11982C36.5193 5.63772 26.3793 5.98928 19.8065 11.0647C12.5214 16.6902 10.2227 25.9424 7.92871 34.3232C6.61254 39.1316 4.78174 43.8291 3.36456 48.6234C2.84234 50.3901 2.28474 53.8634 1 55.1434' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.teams .swiper-slide:not(.swiper-slide-active){pointer-events:none;position:relative}.teams .swiper-slide:not(.swiper-slide-active):before{content:" ";background-color:var(--color-black);opacity:.75;z-index:2;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.teams .swiper-slide:not(.swiper-slide-active) .teams-card{border:0 solid var(--color-neutral-400);height:30rem}.teams .swiper-slide:not(.swiper-slide-active) .teams-card__box{justify-content:flex-start;width:100%}.teams .swiper-slide:not(.swiper-slide-active) .btn{opacity:0;transform:translateY(100%)}.teams .swiper-slide.swiper-slide-active{z-index:1}.teams .swiper-slide.swiper-slide-active:after{content:" ";width:240%;height:100%;animation:.4s cardLine;display:block;position:absolute;top:0;left:50%;transform:translate(-50%)}.teams .swiper-button-next{right:29.5%;transform:translateY(-50%)rotate(180deg)}.teams .swiper-button-prev{left:29.5%;transform:translateY(-50%)}.teams .swiper-button-next,.teams .swiper-button-prev{width:4.375rem;height:7.8125rem;margin-top:0;top:45%}.teams .swiper-button-next:after,.teams .swiper-button-prev:after{content:" ";background-image:url(/local/templates/xpage/front-layout/dist/img/arrows/big-arrow-1.svg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;width:100%;height:100%}.teams .swiper-pagination{flex-wrap:wrap;align-items:center;margin-top:max(2.5rem,min(1.88vw + 2.13rem,4.38rem));display:flex;position:static}.teams .swiper-pagination-bullet{font-size:max(1rem,min(1vw + .8rem,2rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;color:var(--color-neutral-400);opacity:1;background-color:#0000;width:14.25%;height:auto;font-weight:700;line-height:.9;transition:color .3s;position:relative;margin:0 0 .9375rem!important}.teams .swiper-pagination-bullet:after{content:"|";color:var(--color-neutral-400);font-size:max(1rem,min(1vw + .8rem,2rem));font-weight:400;display:block;position:absolute;top:0;right:0}.teams .swiper-pagination-bullet.swiper-pagination-bullet-active{color:var(--color-white)}.teams .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-line{color:var(--color-neutral-400)}.teams .swiper-pagination-bullet:first-child:before,.teams .swiper-pagination-bullet:nth-child(8n):before{content:"|";color:var(--color-neutral-400);font-size:max(1rem,min(1vw + .8rem,2rem));font-weight:400;display:block;position:absolute;top:0;left:0}.teams-card{will-change:border;align-items:center;width:100%;height:38.125rem;transition:border .5s;display:flex;position:relative}.teams-card__link{z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.teams-card__box{flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex;overflow:hidden}.teams-card__btn{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;padding:2.1875rem 1.25rem 1.875rem;position:relative}.teams-card__btn .btn{opacity:1;transform-origin:bottom;width:100%;margin:0 auto;transition:all .5s;display:block;transform:translateY(0)}.teams-card__photo{margin-bottom:-2.6875rem;margin-left:-.3125rem;margin-right:-1.5625rem}.teams-card__photo img{object-fit:cover;width:100%;height:100%;display:block}.teams-card__wrap{max-height:40%;position:relative}.teams-card__wrap:before{content:" ";z-index:1;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.teams-card__year{flex-grow:1;justify-content:center;align-items:center;max-height:36%;display:flex;position:relative}.teams-card__year img{background-color:var(--color-black);width:100%;height:100%;animation:.4s step-end infinite forwards paused year;display:block}.teams-card__year img.img-1{opacity:1}.teams-card__year img.img-2{animation-delay:.2s}.teams-card__year img.img-3{animation-delay:.4s}.teams-card__year img.img-2,.teams-card__year img.img-3{opacity:0}.teams-card__year .img-2,.teams-card__year .img-3{width:100%;height:100%;position:absolute;top:0;left:0}.swiper-slide.swiper-slide-active .teams-card__year img{animation-play-state:running}.player{padding-top:max(3.75rem,min(3.75vw + 3rem,7.5rem));padding-bottom:max(5rem,min(5.31vw + 3.94rem,10.31rem));position:relative;overflow:hidden}.player:first-child{margin-top:-12.5rem;padding-top:max(7.5rem,min(11.25vw + 5.25rem,18.75rem))}.player:before{content:" ";z-index:1;background-image:url(/local/templates/xpage/front-layout/dist/img/background/line.svg);background-position:0 0;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;display:block;position:absolute;top:0;left:-8.75rem}.player__bg{z-index:1;width:50%;height:72%;position:absolute;bottom:43%;right:-1.875rem;transform:translateY(50%)}.player__bg img{object-fit:cover;width:100%;height:100%;display:block}.player .wrapper{z-index:2;position:relative}.player__title{font-size:var(--fontSizeH1);font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;letter-spacing:.10625rem;width:min-content;margin-bottom:2.5rem;font-weight:700;line-height:.9}.player__role{max-width:83%;margin-bottom:max(1.88rem,min(1.88vw + 1.5rem,3.75rem));transform:rotate(-4deg)}.player__data{background-image:url(/img/background/border-dots.svg);background-position:top;background-repeat:repeat-x;background-size:100%;padding-top:max(1.56rem,min(.63vw + 1.44rem,2.19rem))}.player__photo{justify-content:space-between;align-items:center;column-gap:10%;display:flex}.player__photo .player__role{z-index:1;position:absolute;bottom:0;display:block!important}.player__pl{gap:max(1.25rem,min(1.25vw + 1rem,2.5rem));margin-bottom:max(.94rem,min(.94vw + .75rem,1.88rem));display:flex}.player__info .player-table,.player__info .player__role{display:none}.player .player-card{margin-left:3.75rem}.player .player-table{flex-grow:1;transform:rotate(3deg)}.role{background-image:url(/local/templates/xpage/front-layout/dist/img/background/bg-texture-3.jpg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-radius:max(1.19rem,min(.5vw + 1.09rem,1.69rem));padding:.625rem}.role__wrap{border:1px solid var(--color-neutral-500);color:var(--color-neutral-500);text-transform:uppercase;border-radius:max(1.06rem,min(.5vw + .96rem,1.56rem));justify-content:space-between;align-items:center;display:flex;overflow:hidden}.role__box{width:50%;padding:1.25rem 1.25rem 1.25rem .625rem}.role__img{background-image:url(/local/templates/xpage/front-layout/dist/img/background/bg-texture-4.png);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;background-color:var(--color-neutral-500);width:50%}.role__img img{width:100%;height:100%;margin:0 auto;display:block}.role__title{letter-spacing:.03rem;font-size:max(.88rem,min(.63vw + .75rem,1.5rem));line-height:90%}.role__info{font-size:max(1.06rem,min(.94vw + .88rem,2rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9}.pl__title{font-size:max(.88rem,min(.13vw + .85rem,1rem));font-family:var(--font-secondary);line-height:var(--lineHeightP2);color:var(--color-neutral-600);margin-bottom:.4375rem}.pl__info{letter-spacing:.03rem;text-transform:uppercase;font-size:max(1rem,min(.5vw + .9rem,1.5rem));font-weight:700;line-height:90%}.player-table{z-index:1;width:-moz-fit-content;width:fit-content;position:relative}.player-table:before{content:" ";background-image:url("data:image/svg+xml,%3Csvg width='174' height='139' viewBox='0 0 174 139' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.02002 3.6377C1.02002 11.1885 1.48968 18.4374 2.73169 25.8894' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M93.4497 1.92566C91.6488 10.9301 82.4645 19.8338 79.7563 29.3124' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M172.19 132.013C156.239 132.013 138.106 134.32 122.551 137.148' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;width:max(3.13rem,min(7.5vw + 1.63rem,10.63rem));height:max(2.5rem,min(5.94vw + 1.31rem,8.44rem));display:block;position:absolute;top:-4.375rem;right:-5.625rem}.player-table:after{content:" ";background-image:url("data:image/svg+xml,%3Csvg width='177' height='27' viewBox='0 0 177 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.9646 7.00011L123.214 3.09138L145.593 1.98773L146.472 0.139131L90.518 3.54203L34.5643 6.94493C23.9959 7.58872 13.4275 8.23252 2.85905 8.87631L2.40118 10.6973C23.2764 9.28098 44.1796 8.24171 65.0921 7.58872C86.0047 6.93573 106.908 6.66902 127.82 6.77939C139.594 6.84376 151.368 7.02771 163.133 7.33121L164.011 5.4826L108.693 10.3018C90.2563 11.9113 71.8107 13.5116 53.3744 15.1211L22.2298 17.8342C21.6598 17.8802 20.417 18.2573 20.3329 18.9471C20.2301 19.692 21.2954 19.692 21.7719 19.6552C41.6473 18.0457 61.56 16.9237 81.5007 16.3075C101.441 15.6913 121.205 15.5625 141.052 15.9212C152.256 16.1236 163.45 16.4823 174.635 16.9973L175.523 15.1395C154.143 16.6754 132.754 18.0825 111.356 19.3425C89.9573 20.6025 68.6803 21.7246 47.3286 22.7086C35.3025 23.2605 23.2764 23.7755 11.2502 24.2445L10.3719 26.0931C30.4808 24.4745 50.6271 23.3524 70.7921 22.7178C90.9571 22.0832 110.954 21.9361 131.035 22.2764C142.388 22.4603 153.742 22.8006 165.086 23.2972C165.796 23.3248 166.917 23.0489 167.3 22.3959C167.683 21.7429 166.964 21.4486 166.394 21.4211C146.173 20.5381 125.933 20.1243 105.702 20.2254C85.472 20.3266 65.251 20.9152 45.0579 21.9821C33.6392 22.5891 22.2298 23.3524 10.8391 24.2629C10.2691 24.3089 9.19449 24.6492 8.98891 25.2654C8.78334 25.8816 9.40006 26.1391 9.95137 26.1115C31.4433 25.2746 52.9352 24.2905 74.4177 23.1777C95.8909 22.0648 117.345 20.8141 138.8 19.4345C150.892 18.6527 162.974 17.8342 175.056 16.9605C175.626 16.9237 176.71 16.5742 176.906 15.958C177.102 15.3418 176.486 15.1303 175.934 15.1027C155.947 14.1922 135.941 13.7691 115.934 13.8427C95.9377 13.9163 75.9502 14.4957 55.9814 15.5625C44.7215 16.1604 33.4616 16.9237 22.2204 17.825L21.7626 19.646L77.0809 14.8268C95.5172 13.2173 113.963 11.617 132.399 10.0075L163.544 7.29442C164.114 7.24843 165.188 6.90814 165.385 6.29194C165.581 5.67574 164.964 5.45501 164.422 5.44582C143.36 4.90319 122.289 4.73765 101.227 4.96757C80.2392 5.1975 59.2519 5.8137 38.2833 6.80698C26.4628 7.368 14.6422 8.04858 2.84036 8.85791C2.27036 8.8947 1.03691 9.29017 0.943465 9.97075C0.840678 10.7249 1.90593 10.7065 2.38249 10.6697C21.0337 9.53849 39.685 8.40726 58.3362 7.26683L114.29 3.86393L145.995 1.94175C146.565 1.90496 147.64 1.54628 147.836 0.94847C148.032 0.350663 147.425 0.0747523 146.873 0.102343L67.6431 4.02947L45.2635 5.13312C44.5346 5.16991 43.4601 5.34465 43.0489 6.03443C42.6751 6.66902 43.3666 7.0369 43.9553 7.00011H43.9646Z' fill='white'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;width:10.9375rem;height:1.5625rem;display:block;position:absolute;bottom:-1.5625rem;left:-1.5625rem;transform:rotate(4deg)}.player-table__row{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:10%;padding:max(.63rem,min(.63vw + .5rem,1.25rem));display:grid}.player-table__row:not(:first-child){border-top:1px solid var(--color-neutral-400)}.player-table__name{text-transform:uppercase;color:var(--color-neutral-600);letter-spacing:.0225rem;margin-bottom:.3125rem;font-size:max(.63rem,min(.5vw + .53rem,1.13rem));line-height:90%}.player-table__info{font-family:var(--font-number);letter-spacing:.07625rem;text-transform:uppercase;font-size:max(1.5rem,min(2.31vw + 1.04rem,3.81rem));line-height:76%}.player-table__elem{width:min-content}.player-card{z-index:1;width:-moz-fit-content;width:fit-content;position:relative}.player-card:after{content:" ";z-index:-1;background-image:url("data:image/svg+xml,%3Csvg width='647' height='336' viewBox='0 0 647 336' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M462.727 226.63C440.799 228.622 419.484 233.329 397.333 234.334C344.717 236.721 290.968 234.659 238.466 230.758C203.282 228.144 168.628 222.576 134.178 215.038C109.351 209.606 80.7879 205.591 58.1843 193.197C42.0055 184.325 43.0101 166.352 50.2393 151.23C54.8229 141.641 62.3907 138.16 72.3679 135.471C118.142 123.133 167.516 121.905 214.61 121.095C276.087 120.038 337.386 123.16 398.256 132.047C446.657 139.114 498.235 146.252 543.632 165.489C552.217 169.127 565.52 174.056 566.386 185.144C567.276 196.542 560.668 209.579 552.414 216.972C535.156 232.429 510.112 236.798 487.755 237.435C444.865 238.656 400.88 227.538 359.611 217.042C308.269 203.985 258.673 185.43 210.084 164.554' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M502.584 247.873C418.671 270.197 322.67 259.073 240.73 232.36C229.478 228.692 211.595 223.656 204.869 212.556C200.398 205.176 211.853 190.607 215.866 185.546C234.434 162.128 263.745 150.691 292.271 145.193C383.096 127.689 477.519 145.647 565.963 167.378C583.961 171.8 601.976 176.404 619.61 182.144C620.971 182.587 634.429 185.705 634.67 189.41C635.358 199.955 597.73 207.276 592.927 208.469C522.675 225.908 447.947 231.65 375.831 230.991C279.415 230.11 178.791 219.618 84.9352 196.557C75.9981 194.361 36.9291 188.397 36.4816 173.559C35.8265 151.837 64.4554 132.555 80.0075 123.047C140.485 86.0763 224.021 84.9623 292.117 85.7316C363.286 86.5356 434.418 94.5975 504.356 107.574C542.246 114.605 582.714 122.057 617.68 139.182C629.352 144.898 648.436 156.839 638.191 171.854C616.537 203.589 561.263 202.254 528.463 207.882' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M348.269 256.777C415.781 283.332 483.286 311.667 555.083 325.049C574.268 328.625 593.599 325.623 602.08 308.031C607.595 296.59 605.656 286.004 601.347 275.516C597.572 266.324 589.06 258.975 581.906 252.588C540.244 215.389 490.103 186.928 439.815 163.32C356.753 124.326 268.552 95.0035 179.459 73.3619C139.082 63.554 93.5246 49.0468 51.3967 50.4263C4.14878 51.9735 58.7471 100.828 71.0276 110.497C153.114 175.131 251.77 218.82 348.269 256.777Z' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");background-position:bottom;background-repeat:no-repeat;background-size:contain;width:176%;height:56%;display:block;position:absolute;bottom:-5.9375rem;left:50%;transform:translate(-50%)}.player-card__box{background-color:var(--color-neutral-400);background-image:url(/local/templates/xpage/front-layout/dist/img/background/player-bg.svg);background-position:50%;background-repeat:repeat-y;background-size:100%;width:27.5rem}.player-card__number{color:var(--color-primary-500);font-family:var(--font-number);background-image:url(/local/templates/xpage/front-layout/dist/img/background/romb.png);background-position:50%;background-repeat:no-repeat;background-size:100%;justify-content:center;align-items:center;width:max(5rem,min(3.88vw + 4.22rem,8.88rem));height:max(5rem,min(3.88vw + 4.22rem,8.88rem));font-size:max(1.5rem,min(2.75vw + .95rem,4.25rem));display:flex;position:absolute;top:-3.125rem;right:-1.875rem;transform:rotate(11deg)}.player-card__img{background-color:var(--color-white);margin-bottom:5rem;position:relative}.player-card__img img{object-fit:cover;width:100%;height:100%;display:block}.player-card__img:after{content:" ";background-image:url(/local/templates/xpage/front-layout/dist/img/background/player-decor.png);background-position:50%;background-repeat:no-repeat;background-size:100%;width:100%;height:4.5rem;display:block;position:absolute;bottom:-1.875rem;left:0}.contacts{padding:10rem 0 4.625rem;position:relative}.contacts__bg{background-image:url(/local/templates/xpage/front-layout/dist/img/contacts-map.jpg);background-position:100%;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;bottom:0;left:0;right:0}.contacts__bg:after{content:"";background:var(--gradient,linear-gradient(0deg,#000 0%,#0000 100%));pointer-events:none;width:100%;height:8.6875rem;display:block;position:absolute;bottom:0;left:0;right:0}.contacts__bg-icon{width:12.75rem;height:6.875rem;position:absolute;top:50%;left:calc(50% - 6.375rem)}.contacts__cards{align-items:flex-end;display:flex}.contacts__cards-address{width:31%;transform:rotate(-2.17deg)}.contacts__cards-address--1{z-index:1;position:relative}.contacts__cards-address--2{margin-bottom:1.875rem;margin-left:-.625rem;transform:rotate(3.099deg)}.contacts__cards-contacts{margin-bottom:-2.1875rem;margin-left:-12.5rem;transform:rotate(1.915deg)}.address-card{background-color:var(--color-neutral-400);aspect-ratio:525/699;position:relative}.address-card--dark{background-color:var(--color-neutral-200)}.address-card__border{background-color:var(--color-neutral-400);background-position:50%;background-size:contain}.address-card__content{background-image:url(/local/templates/xpage/front-layout/dist/img/bg-texture-7.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;grid-area:2/2}.address-card__image{aspect-ratio:612/400;width:100%}.address-card__image-img{object-fit:cover;width:100%;height:100%}.address-card__body{grid-gap:clamp(1.5rem,.88vw + 1.33rem,2.38rem);justify-items:flex-start;padding:.625rem max(.63rem,min(.63vw + .5rem,1.25rem)) max(.63rem,min(1.25vw + .38rem,1.88rem));display:grid}.address-card__contacts{grid-gap:1.625rem;font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH6);display:grid}.address-card__col{grid-gap:.25rem;display:grid}.address-card__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH4)}.address-card__label{font-weight:400}.address-card__text{color:var(--color-white);width:-moz-fit-content;width:fit-content}.address-card__btn{min-width:47%}.address-card--small .address-card__image{aspect-ratio:4/3}.address-card--small .address-card__body{gap:1.625rem}.contacts-card{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;color:var(--color-neutral-500);background-color:var(--color-light-bg);background-image:url(/local/templates/xpage/front-layout/dist/img/bg-texture-3.jpg);background-position:50%;background-repeat:no-repeat;background-size:150%;border-radius:max(.88rem,min(.75vw + .73rem,1.63rem));padding:max(.31rem,min(.31vw + .25rem,.63rem));font-weight:700;line-height:.9}.contacts-card__body{border:1px solid var(--color-neutral-500);border-radius:max(.88rem,min(.44vw + .79rem,1.31rem));overflow:hidden}.contacts-card__body-top{display:flex}.contacts-card__body-top .contacts-card__contact:first-child{border-right:1px solid var(--color-neutral-500)}.contacts-card__body-bottom .contacts-card__contact:first-child{border-top:1px solid var(--color-neutral-500)}.contacts-card__col{grid-gap:.125rem;display:grid}.contacts-card__contact{grid-gap:clamp(1rem,.88vw + .83rem,1.88rem);font-size:var(--fontSizeH6);align-content:space-between;padding:max(.63rem,min(.5vw + .53rem,1.13rem));display:grid}.contacts-card__contact-title{font-size:max(1.13rem,min(.88vw + .95rem,2rem))}.contacts-card__contact-label{font-weight:400}.contacts-card__contact-text{color:var(--color-neutral-500);max-width:max-content}.contacts-card__contact--email{color:var(--color-white);background-color:var(--color-neutral-500);background-image:url(/local/templates/xpage/front-layout/dist/img/texture-4.png);background-position:50%;background-repeat:no-repeat;background-size:150%;position:relative}.contacts-card__contact--email:after{content:"";background-image:url(/local/templates/xpage/front-layout/dist/img/mail.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:8.875rem;height:6.125rem;display:block;position:absolute;top:calc(50% - 3.0625rem);right:1.25rem}.contacts-card__contact--email .contacts-card__contact-text{color:var(--color-white)}.bw-page.page-inner{padding-top:calc(var(--header-height))}.bw-page__basic{margin-bottom:5rem}.bw-page__steps{margin-bottom:7rem}.bw-steps__inner{grid-gap:6.25rem;display:grid}.bw-steps__top{grid-gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.bw-steps__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH2)}.bw-steps__text{font-family:var(--font-secondary);font-size:max(.88rem,min(.38vw + .8rem,1.25rem))}.bw-steps__steps{justify-content:space-between;align-items:flex-start;gap:2.5rem;display:flex;position:relative}.bw-steps__steps:before{z-index:1;content:"";aspect-ratio:410/76;background-image:url(/local/templates/xpage/front-layout/dist/img/arrow-big.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:25.625%;display:block;position:absolute;bottom:-22%;left:13%}.bw-steps__steps:after{content:"";aspect-ratio:370/24;background-image:url(/local/templates/xpage/front-layout/dist/img/arrow-small.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:23.125%;display:block;position:absolute;bottom:10%;left:52%}.bw-steps__steps-item:first-child{width:24.0625%}.bw-steps__steps-item:first-child:before{content:"";aspect-ratio:122/137;background-image:url(/local/templates/xpage/front-layout/dist/img/1.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:31.6883%;display:block;position:absolute;top:-26%;right:-10%}.bw-steps__steps-item:first-child:after{content:"";background-image:url(/local/templates/xpage/front-layout/dist/img/arrow-down-1.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:.875rem;height:3rem;display:none;position:absolute;bottom:-3.75rem;left:15%}.bw-steps__steps-item:nth-child(2){width:26.75%}.bw-steps__steps-item:nth-child(2):before{content:"";aspect-ratio:108/114;background-image:url(/local/templates/xpage/front-layout/dist/img/2.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:25.2336%;display:block;position:absolute;top:-33%;right:25%}.bw-steps__steps-item:nth-child(2):after{content:"";aspect-ratio:196/145;background-image:url(/local/templates/xpage/front-layout/dist/img/play.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:45.7944%;display:block;position:absolute;bottom:-55%;left:50%;transform:translate(-50%)}.bw-steps__steps-item:last-child{width:31.0625%}.bw-steps__steps-item:last-child:before{content:"";aspect-ratio:105/122;background-image:url(/local/templates/xpage/front-layout/dist/img/3.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:21.1268%;display:block;position:absolute;top:-36%;right:20%}.bw-steps__steps-item:last-child:after{content:"";aspect-ratio:206/138;background-image:url(/local/templates/xpage/front-layout/dist/img/goal.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:41.4487%;display:block;position:absolute;bottom:-40%;right:0}.bw-step{border-radius:var(--raduis-xxl);background:var(--color-neutral-800);background-image:url(/local/templates/xpage/front-layout/dist/img/bg-texture-2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:.9375rem;position:relative}.bw-step:before{transition:transform .1s}.bw-step__inner{grid-gap:1.5rem;border:1px solid var(--color-neutral-400);border-radius:var(--radius-xl);background:var(--color-neutral-200);justify-items:flex-start;padding:1.875rem;display:grid}.bw-step__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH6)}.bw-step__text{font-family:var(--font-secondary);font-size:max(.88rem,min(.25vw + .83rem,1.13rem))}.bw-vacancies{grid-gap:1.5rem;grid-template-columns:repeat(12,minmax(0,1fr));padding:2.8125rem 0;display:grid}.bw-vacancies__description{grid-gap:3rem;grid-column:span 5;align-content:center;display:grid}.bw-vacancies__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH2)}.bw-vacancies__text{font-family:var(--font-secondary);font-size:max(.88rem,min(.38vw + .8rem,1.25rem))}.bw-vacancies__list{grid-column:7/-1}.bw-vacancies__list-item:not(:last-child){border-bottom:1px solid var(--color-neutral-200);margin-bottom:1.5rem;padding-bottom:1.5rem}.bw-vacancies__vacancy{font-family:var(--font-secondary);align-items:center;gap:2rem;font-size:max(.88rem,min(.38vw + .8rem,1.25rem));display:flex}.bw-vacancies__vacancy-name{width:17%;font-weight:700;transition:color .3s}.bw-vacancies__vacancy-link{color:var(--color-neutral-600);margin-left:auto;transition:all .3s}.bw-vacancies__vacancy-link-icon{display:none}.bw-contacts__inner{grid-gap:1.5rem;grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.bw-contacts__description{grid-gap:3.875rem;grid-column:span 4;align-content:flex-end;display:grid}.bw-contacts__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH2)}.bw-contacts__docs{font-size:var(--fontSizeH6);letter-spacing:.5px;color:var(--color-neutral-300);text-transform:uppercase;background-color:var(--color-white);background-image:url(/local/templates/xpage/front-layout/dist/img/bg-texture-3.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:max(.88rem,min(.75vw + .73rem,1.63rem));padding:.625rem;line-height:.9}.bw-contacts__docs-body{grid-gap:1.5625rem;border:1px solid var(--color-neutral-500);border-radius:var(--radius-xl);background:var(--color-white);padding:max(1rem,min(.25vw + .95rem,1.25rem)) max(.5rem,min(.13vw + .48rem,.63rem));display:grid}.bw-contacts__docs-item{padding-left:1.25rem;position:relative}.bw-contacts__docs-item:before{content:"";background-color:var(--color-neutral-300);border-radius:50%;width:.375rem;height:.375rem;display:block;position:absolute;top:.375rem;left:.375rem}.bw-contacts__cards{grid-gap:1.5rem;grid-column:6/-1;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.bw-contacts__cards-item:first-child{padding-top:1.875rem;transform:rotate(-2deg)}.bw-contacts__cards-item:first-child .address-card__border{background-color:var(--color-neutral-200)}.bw-contacts__cards-item:last-child{transform:rotate(3deg)translate(-1.5625rem)}.bw-help__top{border-bottom:1px solid var(--color-neutral-400);margin-bottom:1.5rem;padding-bottom:1.5rem}.bw-help__video{grid-gap:1.5rem;display:grid}.bw-help__questions{grid-gap:1.5rem;grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.bw-help__questions-faq{grid-column:span 8}.bw-help__questions-ask{grid-column:span 4}.bw-help__ask-block{background:var(--color-neutral-200);border-radius:0 0 max(.88rem,min(.88vw + .7rem,1.75rem)) max(.88rem,min(.88vw + .7rem,1.75rem));padding:2.5rem 1.5rem;position:relative}.bw-help__ask-block:before{content:" ";background-color:var(--color-neutral-200);background-repeat-y:no-repeat;z-index:2;background-image:url("data:image/svg+xml,%3Csvg width='328' height='15' viewBox='0 0 328 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-7.0586 -10.428L18.8601 19.6991L27.358 19.8042L-6.96623 -20.0989L-7.0586 -10.428Z' fill='%23545454'/%3E%3Cpath d='M44.3655 20.0146L7.45495 -22.8949L-1.04297 -23L35.8491 19.9095L44.3655 20.0146Z' fill='%23545454'/%3E%3Cpath d='M61.385 20.2251L24.4745 -22.6844L15.9766 -22.7895L52.8686 20.12L61.385 20.2251Z' fill='%23545454'/%3E%3Cpath d='M32.9609 -22.5795L69.8715 20.33L78.3694 20.4141L41.4773 -22.4744L32.9609 -22.5795Z' fill='%23545454'/%3E%3Cpath d='M284.818 -19.5098L261.542 6.43356L261.449 16.1045L293.335 -19.4047L284.818 -19.5098Z' fill='%23545454'/%3E%3Cpath d='M318.861 -19.0896L281.156 22.8949L289.673 23L327.359 -19.0055L318.861 -19.0896Z' fill='%23545454'/%3E%3Cpath d='M310.343 -19.1949L301.846 -19.3L264.141 22.6844L272.657 22.7896L310.343 -19.1949Z' fill='%23545454'/%3E%3Cpath d='M261.387 22.6636L261.461 16.1042L230.241 -20.1829L196.23 -20.5823L233.122 22.3062L261.387 22.6636Z' fill='%23545454'/%3E%3Cpath d='M162.19 -21.0027L128.18 -21.4232L165.072 21.4863L199.1 21.8857L162.19 -21.0027Z' fill='%23545454'/%3E%3Cpath d='M94.1525 -21.8436L66.9961 -22.1589L103.888 20.7295L131.063 21.0659L94.1525 -21.8436Z' fill='%23545454'/%3E%3Cpath d='M58.4969 -22.264L49.9805 -22.3691L86.891 20.5194L95.3889 20.6245L58.4969 -22.264Z' fill='%23545454'/%3E%3C/svg%3E");background-position:0;background-size:auto 100%;width:100%;height:.9375rem;display:block;position:absolute;top:0;left:0}.bw-ask{grid-gap:1.5rem;display:grid}.bw-ask__body{justify-content:space-between;align-items:flex-end;gap:2.5rem;display:flex}.bw-ask__text{grid-gap:.75rem;display:grid}.bw-ask__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-size:max(1.13rem,min(.25vw + 1.08rem,1.38rem));font-weight:700;line-height:.9}.bw-ask__description{font-family:var(--font-secondary);color:var(--color-neutral-700);font-size:max(.88rem,min(.13vw + .85rem,1rem))}.bw-ask .input-text{font-size:max(1rem,min(.5vw + .9rem,1.5rem))}.bw-faq__list{grid-gap:clamp(.5rem,.5vw + .4rem,1rem);display:grid}.bw-faq__item:not(:last-child){border-bottom:1px solid var(--color-neutral-400);padding-bottom:max(.5rem,min(.5vw + .4rem,1rem))}.bw-graduates__inner{grid-gap:1.5rem;display:grid}.bw-graduates__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH4)}.bw-graduates__list{grid-gap:1.5rem;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.bw-graduates__item{flex-direction:column;gap:1.25rem;display:flex}.bw-graduates__item:first-child .bw-graduates__item-image-tag{bottom:6%;right:10%;transform:rotate(-1.8deg)}.bw-graduates__item:nth-child(2) .bw-graduates__item-image-tag{bottom:4%;left:50%;transform:rotate(3.65deg)translate(-50%)}.bw-graduates__item:nth-child(3) .bw-graduates__item-image-tag{bottom:6%;left:10%;transform:rotate(-1.8deg)}.bw-graduates__item-image{flex:100%;width:100%;position:relative}.bw-graduates__item-image:after{content:"";background:linear-gradient(#fff0 0% 90%,#000 100%);width:100%;height:100%;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.bw-graduates__item-image-img{object-fit:contain;object-position:bottom;width:100%;height:100%}.bw-graduates__item-image-tag{width:-moz-fit-content;width:fit-content;position:absolute}.bw-graduates__item-title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH6);text-align:center;white-space:nowrap;padding:1rem}.bw-graduates__link{color:var(--color-white);border:1px solid var(--color-neutral-400);border-radius:max(1.13rem,min(.5vw + 1.02rem,1.63rem));flex-direction:column;align-content:space-between;gap:1.25rem;padding:1.25rem 0;display:flex;position:relative}.bw-graduates__link-image{justify-content:flex-end;align-items:flex-end;height:100%;padding:1.25rem;display:flex;position:relative}.bw-graduates__link-image:after{content:"";aspect-ratio:176/153;background-image:url(/local/templates/xpage/front-layout/dist/img/logo-dark.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:60%;transition:background .3s;display:block;position:absolute;top:12%;left:8%}.bw-graduates__link-image:before{content:"";aspect-ratio:212/228;background-image:url(/local/templates/xpage/front-layout/dist/img/cup-step-1.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:63%;display:block}.bw-graduates__link-title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH6);text-align:center;white-space:nowrap;padding:1rem}.bw-invite{background-image:url(/local/templates/xpage/front-layout/dist/img/dark-bg.jpg);background-position:0;background-repeat:no-repeat;background-size:55% 100%;position:relative;overflow:hidden}.bw-invite__inner{grid-gap:1.5rem;grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.bw-invite__image{isolation:isolate;grid-column:span 6;justify-content:center;align-items:center;display:flex;position:relative}.bw-invite__image:after{content:"";z-index:-1;background-image:url(/local/templates/xpage/front-layout/dist/img/curve.svg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;bottom:0;left:0;right:0}.bw-invite__image-img{aspect-ratio:647/348;object-fit:cover;width:82%}.bw-invite__form{grid-column:8/span 4;padding:4.375rem 0 3.75rem}.bw-invite-form{grid-gap:2.375rem;display:grid}.bw-invite-form__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH4)}.bw-invite-form .form__bottom .link--agree{flex-basis:70%}.matches__subtitle{margin-bottom:1.875rem}.matches__list .match-card:not(:last-child){margin-bottom:2.1875rem}.matches__list .match-card:first-child,.matches__list .match-card:nth-child(3n){transform:rotate(-1deg)}.matches__list~.matches__btn{width:23.125rem;margin:2.1875rem auto 0;display:flex}.match-title__elem{font-family:var(--font-secondary);font-size:max(1rem,min(.25vw + .95rem,1.25rem));font-weight:700;line-height:120%}.match-title__elem .tabs__list{justify-content:space-between}.match-title__elem .tabs__list .tab{font-size:inherit}.match-title__elem_small .tabs__list{justify-content:flex-start;gap:3.125rem!important}.match-title__elem_small .tab{padding-right:0!important}.match-card{border-radius:var(--raduis-xxl);color:var(--color-black);background-image:url(/local/templates/xpage/front-layout/dist/img/background/match-bg.jpg);background-position:100% 100%;background-repeat:no-repeat;background-size:cover;padding:max(.47rem,min(.78vw + .31rem,1.25rem));display:block;overflow:hidden}.match-card__box{border-radius:var(--radius-xl);border:1px solid var(--color-neutral-700);background-color:var(--color-white);flex-direction:column;grid-template-columns:minmax(0,1fr) 9.0625rem minmax(0,1fr);gap:1.25rem;height:100%;display:grid;overflow:hidden}.match-card__elem{font-family:var(--font-secondary);align-items:center;gap:.9375rem;padding:max(.63rem,min(1.25vw + .38rem,1.88rem));display:flex}.match-card__elem:first-child{flex-direction:row-reverse}.match-card__elem:first-child .match-card__wrap{text-align:right}.match-card__name{font-size:max(1rem,min(.25vw + .95rem,1.25rem));font-weight:700;line-height:120%}.match-card__city{color:var(--color-neutral-600);font-size:max(.88rem,min(.13vw + .85rem,1rem));line-height:120%}.match-card__img{justify-content:center;align-items:center;width:max(3.13rem,min(1.56vw + 2.81rem,4.69rem));height:max(3.13rem,min(1.56vw + 2.81rem,4.69rem));display:flex}.match-card__img img{margin:0 auto;display:block}.match-card__data{border-right:1px solid var(--color-neutral-700);border-left:1px solid var(--color-neutral-700);white-space:nowrap;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;padding:.625rem 1.5rem;display:flex}.match-card__day{font-size:max(1.25rem,min(1.63vw + .93rem,2.88rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9}.match-card__time{color:#353535;font-family:var(--font-secondary);font-size:max(1rem,min(.25vw + .95rem,1.25rem))}.match-card__dt{font-family:var(--font-secondary);color:var(--color-neutral-600);font-size:.875rem;line-height:120%}.match-card__result{font-size:max(1.25rem,min(1.75vw + .9rem,3rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9}.match-card__counts{font-family:var(--font-secondary);color:var(--color-neutral-600);align-items:center;gap:.625rem;font-size:.875rem;line-height:120%;display:flex}.match-result{background-color:var(--color-white);color:var(--color-black);background:url(/local/templates/xpage/front-layout/dist/img/line-3.svg) -70% 20%/73% no-repeat,url(/local/templates/xpage/front-layout/dist/img/line-4.svg) 185% 70%/60% no-repeat,url(/local/templates/xpage/front-layout/dist/img/background/match-result-bg.jpg) 50%/100% 100% no-repeat;min-height:calc(100vh - 12.5rem);display:flex}.match-result .block-border{background-position:50%;background-repeat:no-repeat;width:100%;display:flex}.match-result__wrapper{grid-template-columns:minmax(0,1fr) 26% minmax(0,1fr);height:auto;display:grid}.match-result__center{border-right:1px solid var(--color-neutral-801);border-left:1px solid var(--color-neutral-801);flex-direction:column;grid-row:2;justify-content:center;align-items:center;padding:.9375rem;display:flex}.match-result__elem{flex-direction:column;grid-row:2;justify-content:center;align-items:center;display:flex}.match-result__logo{background-image:url("data:image/svg+xml,%3Csvg width='309' height='307' viewBox='0 0 309 307' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.0156 45.7262L154.5 1.08137L262.984 45.7262L307.917 153.5L262.984 261.274L154.5 305.919L46.0156 261.274L1.08343 153.5L46.0156 45.7262Z' fill='white' stroke='%23E7E7E7' stroke-width='2'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;justify-content:center;align-items:center;width:19.375rem;height:19.375rem;margin-bottom:1.5rem;display:flex}.match-result__name{font-size:max(.88rem,min(1.13vw + .65rem,2rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;text-align:center;max-width:25rem;font-weight:700;line-height:.9}.match-result__count{font-family:var(--font-number);text-transform:uppercase;letter-spacing:.19rem;text-align:center;margin-bottom:max(.94rem,min(.63vw + .81rem,1.56rem));font-size:max(3.63rem,min(5.88vw + 2.45rem,9.5rem));line-height:76%}.match-result__periods{color:var(--color-neutral-600);font-size:max(1.13rem,min(.88vw + .95rem,2rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;justify-content:center;align-items:center;gap:1.125rem;margin-bottom:.625rem;font-weight:400;line-height:.9;display:flex}.match-result__sub{font-size:max(1.13rem,min(.88vw + .95rem,2rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;text-align:center;font-weight:700;line-height:.9}.match-result__text,.match-result__match{color:var(--color-neutral-600);font-family:var(--font-secondary);text-align:center;font-size:max(.75rem,min(.38vw + .68rem,1.13rem));line-height:120%}.match-result__match{border-right:1px solid var(--color-neutral-801);border-left:1px solid var(--color-neutral-801);grid-area:1/2;width:100%;margin:0 auto;padding-top:max(1.88rem,min(1.88vw + 1.5rem,3.75rem));padding-bottom:.9375rem}.match-result__match-s{max-width:11.875rem;margin:0 auto;display:block}.match-result__text{max-width:18.75rem}.match-result__text:not(:last-child){margin-bottom:.3125rem}.match-result__bottom{border-right:1px solid var(--color-neutral-801);border-left:1px solid var(--color-neutral-801);flex-direction:column;grid-column:2;justify-content:flex-end;align-items:center;width:100%;margin:0 auto;padding-top:.9375rem;padding-bottom:max(1.88rem,min(1.88vw + 1.5rem,3.75rem));display:flex}.match-result__result--size .match-result__count{font-size:max(2.5rem,min(3.75vw + 1.75rem,6.25rem));font-family:var(--font-primary);letter-spacing:2px;font-weight:700;line-height:normal}.match-result__result--size .match-result__sub{font-size:max(1rem,min(2vw + .6rem,3rem))}.match-media{padding-top:max(1.25rem,min(1.25vw + 1rem,2.5rem))}.match-media:not(:last-child){margin-bottom:max(.63rem,min(.63vw + .5rem,1.25rem))}.match-media__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH4);border-bottom:1px solid var(--color-neutral-400);margin-bottom:1.5rem;padding-bottom:1.5rem}.match-media__list{grid-gap:2.5rem 1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.match-media__list--4{grid-template-columns:repeat(4,minmax(0,1fr))}.match-media .media-card__image{aspect-ratio:788/385}.progress{background-repeat-y:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='1920' height='2' viewBox='0 0 1920 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.74228e-08' y1='1' x2='1920' y2='1.00017' stroke='%23242424' stroke-width='2' stroke-dasharray='4 4'/%3E%3C/svg%3E");background-position:50% 51.5%;background-repeat:no-repeat;background-size:100%;padding-bottom:3.125rem}.progress__grid{scrollbar-color:var(--colorSecond)var(--colorMain);scrollbar-width:thin;grid-template-columns:17% minmax(21.875rem,1fr) minmax(21.875rem,1fr) minmax(21.875rem,1fr) minmax(6.5625rem,1fr);padding-top:7.5rem;display:grid;position:relative;overflow-x:auto}.progress__grid::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none}.progress__grid::-webkit-scrollbar:horizontal{height:10px}.progress__grid::-webkit-scrollbar-track{background:var(--colorSecond);border-radius:2px}.progress__grid::-webkit-scrollbar-thumb{background-color:var(--colorMain);border:3px solid var(--colorMain);border-radius:2px}.progress__team{border-right:1px solid var(--color-neutral-300);background-color:var(--color-black);z-index:2;position:sticky;left:0}.progress__team--top{margin-bottom:.125rem}.progress__team--top:after{content:" ";background-color:var(--color-neutral-500);z-index:1;width:.125rem;height:.75rem;display:block;position:absolute;bottom:-.125rem;right:-.0625rem}.progress__team:not(.progress__team--top){margin-top:.125rem}.progress__team:not(.progress__team--top):after{content:" ";background-color:var(--color-neutral-500);z-index:1;width:.125rem;height:.75rem;display:block;position:absolute;top:-.125rem;right:-.0625rem}.progress__team:not(.progress__team--top) .progress__name{padding-top:1.5rem}.progress__logo{background-image:url("data:image/svg+xml,%3Csvg width='309' height='307' viewBox='0 0 309 307' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.0156 45.7262L154.5 1.08137L262.984 45.7262L307.917 153.5L262.984 261.274L154.5 305.919L46.0156 261.274L1.08343 153.5L46.0156 45.7262Z' fill='white' stroke='%23E7E7E7' stroke-width='2'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin:.625rem auto .625rem 0;display:none}.progress__logo img{width:70%}.progress__name{color:var(--color-white);font-family:var(--font-secondary);text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;min-height:3.75rem;font-size:max(.88rem,min(.25vw + .83rem,1.13rem));line-height:120%;display:-webkit-box;overflow:hidden}.progress__period{border-right:1px solid var(--color-neutral-300);border-top:1px solid var(--color-neutral-500);background-color:var(--color-black);min-height:3.75rem;position:relative}.progress__period--top{border-top:none;border-bottom:1px solid var(--color-neutral-500)}.progress__period--top:before,.progress__period--top.progress__period--ot:after{content:" ";background-color:var(--color-neutral-500);z-index:1;width:.125rem;height:1.5rem;display:block;position:absolute;bottom:-.75rem;right:-.0625rem}.progress__item{z-index:1;position:absolute;bottom:0}.progress__item:first-child{z-index:1}.progress__item--top{top:0}.progress__title{font-family:var(--font-secondary);text-transform:uppercase;text-align:center;color:var(--color-neutral-600);min-height:3.75rem;padding-top:max(1.5rem,min(.75vw + 1.35rem,2.25rem));font-size:max(.88rem,min(.13vw + .85rem,1rem));line-height:120%}.progress__title:not(.progress__title--sticky):not(.progress__title-ot){min-width:21.875rem}.progress__title--sticky{background-color:var(--color-black);position:sticky;left:0}.progress__title-ot{min-width:6.5625rem}.progress-elem{cursor:pointer;flex-direction:column;align-items:center;width:-moz-fit-content;width:fit-content;display:flex}.progress-elem__img{background-color:var(--color-neutral-300);border:1px solid var(--color-neutral-400);border-radius:50%;justify-content:center;align-items:center;width:2.125rem;height:2.125rem;margin-bottom:.375rem;padding:.3125rem;display:flex;overflow:hidden}.progress-elem__img img{width:1.5rem;height:1.5rem}.progress-elem:after{content:" ";background-color:var(--color-neutral-500);width:.125rem;height:.75rem;display:block}.progress-elem__info{background-color:var(--color-neutral-300);z-index:2;font-family:var(--font-secondary);transform-origin:bottom;flex-wrap:wrap;gap:.625rem;min-width:12.9375rem;padding:max(.63rem,min(.63vw + .5rem,1.25rem));font-size:max(.75rem,min(.38vw + .68rem,1.13rem));line-height:120%;transition:transform .3s,opacity .5s;display:flex;position:absolute;top:-7.5rem;left:50%;transform:translate(-50%)scale(0)}.progress-elem__info:after{content:" ";background-color:var(--color-neutral-500);width:.125rem;height:.75rem;display:block;position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%)}.progress-elem__time{opacity:.5;text-transform:uppercase}.progress-elem__name{gap:.3125rem;width:100%;display:flex}.progress-elem__nm{white-space:nowrap}.progress-elem--reverse{flex-direction:column-reverse;justify-content:flex-end}.vs{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;column-gap:2%;width:95%;margin:0 auto;display:grid}.vs__elem:first-child{transform:rotate(-2.514deg)}.vs__elem:nth-child(3){transform:rotate(.322deg)}.vs__img{max-width:45.9375rem;margin:0 auto}.vs__img img{width:90%;height:100%;margin:0 auto;display:block}.vs-card{border-radius:var(--radius-xl);background-image:url(/local/templates/xpage/front-layout/dist/img/background/bg-texture-hover.jpg);padding:.625rem;position:relative;overflow:hidden}.vs-card:before{content:" ";background-color:#161515bf;width:100%;height:100%;transition:background-color .1s;display:block;position:absolute;top:0;left:0}.vs-card__box{border-radius:var(--radius-l);border:1px solid var(--color-neutral-400);background-color:var(--color-neutral-200);align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.vs-card__img{background-color:var(--color-white);flex:none;justify-content:center;align-items:center;width:5.3125rem;height:5.3125rem;display:flex;position:relative}.vs-card__img:after{content:" ";background-color:var(--color-neutral-200);background-repeat-x:no-repeat;z-index:2;background-image:url(/local/templates/xpage/front-layout/dist/img/border-vertical.svg);background-position:top;background-size:auto 100%;width:.5rem;height:100%;display:block;position:absolute;top:0;right:0}.vs-card__img img{width:80%}.vs-card__name{font-size:1.375rem;font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;padding:1.25rem;font-weight:700;line-height:.9}.match-info{padding:max(1.88rem,min(.94vw + 1.69rem,2.81rem)) 0}.match-info__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH4)}.match-info__compare{margin-top:max(1.88rem,min(2.81vw + 1.31rem,4.69rem))}.match-info__compare .compare:not(:last-child){margin-bottom:max(1.5rem,min(.5vw + 1.4rem,2rem))}.match-info .section-grid__img{width:85%}.compare{grid-template-columns:minmax(0,1fr) 27% minmax(0,1fr);column-gap:max(.94rem,min(.94vw + .75rem,1.88rem));display:grid}.compare__elem{align-items:center;gap:1.875rem;display:flex}.compare__elem:nth-child(2){text-align:center}.compare__elem:nth-child(3){flex-direction:row-reverse}.compare__elem:nth-child(3) .compare__fill{left:0}.compare__elem--grey .compare__count{color:var(--color-neutral-600)}.compare__elem--grey .compare__fill{background-color:var(--color-neutral-600)}.compare__result{background-color:#161616;width:88%;height:.5rem;position:relative;transform:skew(-35deg)}.compare__fill{-webkit-mask-repeat-y:no-repeat;background-color:var(--color-white);width:0;max-width:100%;height:100%;position:absolute;top:0;right:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='101' height='12' viewBox='0 0 101 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 10.2193C3.94391 7.94807 5.70592 5.26269 7.24349 2.5834C7.51159 2.11623 7.66084 1.99411 7.52003 2.63283C7.23413 3.9297 6.91969 5.21711 6.57342 6.50433C6.3065 7.49657 6.28625 8.46191 6.28625 9.47798C6.28625 9.75523 5.78153 10.3323 6.13734 10.3017C6.67683 10.2553 8.04259 8.71399 8.34965 8.40714C9.18631 7.57105 9.86269 6.64706 10.5407 5.73827C10.9212 5.22816 11.0796 4.67329 11.5405 4.21438C11.732 4.02367 12.4126 2.69462 12.4126 2.83876C12.4126 4.77716 12.1245 6.81598 11.8489 8.73663C11.7958 9.1069 11.5316 10.5236 12.1467 10.1205C14.8419 8.3543 16.6043 5.45091 17.7307 2.92113C17.7854 2.79815 18.2574 2.20687 18.1136 2.50927C17.5984 3.59231 17.6667 5.11821 17.4967 6.26545C17.3174 7.47526 17.3903 8.7057 17.3903 9.92279C17.3903 10.4758 17.3613 10.7575 17.9647 10.1864C19.1525 9.06207 20.2762 7.93459 21.3257 6.72674C22.4665 5.41376 23.6593 4.08706 24.6654 2.72344C24.8278 2.50342 25.1853 2.18951 24.942 2.67401C24.5441 3.46644 24.3003 4.35851 24.2825 5.21108C24.2568 6.44445 23.8996 7.64831 23.8996 8.8849C23.8996 8.98656 23.8315 9.64319 24.0273 9.51916C25.3623 8.67323 26.5918 7.64385 27.6329 6.5867C28.8776 5.32282 30.2354 4.0742 31.0684 2.60812C31.2548 2.2799 31.5576 1.98573 31.5576 1.61965C31.5576 1.04482 31.0404 2.69838 30.8344 3.25062C30.3767 4.47758 30.255 5.77608 30.0686 7.03975C29.9875 7.58913 29.8346 8.15259 29.8346 8.70368C29.8346 9.54382 30.5805 8.66759 31.0045 8.34948C33.2564 6.66002 35.1133 4.49144 36.6204 2.36924C36.8836 1.99861 37.0627 1.35203 36.9182 2.1633C36.6614 3.60529 36.3471 5.05487 35.961 6.47962C35.7057 7.42169 35.3866 8.44227 35.3866 9.40384C35.3866 10.0825 36.2256 9.1633 36.5566 8.94256C38.6348 7.55659 40.4719 5.90162 42.0023 4.14024C42.6488 3.39614 43.7198 2.48699 44.1508 1.65259C44.2355 1.48849 43.6966 2.61325 43.5764 2.83876C42.7706 4.35097 42.3088 5.86832 41.6194 7.39395C41.5128 7.6297 40.9997 9.41978 41.5981 9.18144C44.6581 7.96267 46.3279 5.45245 48.6711 3.63777C48.989 3.39158 49.3629 3.15485 49.639 2.87994C49.9584 2.56189 49.3244 3.72928 49.2667 3.94255C48.8163 5.60914 48.3291 7.4836 48.2138 9.18144C48.2049 9.31201 47.8491 10.0666 48.1074 9.70862C48.9827 8.4955 50.3567 7.45292 51.362 6.2984C52.1693 5.37141 53.0894 4.53396 53.9466 3.63777C54.329 3.23798 54.7408 2.51508 55.2974 2.24568C55.4775 2.1585 55.727 1.84629 55.6378 2.13036C55.123 3.76934 54.4956 5.43614 54.1912 7.10565C54.0705 7.76806 54.0181 8.43077 53.8615 9.09083C53.8477 9.14922 53.5246 10.2802 53.8083 10.1534C54.3736 9.90086 54.8554 9.28663 55.3293 8.94256C56.4959 8.09553 57.7112 7.28386 58.8073 6.38077C60.1726 5.25593 61.2034 3.96827 61.9981 2.5834C62.1014 2.40344 62.3306 1.88475 62.0832 2.37747C61.5503 3.43888 61.253 4.62846 60.9345 5.73827C60.5834 6.96193 60.4665 8.08592 60.4665 9.32971C60.4665 9.51201 60.5808 10.0303 60.424 10.1864C59.9872 10.6213 61.3761 9.36651 61.8173 8.93432C63.1249 7.65358 64.0605 6.18611 65.3379 4.88983C66.1214 4.09471 66.6734 3.32616 67.1247 2.39395C68.0617 0.458997 65.5581 6.36972 65.2634 8.42361C65.224 8.69867 65.2528 8.98711 65.2528 9.26381C65.2528 9.48183 64.9335 10.0355 65.1677 9.91455C65.3785 9.80572 65.5354 9.45166 65.6782 9.29676C66.3017 8.62075 67.0169 7.99924 67.6353 7.31982C69.0947 5.71641 70.4816 4.06779 71.8684 2.4269C72.0294 2.23646 72.3456 1.5632 72.3364 1.83381C72.2854 3.33671 71.5439 4.802 71.1984 6.27369C70.9279 7.42553 70.8048 8.57544 70.8048 9.74157C70.8048 9.79526 72.366 8.86202 72.6768 8.6213C73.6906 7.83612 74.5438 6.81172 75.3996 5.91949C75.9788 5.31566 76.2329 4.64838 76.7398 4.02492C76.8835 3.84819 77.1227 3.26419 77.1227 3.47303C77.1227 3.55653 77.2234 3.32531 77.2716 3.25062C77.3686 3.10041 77.319 3.25951 77.3035 3.34947C77.1378 4.31171 76.9042 5.28594 76.7823 6.24898C76.6714 7.12519 76.6588 8.00828 76.5483 8.8849C76.5197 9.11223 76.1068 9.58868 76.3994 9.56035C76.5894 9.54196 76.8725 8.90101 76.9525 8.79429C77.4846 8.08456 78.0213 7.37137 78.5692 6.66908C79.4116 5.58927 80.5345 4.64236 81.3984 3.57187C81.6524 3.25707 82.1004 2.22864 82.1004 2.59988C82.1004 4.26925 81.6237 6.07819 81.1006 7.69873C80.986 8.05363 80.9911 8.4085 80.8028 8.73663C80.7422 8.84223 80.6462 9.34872 80.7602 9.29676C81.1291 9.12869 81.4064 8.67323 81.643 8.41537C82.331 7.66546 83.0576 6.94537 83.7809 6.21603C84.5415 5.44897 85.1713 4.63005 85.8124 3.80252C86.0536 3.49115 86.3813 2.83703 86.7803 2.61635C86.9358 2.53029 86.8487 3.2849 86.8441 3.31652C86.7604 3.89142 86.6952 4.45046 86.6952 5.02987C86.6952 6.00714 86.4314 6.93835 86.3229 7.90466C86.2914 8.1854 86.2118 9.70407 86.5463 9.44503C88.9837 7.55731 91.6934 5.39474 93.5023 3.10235C93.5902 2.99092 94.0738 2.33987 93.9809 2.59164C93.6518 3.48379 93.1341 4.31712 92.6727 5.17814C92.0342 6.36927 91.4693 7.57393 90.7582 8.73663C90.492 9.17176 90.4499 9.3872 90.9921 8.96727C92.6633 7.67306 94.0275 6.20723 95.5763 4.83217C96.4553 4.05179 97.3186 3.23871 98.0758 2.38571C98.5657 1.83383 98.3887 2.56452 98.3311 2.87171C97.9403 4.95242 97.4557 7.01866 97.0441 9.09083C96.9964 9.33076 96.7705 9.74959 96.8526 9.97221C96.8883 10.0688 97.4238 9.51059 97.4589 9.47798C98.0734 8.90686 98.6855 8.34755 99.2564 7.74816' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-position:50%;-webkit-mask-size:auto}.compare__title{font-family:var(--font-secondary);color:var(--color-neutral-600);width:70%;margin:0 auto}.compare__count{font-size:max(1.25rem,min(.13vw + 1.23rem,1.38rem));font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;padding:.5rem;font-weight:700;line-height:.9}.compound{grid-template-columns:repeat(2,minmax(0,1fr));gap:5rem;margin-bottom:max(1.88rem,min(1.25vw + 1.63rem,3.13rem));display:grid}.compound__list+.compound__title{margin-top:max(1.25rem,min(1.88vw + .88rem,3.13rem))}.compound__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;margin-bottom:max(.63rem,min(1.56vw + .31rem,2.19rem));font-size:max(1.75rem,min(.25vw + 1.7rem,2rem));font-weight:700;line-height:.9}.compound__item{font-family:var(--font-secondary);font-size:max(.88rem,min(.25vw + .83rem,1.13rem));font-weight:400;line-height:120%}.compound__item:not(:last-child){border-bottom:1px solid var(--color-neutral-300)}.compound__item .accordion{width:100%;padding:1.125rem 0!important}.compound__item .accordion__title{align-items:center;gap:max(1.5rem,min(.69vw + 1.36rem,2.19rem));display:flex;font-weight:inherit!important}.compound__item .accordion__icon{transform:rotate(-90deg)}.compound__number{flex:none;width:3%}.compound-img{border-radius:var(--radius-xl);background-image:url(/local/templates/xpage/front-layout/dist/img/background/bg-texture-2.jpg);background-position:100% 100%;background-repeat:no-repeat;background-size:cover;width:11.25rem;height:13.75rem;margin-left:auto;padding:.625rem;overflow:hidden;transform:rotate(4deg)}.compound-img__box{background-color:var(--color-neutral-400);border-radius:var(--radius-l);height:100%;overflow:hidden}.compound-img .block-border--small:after{height:.3125rem}.tournament-detal:not(:first-child){margin-top:max(2.5rem,min(1.88vw + 2.13rem,4.38rem))}.tournament-detal__top{margin-bottom:.9375rem}.tournament-detal__menu{margin-top:4.0625rem}.tournament-detal__title{max-width:90%}.tournament-detal__back{margin-bottom:1.25rem}.tournament-detal__hint{color:var(--color-neutral-600);font-family:var(--font-secondary);margin-top:.5rem;font-size:.875rem;line-height:120%;display:none}.tournament-detal .tournament-matches{margin-top:.75rem;display:none}.tournament-detal__selects{justify-content:space-between;align-items:center;display:none}.tournament-detal__select .default-input__input{font-family:var(--font-secondary);width:8.125rem}.tournament-detal__select .multiselect-wrapper{font-size:1rem;justify-content:flex-start!important}.tournament-detal__select .multiselect-single-label{margin-right:unset!important}.tournament-detal__switchs{align-items:center;gap:.5rem;display:flex}.switch__svg{color:var(--color-neutral-600);width:1.25rem;height:1.25rem}.switch--active .switch__svg{color:var(--color-white)}.tournaments__list{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:1.5rem;display:grid}.tournaments .section-grid__img{max-width:80%}.tournaments-card__box{flex-direction:row;justify-content:space-between;align-items:center;height:100%;display:flex}.tournaments-card__content{flex-direction:column;justify-content:flex-end;gap:.5rem;height:100%;padding:1rem;display:flex}.tournaments-card__name{font-size:var(--fontSizeH4);font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;width:min-content;font-weight:700;line-height:.9}.tournaments-card__subtitle{font-family:var(--font-secondary);font-size:var(--fontSizeP3);text-transform:none;opacity:0;font-weight:400;line-height:1.2;transition:opacity .2s ease-in-out}.tournaments-card__img{width:50%;max-height:8.75rem;margin-left:auto;display:flex;position:relative}.tournaments-card__img img{background-color:var(--color-neutral-200);animation:.4s step-end infinite forwards paused year}.tournaments-card__img img.img-1{opacity:1}.tournaments-card__img img.img-2{animation-delay:.2s}.tournaments-card__img img.img-3{animation-delay:.4s}.tournaments-card__img img.img-2,.tournaments-card__img img.img-3{opacity:0}.tournaments-card .img-2,.tournaments-card .img-3{width:100%;height:100%;position:absolute;top:0;left:0}.tournaments-year .block-border:not(:first-child){margin-top:max(1.88rem,min(1.88vw + 1.5rem,3.75rem))}.tournaments-lost{padding-top:max(2.5rem,min(2.5vw + 2rem,5rem))}.tournaments-lost__title{font-size:max(1.25rem,min(.75vw + 1.1rem,2rem))}.tournaments-lost .lost-list{padding-bottom:max(1.25rem,min(1.88vw + .88rem,3.13rem))}.tournaments-lost .section-grid__img{max-width:80%}.calendar__head{background-color:var(--color-neutral-300);border-radius:var(--radius-xl)var(--radius-xl)0 0;grid-template-columns:repeat(7,14.25%);display:grid;overflow:hidden}.calendar__head .calendar__day{text-transform:uppercase;letter-spacing:-.151875rem;color:var(--color-neutral-500);justify-content:flex-end;align-items:flex-end;padding:1.5625rem .4375rem 0;font-size:max(.94rem,min(2.44vw + .45rem,3.38rem));font-weight:700;line-height:85%;display:flex}.calendar__head .calendar__day:not(:last-child){border-right:1px solid var(--color-black)}.calendar__body{border-radius:0 0 var(--radius-xl)var(--radius-xl);grid-template-columns:repeat(7,minmax(0,1fr));display:grid;overflow:hidden}.calendar__body .calendar__day{min-height:7.0625rem}.calendar__body .calendar__day:not(:last-child){border-right:1px solid #e7e7e7}.calendar__body .calendar__day:nth-child(n+8){border-top:1px solid #e7e7e7}.calendar__body .calendar__day--current .calendar__data{color:var(--color-black)}.calendar__body .calendar__day--last .calendar__wrap{background-color:var(--color-light-bg)}.calendar__body .calendar__day--last .calendar__data{opacity:.7}.calendar__body .calendar__day--last .calendar__logos{opacity:.4}.calendar__body .calendar__day--hover{position:relative}.calendar__body .calendar__day--hover:before{content:" ";z-index:1;background-position:50%;background-repeat:no-repeat;background-size:100% 95%;width:130%;height:130%;display:block;position:absolute;top:43%;left:54%;transform:translate(-50%,-50%)}.calendar__body .calendar__wrap{background-color:var(--color-white);height:100%;display:flex}.calendar__body .calendar__data{letter-spacing:-3.06px;text-transform:uppercase;color:#e7e7e7;justify-content:flex-end;align-items:flex-end;width:100%;padding:1.5625rem .4375rem 0;font-size:max(1.44rem,min(2.81vw + .88rem,4.25rem));font-weight:700;line-height:85%;display:flex}.calendar__body .calendar__box .calendar__data{letter-spacing:.03rem;justify-content:flex-start;padding:.125rem .4375rem 0;font-size:1.5rem;line-height:90%}.calendar__box{flex-direction:column;width:100%;display:flex}.calendar__logos{color:var(--color-black);justify-content:center;align-items:center;gap:0;margin-top:.5rem;display:flex}.calendar__logo{justify-content:center;align-items:center;width:3.375rem;height:3.375rem;display:flex}.calendar__logo img{display:block}.calendar__result{letter-spacing:.03rem;text-transform:uppercase;font-size:1.5rem;font-weight:700;line-height:90%}.calendar__link{z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}.tournament-matches{background-color:var(--color-white);border-radius:var(--radius-l);color:var(--color-neutral-400);overflow:hidden}.tournament-matches__box{grid-template-columns:minmax(0,1fr) min-content minmax(0,1fr);gap:1rem;padding:1rem;display:grid}.tournament-matches__box:not(:first-child){border-top:1px solid var(--color-neutral-700)}.tournament-matches__img{justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin:0 auto;display:flex}.tournament-matches__img img{display:block}.tournament-matches__count{font-size:1.5rem;font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;margin-bottom:.25rem;font-weight:700;line-height:.9}.tournament-matches__day{font-size:.875rem;font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;color:var(--color-neutral-700);white-space:nowrap;font-weight:700;line-height:.9}.tournament-matches__name{font-size:.875rem;font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9}.tournament-matches__elem{text-align:center;max-width:80%;margin:0 auto}.tournament-matches__result{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.standings__box{position:relative;overflow-x:hidden}.standings__wrapper{border-radius:var(--radius-xl);background-color:var(--color-white);scrollbar-color:var(--colorSecond)var(--colorMain);scrollbar-width:thin;overflow-x:auto}.standings__wrapper::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none}.standings__wrapper::-webkit-scrollbar:horizontal{height:10px}.standings__wrapper::-webkit-scrollbar-track{background:var(--colorSecond);border-radius:2px}.standings__wrapper::-webkit-scrollbar-thumb{background-color:var(--colorMain);border:3px solid var(--colorMain);border-radius:2px}.standings-table{color:var(--color-black);font-family:var(--font-secondary);border-collapse:collapse;width:100%}.standings-table thead td{background-color:var(--color-white);color:var(--color-neutral-600);box-shadow:inset 0 -1px 0 var(--color-neutral-700);text-transform:uppercase;padding:max(.63rem,min(.63vw + .5rem,1.25rem));font-size:max(.88rem,min(.25vw + .83rem,1.13rem));line-height:120%}.standings-table thead td:first-child{box-shadow:inset 0 -1px 0 var(--color-neutral-700);position:sticky;left:0}.standings-table thead td:last-child{box-shadow:inset 0 -1px 0 var(--color-neutral-700);position:sticky;right:0}.standings-table thead td:nth-child(2){text-transform:capitalize;width:38%}.standings-table thead td:nth-child(10){padding-right:.4375rem}.standings-table thead td:nth-child(11){padding-left:.4375rem}.standings-table tbody td{text-align:center;color:var(--color-neutral-600);padding:max(.63rem,min(.63vw + .5rem,1.25rem));font-size:max(.88rem,min(.25vw + .83rem,1.13rem));line-height:120%}.standings-table tbody td:first-child{color:var(--color-neutral-600);padding-right:.875rem;position:sticky;left:0}.standings-table tbody td:nth-child(2){color:var(--color-black);padding-left:0;font-size:max(1rem,min(.25vw + .95rem,1.25rem))}.standings-table tbody td:nth-child(10){padding-right:.4375rem}.standings-table tbody td:nth-child(11){padding-left:.4375rem}.standings-table tbody td:last-child{color:var(--color-black);font-weight:700;position:sticky;right:0}.standings-table tbody tr:not(:last-child) td{box-shadow:inset 0 -1px 0 var(--color-neutral-700)}.standings-table tbody tr:not(.active) td{background-color:var(--color-white)}.standings-table tbody tr.active td{background-color:var(--color-black);color:var(--color-white)}.standings-table__elem{justify-content:space-between;align-items:center;gap:3rem;display:flex}.standings-table__title{text-transform:none}.standings-table__img{width:2.5625rem;height:2.5625rem}.standings-table__img img{width:100%;height:100%;display:block}.standings-table__name{text-overflow:ellipsis;text-align:left;width:100%;overflow:hidden}.standings-table__number{justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}.graduates{flex-direction:column;display:flex;position:relative}.graduates__bg{z-index:0;background-image:url(/local/templates/xpage/front-layout/dist/img/graduates-bg-1.jpg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='134' height='167' viewBox='0 0 134 167' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='80.0211' y='0.111145' width='62' height='157' transform='rotate(30.4243 80.0211 0.111145)' fill='%23D9D9D9'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='134' height='167' viewBox='0 0 134 167' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='80.0211' y='0.111145' width='62' height='157' transform='rotate(30.4243 80.0211 0.111145)' fill='%23D9D9D9'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:60%;mask-size:60%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.graduates__bg:after{content:"";z-index:1;background:var(--color-black);opacity:.88;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.graduates__top{position:relative}.graduates__top-body{justify-content:space-between;display:flex}.graduates__top-link{text-transform:uppercase;color:var(--color-neutral-600);font-size:.875rem;font-weight:700;line-height:1.2;display:none}.graduates__top-link .link__icon{width:1rem;height:1rem}.graduates__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH2)}.graduates__navigation{padding-bottom:1.25rem;position:relative}.graduates .swiper{width:100%;height:100%;position:relative;overflow:hidden}.graduates .swiper:after{content:"";border-bottom:1px dashed var(--color-neutral-300);width:100%;height:1px;position:absolute;bottom:0}.graduates .swiper-wrapper{align-items:flex-end;padding-top:6.875rem}.graduates .swiper-slide-active .graduate__image{filter:unset;margin-bottom:2.5rem;transform:scale(2)}.graduates .swiper-slide-active .graduate__photo-wrap{transform:translateY(-3.125rem)rotate(2.6deg)}.graduates .swiper-slide-active .graduate__photo-wrap:before,.graduates .swiper-slide-active .graduate__photo-wrap:after{opacity:1}.graduates .swiper-slide-active .graduate__photo-img{filter:unset}.graduates .swiper-slide-active .graduate__title{color:var(--color-white)}.graduates .swiper-slide-active .graduate__title-link{opacity:1}.graduates .swiper-slide-active .graduate__sticker{opacity:1;height:auto;transform:rotate(-1.8deg)translateY(0)}.graduates .swiper-slide-active .graduate__person{gap:.625rem}.graduates .swiper-slide-active .graduate-year{color:var(--color-white)}.graduates__slider-slide{width:11.6667%!important}.graduates__slider-slide--big{width:36.9792%!important}.graduates__slider-slide.first .graduate:before,.graduates__slider-slide.last .graduate:after{display:none}.graduates__description{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;text-align:center;color:var(--color-neutral-400);padding-top:.625rem;font-size:max(1.13rem,min(.13vw + 1.1rem,1.25rem));font-weight:700;line-height:1.2}.graduates__years{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;font-weight:700;line-height:.9;font-size:var(--fontSizeH4);justify-content:space-evenly;align-items:center;padding-top:6.875rem;display:flex}.graduates__years-item{text-align:center;white-space:nowrap;flex-grow:1;align-items:center;display:flex}.graduates__years-item:not(:first-child){border-left:1px solid var(--color-neutral-400)}.graduates__years-btn{color:var(--color-neutral-400);margin:auto}.graduates__years-btn.active{color:var(--color-white)}.graduates__years-btn--link{text-transform:uppercase;color:var(--color-white);font-size:1.5rem}.graduates__hint{background:var(--color-black-90);z-index:100;justify-content:center;align-items:center;transition:all .5s;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.graduates__hint.hide{opacity:0;pointer-events:none}.graduates__hint-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M31.35 14.9c-1.813 5.56 1.942 26.421 1.942 26.421s.761 5.448 3.3 7.105c4.667 3.048 20.644 1.308 21.97-3.311 1.327-4.62-.41-28.23-4.096-33.046C50.78 7.254 33.615 7.951 31.35 14.9Z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M58.113 13.507c2.38 5.411 0 26.493 0 26.493s-.386 5.488-2.974 7.328c-4.76 3.382-22.011 2.818-23.796-1.691-1.785-4.51-1.785-28.184 1.785-33.257 3.569-5.073 22.01-5.637 24.985 1.127Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M44.17 18.502v6M45.667 58.502c0 4.748-.103 9.51.139 14.255.123 2.415.386 4.824.486 7.24.029.69-1.093-1.065-1.293-1.276-1.472-1.55-3.436-2.18-5.062-3.481-.243-.194-.464-.534-.738-.686-.167-.093.453 1.017.478 1.05.508.687 5.45 7 5.6 6.85.275-.275.487-.836.685-1.154a144.442 144.442 0 0 0 2.336-3.924c.357-.617 1.398-3.404 2.37-3.404'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;width:5.625rem;height:5.625rem;margin:0 auto .875rem}.graduates__hint-title{text-transform:uppercase;text-align:center;max-width:6.8125rem;font-size:2rem;font-weight:700;line-height:1.8125rem}.graduate{position:relative}.graduate:before{content:"";background:var(--color-neutral-500);width:70%;height:1px;display:block;position:absolute;bottom:1px;right:50%}.graduate:after{content:"";background:var(--color-neutral-500);width:70%;height:1px;display:block;position:absolute;bottom:1px;left:50%}.graduate__person{flex-direction:column;align-items:center;gap:.3125rem;display:flex}.graduate__image{background:var(--color-neutral-400);clip-path:polygon(50% 0%,85% 15%,100% 50%,100% 50%,85% 85%,50% 100%,15% 85%,0 50%,0 50%,10% 15%);filter:brightness(.3);width:7.5rem;height:7.5rem;transition:filter .5s,transform .5s;position:relative}.graduate__image-img{clip-path:polygon(50% 0%,85% 15%,100% 50%,100% 50%,85% 85%,50% 100%,15% 85%,0 50%,0 50%,10% 15%);object-fit:cover;width:calc(100% - .625rem);height:calc(100% - .625rem);position:absolute;top:.3125rem;bottom:.3125rem;left:.3125rem;right:.3125rem}.graduate__title{font-family:var(--font-primary);letter-spacing:.04rem;text-transform:uppercase;color:var(--color-neutral-500);text-align:center;flex-direction:column;align-items:center;gap:.625rem;font-size:1.25rem;font-weight:700;line-height:1.2;transition:color .3s;display:flex;position:relative}.graduate__title:after{content:"";background:var(--color-neutral-500);width:1px;height:5.9375rem;display:block}.graduate__title-arrow{opacity:0;visibility:hidden;background-image:url(/local/templates/xpage/front-layout/dist/img/arrows/arrow-small.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;width:.9375rem;height:2.0625rem;transition:opacity .3s,visibility .3s;position:absolute;top:.375rem;right:-1.6875rem}.graduate__title-link-icon{width:.9375rem;height:2rem}.graduate__sticker{opacity:0;max-width:15.625rem;height:0;transition:transform .7s,height .7s;overflow:hidden;transform:translateY(100%)}.graduate__photo{flex-direction:column;align-items:center;gap:.625rem;display:flex}.graduate__photo-wrap{aspect-ratio:370/200;width:100%;transition:all .3s;position:relative}.graduate__photo-wrap:before{content:"";opacity:0;background-image:url("data:image/svg+xml,%3Csvg width='86' height='38' viewBox='0 0 86 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.05025 1C5.05025 9.43801 5.05025 17.876 5.05025 26.314C5.05025 29.2291 4.37291 33.3647 5.1065 36.299C5.31079 37.1162 6.83329 36.0713 7.18788 35.9334C9.92346 34.8695 12.909 34.9611 15.7946 34.8083C21.2169 34.5212 37.4829 33.9024 32.08 34.4427C25.3895 35.1117 18.9823 35.3433 12.2788 34.9489C11.9882 34.9318 11.1484 35.1228 11.435 35.1739C17.3106 36.2232 23.8766 35.4127 29.8017 35.5396C46.738 35.9023 63.5918 36.9459 80.5423 36.9459C84.284 36.9459 87.4638 36.9816 81.6111 36.9459C64.3425 36.8406 47.1385 34.9953 29.858 34.9208C26.1283 34.9047 22.6361 34.717 19.0292 35.6521C17.1908 36.1287 14.9289 36.4092 13.0382 36.4396C10.7826 36.476 8.11399 36.8151 5.89405 36.4115C5.20069 36.2855 5.36419 30.4369 5.27526 29.8017C3.99225 20.6374 1 11.7394 1 2.51884' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:5rem;height:2.1875rem;transition:opacity .3s;position:absolute;top:100%;right:calc(100% - 2.5rem)}.graduate__photo-wrap:after{content:"";opacity:0;background-image:url("data:image/svg+xml,%3Csvg width='55' height='47' viewBox='0 0 55 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.15234 8.08793C14.9311 7.31966 22.7528 7.74479 30.5538 7.46914C35.126 7.30758 39.6898 6.931 44.2515 6.59721C44.4933 6.57952 51.6939 5.40973 52.4082 6.20344C53.8588 7.81525 52.5501 14.2432 52.4645 16.0759C52.1307 23.219 52.1725 30.3648 51.8176 37.5085C51.6963 39.9488 51.771 42.3823 51.705 44.8214C51.6813 45.701 51.1621 46.2967 51.4519 44.9058C52.5357 39.7038 51.8174 33.6345 51.9582 28.3673C52.2021 19.2439 52.3919 10.1202 52.7176 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M51.7062 3.53174C34.8673 4.94887 17.967 5.05058 1.07812 5.05058' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:3.4375rem;height:2.9375rem;transition:opacity .3s;position:absolute;bottom:100%;left:calc(100% - 1rem)}.graduate__photo-img{filter:brightness(.3);aspect-ratio:380/218;object-fit:contain;width:100%;height:100%;transition:filter .5s}.graduate__row{align-items:flex-end;padding-bottom:2.875rem;display:flex;position:relative}.graduate__row:after{content:"";background:var(--color-neutral-500);width:1px;height:2.875rem;display:block;position:absolute;bottom:0;right:50%}.graduate--with-photo .graduate__title:after{height:3.0625rem}.graduate--with-photo .graduate__row{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;position:relative}.graduate--with-photo .graduate__row:before{content:"";background:var(--color-neutral-500);width:62%;height:1px;position:absolute;bottom:2.8125rem;left:13.5%}.graduate--with-photo .graduate__person{margin-left:-10rem;position:relative}.graduate--with-photo .graduate__photo{position:relative}.graduate--with-photo .graduate__photo:after{content:"";background:var(--color-neutral-500);width:1px;height:3.0625rem;display:block}.graduate-year{color:var(--color-neutral-500);flex-direction:column;justify-content:flex-end;align-items:center;height:2.125rem;font-size:max(1.13rem,min(.13vw + 1.1rem,1.25rem));font-weight:700;transition:color .3s;display:flex}.graduates__slider .swiper-slide-active .graduate__title-arrow{opacity:1;visibility:visible}.footer__box{padding-top:max(.94rem,min(2.81vw + .38rem,3.75rem));padding-bottom:max(.94rem,min(2.81vw + .38rem,3.75rem));position:relative;overflow:hidden}.footer .wrapper{z-index:1;border-top:1px solid var(--color-neutral-400);padding-top:max(3.13rem,min(.63vw + 3rem,3.75rem));position:relative}.footer__wrapper{grid-template-columns:18% 30% auto;display:grid}.footer__link{color:var(--color-neutral-700);text-transform:uppercase;font-size:var(--fontSizeH5);font-weight:700;line-height:var(--lineHeightH1);text-decoration:none;transition:color .3s}.footer__item:not(:last-child){margin-bottom:.9375rem}.footer__bg{z-index:0;width:37%;position:absolute;top:3.75rem;right:2.5rem}.footer__buttom{color:var(--color-neutral-700);font-size:.875rem;line-height:var(--lineHeightH1);font-family:var(--font-secondary);grid-template-columns:18% 18% auto;margin-top:max(2.5rem,min(5.31vw + 1.44rem,7.81rem));display:grid}.footer__made{margin-left:auto}.footer__ml,.footer__politic{color:var(--color-neutral-700);max-width:max-content;text-decoration:none;transition:color .3s}.footer__form{max-width:40.8125rem;margin-left:auto}.footer__form .default-input{flex-basis:70%}.footer__form .btn{min-width:9.0625rem;font-size:1.125rem}.footer__form .form__agree{margin-top:1.5rem}.footer .social{margin-top:max(.5rem,min(.5vw + .4rem,1rem))}.page-inner{padding-top:calc(var(--header-height) + 3.125rem)}.page-player{padding-bottom:3.125rem}.page-match{padding-top:calc(var(--header-height))}.page__title{font-size:var(--fontSizeH2);letter-spacing:.96px;text-transform:uppercase;margin-bottom:max(1.25rem,min(1.25vw + 1rem,2.5rem));font-weight:700;line-height:90%}.page__section{margin-bottom:max(1.88rem,min(1.88vw + 1.5rem,3.75rem))}.page__section--line{background-image:url(/local/templates/xpage/front-layout/dist/img/background/line-2.svg);background-position:100% 30%;background-repeat:no-repeat;background-size:84%}.page.open{position:relative}.page.open:before{content:" ";z-index:1;background:linear-gradient(#000 4%,#1d1d1d00 100%);width:100%;height:100%;position:absolute;top:0;left:0}.page.open .main-page__slider-wrap{opacity:0}.banner-page{position:relative}.banner-page .header{z-index:15;min-height:auto;position:fixed;top:0;left:0;right:0}.page-error{padding:1.25rem 0 4.375rem}.page-error .wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.page-error__left{flex-direction:column;justify-content:center;max-width:34.4375rem;height:100%;display:flex}.page-error__left .btn{max-width:18.75rem}.page-error__left .btn:after{max-width:90%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='253' height='16' viewBox='0 0 253 16' fill='none'%3E%3Cg clip-path='url(%23clip0_1532_34158)'%3E%3Cpath d='M55.0652 3.06983C79.0975 2.6305 103.143 2.34807 127.188 2.22255C151.234 2.09702 175.057 2.13886 198.984 2.33761C212.577 2.45267 226.183 2.60958 239.775 2.81878L241.62 0.674429C210.588 1.1033 179.57 1.63677 148.552 2.27485C117.534 2.91292 86.5152 3.6556 55.4969 4.51334C38.0843 4.99451 20.6847 5.4966 3.27207 6.04054C2.25165 6.07192 0.72101 6.28112 0.145386 7.0761C-0.390992 7.81878 0.603269 8.20581 1.42746 8.18489C33.754 7.52589 66.1067 7.46313 98.4463 8.00706C130.786 8.551 163.099 9.71209 195.374 11.4694C213.506 12.4527 231.625 13.6347 249.718 15.005C250.699 15.0782 252.321 14.6912 252.845 13.9694C253.42 13.1849 252.347 12.9129 251.562 12.8606C219.367 10.4234 187.092 8.58238 154.792 7.34807C122.492 6.11376 90.139 5.4966 57.7994 5.48614C39.628 5.48614 21.4566 5.66397 3.28516 6.04054L1.44054 8.18489C32.4458 7.21209 63.4641 6.35434 94.4824 5.59075C125.501 4.83761 156.519 4.17861 187.537 3.63468C204.95 3.33133 222.376 3.04891 239.788 2.80832C240.809 2.79786 242.352 2.55727 242.915 1.77276C243.478 0.988236 242.444 0.674429 241.633 0.663968C217.574 0.30832 193.542 0.0886546 169.497 0.0363533C145.451 -0.015948 121.628 0.0781943 97.7006 0.339701C84.1081 0.486144 70.5024 0.684889 56.9098 0.935935C55.8894 0.956855 54.3457 1.18698 53.7831 1.9715C53.2467 2.71418 54.241 3.10121 55.0652 3.08029V3.06983Z' fill='%2334E4FC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1532_34158'%3E%3Crect width='253' height='15' fill='white' transform='translate(0 0.015625)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='253' height='16' viewBox='0 0 253 16' fill='none'%3E%3Cg clip-path='url(%23clip0_1532_34158)'%3E%3Cpath d='M55.0652 3.06983C79.0975 2.6305 103.143 2.34807 127.188 2.22255C151.234 2.09702 175.057 2.13886 198.984 2.33761C212.577 2.45267 226.183 2.60958 239.775 2.81878L241.62 0.674429C210.588 1.1033 179.57 1.63677 148.552 2.27485C117.534 2.91292 86.5152 3.6556 55.4969 4.51334C38.0843 4.99451 20.6847 5.4966 3.27207 6.04054C2.25165 6.07192 0.72101 6.28112 0.145386 7.0761C-0.390992 7.81878 0.603269 8.20581 1.42746 8.18489C33.754 7.52589 66.1067 7.46313 98.4463 8.00706C130.786 8.551 163.099 9.71209 195.374 11.4694C213.506 12.4527 231.625 13.6347 249.718 15.005C250.699 15.0782 252.321 14.6912 252.845 13.9694C253.42 13.1849 252.347 12.9129 251.562 12.8606C219.367 10.4234 187.092 8.58238 154.792 7.34807C122.492 6.11376 90.139 5.4966 57.7994 5.48614C39.628 5.48614 21.4566 5.66397 3.28516 6.04054L1.44054 8.18489C32.4458 7.21209 63.4641 6.35434 94.4824 5.59075C125.501 4.83761 156.519 4.17861 187.537 3.63468C204.95 3.33133 222.376 3.04891 239.788 2.80832C240.809 2.79786 242.352 2.55727 242.915 1.77276C243.478 0.988236 242.444 0.674429 241.633 0.663968C217.574 0.30832 193.542 0.0886546 169.497 0.0363533C145.451 -0.015948 121.628 0.0781943 97.7006 0.339701C84.1081 0.486144 70.5024 0.684889 56.9098 0.935935C55.8894 0.956855 54.3457 1.18698 53.7831 1.9715C53.2467 2.71418 54.241 3.10121 55.0652 3.08029V3.06983Z' fill='%2334E4FC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1532_34158'%3E%3Crect width='253' height='15' fill='white' transform='translate(0 0.015625)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain}.page-error__title{text-transform:uppercase;letter-spacing:.08rem;margin-bottom:1.5rem;font-size:max(1.5rem,min(2.5vw + 1rem,4rem));font-weight:700;line-height:90%}.page-error__text{color:var(--color-neutral-700);font-size:max(1rem,min(.25vw + .95rem,1.25rem));font-family:var(--font-secondary);margin-bottom:3rem}.page-error__text ul:not([class]){margin-left:.9375rem}.page-error__text ul:not([class]):before{width:.1875rem;height:.1875rem}@media only screen and (min-width:30em){.match-title__elem .tabs__list{width:100%!important}}@media (min-width:30.0625rem){.calendar__body .calendar__day--hover:before{background-size:112% 93%;width:120%;height:160%}}@media only screen and (min-width:600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{flex-direction:column-reverse;bottom:1em}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not ((-moz-appearance:none)){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not ((-moz-appearance:none)){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{margin-left:-300px;left:50%}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (min-width:48em){.list-dash__item:first-child,.tournaments-lost .lost-list__elem:first-child{padding-top:0}}@media (min-width:48.0625rem){.calendar__body .calendar__day--hover:before{background-size:113% 99%;width:130%;height:115%}}@media (min-width:50rem){.calendar__body .calendar__day--hover:before{background-size:100% 95%;width:130%;height:130%}}@media only screen and (min-width:64em){.progress__grid::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;display:none}.progress__grid::-webkit-scrollbar:horizontal{height:0}}@media (min-width:137.5rem){.section-grid__img img{width:100%;height:100%}.tournament-detal .section-grid__img img{width:80%;height:80%}}@media (min-width:156.25rem){.management__img{width:75%}}@media only screen and (max-width:103.75em){.player-table:before{display:none}.progress{background-image:none}.progress__team--top{margin-bottom:0}.progress__team:not(.progress__team--top){margin-top:0}}@media (max-width:100rem){.teams .swiper-pagination{margin-left:0;margin-right:0}}@media only screen and (max-width:100em){html{font-size:1vw}.modal-gallery__wrapper:before,.modal-gallery__wrapper:after{display:none}.main-page__slider-wrap{right:3.125rem}.graduates__bg{-webkit-mask-size:70%;mask-size:70%}.graduate--with-photo .graduate__row:before{width:63.5%;left:11.5%}}@media only screen and (max-width:90em){html{font-size:1.11111vw}.staff--height .staff__img{height:21.875rem}.modal-gallery__slider .swiper-bottom{bottom:-3.4375rem}.main-page__slider-wrap{max-width:37.5rem}.main-menu .mm-wrap{grid-template-columns:minmax(0,1fr) 28.125rem}.selection__wrap{padding:0 20%}.team .section-grid__img{grid-column:1/5}.team__list{grid-template-columns:repeat(3,minmax(0,1fr))}.bw-steps__steps:before{width:20%;left:15%}.bw-steps__steps:after{width:20%;left:55%}.bw-steps__steps-item:nth-child(2):after{bottom:-42%}.bw-steps__steps-item:last-child:after{bottom:-30%}.graduates__slider-slide{width:20%!important}.graduates__slider-slide--big{width:45%!important}.graduate--with-photo .graduate__row:before{width:61.5%;left:13.5%}.graduate--with-photo .graduate__person{margin-left:-9.1875rem}}@media only screen and (max-width:80em){.main-menu .mm-wrap{padding:0 5rem}.coaches .wrapper{grid-template-columns:100%}.coaches__left{position:static}.coaches__bg{display:none}.coaches__item{max-width:70%}.coaches__item:nth-child(odd){margin-left:0}.teams .swiper-button-next{right:27.5%}.teams .swiper-button-prev{left:27.5%}.match-result__logo img{width:55%}}@media only screen and (max-width:64em){html{font-size:1.5625vw}main .text-blockquote:after,.popup .text-blockquote:after{bottom:0;right:0}.btn--play:after{-webkit-mask-size:65%}.standard-page__header{flex-direction:column-reverse;display:flex}.block-img .wrapper:before{display:none}.block-img__content{max-width:50%}.block-img__title{font-size:2rem}.block-img__days{font-size:1rem}.block-img--news .block-img__photo{left:50%}.block-img--fontsize .block-img__title{max-width:100%}.block-img--svg .block-img__content{max-width:none}.block-border--top .bw-invite__form:before{left:-3.125rem}.staff__img{height:21.25rem}.staff--height .staff__img{height:100%}.sticker{border-radius:.625rem}.sticker__body{border-radius:.375rem;font-size:.875rem}.sticker--text .sticker__body{padding:.3125rem}.modal-gallery__close{top:1.25rem;right:.9375rem}.modal-gallery__wrapper{justify-content:center}.modal-gallery__slider{text-align:center;margin:0}.modal-gallery__slider .swiper{overflow:hidden}.modal-gallery__slider .swiper-slide{max-width:unset;max-height:70vh;margin:0}.modal-gallery__slider .swiper-bottom{width:calc(100% - 1.875rem);position:fixed;bottom:1.875rem;left:.9375rem;right:.9375rem}.modal-gallery__slider--text .swiper-bottom{width:calc(100% - 1.875rem)}.modal-gallery__slide{justify-content:center;align-items:center;padding-bottom:.9375rem}.modal-gallery__slide-image{height:unset;width:-moz-fit-content;width:fit-content}.modal-inf__content{flex-direction:column;gap:.9375rem;max-height:70vh;display:flex}.modal-inf__wrap{max-width:100%}.modal-inf__title{margin-bottom:1.875rem}.header__head{display:block}.header__body{position:static}.header__body-wrapper{grid-template-columns:3.25rem auto minmax(0,1fr) auto}.header__nav{display:none}.header__btn.btn{width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content;margin:0 auto}.burger{display:flex}.main-slider__slide-item.main-slider__slide-item--fullscreen .main-slide{max-height:25rem}.main-slider .main-slide__wrap{padding-bottom:12.5rem}.main-slider .ms-view{flex-direction:column}.ms-view__content{width:100%;padding-right:0}.ms-view__img{position:static}.main-page__slider-wrap{width:100%;margin:0 auto;left:0}.main-menu{background:var(--color-black);align-items:flex-start;transition:background .5s;overflow:auto}.main-menu:after,.main-menu:before{height:100%}.main-menu .mm-wrap{flex-direction:column-reverse;margin-top:1.25rem;padding:0;display:flex}.main-menu .mm-pages{border:1px solid var(--color-neutral-400)}.about__trainer{grid-template-columns:repeat(3,minmax(0,1fr))}.management__staff{min-height:61%}.history-slider__btns{height:2.5rem}.docs__section{grid-template-columns:repeat(2,minmax(0,1fr))}.description__columns{grid-template-columns:repeat(3,minmax(0,1fr))}.present__blockquote:before{display:none}.present__blockquote_left .present__blockquote-left,.present__blockquote_left .present__blockquote-right{grid-column:span 2}.present__blockquote_right .present__blockquote-left{grid-column:3/5}.present__blockquote_right .present__blockquote-right{grid-column:1/3}.present__slider-text{grid-column:span 3}.coaches__item{max-width:80%}.coaches-card__img{width:50%}.media-list{grid-template-columns:repeat(2,minmax(0,1fr))}.media-list__item:nth-child(6n+1),.media-list__item:nth-child(6n+2){grid-column:span 1}.media-list__item:nth-child(6n+1) .media-card__image,.media-list__item:nth-child(6n+2) .media-card__image{aspect-ratio:382/223}.media-list__more{padding-top:1.875rem}.team__list{grid-template-columns:repeat(3,minmax(0,1fr))}.teams .default-title{margin-bottom:1.875rem}.teams .swiper-button-next{right:17.5%}.teams .swiper-button-prev{left:17.65%}.player__bg{width:40%;height:27%;bottom:24%;left:0}.player__role{max-width:100%}.player__photo{flex-direction:column;gap:2.5rem;max-width:80%;margin:0 auto}.player .player-card{margin-left:0}.player .player-table{width:90%;margin:3.125rem auto 1.875rem;display:none}.contacts{padding:0}.contacts__bg{aspect-ratio:2/1.3;margin-bottom:2.5rem;position:relative}.contacts__bg-icon{height:3.75rem}.contacts__cards{grid-gap:2.5rem;grid-template-columns:repeat(2,minmax(0,1fr));align-items:flex-start;margin-top:-7.5rem;margin-bottom:2.5rem;display:grid}.contacts__cards-address{width:100%;transform:rotate(-1.75deg)}.contacts__cards-address--2{transform:rotate(3.099deg)}.contacts__cards-contacts{margin:0 auto}.bw-steps__steps:before{width:9.375rem;height:1.875rem;bottom:10%;left:20%}.bw-steps__steps:after{bottom:2%;left:58%}.bw-steps__steps-item:first-child{width:100%}.bw-steps__steps-item:first-child:before{top:-20%;right:-5%}.bw-steps__steps-item:nth-child(2){width:100%}.bw-steps__steps-item:nth-child(2):before{top:-15%;right:10%}.bw-steps__steps-item:nth-child(2):after{width:50%;bottom:-35%}.bw-steps__steps-item:last-child{width:100%}.bw-steps__steps-item:last-child:before{top:-15%;right:10%}.bw-steps__steps-item:last-child:after{width:60%}.bw-vacancies__vacancy-name{width:23%}.bw-contacts__description{grid-column:span 5}.bw-help__questions-faq,.bw-help__questions-ask{grid-column:span 6}.bw-graduates__link-image:after{width:55%;top:2%}.bw-invite__form{grid-column:7/span 6}.match-result__logo{width:9.375rem;height:9.375rem}.match-result__match-s{max-width:80%}.match-media__list--4{grid-template-columns:repeat(2,minmax(0,1fr))}.progress-elem__info{top:-6.25rem}.vs{grid-template-columns:minmax(0,1fr) 5rem minmax(0,1fr)}.compound{grid-template-columns:100%;gap:1.875rem}.calendar__body .calendar__day{min-height:4.375rem}.graduates .swiper-wrapper{padding-top:6.25rem}.graduates .swiper-slide-active .graduate__image{margin-bottom:1.5rem}.graduates__slider-slide{width:25%!important}.graduates__slider-slide--big{width:50%!important}.graduate__image{width:5rem;height:5rem}.graduate--with-photo .graduate__row:before{width:58%;left:17.5%}.graduate--with-photo .graduate__person{margin-left:-4.625rem}.footer__wrapper{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.footer__bg{width:100%;top:1.875rem;right:-1.875rem}.footer__buttom{grid-template-columns:100%;gap:.5rem}.footer__form{margin-left:unset;grid-column:span 2;max-width:none;margin-top:1.875rem}.footer__form .default-input{width:100%}.footer__form .btn{min-width:8.4375rem;margin-top:.9375rem;margin-left:0}}@media only screen and (max-width:62em){.infrastructure__list{grid-template-rows:repeat(5,15rem)}.infrastructure__elem:nth-child(3),.infrastructure__elem:nth-child(4),.infrastructure__elem:nth-child(5),.infrastructure__elem:nth-child(6),.infrastructure__elem:nth-child(8),.infrastructure__elem:nth-child(9){grid-column:span 2}.infrastructure__elem:nth-child(8) .infrastructure-card__img,.infrastructure__elem:nth-child(9) .infrastructure-card__img{max-height:25.625rem}.infrastructure-card__img{flex:0 12.1875rem;max-height:10.3125rem}.progress__grid{grid-template-columns:17% minmax(21.875rem,1fr) minmax(21.875rem,1fr) minmax(21.875rem,1fr) minmax(6.5625rem,1fr)}.progress__logo{display:flex}.progress__name{display:none}}@media (max-width:56.25rem){.teams-card__year img{width:80%}}@media only screen and (max-width:48em){html{font-size:2.08333vw}main table:not([class]),.popup table:not([class]){width:25rem}main .table-wrap:not(:first-child),.popup .table-wrap:not(:first-child){margin-top:1.25rem}main .table-wrap:not(:last-child),.popup .table-wrap:not(:last-child),main .text-blockquote:not(:first-child),.popup .text-blockquote:not(:first-child),main .text-blockquote:not(:last-child),.popup .text-blockquote:not(:last-child){margin-bottom:1.25rem}main .text-blockquote figcaption img,.popup .text-blockquote figcaption img{width:3.75rem;height:3.75rem}.form__title{line-height:120%}.form .default-input__input{width:100%}.btn{min-width:9.375rem;padding:.625rem}.modal--with-bg .modal__wrapper{width:60%}.block-img{flex-direction:column-reverse;gap:.8125rem;display:flex}.block-img__wrap{grid-template-columns:100%}.block-img__content{max-width:100%}.block-img__bottom{flex-direction:column-reverse;align-items:center;gap:.625rem;width:100%;margin-top:.625rem}.block-img__img{grid-area:2/1;padding:0}.block-img__img img{margin:0 auto}.block-img__period{align-self:flex-start}.block-img__photo{-webkit-mask:unset;-webkit-mask:unset;mask:unset;min-height:18.4375rem;display:flex;position:static}.block-img--news{aspect-ratio:unset}.block-img--news .block-img__content{max-width:unset;padding:1.25rem 0 1.875rem}.block-img--news .block-img__photo{min-height:unset;-webkit-mask-position:bottom;mask-position:bottom}.block-img--bw .block-img__content{max-width:70%}.block-img--bw .block-img__photo{aspect-ratio:320/295;min-height:unset}.block-img--bw .block-img__title{font-size:3rem}.block-img--svg .wrapper{flex-direction:column}.block-img--svg .block-img__img{margin:0 auto}.block-border{padding-bottom:.5625rem}.block-border:after{height:.5625rem}.block-border--top{padding-top:.5625rem}.block-border--top:before{height:.5625rem}.staff__rhombus{bottom:30%;right:0}.staff__img{height:auto}.section-grid{grid-template-rows:auto;grid-template-columns:100%}.section-grid__left{grid-column:1/-1}.section-grid__right{grid-area:auto/1/auto/-1}.section-grid__img{display:none}.header__body-wrapper{padding-top:.9375rem;padding-bottom:.9375rem}.management__top{grid-template-columns:100%}.management__list{grid-template-columns:100%;gap:1.25rem}.management__staff{min-height:auto}.history-slider__btns{width:auto;height:auto;top:0}.history-slider .swiper-slide:not(:last-child) .years__data:after{width:5rem;margin-right:5rem}.docs__section{grid-template-columns:100%}.description__content{grid-template-columns:100%;column-gap:1.25rem}.description__subtitle{grid-row:auto}.description__right{grid-area:auto/1/auto/-1;margin:1.25rem auto 0}.description__short{grid-row:auto}.description__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.list-year__item:first-child,.list-year__item:nth-child(2){max-width:100%}.present .bg__img{display:none}.present .wrapper{grid-template-columns:100%}.present__img{margin:1.25rem auto 2.5rem}.present__slider{grid-template-columns:100%!important}.present__slider-text{order:2;grid-column:span 1}.present__slider-slider{grid-column:span 1}.coaches__title{margin-top:.625rem}.coaches__list{max-width:23.75rem;margin:0 auto}.coaches__item{max-width:100%}.coaches-card__box{flex-direction:column}.coaches-card__img{width:100%;padding-bottom:.5rem;padding-right:0}.coaches-card__img:after{background-repeat-x:repeat;background-repeat-y:no-repeat;background-image:url(/local/templates/xpage/front-layout/dist/img/background/border-line.svg);width:100%;height:.5rem}.about-steps__list{flex-flow:column wrap;gap:.1875rem;padding-top:.625rem;padding-bottom:.625rem}.about-steps__icon{transform:rotate(90deg)}.landmarks .wrapper{grid-template-columns:100%}.landmarks__img{display:none}.block-blockquote__slider{gap:3.125rem}.blockquote-card{flex-direction:column;align-items:center;gap:.3125rem}.blockquote-card:before{display:none}.blockquote-card__img{margin:0 auto}.selection .bg__img{display:none}.selection__list:before{right:.875rem}.selection__title{padding:0 1.25rem;line-height:100%}.selection__elem:nth-child(n+3) .selection__card,.selection__elem:nth-child(7) .selection__card{width:46%}.selection__wrap{padding:0}.selection__wrap[data-u]:after{top:-7%}.block-inf:after{display:none}.block-inf__grid{grid-template-rows:minmax(0,1fr) 2.5rem minmax(0,1fr);max-width:100%}.block-inf__elem:nth-child(4){transform:rotate(5deg)}.block-inf__elem:nth-child(5){transform:rotate(-3deg)}.block-inf__card{border-radius:.875rem}.block-inf__box{border-radius:.625rem}.block-text-img{flex-direction:column;gap:1.5rem}.block-text-img__img{-webkit-mask-image:unset;flex-basis:auto}.block-text-img__text{flex-basis:auto;padding:0 .9375rem 1.5rem}.present-slider:before,.present-slider:after{display:none}.present-slider .thumbs{margin-top:.625rem}.media-card__label{font-size:.75rem}.media-card__title{font-size:.875rem}.video-block__body,.video-block__bottom{grid-template-columns:100%}.video-block__body{aspect-ratio:unset}.video-block__bottom{display:none}.video-block__bottom_mobile{display:block}.video-block__list{padding-right:unset}.team .section-grid__left,.team .section-grid__right{grid-column:1/-1}.teams-slider{margin-left:-1rem;margin-right:-1rem}.teams .swiper-button-next{right:7.5%}.teams .swiper-button-prev{left:7.5%}.teams .swiper-button-next,.teams .swiper-button-prev{width:1.875rem;height:4.375rem}.player:first-child{margin-top:-6.25rem}.player__bg{display:none}.player__role{max-width:83%}.player__info{order:2}.player__info .player-table{display:block!important}.role{padding:.3125rem}.role__box{padding:.5rem}.player-table:after{width:5rem;height:1.875rem;bottom:-1.25rem;left:-.625rem}.player-card:after{width:130%;bottom:20%}.player-card__box{width:100%}.player-card__img{margin-bottom:3.4375rem}.contacts__cards{flex-direction:column;gap:1.5rem;width:80%;margin-top:-2.5rem;margin-left:auto;margin-right:auto;display:flex}.contacts__cards-address .address-card{aspect-ratio:unset}.contacts-card__contact--email:after{display:none}.bw-page.page-inner{padding-top:calc(var(--header-height))}.bw-page__basic,.bw-page__steps{margin-bottom:3.5rem}.bw-steps__inner{grid-gap:3.75rem}.bw-steps__top{grid-template-columns:100%}.bw-steps__text{display:none}.bw-steps__steps{flex-direction:column;gap:4.5rem}.bw-steps__steps:before,.bw-steps__steps:after{display:none}.bw-steps__steps-item:first-child:before{width:12%;top:-42%;right:3%}.bw-steps__steps-item:first-child:after{display:block}.bw-steps__steps-item:nth-child(2):before{width:12%;top:-28%;right:3%}.bw-steps__steps-item:nth-child(2):after{background-image:url(/local/templates/xpage/front-layout/dist/img/arrow-down-2.svg);width:.875rem;height:3.3125rem;bottom:-3.75rem;left:30%}.bw-steps__steps-item:last-child:before{width:12%;top:-28%;right:3%}.bw-steps__steps-item:last-child:after{display:none}.bw-vacancies{grid-template-columns:100%}.bw-vacancies__description{grid-gap:1rem;grid-column:1/-1}.bw-vacancies__text{color:var(--color-neutral-600)}.bw-vacancies__list{grid-column:1/-1}.bw-contacts__inner{grid-gap:3rem;grid-template-columns:100%}.bw-contacts__description{grid-gap:2rem;grid-column:1/-1}.bw-contacts__cards{grid-column:1/-1}.bw-help__ask-block:before{height:.5625rem}.bw-graduates__title{font-size:1.5rem}.bw-graduates__list{gap:2.5rem;margin:0 -.9375rem;padding:0 .9375rem;display:flex;overflow-x:auto}.bw-invite-form__title{font-size:1.5rem}.matches__list~.matches__btn{width:auto}.match-card__box{grid-template-columns:100%;gap:0}.match-card__elem{justify-content:center}.match-card__elem:first-child{flex-direction:row}.match-card__elem:first-child .match-card__wrap{text-align:left}.match-card__data{border-left:none;border-right:none;border-top:1px solid var(--color-neutral-700);border-bottom:1px solid var(--color-neutral-700)}.match-result{background:url(/local/templates/xpage/front-layout/dist/img/line-3.svg) -260% 20%/90% no-repeat,url(/local/templates/xpage/front-layout/dist/img/background/match-result-bg.jpg) 50%/100% 100% no-repeat;min-height:auto}.match-result__wrapper{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:1.25rem}.match-result__center{border-left:none;border-right:none;justify-content:flex-start;padding:0}.match-result__elem{justify-content:flex-start}.match-result__match,.match-result__bottom{border-left:none;border-right:none;grid-column:1/-1}.match-media__list{grid-gap:1.125rem;grid-template-columns:100%}.progress__grid{padding-top:5rem}.progress-elem__info{min-width:9.375rem;top:-5rem}.vs{grid-template-columns:repeat(3,minmax(0,1fr))}.vs__img{max-width:63%}.vs-card{width:-moz-fit-content;width:fit-content;margin:0 auto;padding:.3125rem}.vs-card__img:after{display:none}.vs-card__img img{width:60%}.vs-card__name{display:none}.match-info .vs{margin-top:2.5rem}.compare{grid-template-columns:minmax(0,1fr) 3fr minmax(0,1fr)}.compare__elem{justify-content:center}.compare__result{display:none}.compare__title{color:var(--color-neutral-600);width:100%}.compound:first-child{margin-top:2.5rem}.compound__title{letter-spacing:.025rem;line-height:120%}.compound-img{margin:0 auto}.tournament-detal__menu{margin-top:0;margin-bottom:1.5625rem}.tournament-detal__title{margin-bottom:1.25rem}.tournament-detal__back{margin-bottom:.625rem}.tournament-detal .matches__subtitle{margin-bottom:.9375rem}.tournament-detal__hint,.tournament-detal .tournament-matches.active{display:block}.tournament-detal__selects{display:flex}.tournaments__list{grid-template-columns:100%}.calendar__body .calendar__day--full .calendar__logos{display:none}.calendar__body .calendar__day--full:after{content:" ";background-color:var(--color-neutral-700);border-radius:50%;width:.3125rem;height:.3125rem;display:block;position:absolute;top:.3125rem;left:.3125rem}.calendar__body .calendar__box .calendar__data{letter-spacing:-.19125rem;justify-content:flex-end;padding:1.5625rem .4375rem 0;font-size:max(1.44rem,min(2.81vw + .88rem,4.25rem));line-height:85%}.calendar__box{flex-direction:column-reverse}.standings-table tbody td:first-child{padding-right:.625rem}.standings-table__elem{gap:.9375rem}.standings-table__img{width:1.875rem;height:1.875rem}.graduates{min-height:auto}.graduates__bg{background-size:cover;-webkit-mask-size:110%;mask-size:110%}.graduates__slider-slide--big{width:65%!important}.footer__made{margin-top:.9375rem;margin-left:0}.page-inner{padding-top:var(--header-height)}.page-match{padding-top:calc(var(--header-height))}.page-error{padding-bottom:1.25rem}}@media (max-height:700px){.main-menu .mm-section__item:first-child{min-height:11.25rem}.main-menu .mm-section__item:first-child .mm-section__item-img img{width:6.25rem;height:6.25rem}.main-menu .mm-section__item-img svg{max-height:9.375rem}}@media only screen and (max-height:700px) and (max-width:30em){.main-menu .mm-section__item:first-child{min-height:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{width:100vw;margin:0;padding:0;left:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{flex-direction:column-reverse;bottom:0}.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}@media (max-width:34.375rem){.calendar__body .calendar__day{min-height:2.625rem}}@media (max-width:31.25rem){.player__role{max-width:100%}}@media only screen and (max-width:30em){html{font-size:4.26667vw}.form__bottom{flex-direction:column;align-items:flex-start}.btn--small{min-width:unset;padding:.625rem}.modal{border-radius:0;margin:auto auto 0;padding:1.875rem .625rem 1.25rem}.modal:before{height:.625rem}.modal__close{width:1.5rem;height:1.5rem;top:1.875rem;right:.625rem}.modal__wrapper{grid-gap:1rem}.modal__top{grid-gap:.5rem}.modal--with-bg{background-position:50% 1.25rem;background-size:13.75rem 10rem;padding-top:11.875rem}.modal--with-bg .modal__wrapper{width:100%}.modal--with-bg .modal__buttons-item{min-width:unset}.standard-page__slider .swiper-buttons{display:none}.standard-page__slider .swiper-pagination{bottom:.625rem}.block-img--bw .block-img__content{max-width:unset}.block-img--svg .block-img__btn{width:100%}.staff{padding:.3125rem}.tag{padding:.5rem .625rem;font-size:.875rem}.border-card{border:1.375rem solid var(--color-black)}.lost-list__elem{flex-wrap:wrap}.lost-list__name{order:2}.modal-inf__wrap{flex-direction:column;margin-bottom:0}.modal-inf__title{font-size:2rem}.visually-impaired--mobile .visually-impaired__icon{display:block}.visually-impaired__icon{display:none}.header__head-wrapper .header__nav{flex-direction:column;gap:.25rem}.header__head-wrapper .header__list{gap:.25rem}.header__body-wrapper{grid-template-columns:2rem auto auto;gap:1rem}.header__body-wrapper .visually-impaired{display:none!important}.header__menu{justify-content:flex-start;width:5.625rem}.header__menu svg{max-width:2rem;max-height:2rem}.main-slider__slide-item{padding-bottom:1.875rem}.main-slider__slide-item.main-slider__slide-item--fullscreen{align-items:flex-end}.main-slider__slide-item.main-slider__slide-item--fullscreen .main-slide{min-height:7.5rem;max-height:20.625rem}.main-slider__slide-item.main-slider__slide-item--fullscreen .main-slide__description{margin-bottom:.9375rem}.main-slider .main-slide__content{min-height:7.5rem;padding-bottom:3.125rem}.main-slider .main-slide__content.opened{padding-bottom:0}.main-slider .main-slide__wrap{flex-direction:column;padding-bottom:1.25rem}.main-slider .ms-view__img img{right:-16px}.main-slider .ms-stats__item-number{font-size:3.125rem}.main-slider .ms-stats__item-description{font-size:1.125rem}.main-page__slider-wrap{padding:0 1.875rem;bottom:1rem}.main-page__slider .main-thumb__active{width:calc(100% + .9375rem);height:calc(100% + .9375rem);top:-.5rem}.main-page__slider .main-thumb__hover{display:none}.main-menu .mm-pages{padding:1rem}.main-menu .mm-pages__item{font-size:1.25rem}.main-menu .mm-pages__item:not(:last-child){margin-bottom:.5rem}.main-menu .mm-pages__item:last-child{margin-top:1.5rem}.main-menu .mm-section{display:block}.main-menu .mm-section__item{flex-direction:column;padding:1rem 1rem 0}.main-menu .mm-section__item:first-child{padding:1.25rem}.main-menu .mm-section__item:first-child .mm-section__item-img svg{max-height:6.25rem;position:static}.main-menu .mm-section__item:nth-child(4),.main-menu .mm-section__item:nth-child(5){border-bottom-width:1px}.main-menu .mm-section__item-bg{border-radius:0;margin:0}.main-menu .mm-section__item-bg:after{margin:.375rem}.main-menu .mm-section__item-title{font-size:1.5rem}.main-menu .mm-section__item-img svg{max-width:8.125rem}.modal-window.opened .main-menu .mm-pages__item:first-child{animation-delay:.48s}.modal-window.opened .main-menu .mm-pages__item:nth-child(2){animation-delay:.56s}.modal-window.opened .main-menu .mm-pages__item:nth-child(3){animation-delay:.64s}.modal-window.opened .main-menu .mm-pages__item:nth-child(4){animation-delay:.72s}.modal-window.opened .main-menu .mm-pages__item:nth-child(5){animation-delay:.8s}.modal-window.opened .main-menu .mm-pages__item:nth-child(6){animation-delay:.88s}.modal-window.opened .main-menu .mm-pages__item:nth-child(7){animation-delay:.96s}.modal-window.opened .main-menu .mm-pages__item:nth-child(8){animation-delay:1.04s}.modal-window.opened .main-menu .mm-pages__item:nth-child(9){animation-delay:1.12s}.about__trainer{grid-template-columns:repeat(2,minmax(0,1fr))}.description__columns{grid-template-columns:100%}.list-dash--icons:not(:first-child) .list-dash__item:first-child{border-top:none}.present__blockquote{flex-direction:column;display:flex}.present__blockquote:not(:last-child){margin-bottom:1.5rem}.present__blockquote-right{padding:0}.present__blockquote .selection__card{max-width:80%}.blockquote-card__content{align-items:center}.blockquote-card__blockquote:before{margin-bottom:0}.blockquote-card__blockquote:after{align-self:flex-end;margin-top:0}.blockquote-card__blockquote{align-items:flex-start}.infrastructure__list{grid-template-rows:repeat(10,15rem);grid-template-columns:100%}.infrastructure__elem .infrastructure-card .infrastructure-card__img{flex-grow:0;height:80%}.infrastructure__elem:nth-child(-n+2),.infrastructure__elem:nth-child(7),.infrastructure__elem:nth-child(10),.infrastructure__elem:nth-child(3),.infrastructure__elem:nth-child(4),.infrastructure__elem:nth-child(5),.infrastructure__elem:nth-child(6){grid-column:auto}.infrastructure__elem:nth-child(8),.infrastructure__elem:nth-child(9){grid-area:auto}.block-inf__grid{grid-template-rows:auto;grid-template-columns:100%}.block-inf__elem:nth-child(2){grid-area:auto;transform:rotate(-3deg)}.block-inf__elem:nth-child(3){transform:rotate(2deg)}.block-inf__elem:nth-child(4){grid-row:auto;transform:rotate(2deg)}.block-inf__elem:nth-child(5){grid-area:auto}.block-inf__elem--center{grid-area:3;margin:0 25%}.about-video__body{max-width:90%;padding:1.25rem 0}.about-video__icon-left{bottom:-.3125rem;left:-1.25rem}.about-video__icon-right{top:0;right:-1.25rem}.about-video__icon-bottom{bottom:-1.25rem;right:-.9375rem}.media-list{grid-gap:1.125rem;grid-template-columns:100%;padding-top:1.875rem}.media-list__more-btn{min-width:100%}.media-card__body-sticker{width:3.75rem;height:3.75rem}.media-top__top{gap:.75rem}.media-top__filters{gap:0}.media-top__filters .default-input{width:100%}.media-top__filters .default-input__label{flex:0 4.375rem}.media-top__filters .default-input .multiselect.input-select{min-height:auto}.album__header{margin-bottom:1.875rem}.album-list__item{margin-bottom:.625rem}.album-list__item,.album-list__grid-sizer{width:calc(50% - .3125rem)}.album-list__gutter-sizer{width:.625rem}.video-detail__header{margin-bottom:1.875rem}.video-block__content{gap:1.25rem}.news-slider__slider .swiper{margin:0 -.9375rem;padding:0 .9375rem}.team__list{grid-template-columns:repeat(2,minmax(0,1fr))}.teams .swiper-pagination{margin:0!important}.teams .swiper-slide{height:26.875rem}.teams .swiper-slide:not(.swiper-slide-active) .teams-card{height:auto}.teams .swiper-button-next{right:1.5%}.teams .swiper-button-prev{left:1.5%}.teams-card{height:auto}.teams-card__btn{padding:1.25rem .3125rem .625rem}.teams-card__btn .btn{font-size:.875rem}.contacts__bg{aspect-ratio:1;margin-bottom:0}.contacts__cards{width:100%}.contacts__cards-contacts{width:100%;transform:rotate(1deg)}.address-card__body{padding:.5rem}.bw-steps__steps-item:first-child:before{width:26%;top:-85%}.bw-steps__steps-item:nth-child(2):before{width:26%;top:-65%}.bw-steps__steps-item:last-child:before{width:26%;top:-62%}.bw-step{padding:.625rem}.bw-step__inner{gap:1rem;padding:.625rem}.bw-step__inner .btn--small{font-size:.875rem}.bw-vacancies__vacancy{gap:.3125rem}.bw-vacancies__vacancy-name{width:34%}.bw-vacancies__vacancy-link-text{display:none}.bw-vacancies__vacancy-link-icon{display:block}.bw-contacts__inner{grid-gap:1.5rem}.bw-contacts__cards{grid-template-columns:100%}.bw-contacts__cards-item{width:80%}.bw-contacts__cards-item:first-child{padding-top:0}.bw-contacts__cards-item:last-child{margin-left:auto;transform:rotate(3deg)translateY(-2.5rem)}.bw-help__questions-faq,.bw-help__questions-ask{grid-column:1/-1}.bw-help__ask-block{padding:1.1875rem .625rem .625rem}.bw-ask__body{flex-direction:column;align-items:flex-start;gap:1rem}.bw-ask__text{grid-gap:.5rem}.bw-invite{background-position:top;background-size:100%}.bw-invite__inner{grid-gap:1rem;grid-template-columns:100%}.bw-invite__image{grid-column:1/-1;padding-top:1.875rem}.bw-invite__image:after{display:none}.bw-invite__image-img{width:100%}.bw-invite__form{grid-gap:1rem;grid-column:1/-1;padding:0 0 1rem}.bw-invite-form{grid-gap:1rem}.match-result__logo{width:4rem;height:4rem;margin-bottom:.5rem}.match-media__list--4{grid-gap:1.125rem;grid-template-columns:100%}.progress__grid{grid-template-columns:18% minmax(21.875rem,1fr) minmax(21.875rem,1fr) minmax(21.875rem,1fr) minmax(6.5625rem,1fr)}.progress__title:not(.progress__title--sticky):not(.progress__title-ot){min-width:6.5625rem}.compound__item .accordion{padding:1rem 0!important}.graduates__bg{-webkit-mask:unset;-webkit-mask:unset;mask:unset}.graduates__top-link{display:inline-block}.graduates .swiper-wrapper{padding-top:1.5rem}.graduates .swiper-slide-active .graduate__image{margin-bottom:0;transform:scale(1)}.graduates .swiper-slide-active .graduate__photo-wrap{opacity:1;transform:rotate(2.6deg)}.graduates .swiper-slide-active .graduate__sticker{transition:all .7s}.graduates__slider-slide,.graduates__slider-slide--big{width:100%!important}.graduates__years{justify-content:unset;overflow-x:auto;overflow-y:hidden}.graduates__years::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;display:none}.graduates__years::-webkit-scrollbar:horizontal{height:0}.graduates__years-btn{margin:0 1.25rem;font-size:1.375rem}.graduates__years-btn--link{display:none}.graduate__image{width:10rem;height:10rem}.graduate__title:after{height:2.5rem}.graduate__sticker{height:auto;transition:unset}.graduate__photo:after{content:"";background:var(--color-neutral-500);width:1px;height:4.875rem;display:block}.graduate__photo-wrap{opacity:0;width:81%;transition:all .7s}.graduate__photo-wrap:before{width:3.625rem;height:1.5625rem}.graduate__photo-wrap:after{width:2.25rem;height:1.9375rem}.graduate--with-photo .graduate__row:before{display:none}.footer__wrapper{grid-template-columns:minmax(0,1fr);gap:.9375rem}.footer__form{margin-top:unset;grid-column:span 1}.page-error .wrapper{grid-template-columns:100%}}@media only screen and (max-width:23.4375em){main img:not([class])[align],.popup img:not([class])[align]{float:none;display:block}main img:not([class])[align=left],.popup img:not([class])[align=left]{margin-right:0}main img:not([class])[align=right],.popup img:not([class])[align=right]{margin-left:0}main table:not([class]),.popup table:not([class]){font-size:.75rem}main .table-wrap,.popup .table-wrap{width:calc(100% + 1.5rem);margin-left:-.75rem;margin-right:-.75rem;padding-left:.75rem;padding-right:.75rem}main .table-wrap::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;display:none}.popup .table-wrap::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;display:none}main .table-wrap::-webkit-scrollbar:horizontal{height:0}.popup .table-wrap::-webkit-scrollbar:horizontal{height:0}main .text-important,.popup .text-important{padding:1.25rem}main .text-strong figcaption,.popup .text-strong figcaption,main .text-blockquote figcaption,.popup .text-blockquote figcaption{font-size:.75rem}.standard-page__banner:not(:last-child){margin-bottom:3.75rem}.standard-page__banner-text{font-size:.75rem}.standard-page__text{font-size:.875rem}.standard-page__text:not(:last-child){margin-bottom:3.125rem}.standard-page__slider-text{font-size:.75rem}.standard-page__video{font-size:.875rem}.standard-page__video:not(:last-child){margin-bottom:3.125rem}.main-slider__slide-item{justify-content:center;align-items:center}.teams .swiper-slide{height:25.3125rem}.player{padding-bottom:1.875rem}.player-card__number{top:-1.5rem;right:-.75rem}.contacts-card__body-top{flex-direction:column}.contacts-card__body-top .contacts-card__contact:first-child{border-right:unset;border-bottom:1px solid var(--color-neutral-500)}.calendar__body .calendar__day{min-height:2.625rem}}@media (max-width:21.25rem){.news-slider__top{flex-wrap:wrap;gap:.9375rem}.news-slider__top .link{margin-left:auto}.news-slider__title{width:100%}}@media (max-width:20rem){html{font-size:5vw}.border-card{border:1.25rem solid var(--color-black)}.bw-steps__steps-item:first-child:before{top:-60%}.bw-steps__steps-item:nth-child(2):before{top:-50%}.bw-steps__steps-item:last-child:before{top:-45%}}@media (any-hover:hover){.breadcrumbs__link.link:hover{color:var(--color-neutral-100)}}@media (hover:hover){main a:not([class]):hover,.popup a:not([class]):hover{color:var(--color-primary-500)}main a:not([class])[download]:hover:before,.popup a:not([class])[download]:hover:before{background-color:var(--color-primary-500)}.btn--line:hover:after{animation-play-state:running}.btn--color:hover{background-color:var(--color-neutral-500)}.btn--color.loading:hover:before{border-color:currentColor currentColor var(--color-neutral-300)}.btn--color-revert:hover{background-color:var(--color-transparent-80)}.btn--color-revert.loading:hover:before{border-color:currentColor currentColor var(--color-neutral-400)}.btn--border:hover{background-color:var(--color-primary-trans-100)}.btn--border.loading:hover:before{border-color:currentColor currentColor var(--color-neutral-400)}.btn--border-revert:hover{background-color:var(--color-transparent-10)}.btn--border-revert.loading:hover:before{border-color:currentColor currentColor var(--color-transparent-30)}.btn--trans:hover{color:var(--color-primary-500)}.btn--trans-revert:hover{color:var(--color-transparent-80)}.btn--play:hover:after,.btn-slider .swiper-button:hover{background-color:var(--color-primary-500)}.link:hover{color:var(--color-primary-400)}.link--underlined:hover{text-decoration:none}.link--back:hover{color:var(--color-white)}.link--section:hover{color:var(--color-primary-500)}.link--agree:hover{color:var(--color-white)}.modal__close:hover{color:var(--color-primary-500)}.card--hover:hover:before,.staff--hover:hover:before{background-color:#16151500}.staff--hover:hover:after{animation:.2s infinite circle}.tag:hover{color:var(--color-neutral-600);background:var(--color-neutral-300)}.social__link:hover .social__icon{filter:brightness(2)}.modal-gallery__slider .swiper-button:hover{background-color:var(--color-primary-500)}.lost-list__elem:hover .lost-list__name,.visually-impaired:hover,.header__menu:hover,.header__link:hover{color:var(--color-primary-500)}.main-page__slider-thumbs .swiper-slide:not(.swiper-slide-thumb-active):hover .main-thumb__hover{opacity:1}.main-page__slider-thumbs .swiper-slide:not(.swiper-slide-thumb-active):hover .main-thumb__hover .svg-hover g{animation-play-state:running}.main-page__slider .main-thumb:hover img{opacity:1}.main-menu .mm-pages__close:hover{background-color:var(--color-primary-500)}.main-menu .mm-pages__item:hover{color:var(--color-primary-500)}.main-menu .mm-section__item:first-child:hover .mm-section__item-title{color:var(--color-white)}.main-menu .mm-section__item:first-child:hover .mm-section__item-bg:after{background-image:url(/local/templates/xpage/front-layout/dist/img/main/menu-section-bg-hover.webp)}.main-menu .mm-section__item:hover .mm-section__item-title{color:var(--color-primary-500)}.main-menu .mm-section__item:hover .svg-hover g{animation-duration:.6s;animation-play-state:running;animation-fill-mode:forwards}.docs__item:hover:before{background-color:#16151500}.infrastructure-card:hover .infrastructure-card__img img,.about-gallery__img:hover img{transform:scale(1.03)}.present-slider .thumbs .swiper-slide:hover{opacity:.7}.media-card:hover{background:var(--color-neutral-300)}.media-card:hover .media-card__image{transform:scale(1.05)}.video-block__list-title:hover{color:var(--color-primary-500)}.teams .swiper-button-next:hover:after,.teams .swiper-button-prev:hover:after{animation:.2s infinite arrow}.teams .swiper-pagination-bullet:hover{color:var(--color-white)}.bw-step:hover:before{transform:scale(1.1)}.bw-vacancies__list-item:hover .bw-vacancies__vacancy-name:first-child{color:var(--color-primary-500)}.bw-vacancies__list-item:hover .bw-vacancies__vacancy-link{opacity:1;pointer-events:all}.bw-vacancies__vacancy-link:hover{opacity:0;pointer-events:none;color:var(--color-primary-500)}.bw-graduates__link:hover .bw-graduates__link-image:after{background-image:url(/local/templates/xpage/front-layout/dist/img/logo-light.png)}.bw-graduates__link-image:hover:before{animation:.4s infinite cup;-webkit-animation-name:;-webkit-animation-duration:;-webkit-animation-timing-function:;-webkit-animation-iteration-count:}@media not all and (-webkit-min-device-pixel-ratio:.0000264583),not all and (min-resolution:.001dpcm){.bw-graduates__link-image:hover:before{animation:unset}}.progress__item:hover{z-index:2}.progress-elem:hover .progress-elem__info{transform:translate(-50%)scale(1)}.switch:hover .switch__svg{color:var(--color-white)}.tournaments-card:hover .tournaments-card__img img{animation-play-state:running}.tournaments-card:hover .tournaments-card__subtitle{opacity:1}.calendar__body .calendar__day--hover:hover{z-index:1}.calendar__body .calendar__day--hover:hover .calendar__data{color:var(--color-neutral-500)}.calendar__body .calendar__day--hover:hover:before{animation-name:day;animation-duration:.2s;-webkit-animation-timing-function:ease;animation-iteration-count:infinite}@media not all and (-webkit-min-device-pixel-ratio:.0000264583),not all and (min-resolution:.001dpcm){.calendar__body .calendar__day--hover:hover:before{animation:unset;background-image:url(/local/templates/xpage/front-layout/dist/img/background/days/day-1.svg)}}.calendar__body .calendar__day--hover:hover:after{background-color:var(--color-neutral-500)}.graduates__years-btn:hover{color:var(--color-white)}.graduates__years-btn--link:hover,.graduates__slider .swiper-slide-active .graduate__title:hover{color:var(--color-primary-500)}.graduates__slider .swiper-slide-active .graduate__title:hover .graduate__title-arrow{animation:.2s infinite arrow-blue}.footer__link:hover,.footer__ml:hover,.footer__politic:hover{color:var(--color-white)}}@media not all and (-webkit-min-device-pixel-ratio:.0000264583),not all and (min-resolution:.001dpcm){@supports ((-webkit-appearance:none)){.main-slider .main-slide__title{padding-bottom:5.625rem}}.bw-graduates__link-image:hover:before{animation:unset}.calendar__body .calendar__day--hover:hover:before{animation:unset;background-image:url(/local/templates/xpage/front-layout/dist/img/background/days/day-1.svg)}}.loader[data-v-99c569bb]{z-index:999;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loader[data-v-99c569bb]:before{content:"";background:var(--color-transparent-50);width:100%;height:100%;position:absolute;top:0;left:0}.loader[data-v-99c569bb]:after{content:"";border-style:solid;border-width:4px;border-radius:50%;width:max(3rem,min(4.75vw + 2.05rem,7.75rem));height:max(3rem,min(4.75vw + 2.05rem,7.75rem));animation:.7s linear infinite spin360}.loader--default[data-v-99c569bb]:after{border-color:var(--color-primary-500)var(--color-primary-500)var(--color-neutral-300)}.loader--dark[data-v-99c569bb]:after{border-color:var(--color-neutral-100)var(--color-neutral-100)var(--color-primary-400)}@media only screen and (max-width:64em){.loader[data-v-99c569bb]:after{border-width:2px}}