@charset "UTF-8";.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@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{bottom:1em;flex-direction:column-reverse}.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{left:50%;margin-left:-300px}.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 (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin: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{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.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:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.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-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.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-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity: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-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.bayer-card[data-v-aa8b59e9]{font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400;max-width:288px;width:100%;height:501px;border:1px solid #131610}.bayer-card.dark-card[data-v-aa8b59e9]{border:1px solid white;background-color:#131610}.bayer-card .main-block[data-v-aa8b59e9]{display:flex;flex-direction:column}.bayer-card img[data-v-aa8b59e9]{max-width:286px;width:100%;height:279px}.bayer-card .text-block[data-v-aa8b59e9]{padding:0 21px;margin-top:16px}.bayer-card .text-block h3[data-v-aa8b59e9]{margin-bottom:-2px;font-size:24px;line-height:normal;color:#131610}.bayer-card .text-block h3.dark-card[data-v-aa8b59e9]{color:#f7f7f7}.bayer-card .text-block span[data-v-aa8b59e9]{font-size:16px;line-height:normal;color:#131610;opacity:.5}.bayer-card .text-block span.dark-card[data-v-aa8b59e9]{color:#f7f7f7}.bayer-card .text-block p[data-v-aa8b59e9]{font-size:16px;line-height:110%;text-align:justify;margin-top:8px;color:#131610;margin-bottom:0;height:90px;overflow-y:scroll;padding-right:12px}.bayer-card .text-block p.dark-card[data-v-aa8b59e9]{color:#f7f7f7}.bayer-card .text-block p.dark-card[data-v-aa8b59e9]::-webkit-scrollbar-track{background:#D9D9D9}.bayer-card .text-block p.dark-card[data-v-aa8b59e9]::-webkit-scrollbar-thumb{background-color:#686868}.bayer-card .text-block p[data-v-aa8b59e9]::-webkit-scrollbar-button{display:none}.bayer-card .text-block p[data-v-aa8b59e9]::-webkit-scrollbar{width:1px}.bayer-card .text-block p[data-v-aa8b59e9]::-webkit-scrollbar-track{background:#D9D9D9}.bayer-card .text-block p[data-v-aa8b59e9]::-webkit-scrollbar-thumb{background-color:#131610}.bayer-card button[data-v-aa8b59e9]{background-color:#131610;color:#fff;max-width:250px;width:100%;height:32px;border:none;outline:none;margin:8px auto 0;display:flex;justify-content:center;align-items:center;transition:.1s;cursor:pointer}.bayer-card button.dark-card[data-v-aa8b59e9]{background-color:#fff;color:#131610}.bayer-card button[data-v-aa8b59e9]:hover{font-weight:600}.bayer-card button.winner[data-v-aa8b59e9]:hover{font-weight:400}.bayer-card button.disabled[data-v-aa8b59e9]{opacity:.5;cursor:not-allowed}.bayer-card button.disabled[data-v-aa8b59e9]:hover{font-weight:400}.galochka[data-v-aa8b59e9]{width:10px!important;height:10px!important;margin-left:6px!important;filter:invert(1)!important}.dark-card .galochka[data-v-aa8b59e9]{filter:invert(0)!important}@media screen and (max-width: 768px){.bayer-card[data-v-aa8b59e9]{min-width:295px;width:100%;max-width:400px;padding:10px;height:min-content!important}.card-img[data-v-aa8b59e9]{max-width:104px!important;height:99px!important}.main-block[data-v-aa8b59e9]{flex-direction:row!important}.text-block[data-v-aa8b59e9]{margin-left:9px!important;padding:0!important;margin-top:0!important;display:flex;flex-direction:column}.text-block h3[data-v-aa8b59e9]{font-size:14px!important;margin-bottom:2px!important}.text-block span[data-v-aa8b59e9]{font-size:10px!important}.text-block p[data-v-aa8b59e9]{font-size:12px!important;height:67px!important;margin-top:6px!important}button[data-v-aa8b59e9]{width:100%!important;max-width:100%!important;height:26px!important;margin-top:12px!important;font-size:14px!important}}.teammate-block[data-v-fcd58b10]{width:100%;margin-top:81px;padding:54px 120px 75px;font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400;background-color:#131610}.teammate-block h2[data-v-fcd58b10]{color:#fff;justify-content:end;display:flex;font-size:80px;line-height:normal;letter-spacing:-.05em;margin-bottom:30px;max-width:1200px;margin-left:auto;margin-right:auto}.teammate-block .teammate-web[data-v-fcd58b10]{display:flex;width:100%;margin-top:27px;flex-wrap:wrap;justify-content:center;gap:16px;align-items:center;max-width:1240px;margin-left:auto;margin-right:auto}.teammate-block .teammate-web-dif[data-v-fcd58b10]{display:flex;justify-content:center;gap:16px;margin-top:16px;flex-wrap:wrap}@media screen and (max-width: 768px){.teammate-block[data-v-fcd58b10]{margin-top:53px;padding:16px 20px 40px}.teammate-web[data-v-fcd58b10]{grid-template-columns:auto!important;margin-top:6px!important}h2[data-v-fcd58b10]{text-align:center;vertical-align:middle;justify-content:center!important;margin-bottom:0!important;font-size:30px!important}}.slider-element[data-v-17f7b060]{font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400;max-width:288px;width:100%;height:551px;border:1px solid #131610;display:flex;flex-direction:column}.slider-element .photo-area[data-v-17f7b060]{position:relative;width:100%;height:421px;margin-bottom:11px}.slider-element .photo-area .image[data-v-17f7b060]{max-width:286px;width:100%;height:100%}.slider-element .text-block[data-v-17f7b060]{padding:0 19px;display:flex;flex-direction:column;gap:4px;margin-bottom:auto}.slider-element .text-block h3[data-v-17f7b060]{font-size:20px;line-height:110%;color:#131610;margin:0}.slider-element .text-block span[data-v-17f7b060]{font-size:14px;line-height:110%;color:#131610;opacity:.6}.slider-element button[data-v-17f7b060]{max-width:250px;width:100%;font-size:16px;line-height:normal;color:#fff;background-color:#131610;height:32px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;outline:none;margin:0 auto 14px}.slider-element button.winner[data-v-17f7b060]:hover{font-weight:400}.slider-element button.disabled[data-v-17f7b060]{opacity:.5;cursor:not-allowed}.slider-element button.disabled[data-v-17f7b060]:hover{font-weight:400}.video-wrapper[data-v-17f7b060]{position:relative;width:100%;height:100%}.video[data-v-17f7b060]{width:100%;height:100%;object-fit:fill;display:block}.play-icon[data-v-17f7b060]{position:absolute;top:50%;left:50%;width:27px;height:32px;transform:translate(-50%,-50%);cursor:pointer;z-index:10}@media screen and (max-width: 768px){.slider-element[data-v-17f7b060]{max-width:168px!important;height:321px!important}.slider-element .photo-area[data-v-17f7b060]{margin-bottom:7px!important;height:246px!important}.slider-element .text-block[data-v-17f7b060]{padding:0 6px!important;gap:2px!important;margin-bottom:0!important;margin-left:0!important}.slider-element .text-block h3[data-v-17f7b060]{font-size:12px!important}.slider-element .text-block span[data-v-17f7b060]{font-size:10px!important}.slider-element button[data-v-17f7b060]{max-width:156px!important;height:28px!important;font-size:14px!important;margin-top:6px!important;margin-bottom:6.5px!important}}.galochka[data-v-17f7b060]{width:10px!important;height:10px!important;margin-left:6px!important;border:0px!important;filter:invert(1)!important}:root{--vc-clr-primary: #000;--vc-clr-secondary: #090f207f;--vc-clr-white: #ffffff}.carousel,.carousel *{box-sizing:border-box}.carousel{height:var(--vc-carousel-height);overscroll-behavior:none;position:relative;touch-action:pan-x pan-y pinch-zoom;z-index:1}.carousel.is-dragging{touch-action:none}.carousel__track{display:flex;gap:var(--vc-slide-gap);height:100%;list-style:none;margin:0;padding:0;position:relative;transition:transform var(--vc-transition-easing);transition-duration:var(--vc-transition-duration);width:100%}.carousel__viewport{height:100%;overflow:hidden;width:100%}.carousel__sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.carousel.is-rtl{direction:rtl}.carousel.is-ttb .carousel__track{flex-direction:column}.carousel.is-btt .carousel__track{flex-direction:column-reverse}.carousel.is-vertical .carousel__slide--clone:first-child{margin-block-start:var(--vc-cloned-offset)}.carousel:not(.is-vertical) .carousel__slide--clone:first-child{margin-inline-start:var(--vc-cloned-offset)}.carousel.is-effect-fade .carousel__track{display:grid;grid-template-columns:100%;grid-template-rows:100%;transition:none}.carousel.is-effect-fade .carousel__slide{grid-area:1 / 1;height:100%;opacity:0;pointer-events:none;transition:opacity var(--vc-transition-easing);transition-duration:var(--vc-transition-duration);width:100%}.carousel.is-effect-fade .carousel__slide--active{opacity:1;pointer-events:auto}:root{--vc-icn-width: 100%}.carousel__icon{fill:currentColor;height:var(--vc-icn-width);width:var(--vc-icn-width)}:root{--vc-nav-background: transparent;--vc-nav-border-radius: 0;--vc-nav-color: var(--vc-clr-primary);--vc-nav-color-hover: var(--vc-clr-secondary);--vc-nav-height: 30px;--vc-nav-width: 30px}.carousel__next,.carousel__prev{align-items:center;background:var(--vc-nav-background);border:0;border-radius:var(--vc-nav-border-radius);color:var(--vc-nav-color);cursor:pointer;display:flex;font-size:var(--vc-nav-height);height:var(--vc-nav-height);justify-content:center;padding:0;position:absolute;inset-block-start:50%;transform:translateY(-50%);width:var(--vc-nav-width)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__next{inset-inline-end:0}.carousel__prev{inset-inline-start:0}.carousel.is-vertical .carousel__next,.carousel.is-vertical .carousel__prev{inset-inline:auto 50%;inset-block-start:auto;transform:translate(50%)}.carousel.is-vertical.is-ttb .carousel__next{inset-block-end:0}.carousel.is-vertical.is-ttb .carousel__prev,.carousel.is-vertical.is-btt .carousel__next{inset-block-start:0}.carousel.is-vertical.is-btt .carousel__prev{inset-block-end:0}@media (hover: hover){.carousel__next:hover,.carousel__prev:hover{color:var(--vc-nav-color-hover)}}:root{--vc-pgn-active-color: var(--vc-clr-primary);--vc-pgn-background-color: var(--vc-clr-secondary);--vc-pgn-border-radius: 0;--vc-pgn-gap: 6px;--vc-pgn-height: 4px;--vc-png-bottom: 10px;--vc-png-left: auto;--vc-png-right: 10px;--vc-pgn-width: 16px}.carousel__pagination{bottom:var(--vc-png-bottom);display:flex;gap:var(--vc-pgn-gap);justify-content:center;left:50%;list-style:none;margin:0;padding:0;position:absolute;transform:translate(-50%)}.carousel__pagination-button{background-color:var(--vc-pgn-background-color);border:0;border-radius:var(--vc-pgn-border-radius);cursor:pointer;display:block;height:var(--vc-pgn-height);margin:0;padding:0;width:var(--vc-pgn-width)}.carousel__pagination-button--active{background-color:var(--vc-pgn-active-color)}@media (hover: hover){.carousel__pagination-button:hover{background-color:var(--vc-pgn-active-color)}}.carousel.is-vertical .carousel__pagination{bottom:50%;flex-direction:column;left:var(--vc-png-left);right:var(--vc-png-right);transform:translateY(50%)}.carousel.is-vertical .carousel__pagination-button{height:var(--vc-pgn-width);width:var(--vc-pgn-height)}.carousel.is-btt .carousel__pagination{flex-direction:column-reverse}.carousel__slide{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin:0;transform:translateZ(0)}.video-of-the-year[data-v-527a64bc]{font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400;width:100%;max-width:1240px;margin:0 auto;padding:81px 20px 109px;background-color:#fff}.video-of-the-year h2[data-v-527a64bc]{font-size:80px;line-height:normal;letter-spacing:-.05em;display:flex;justify-content:center;margin-bottom:22px}.video-of-the-year .video-block[data-v-527a64bc]{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.video-of-the-year .slider-container[data-v-527a64bc]{display:none;justify-content:center;width:100%}@media screen and (max-width: 768px){.slider-container[data-v-527a64bc]{display:block!important}.video-block[data-v-527a64bc]{display:none!important}.video-of-the-year[data-v-527a64bc]{padding:48px 0}.video-of-the-year h2[data-v-527a64bc]{font-size:30px!important;text-align:center;letter-spacing:-.05em;margin-bottom:18px!important}}.photo-of-the-year[data-v-ddc7bfc9]{font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400;width:100%;max-width:1240px;margin:0 auto;padding:81px 20px 0;background-color:#fff}.photo-of-the-year h2[data-v-ddc7bfc9]{font-size:80px;line-height:normal;letter-spacing:-.05em;display:flex;justify-content:center;margin-bottom:22px}.photo-of-the-year .photo-block[data-v-ddc7bfc9]{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.photo-of-the-year .slider-container[data-v-ddc7bfc9]{display:none;justify-content:center;width:100%}@media screen and (max-width: 768px){.slider-container[data-v-ddc7bfc9]{display:block!important}.photo-block[data-v-ddc7bfc9]{display:none!important}.photo-of-the-year[data-v-ddc7bfc9]{padding:48px 0 0}.photo-of-the-year h2[data-v-ddc7bfc9]{font-size:30px!important;text-align:center;letter-spacing:-.05em;margin-bottom:18px!important}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.head-info-section{width:100%;margin:0 auto;max-width:1240px;padding:58px 40px 0;position:relative}.head-info-section header{width:100%;max-width:792px;display:flex;justify-content:space-between;gap:488px;align-items:center;margin:0 auto}.head-info-section header div{display:flex;align-items:center;gap:36px}.head-info-section header div:first-child{margin-left:7px}.head-info-section header span{font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:normal;text-align:center;vertical-align:middle;color:#131610;opacity:.6;letter-spacing:-.01em}.head-info-section .huge-text{margin-top:-15px}.head-info-section .huge-text div{font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400;font-size:268px;line-height:normal;letter-spacing:-.05em;vertical-align:middle}.head-info-section .huge-text div.top-part{display:flex;justify-content:start;margin-left:-15px}.head-info-section .huge-text div.bottom-part{display:flex;justify-content:end;margin-top:-119px;margin-right:10px}.head-info-section .block-with-text{display:flex;flex-direction:column;font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:normal;text-align:justify;margin-top:-72px}.head-info-section .block-with-text .text-1{margin-bottom:81px;margin-right:auto;max-width:183px}.head-info-section .block-with-text .text-2{margin-bottom:22px;margin-left:auto;margin-right:137px;max-width:328px;line-height:120%}.head-info-section .block-with-text .text-3{margin-left:auto;max-width:328px;line-height:120%}.head-info-section .block-with-text .text-4{margin-top:-18px}.head-info-section .decor-img1{position:absolute;top:245px;right:32px}.head-info-section .decor-img2{position:absolute;top:279px;left:210px}.head-info-section .decor-img3{position:absolute;bottom:-3px;left:455px}.mobile-text,.decor-img1.mobile,.decor-img2.mobile,.decor-img3.mobile{display:none}@media screen and (max-width: 1200px){.head-info-section .block-with-text .text-2{margin-right:0!important}.head-info-section .huge-text div{font-size:220px!important}.decor-img1{top:245px!important;right:30px!important;width:100px!important}.decor-img3{bottom:-80px!important;left:285px!important}}.huge-text-mobile{display:none}@media screen and (max-width: 900px){.mobile-text{display:flex!important;font-size:10px;line-height:110%;text-align:justify;max-width:144px;margin:80px auto 0!important}.huge-text{display:none!important}.head-info-section{gap:112px!important;max-width:100%!important;padding:63px 40px 0}.head-info-section header{align-items:flex-start!important;gap:unset!important;justify-content:space-between!important}.head-info-section header .first{margin-left:0!important;gap:20px!important}.head-info-section header .first span{font-size:10px!important}.head-info-section header span.last{margin-top:40px!important;white-space:nowrap;font-size:10px!important}.huge-text-mobile{display:flex;flex-direction:column;font-size:79px;line-height:normal;font-weight:600;width:fit-content;margin:0 auto;position:relative;letter-spacing:-.05em;max-width:303px!important;width:100%!important}.huge-text-mobile .top-part{margin-top:37px;margin-left:-5px;font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400}.huge-text-mobile .middle-part{margin-left:64px;margin-top:-35px;font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400}.huge-text-mobile .bottom-part{margin-left:25px;margin-top:-35px;font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400}.text-1.desktop{display:none!important}.block-with-text{margin-top:0!important;font-size:10px!important;line-height:120%!important}.block-with-text .text-2{margin-right:unset!important;margin-left:-1px!important;margin-top:31px!important;max-width:152px!important;margin-bottom:80px!important}.block-with-text .text-3{margin-left:auto!important;max-width:144px!important}.block-with-text .text-4{margin-top:-12px!important}.decor-img1.desktop,.decor-img2.desktop,.decor-img3.desktop{display:none!important}.decor-img1.mobile{right:0!important;top:45px!important;position:absolute!important;display:flex!important;max-width:79px!important;height:79px!important;width:100%!important}.decor-img2.mobile{display:flex!important;top:114px!important;left:0!important;width:57px!important;height:59px!important}.decor-img3.mobile{display:flex!important;bottom:-80px!important;right:13px!important;width:121px!important;height:121px!important;position:absolute!important;left:unset!important}}.bayer-block[data-v-a5b103ba]{font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400;max-width:1240px;padding:0 20px;width:100%;margin:164px auto 0}.bayer-block h2[data-v-a5b103ba]{font-size:80px;line-height:normal;letter-spacing:-.05em;color:#131610;margin:0;font-weight:400}.bayer-block .bayer-web[data-v-a5b103ba]{display:flex;width:100%;margin-top:27px;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap}@media screen and (max-width: 768px){.bayer-block[data-v-a5b103ba]{padding:0 40px;margin-top:53px!important}.bayer-web[data-v-a5b103ba]{grid-template-columns:auto!important;margin-top:6px!important}h2[data-v-a5b103ba]{font-size:30px!important;text-align:center;vertical-align:middle}}.building-of-the-year[data-v-f419965c]{font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400;width:100%;max-width:1240px;margin:0 auto;padding:81px 20px;background-color:#fff}.building-of-the-year h2[data-v-f419965c]{font-size:80px;line-height:normal;letter-spacing:-.05em;display:flex;justify-content:center;margin-bottom:22px}.building-of-the-year .building-block[data-v-f419965c]{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.building-of-the-year .slider-container[data-v-f419965c]{display:none;justify-content:center;width:100%}@media screen and (max-width: 768px){.slider-container[data-v-f419965c]{display:block!important}.building-block[data-v-f419965c]{display:none!important}.building-of-the-year[data-v-f419965c]{padding:48px 0}.building-of-the-year h2[data-v-f419965c]{font-size:30px!important;text-align:center;letter-spacing:-.05em;margin-bottom:18px!important}}.card-quote[data-v-770e1092]{font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400;display:flex;gap:18px;background-position:center;background-repeat:no-repeat;background-size:contain;max-width:411px;width:100%;position:relative;z-index:-2px}.card-quote .quote-container[data-v-770e1092]{display:flex;gap:18px;width:100%}.card-quote .person[data-v-770e1092]{max-width:186px;width:100%;height:241px;object-fit:cover}.card-quote .background[data-v-770e1092]{position:absolute;top:1px;left:0;width:100%;height:285px;z-index:1000;object-fit:cover}.card-quote .column[data-v-770e1092]{display:flex;flex-direction:column}.card-quote .column .text[data-v-770e1092]{color:#fff;max-width:198px;width:100%;height:110px;font-size:20px;line-height:110%;margin-bottom:auto}.card-quote .column .bottom-text[data-v-770e1092]{display:flex;flex-direction:column;gap:2px;margin-bottom:14px}.card-quote .column .bottom-text .name[data-v-770e1092]{font-size:16px;line-height:normal;color:#fff}.card-quote .column .bottom-text .team[data-v-770e1092]{font-size:12px;line-height:normal;color:#fff;opacity:.6}.card-quote .column button[data-v-770e1092]{max-width:198px;width:100%;height:32px;background-color:#fff;color:#000;font-size:16px;line-height:normal;border:none;cursor:pointer;outline:none;display:flex;align-items:center;justify-content:center}.card-quote .column button.winner[data-v-770e1092]:hover{font-weight:400}.card-quote .column button.disabled[data-v-770e1092]{opacity:.5;cursor:not-allowed}.card-quote .column button.disabled[data-v-770e1092]:hover{font-weight:400}.person.mobile[data-v-770e1092]{display:none}@media screen and (min-width: 769px){.card-quote.right[data-v-770e1092]{background-image:url(data:image/webp;base64,UklGRu4DAABXRUJQVlA4WAoAAAAwAAAAmwEAFAEASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZBTFBImQAAAAE3QCBAmcwDD1zwhIgI+miGm8S2XWvDhld/DcnB5tdbys/+VeSwyhPR/wm4wVyE8jD+G/+N/8Z/47/x3/hv/Df+G/+N/8Z/3+72h+8fO93u1B9eP7TWfx8YNQsFRs1CgVGzUGDULBQYNQsFRs1CgVGzUGDULBQYNQsFRs1CgVGzUGDULBQYNQsFRs1CgVGzUGB0x0JbGKt7AABWUDggXgEAAPAjAJ0BKpwBFQE+GQyFQaEEuQAEAGEtLdwu1iNoJw9K7wPjcfkeld4HxuPyPSu8D43H4Eid7WhKe8+0fNq5xolPdlm1T3n2j5tXONEp7zYSXonv5RWq5xolPefE/J3n2j5tXONEp7z7FB9Xv5RWq5xolPefaH1872j5tXONEp7z7R4GuG0fNq5xolPefaPj8UUKK1XONEp7z7R806g4fNq5xolPefaPm0YOX5tXONEp7z7R82q9+TvPtHzaucaJT3n2KD6vfyitVzjRKe8+0Pr53tHzaucaJT3n2jwNcNo+bVzjRKe8+0fH4apXeB8bj8j0rvA+Nx+R6V3gfGc5LQrSxIwR7Nb1FTET40SnvPtHzaubfqdnXCr73K7O+UT38orVc40PYcNgAP7/2f3//4xv//4w1f//xjgAAAAAAAAAAAAADNKf///qoAjCWAWf//ymDRh//+VVAAAAAAAA);height:275px;padding-bottom:45px;z-index:100;position:relative;padding-right:10px}.card-quote.right .person[data-v-770e1092]{border-left:1px solid white;border-top:1px solid white;border-bottom:1px solid white}.card-quote.right .column[data-v-770e1092]{padding-top:10px}.card-quote.center[data-v-770e1092]{background-image:url(data:image/webp;base64,UklGRg4EAABXRUJQVlA4WAoAAAAwAAAAmwEACQEASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZBTFBIoAAAAAEvQJBtM4X5w5zhRNOIiCD3wDaybSVo7hVQAzklaP+9fPTrveGN6L8it20bdfDc8YqWzMgzKqOR/8n/5H/yP/mf/E/+J/+T/8n/5H+xJ/9rox+bbWOsp4z/mZbarnWC/etOu+Yi2lLAVtzYChw7kWMndGzEjo3g+Rc9/8LnT/z8SYBvGfAtBb7kwJckeMuCtzR4yoOnRLhlwi0TjFxGAmZWUDggeAEAAFAjAJ0BKpwBCgE+GQqDQaEEw/gEAGEtLdwu1iN1X8DJprQnTTg6HZ6svB0Oz1ZeDodnqy7cNqZVb7eP+jWbFudNzpuCjRGs2Lc6bnTc6bnTRvSpS3Om503Om503OiLZqrpudNzpudNzpubPYbTPTc6bnTc6bnTcFGiNZsW503Om503OmjelSludNzpudNzpudEWzVXTc6bnTc6bnTc2ew2mem503Om503Om4KNEazYtzpudNzpudNG9KlLc6bnTc6bnTc6Itmqum503Om503Om5s9htM9NzpudNzpudNwUaI1mxbnTc6bnTc6aN2zCrHZ6svB0Oz0WCLbBazs1aC1t2NprQnTTg6HLxAGs2LcBK7/idobyWHLIFBT5EG5bdGJACAAD+/9n9//+Mb//+MNX//8Y4AAAAAAAAAAAAAAzSn///6qAtUBY///LszXrXYAar//+XZmvYQnuD6H+kb///6qAACfgUkQmU3zE//54rFf/zgIAAAAA=);height:265px;padding-bottom:35px;margin-bottom:10px;z-index:100;position:relative;padding-right:0;padding-left:10px}.card-quote.center .quote-container[data-v-770e1092]{flex-direction:row-reverse}.card-quote.center img[data-v-770e1092]{border-right:1px solid white;border-top:1px solid white;height:240px;margin-bottom:1px}.card-quote.center .column[data-v-770e1092]{padding-top:10px}.card-quote.left[data-v-770e1092]{background-image:url(data:image/webp;base64,UklGRgQEAABXRUJQVlA4WAoAAAAwAAAAmwEAFAEASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZBTFBImwAAAAE3QCBAmcwDD1zwhIgI+mgGpNi2XUWHqlMIieOjgeMABRn/KjLde3gj+j8Bd5hLoTyO/8Z/47/x3/hv/Df+G/+N/8Z/47/x36+7P7h77nL/h+vB1VOx/vXPVShiFhWKmEWFImZRoYhZVChiFhWKmEWFImZRoYhZVChiFhWKmEWFImZRoYhZVChiFhWKmEWFImZRoTyYxV4sFwgAAFZQOCByAQAAsCQAnQEqnAEVAT4ZDIVBoQS5AAQAYS0t3C7AI31gH0Afn0F6GgfG4/I9K7wPjcfkeld4HxuPyPSIE2/oPjRKe8+0fNq5xokvhzvaPm1c40SnvPtHga4bR82rnGiU959o+PxRQorVc40SnvPtHzTqDh82rnGiU959o+bRg5fm1c40SnvPtHzar35O8+0fNq5xolPefYoPq9/KK1XONEp7z7Q+vne0fNq5xolPefaPA1w2j5tXONEp7z7R8fiihRWq5xolPefaPmnUHD5tXONEp7z7R82jBy/Nq5xolPefaPm1Xvyd59o+bVzjRKe8+xQXXPLv3Ma2So5blCbqXzNUfkeld4HxuPyPSu8D43HoUJUJr6zwoSakSnvPtHzaucaJTRO4K1XONEp7z7R82hAA/v/Hs///jG///jDV///GOAAAAAAAAAAAAAADMPv///VQ3cpQf+Uww/8pl3H/lVQAjf/KXjv/Kr4f/oZyy//us3AAAA==);height:275px;padding-bottom:45px;z-index:100;position:relative;padding-right:0;padding-left:10px}.card-quote.left .quote-container[data-v-770e1092]{flex-direction:row-reverse}.card-quote.left .person[data-v-770e1092]{border-right:1px solid white;border-top:1px solid white;height:240px;margin-bottom:1px}.card-quote.left .column[data-v-770e1092]{padding-top:10px}.card-quote.top-left[data-v-770e1092]{background-image:url(data:image/webp;base64,UklGRhgEAABXRUJQVlA4WAoAAAAwAAAAmwEAFAEASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZBTFBIrAAAAAFHQJBti2+yPiJi0AO4kSQ5crq119noTwBYAHnAPKEGtAHgnuNfuxInov8ToDPXYhnDKBaPMYsuFopZdLFQzKKLhWIWXSwUs+hioZhFFwvFLLpYKGbRxUIxiy4Will0sVDMoouFYhZdLBSz6GKhmEUXC8UsulgoXmL7M58u6uv9An9//f/2Ij2/Lu+/lVB+jP/Gf+O/8d/4b/w3/hv/jf/Gf+O/cdzNHuXXK0xWUDggdgEAABAlAJ0BKpwBFQE+GQyFQaEEvQAEAGEtLdwu1iN+dkFbvKrzvbfBeBRS9xZ3yil7iu25RODXdJT0ABDP6Y+NEp9qx8aJMLxeRuPCzlY71lH8qqgXneCZ5R3rKP5VU/olrZJr0UvcWd8ope4s75HZk9qx8aJT7Vj40Snw4qEp9qx8aJT7Vj40PTpxZ3yil7izvlFL3DtfO9xZ3yil7izvlFKw/J2ohxZ3yil7izvkdmT2rHxolPtWPjRKfDioSn2rHxolPtWPjQ9OnFnfKKXuLO+UUvcO1873FnfKKXuLO+UUrD8naiHFnfKKXuLO+R2ZPasfGiU+1Y+NEp8OKhKfasfGiU+1Y+ND06cWd8ope4s75RS9w7UVS85ClL5nlHeso/lVUC87wTPKO9ZR/KqMftKAAP7/+Iuv/7vEKf//+r7ga3///qbQDA/9ad//+Mb//+HhP//4x8uLs/+Enb//6l25XCAuCAAAAAAAAAAAAHIt2wurAAAA);height:275px;z-index:100;position:relative;padding-right:0;padding-left:0;padding-bottom:0}.card-quote.top-left .quote-container[data-v-770e1092]{flex-direction:row-reverse}.card-quote.top-left .person[data-v-770e1092]{border-right:1px solid white;border-top:1px solid white;border-bottom:1px solid white;height:240px;margin-top:auto}.card-quote.top-left .column[data-v-770e1092]{padding-top:45px;padding-bottom:10px;padding-left:10px;width:100%}.card-quote.top-left .column .text[data-v-770e1092]{white-space:nowrap}.card-quote.top-right[data-v-770e1092]{background-image:url(data:image/webp;base64,UklGRjIEAABXRUJQVlA4WAoAAAAwAAAAmwEAFAEASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZBTFBIswAAAAFXQJBtmzrCDLZHRKwAvAFOa9uym1NdD9XB8EuzMAsjsHQIGMGYdFchEKUK0Xna5Y3o/wSI4F4oHRbNwjmi6ELhCEUXCkcoulA4QtGFwhGKLhSOUHShcISiC4UjFF0oHKHoQuEIRRcKRyi6UDhC0YXCEYouFI5QdKFwhKILhaMvWP7hT/Wh0/LOx/v/+6APn+9vv26F8nn8N/4b/43/xn/jv/Hf+G/8N/4b/43jdgvKlztMAFZQOCCIAQAA8CUAnQEqnAEVAT4ZDIVBoQS9AAQAYS0t3C7TwAwQH4AfoB/ANAA/gECAfgBe5gcMCil7izvlFL3FeNcNxZ3yil7izvlFKtBHR7SV9llH8qqgXneCZ5R3rKP5VVAvO33XkZofZR9EOAjO9xZ3yil7izvlFKw/J2ohxZ3yil7izvkdmT2rHxolPtWPjRKfDioSn2rHxolPtWPjQ9OnFnfKKXuLO+UUvcO1873FnfKKXuLO+UUrD8naiHFnfKKXuLO+R2ZPasfGiU+1Y+NEp8OKhKfasfGiU+1Y+ND06cWd8ope4s75RS9w7XzvcWd8ope4s75RSsPydqIcWd8ope4s75HZk9qx8aJT7Vj40Snw4qEp9qx8aJT7Vj40PTRTtqmhZ3gmeUd6yj+VVQLzvBM8o71lH8nhLIAAAP7/eQ7r/TvGm7/srB8eEv4p2ixB+/931VaD/6UE+z1JkUw///lVRcfm5CWX/0QU9LQXELoQhf/lhLJEifVwAAAAAAAAAAAAVsRkAVLAAAA=);height:275px;z-index:100;position:relative;padding-right:0;padding-left:0;padding-bottom:0}.card-quote.top-right .person[data-v-770e1092]{border-left:1px solid white;border-top:1px solid white;border-bottom:1px solid white;height:240px;margin-top:auto}.card-quote.top-right .column[data-v-770e1092]{padding-top:45px;padding-bottom:10px;padding-left:0;width:100%}.card-quote.top-right .column .text[data-v-770e1092]{white-space:nowrap}}.mobile-button[data-v-770e1092]{display:none}@media screen and (max-width: 768px){.person.desktop[data-v-770e1092]{display:none!important}.mobile-button[data-v-770e1092]{display:flex!important;border:none;background-color:#fff;display:flex;align-items:center;justify-content:center;width:100%;height:26px;font-size:14px;line-height:normal;color:#000}.mobile-button.winner[data-v-770e1092]:hover{font-weight:400}.mobile-button.disabled[data-v-770e1092]{opacity:.5;cursor:not-allowed}.mobile-button.disabled[data-v-770e1092]:hover{font-weight:400}.person.mobile[data-v-770e1092]{display:flex!important}.card-quote[data-v-770e1092]{gap:9px;max-width:295px!important;padding:10px!important;flex-direction:column!important}.card-quote .quote-container[data-v-770e1092]{gap:9px!important}.card-quote .person[data-v-770e1092]{max-width:103px;height:99px;width:100%}.card-quote .column[data-v-770e1092]{display:flex;flex-direction:column;align-items:stretch}.card-quote .column .text[data-v-770e1092]{font-size:12px!important;line-height:normal!important;width:100%;height:auto!important;margin-bottom:auto!important}.card-quote .column .bottom-text[data-v-770e1092]{margin-bottom:0!important}.card-quote .column .bottom-text .name[data-v-770e1092]{font-size:14px!important}.card-quote .column .bottom-text .team[data-v-770e1092]{font-size:10px!important;opacity:.5!important}.card-quote .column button[data-v-770e1092]{display:none}.card-quote.right-mobile[data-v-770e1092]{background-image:url(data:image/webp;base64,UklGRmQDAABXRUJQVlA4WAoAAAAwAAAAJwEAtwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZBTFBIewAAAAEnIBAgLPqfcGAjIoJLOGojSZJypAQww2AvCAUgpeRPa++N53ZE/yfgQLoJ6L78t/y3/Lf8t/z3p9Hx2++6Hffqp+/3pKJ41xhIKiBjIKmAjIGkAjIGkgrIGEgqIGMgqYCMgaQCMgaSCsgYSCogYyCpgIyJVEBPJhI9GwBWUDgg8gAAADAVAJ0BKigBuAA+GQqEQaEFV/kABABhLS3cLpHAAzscYbrrrrrrrrrrrrrrrrP7JczMzMzMzMyIVMl+ZmZmZmZmFgOE/tOgiIiIiCwquHQPyqqqqqpBo3yERERERERDygvadk3LmZmZmRCpkvzMzMzMzMwsBwn9p0EREREQVzooMAMGGGGGGGGGGGGGF0Cw5u3rp9g0V5a8888888ss5noH0CDri/adBEREREApil0uaAAA/vo83//xjf//xhq///jHBo/2/AAAAAAAAef//ycFX50QL/i3wej7EzA///KD23//yg4Cqin/6eb///UjAAAA);background-position:center;background-repeat:no-repeat;background-size:cover;padding-bottom:39px!important}.card-quote.top-left-mobile[data-v-770e1092]{background-image:url(data:image/webp;base64,UklGRngDAABXRUJQVlA4WAoAAAAwAAAAJwEAtwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZBTFBIiAAAAAFHQBBAmhshg5vkiIjoGRVuI0mSlB5+B4jRVzqxrdpAHwz4Mf2HEtmI/k+Anj0XUG+IFBEnkQogTgGpAOIUkAogTgGpAOIUkAogTgGpAOIUkAogTgGpAOIUkAogTgGpAOIUhXbvPu6Z2k/f9Tu3urf/9NtGQA/Df8N/w3/Df8N/f9BMDeipIwVWUDgg+gAAADAVAJ0BKigBuAA+GQqEQaEFWQAEAGEtLdwuwCNoShVP3drp+SX66bbdc/MQitUvdfu+43K+++++++++++7YPupCCGSSSSSSSSSSSSSR6z0RR+XCg20G1/IjrjXCg20G1/JLzvmYNtBtfyS/XRIuQ20G1/JL9dNJ1O0G1/JL9dNtmLaX8kv102266bOp5L9dNtuunTcC3vXTbbrp03IUrocPM7sfCyyyyyyyyyyyyyyxzAAA/v/2kfN//8uRPf/S7Aay3/+2HYfzVf///qUVdLf/lanoL7o2f//lWc+xgADzPR/vf///1UABcp8AAAAAJ8fNpEI5pMAAAAA=);background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:39px!important;margin-top:-20px!important;margin-bottom:12px!important}}.galochka[data-v-770e1092]{width:10px!important;height:10px!important;margin-left:6px!important;border:0px!important;filter:invert(0)!important}.quote-block[data-v-7b95759c]{font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400;max-width:100%;padding:106px 0;width:100%;margin:0 auto;background:black;display:flex;flex-direction:column;gap:40px;position:relative}.quote-block h2[data-v-7b95759c]{font-size:80px;line-height:normal;color:#fff;letter-spacing:-.05em;text-align:center}.quote-block .top-block[data-v-7b95759c],.quote-block .bottom-block[data-v-7b95759c]{display:flex;justify-content:center;gap:34px;align-items:end;padding:0 20px;flex-wrap:wrap}.mobile-column[data-v-7b95759c]{display:none}@media screen and (max-width: 768px){.quote-block[data-v-7b95759c]{padding-top:17px;padding-bottom:29px!important;gap:17px!important}.mobile-column[data-v-7b95759c]{display:flex;flex-direction:column;gap:0px;padding:0 40px;align-items:center}h2[data-v-7b95759c]{font-size:30px!important;line-height:normal!important}.desktop[data-v-7b95759c]{display:none!important}}@font-face{font-family:DrukWideCyrMedium;src:url(/assets/DrukWideCyrMedium-e00adadf.otf) format("truetype");font-display:swap}@font-face{font-family:DrukWideCyrSuper;src:url(/assets/DrukWideCyrSuper-0dfdbc07.otf) format("truetype");font-display:swap}@font-face{font-family:CygreRegular;src:url(/assets/Cygre-Regular-2c603795.ttf)}@font-face{font-family:CygreSemiBold;src:url(/assets/Cygre-SemiBold-790dd7ee.ttf) format("truetype");font-display:swap}.result{margin:0 auto 134px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:60px;line-height:110%;letter-spacing:-.05em;color:#131610;font-family:CygreRegular,sans-serif;font-style:normal;font-weight:400}@media screen and (max-width: 768px){.result{font-size:30px!important;margin-bottom:38px!important;max-width:252px!important;text-align:center}}
