:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__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 Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__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 Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__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 Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__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 Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}


/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{-webkit-text-size-adjust:100%;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15;tab-size:4}body{margin:0}hr{color:inherit;height:0}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}.p-l-0{padding-left:0}.p-l-5{padding-left:5px}.p-l-10{padding-left:10px}.p-l-15{padding-left:15px}.p-l-20{padding-left:20px}.p-l-25{padding-left:25px}.p-l-30{padding-left:30px}.p-l-35{padding-left:35px}.p-l-40{padding-left:40px}.p-l-45{padding-left:45px}.p-l-50{padding-left:50px}.p-r-0{padding-right:0}.p-r-5{padding-right:5px}.p-r-10{padding-right:10px}.p-r-15{padding-right:15px}.p-r-20{padding-right:20px}.p-r-25{padding-right:25px}.p-r-30{padding-right:30px}.p-r-35{padding-right:35px}.p-r-40{padding-right:40px}.p-r-45{padding-right:45px}.p-r-50{padding-right:50px}.p-t-0{padding-top:0}.p-t-5{padding-top:5px}.p-t-10{padding-top:10px}.p-t-15{padding-top:15px}.p-t-20{padding-top:20px}.p-t-25{padding-top:25px}.p-t-30{padding-top:30px}.p-t-35{padding-top:35px}.p-t-40{padding-top:40px}.p-t-45{padding-top:45px}.p-t-50{padding-top:50px}.p-b-0{padding-bottom:0}.p-b-5{padding-bottom:5px}.p-b-10{padding-bottom:10px}.p-b-15{padding-bottom:15px}.p-b-20{padding-bottom:20px}.p-b-25{padding-bottom:25px}.p-b-30{padding-bottom:30px}.p-b-35{padding-bottom:35px}.p-b-40{padding-bottom:40px}.p-b-45{padding-bottom:45px}.p-b-50{padding-bottom:50px}.m-l-0{margin-left:0}.m-l-5{margin-left:5px}.m-l-10{margin-left:10px}.m-l-15{margin-left:15px}.m-l-20{margin-left:20px}.m-l-25{margin-left:25px}.m-l-30{margin-left:30px}.m-l-35{margin-left:35px}.m-l-40{margin-left:40px}.m-l-45{margin-left:45px}.m-l-50{margin-left:50px}.m-r-0{margin-right:0}.m-r-5{margin-right:5px}.m-r-10{margin-right:10px}.m-r-15{margin-right:15px}.m-r-20{margin-right:20px}.m-r-25{margin-right:25px}.m-r-30{margin-right:30px}.m-r-35{margin-right:35px}.m-r-40{margin-right:40px}.m-r-45{margin-right:45px}.m-r-50{margin-right:50px}.m-t-0{margin-top:0}.m-t-5{margin-top:5px}.m-t-10{margin-top:10px}.m-t-15{margin-top:15px}.m-t-20{margin-top:20px}.m-t-25{margin-top:25px}.m-t-30{margin-top:30px}.m-t-35{margin-top:35px}.m-t-40{margin-top:40px}.m-t-45{margin-top:45px}.m-t-50{margin-top:50px}.m-b-0{margin-bottom:0}.m-b-5{margin-bottom:5px}.m-b-10{margin-bottom:10px}.m-b-15{margin-bottom:15px}.m-b-20{margin-bottom:20px}.m-b-25{margin-bottom:25px}.m-b-30{margin-bottom:30px}.m-b-35{margin-bottom:35px}.m-b-40{margin-bottom:40px}.m-b-45{margin-bottom:45px}.m-b-50{margin-bottom:50px}*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html{scroll-behavior:smooth}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}a,button,i,input,label,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0)}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:focus{outline:0}body{font-feature-settings:"pnum" on,"lnum" on;color:#1d1e2c;text-rendering:optimizeSpeed}h1,h2,h3,h4{font-family:Raleway,sans-serif;font-weight:900}.container{padding-right:20px}.container,.container-left{padding-left:20px}.attention{background-color:#e07a5f;border-radius:10px;color:#fff;font-size:14px;padding:0 6px}.header{align-items:center;border-bottom:1px solid #565661;display:none;height:72px;justify-content:center;padding-left:20px;padding-right:20px}.header-button{background:none;border:none}.header-wrapper{justify-content:space-between;max-width:1600px;width:100%}.header-menu,.header-wrapper{align-items:center;display:flex}.header-menu-button{margin-left:20px;opacity:.75}.header-menu-button:hover{opacity:1}.header-menu-button:active{opacity:.5}.header-menu-badge{background:#ff3b30;border-radius:6px;display:none;height:8px;position:absolute;right:-9px;top:20px;width:8px}.header-menu-badge.show{display:block}.header-menu-link{color:#1d1e2c;margin-left:32px;padding:24px 0;position:relative;text-decoration:none}.header-menu-link:hover{opacity:.75}.header-menu-link:active{opacity:.5}.header-menu-link.active{border-bottom:2px solid #1d1e2c;font-weight:700;opacity:1}@media(min-width:744px){.header{display:flex;padding-left:40px;padding-right:40px}}@media(min-width:900px){.header{padding-left:80px;padding-right:80px}}.app-header,.header-mobile{border-bottom:1px solid #565661}.header-mobile{align-items:center;display:flex;justify-content:space-between;padding:12px 8px;position:relative;width:100%}.header-mobile-logo img{height:auto;width:22px}.header-mobile-title{font-size:17px;font-weight:700;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-mobile-subtitle{font-size:13px}.header-mobile-back{align-items:center;color:#1d1e2c;display:flex;text-decoration:none}.header-mobile-back:active{opacity:.9}.header-mobile-left{min-width:25%}.header-mobile-center{align-items:center;display:flex;flex:1 1;justify-content:center;min-width:34%;padding:0 8px}.header-mobile-right{align-items:center;display:flex;justify-content:flex-end;min-width:25%}.header-mobile-help{align-items:center;border:2px solid #1d1e2c;border-radius:13px;color:#fff;color:#1d1e2c;display:flex;font-weight:700;height:26px;width:26px}.header-mobile-help,.header-mobile-myday,.header-mobile.center{justify-content:center}.header-mobile.center{flex-direction:column}@media(min-width:744px){.header-mobile{display:none}.header-mobile-back:hover{opacity:.7}}.logo{align-items:flex-end;display:flex;text-decoration:none}.logo img{display:none;height:24px;margin-right:10px;width:auto}.logo h3{color:#1d1e2c;font-size:20px;line-height:.8}.progress{height:4px;width:100%}.progress-range{background-color:#8acbda;height:100%;width:30%}.content{display:flex;justify-content:center;padding-bottom:100px;padding-top:40px}.content.container{padding-left:24px;padding-right:24px}.content-wrapper{align-items:stretch;display:flex;flex-direction:column;max-width:500px}.content-title{font-size:28px;line-height:32px}.content-subtitle{color:#565661;font-size:18px;margin-top:12px}.content-input{margin-top:20px}.content-input input{-webkit-appearance:none;border:1px solid #c7c7ca;border-radius:12px;height:56px;padding:0 16px;vertical-align:middle;width:100%}.content-input input::-webkit-input-placeholder{text-transform:uppercase}.code-input input::-webkit-inner-spin-button,.code-input input::-webkit-outer-spin-button,.content-input input::-webkit-inner-spin-button,.content-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.code-input input[type=number],.content-input input[type=number]{-moz-appearance:textfield}.content-input input::placeholder{color:#c7c7ca}.content-input input:focus{border-color:#8e8f95;outline:none}.content-button{align-items:center;background-color:#1d1e2c;border:none;border-radius:16px;color:#fff;display:flex;font-size:18px;height:56px;justify-content:center;margin-top:20px;padding:0 16px;width:100%}.content-button span{display:none}.content-button[disabled]{background-color:#cfcfd6;cursor:default;pointer-events:none}.content-button:focus{outline:none}.button-primary{align-items:center;background-color:#1d1e2c;border:none;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-size:18px;height:56px;justify-content:center;padding:0 16px;text-decoration:none;width:100%}.button-primary:active{opacity:.7}.button-primary[disabled]{background-color:#cfcfd6;cursor:default;pointer-events:none}.button-primary:focus{outline:none}.button-primary:visited{color:#fff!important}.button-text{align-items:center;background-color:#0000;border:none;color:#1d1e2c;display:flex;font-size:18px;height:32px;justify-content:center;padding:0 16px}.button-text-questionnauire{width:100%}.button-text[disabled]{color:#8e8f95;cursor:default;pointer-events:none}.button-text:focus{outline:none}.button-tertiary-white{align-items:center;background:#fff;border:1px solid #1d1e2c;border-radius:50%;cursor:pointer;display:flex;height:56px;justify-content:center;width:56px}.header-menu-button-messenger{margin-left:20px}.content-button:active,.header-menu-button:active,.logo:active{opacity:.7}.content-select{align-items:center;display:flex;flex-direction:column;margin-top:20px}.button-container{padding-left:20px;padding-right:20px}.button-secondary{align-items:center;background-color:#f4f4f4;border:2px solid #1d1e2c;border-radius:16px;color:#1d1e2c;display:flex;font-size:18px;height:56px;justify-content:center;padding:0 16px;text-decoration:none;width:100%}.button-secondary img{margin-right:6px}.button-secondary:focus{outline:none}.button-secondary:active{opacity:.7}.button-secondary-grey{align-items:center;background-color:#f4f4f4;border:none;border-radius:12px;color:#1d1e2c;display:flex;font-size:18px;height:56px;padding:0 16px;width:100%}.button-secondary-grey img{margin-right:6px}.button-secondary-grey:focus{outline:none}.button-secondary-grey:active{opacity:.7}.select{-webkit-appearance:none;background:#f4f4f4;border-radius:12px;margin-bottom:12px;position:relative;vertical-align:middle;width:100%}.select-text-language{font-weight:700}.select-text-country{color:#565661}.select input[type=checkbox],.select input[type=radio]{position:absolute;visibility:hidden}.select-inner{align-items:center;border-radius:12px;cursor:pointer;display:flex;min-height:54px;padding:12px 16px 12px 62px;position:relative}.select-input{-webkit-appearance:none;background:#0000;border:none;padding:0;width:100%}.select-input:focus{outline:none}.select-radio{background:#0000;border:15px solid #fff;border-radius:50%;display:inline-block;transition:border-width .1s,box-shadow .1s}.select-checkbox,.select-radio{height:30px;left:16px;position:absolute;width:30px}.select-checkbox{align-items:center;background:#fff;border:15px solid #fff;border-radius:8px;display:flex;justify-content:center;transition:border-color .1s,background-color .1s}.select-other .select-input{display:none}label.select input[type=radio]:checked+.select-inner .select-radio{background:#8acbda;border-width:5px}label.select-other input[type=radio]:checked+.select-inner .select-text{display:none}label.select-other input[type=radio]:checked+.select-inner .select-input{display:inline-block}label.select input[type=radio]:checked+.select-inner{background:#e2f2f6}label.select input[type=checkbox]:checked+.select-inner .select-checkbox{background:#8acbda;border-width:5px}label.select-other input[type=checkbox]:checked+.select-inner .select-text{display:none}label.select-other input[type=checkbox]:checked+.select-inner .select-input{display:inline-block}label.select input[type=checkbox]:checked+.select-inner{background:#e2f2f6}@media(min-width:744px){.container{padding-right:0}.container,.container-left{padding-left:0}.header{height:72px}.content.container,.header.container{padding-left:80px;padding-right:80px}.button-container{padding-left:0;padding-right:0}.progress{height:8px}.logo img{display:block}.content-wrapper{max-width:500px}.content-title{font-size:32px;line-height:36px}.logo{text-decoration:none}.logo h3{color:#1d1e2c}}@media screen and (min-width:744px){.button-primary,.button-secondary,.button-secondary-grey,.content-button,.header-menu-button,.logo{cursor:pointer}.button-primary:hover,.button-secondary-grey:hover,.button-secondary:hover,.content-button:hover,.header-menu-button:hover,.logo:hover{opacity:.7}.button-primary:active,.button-secondary-grey:active,.button-secondary:active,.content-button:active,.header-menu-button:active,.logo:active{opacity:.9}.select:hover .select-inner{background:#f4f4f4}}.content-wrapper{width:100%}.content-input-label{color:#565661;font-size:14px}.signin-password{margin-top:12px}.new-password,.signin-password{position:relative}.signin-password input{padding-right:60px}.new-password img,.signin-password img{bottom:14px;height:28px;position:absolute;right:16px;width:28px}.new-password-hide,.signin-password-hide{opacity:.25}.new-password-hide:active,.new-password-show,.signin-password-hide:active,.signin-password-show{opacity:1}.new-password-show:active,.signin-password-show:active{opacity:.25}.content-button-secondary{align-items:center;background:none;border:none;color:#1d1e2c;display:flex;font-size:18px;justify-content:center;line-height:24px;margin-top:20px;text-align:center;width:100%}.content-button-secondary:active{opacity:.7}.content-button-secondary:focus{outline:none}.survey-navigation-button{color:#1d1e2c;font-size:18px;line-height:24px;margin-top:20px;text-align:center;width:100%}.survey-navigation-button:active{opacity:.7}@media(min-width:744px){.logo{text-decoration:none}.new-password-hide:hover,.signin-password-hide:hover{cursor:pointer;opacity:.75}.new-password-hide:active,.signin-password-hide:active{opacity:1}.new-password-show:hover,.signin-password-show:hover{cursor:pointer;opacity:.75}.new-password-show:active,.signin-password-show:active{opacity:.25}.content-button-secondary:hover{cursor:pointer;opacity:.7}.content-button-secondary:active{opacity:.9}.survey-navigation-button:hover{cursor:pointer;opacity:.7}.survey-navigation-button:active{opacity:.9}}.mobile-menu{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fff;border-top:1px solid #565661;bottom:0;display:flex;justify-content:space-around;opacity:.99;padding:6px 2px calc(2px + env(safe-area-inset-bottom));position:fixed;width:100%}.mobile-menu-image{align-items:center;display:flex;height:23px}.mobile-menu-icon-active{display:none}.mobile-menu-text{font-size:12px;overflow:hidden;text-align:center;text-overflow:ellipsis;width:100%}.mobile-menu-badge{background:#ff3b30;border-radius:6px;display:none;height:8px;position:absolute;right:15px;top:-2px;width:8px}.mobile-menu-badge.show{display:block}.mobile-menu-item{align-items:center;color:#1d1e2c;display:flex;flex-direction:column;justify-content:center;opacity:.9;position:relative;text-decoration:none;width:70px}.mobile-menu-item img{margin-bottom:4px}.mobile-menu-item-title{display:none;font-size:10px}.mobile-menu-item.active{font-weight:700;opacity:1}.mobile-menu-item.active .mobile-menu-icon{display:none}.mobile-menu-item.active .mobile-menu-icon-active{display:block}@media(min-width:744px){.mobile-menu{display:none}}.mobile-header-empty{height:72px;width:100%}.mobile-search{align-items:center;display:flex;flex:1 1;position:relative}.mobile-search img{left:12px;position:absolute}.mobile-search input{-webkit-appearance:none;background-color:#ececef;border:none;border-radius:18px;height:36px;padding:0 16px 0 36px;vertical-align:middle;width:100%}.mobile-search input::placeholder{color:#c7c7ca}.mobile-search input:focus{outline:none}@media(min-width:744px){.mobile-header-empty{display:none}}.breadcrumbs{display:none}.breadcrumbs-header{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:72px;padding:calc(16px + env(safe-area-inset-top)) 20px 16px;width:100%}.breadcrumbs-header-item{font-size:14px}.breadcrumbs-header-item:first-child{font-size:16px;font-weight:700;line-height:20px}.account-report-info{color:#565661;font-size:14px;margin-top:8px}.account-report-subtitle a{color:#565661;text-decoration:underline}.account-report-list-block{padding-bottom:16px;padding-top:16px}.account-main{padding:0 0 100px 20px}.account-main,.account-tests{display:flex;justify-content:center}.account-tests{padding:10px 0 100px}.account-tests-download{border:none}.account-tests-download-cover{align-items:center;justify-content:center!important;padding:0!important;position:relative}.account-tests-download-button{background:#1d1e2c;display:flex}.account-tests-download-button,.account-tests-download-progress{align-items:center;border:none;border-radius:50%;cursor:pointer;height:56px;justify-content:center;width:56px}.account-tests-download-progress{background:#f4f4f4;display:none;position:absolute}.account-tests-download-image{height:100%;object-fit:cover;width:100%}.account-tests-progress{align-items:center;display:none;justify-content:space-between}.account-tests-progress-left{align-items:center;display:flex}.account-tests-progress-left img{margin-right:6px}.account-tests-progress-right{font-size:14px;opacity:.7;text-decoration-line:underline}.account-tests-progress-right:active{opacity:.5}.account-tests-progress.show{display:flex}.account-tests-title{padding:0 20px}.account-tests-upload{align-items:center;display:flex;flex-wrap:wrap}.account-tests-upload-checked{display:none;left:13px;position:absolute;top:13px}.account-tests-upload-checked.show{display:block}.account-tests-upload-item{background:50%/contain no-repeat;border-radius:21px;height:42px;margin-bottom:20px;margin-right:16px;position:relative;width:42px}.account-tests-upload-item:last-child{margin-right:0}.account-tests-upload-item svg{height:42px;position:relative;transform:rotate(270deg);width:42px}.account-tests-upload-item svg circle:first-child{fill:#dadada80;stroke-dashoffset:0}.account-tests-upload-item svg circle:nth-child(2){fill:none;stroke-width:2px;stroke:#1d1e2cbf;stroke-linecap:round;stroke-dasharray:100}.account-tests-prepare{margin-top:50px}.account-tests-prepare-title{line-height:28px;margin-bottom:6px;padding:0 20px}.account-tests-action{background:#e2f2f6;border-radius:7px;margin:40px 20px 0;padding:16px 20px 0}.account-tests-action-header{align-items:center;display:flex;justify-content:space-between}.account-tests-action-title{line-height:28px}.account-tests-action-info{align-items:center;border:1px solid #1d1e2c;border-radius:8px;display:flex;font-size:12px;font-weight:700;height:16px;justify-content:center;margin-left:10px;min-width:16px;width:16px}.account-tests-action-text{font-size:14px;margin-top:8px;opacity:.75}.account-tests-action-button{background:#e26b88;border:none;border-radius:22px;color:#fff;font-size:18px;height:44px;margin-bottom:20px;margin-top:12px;padding:5px 20px 7px}.account-tests-tabs{border-bottom:1px solid #1d1e2c0d;display:flex;margin-left:20px}.account-tests-tab{font-size:14px;margin-right:20px;opacity:.75;padding:10px 0}.account-tests-tab.active{border-bottom:2px solid #1d1e2c;font-weight:700;opacity:1}.account-tests-segments{-ms-overflow-style:none;align-items:center;display:flex;margin-top:12px;overflow-x:scroll;scrollbar-width:none}.account-tests-segments:first-child{margin-left:20px}.account-tests-segments::-webkit-scrollbar{display:none}.account-tests-segment{align-items:center;background-color:#3d405b1a;border-radius:16px;display:flex;font-size:14px;height:32px;justify-content:center;margin-right:10px;padding:0 18px}.account-tests-segment:first-child{margin-left:20px}.account-tests-segment.active{background-color:#8acbda80}.account-tests-list{align-items:stretch;display:flex;flex-direction:column;padding-left:20px;padding-top:40px;width:100%}.account-tests-list.account-report-list{padding-top:16px}.account-tests-list-title{align-items:center;display:flex}.account-tests-list-title img{margin-right:6px}.account-tests-list-status{background-color:#e07a5f;border-radius:10px;color:#fff;display:none;font-size:12px;padding:0 6px}.account-tests-list-status.show{display:block}.account-tests-list.recommended{padding-top:50px}.account-tests-list.prepared{padding-top:0}.account-tests-list-right{align-items:center;display:flex}.account-tests-list-right-block{align-items:center;display:flex;justify-content:center;position:relative}.account-tests-list-right-block span{font-size:14px;position:absolute}.account-tests-list-progress{align-items:stretch;border-radius:10px;display:flex;font-size:14px;height:20px;min-width:55px}.account-tests-list-progress-left{background-color:#e07a5f99;border-radius:10px 0 0 10px;height:100%;width:30%}.account-tests-list-progress-right{background-color:#e07a5f40;border-radius:0 10px 10px 0;height:100%;width:70%}.account-tests-list-date{font-size:14px;font-weight:700;margin-bottom:6px}.account-tests-list-heading{font-size:16px;font-weight:700;margin-bottom:6px;padding-right:20px}.account-tests-list-heading img{display:inline;margin-right:4px}.account-tests-list-title{flex:1 1;padding-right:20px}.account-tests-list-block{align-items:center;border-bottom:1px solid #f4f4f4;display:flex;justify-content:space-between;min-height:60px;width:100%}.account-tests-list-block.last{border-bottom:none}.account-tests-list-block.prepared{margin-left:0}.account-tests-list-block.done{padding-right:20px}.account-tests-list-arrow{color:#1d1e2c;margin-left:8px;opacity:.5;padding-right:20px}.account-tests-list-icon{background-color:#f2becb;border-radius:21px;height:42px;min-width:42px;width:42px}.account-tests-list-icon.ultrasound{background-color:#d3d1ed}.account-tests-list-item{align-items:center;display:flex;min-height:60px}.account-tests-list-item-value{font-size:14px;font-weight:700}.account-tests-list-item-color{height:24px;margin-left:10px;width:20px}.account-tests-list-item-color.optimal{background-image:url(/static/media/marker-optimal.584ebd011fef87cb7d62.svg)}.account-tests-list-item-color.normal{background-image:url(/static/media/marker-normal.67881fbec55ec89365e7.svg)}.account-tests-list-item-color.normal-up{background-image:url(/static/media/marker-normal-up.f108136be2b628409491.svg)}.account-tests-list-item-color.normal-low{background-image:url(/static/media/marker-normal-low.947ef0e5795cf752933a.svg)}.account-tests-nav{display:flex;flex-direction:column;padding-top:10px}.account-wrapper{align-items:stretch;display:flex;flex-direction:column;max-width:500px;width:100%}.account-title{display:none;font-size:24px;line-height:28px}.account-title.container{padding-left:20px;padding-right:20px}.account-title-tests{display:none}.account-subtitle{color:#565661;font-size:14px;margin-top:6px}.account-subtitle.container{padding-left:20px;padding-right:20px}.account-menu{align-items:stretch;display:flex;flex-direction:column;margin-top:30px;width:100%}.account-menu-item{align-items:center;display:flex;height:60px}.account-menu-item:hover{cursor:pointer}.account-menu-item:hover .account-menu-item-arrow{opacity:1}.account-menu-item-block{align-items:center;border-bottom:1px solid #f4f4f4;display:flex;height:60px;justify-content:space-between;margin-left:20px;width:100%}.account-menu-item-block.last{border-bottom:none}.account-menu-item-arrow{color:#1d1e2c;opacity:.5;padding-right:20px}.account-menu-item-icon{position:relative;width:25px}.account-menu-item-notification{background:#e07a5f;border-radius:4px;display:none;height:8px;position:absolute;right:-7px;top:-7px;width:8px}.account-menu-item-notification.show{display:inline}.account-menu-item-language{align-items:center;background:#3d405b1a;border-radius:21px;cursor:pointer;display:flex;height:42px;justify-content:center;line-height:normal;margin-right:10px;width:42px}.account-menu-item-language.active{background:#8acbda80}.account-menu-item-language.active:hover{background:#3d405b;pointer-events:none}.account-menu-item-language:hover{background:#3d405b40}.account-menu-item.first{align-items:flex-start;border-bottom:1px solid #1d1e2c0d}.account-menu-item.first:hover{cursor:auto}.account-menu-item.last{border-bottom:1px solid #1d1e2c0d}@media(min-width:744px){.account-title-tests{display:block}.breadcrumbs{display:flex;font-size:14px;margin-bottom:6px}.breadcrumbs-item{color:#1d1e2c;margin-right:8px;opacity:.75;text-decoration:none}.breadcrumbs-item:after{content:" >"}.breadcrumbs-item:hover{opacity:.9}.breadcrumbs-item:active{opacity:.7}.breadcrumbs-header{display:none}.account-menu-item-arrow{padding-right:0}.account-main{padding:50px 0 100px}.account-main .account-title{display:block}.account-tests{padding:50px 0 100px}.account-tests-progress-right:hover{cursor:pointer;opacity:1}.account-tests-progress-right:active{opacity:.5}.account-tests-prepare-title,.account-tests-title{padding:0}.account-tests-action{margin:40px 0 0}.account-tests-action-button,.account-tests-action-info{cursor:pointer}.account-tests-action-button:hover,.account-tests-action-info:hover{opacity:.9}.account-tests-action-button:active,.account-tests-action-info:active{opacity:.5}.account-tests-tabs{margin-left:0}.account-tests-tab{cursor:pointer}.account-tests-tab:hover{opacity:1}.account-tests-tab:active{opacity:.5}.account-tests-nav{padding-top:22px}.account-tests-segment{cursor:pointer}.account-tests-segment:hover{background-color:#3d405b33}.account-tests-segment:active{background-color:#3d405b1a}.account-tests-segment:first-child{margin-left:0}.account-tests-list{padding-left:0}.account-tests-list-arrow{padding-right:0}.account-tests-list-item:hover{cursor:pointer;opacity:.7}.account-tests-list-item:active{opacity:.5}.account-tests-list-block.done{padding-right:0}.account-title{font-size:32px;line-height:36px}.account-subtitle.container,.account-title.container{padding-left:0;padding-right:0}}.app-header{align-items:center;border-bottom:1px solid #8e8f95;display:none;height:72px;justify-content:center;padding-left:20px;padding-right:20px}.app-header-wrapper{justify-content:space-between;max-width:1600px;width:100%}.app-header-menu,.app-header-wrapper{align-items:center;display:flex}.app-header-menu-button{margin-left:20px;opacity:.75}.app-header-menu-button:hover{opacity:1}.app-header-menu-button:active{opacity:.5}.app-header-menu-link{color:#1d1e2c;margin-left:32px;opacity:.75;padding:24px 0;text-decoration:none}.app-header-menu-link:hover{opacity:1}.app-header-menu-link:active{opacity:.5}.app-header-menu-link.active{border-bottom:2px solid #1d1e2c;font-weight:700;opacity:1}@media(min-width:744px){.app-header{display:flex;padding-left:80px;padding-right:80px}}.mobile-header{align-items:center;border-bottom:1px solid #8e8f95;display:flex;justify-content:space-between;padding:10px;width:100%}.mobile-header h6,.mobile-header-title{font-size:17px;font-weight:700;line-height:22px}.mobile-header-subtitle{font-size:13px}.mobile-header-back{margin:-15px}.mobile-header-help{align-items:center;border:2px solid #1d1e2c;border-radius:13px;color:#fff;color:#1d1e2c;display:flex;font-weight:700;height:26px;width:26px}.mobile-header-center,.mobile-header-help,.mobile-header-myday{justify-content:center}.mobile-header-center{flex-direction:column}@media(min-width:744px){.mobile-header{display:none}}.popup{display:none}.popup.show{display:block}.popup-progress{display:none}.popup-progress.show{display:block}.popup-background{animation-duration:.4s!important;animation-fill-mode:both!important;animation-iteration-count:1!important;animation-name:keyframe-popup-background!important;background:#1d1e2c;inset:0;overflow-y:auto;position:fixed;z-index:2000}.popup-block{-webkit-box-pack:center!important;-webkit-box-align:end!important;align-items:flex-end!important;display:flex!important;flex-direction:row!important;inset:0!important;justify-content:center!important;max-height:100vh!important;padding-top:12px!important;position:fixed!important;z-index:2000!important}.popup-block-background{animation-duration:.4s!important;animation-fill-mode:both!important;animation-iteration-count:1!important;animation-name:keyframe-popup-slide!important;background:#fff!important;border-top-left-radius:12px!important;border-top-right-radius:12px!important;box-shadow:0 8px 28px #0000004d!important;display:flex!important;flex-direction:column!important;max-height:100%!important;max-width:100vw!important;position:relative!important;width:100vw!important}.popup-close{display:flex!important;left:24px!important;position:absolute!important;top:24px!important;z-index:1!important}.popup-close-button{-webkit-appearance:none!important;appearance:none!important;background:#0000!important;border:none!important;border-radius:50%!important;color:#1d1e2c!important;cursor:pointer!important;display:inline-block!important;margin:0!important;outline:none!important;padding:0!important;position:relative!important;touch-action:manipulation!important;transition:transform .25s ease 0s!important}.popup-close-button img{fill:none;stroke:currentcolor;stroke-width:3px;display:block;height:16px;overflow:visible;width:16px}.popup-delete{display:flex!important;position:absolute!important;right:24px!important;top:20px!important;z-index:1!important}.popup-delete button{-webkit-appearance:none!important;appearance:none!important;background:#0000!important;background:none;border:none!important;border-radius:50%!important;color:#1d1e2c!important;cursor:pointer!important;display:inline-block!important;font-size:18px;margin:0!important;outline:none!important;padding:0!important;position:relative!important;touch-action:manipulation!important;transition:transform .25s ease 0s!important}.popup-title{font-size:24px;line-height:28px}.popup-file{align-items:center;display:flex;flex-direction:column;margin-top:24px}.popup-content{border-top:1px solid #f4f4f4!important;display:flex;height:85vh!important;justify-content:center;margin-top:64px!important;max-height:875px!important;overflow:auto!important;padding:0 16px!important}.popup-content-block{font-size:14px!important;line-height:18px!important;margin-top:24px!important;max-width:500px;padding-bottom:24px!important;width:100%}.popup-content-block-title{font-size:24px;line-height:32px;padding-bottom:24px}.popup-content-block-list{align-items:stretch;display:flex;flex-direction:column}@keyframes keyframe-popup-background{0%{opacity:0}to{opacity:.7}}@keyframes keyframe-popup{0%{opacity:0}to{opacity:1}}@keyframes keyframe-popup-slide{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}@media(min-width:744px)and (min-height:475px){.popup-block{-webkit-box-align:center!important;align-items:center!important;padding:40px!important}.popup-block-background{animation-name:keyframe-popup!important;border-radius:12px!important;max-width:1032px!important;width:100%!important}}@media(min-width:744px){.popup-content-block-title{font-size:28px;line-height:36px}}.list-arrows{align-items:stretch;display:flex;flex-direction:column;width:100%}.list-arrows-block{align-items:center;border-bottom:1px solid #f4f4f4;display:flex;justify-content:space-between;min-height:60px;padding-bottom:14px;padding-top:14px;width:100%}.list-arrows-block-left{align-items:center;display:flex;flex:1 1;padding-right:20px}.list-arrows-block-title{line-height:1.3}.list-arrows-block-right{align-items:center;display:flex}.list-arrows-block-arrow{margin-left:8px;opacity:.5;padding-right:20px}.list{align-items:stretch;display:flex;flex-direction:column;margin-right:-20px}.list-title{font-weight:700;line-height:22px;margin-bottom:6px;padding-right:20px}.list-title img{display:inline;margin-right:6px}.list-block{margin-top:40px}.list-block:first-child{margin-top:24px}.list-order{align-items:center;background-color:#e07a5f;border-radius:50%;color:#fff;display:inline-flex;font-size:14px;height:18px;justify-content:center;margin-right:6px;width:18px}.list-item{align-items:center;border-bottom:1px solid #565661;display:flex;justify-content:space-between;min-height:60px;padding-bottom:14px;padding-top:14px;text-decoration:none;width:100%}.list-item,.list-item:visited{color:#1d1e2c}.list-item-left{align-items:center;display:flex;flex:1 1;padding-right:20px}.list-item-icon{margin-right:12px;width:22px}.list-item-title{line-height:1.3}.list-item-right{align-items:center;display:flex}.list-item-status{background-color:#e07a5f;border-radius:10px;color:#fff;display:none;font-size:12px;padding:0 6px}.list-item-status.show{display:block}.list-item-arrow{margin-left:8px;opacity:.5;padding-right:20px}.list-item-value{font-size:14px;font-weight:700}.list-item-value-color{height:24px;margin-left:10px;width:20px}.list-item-value-color.optimal{background-image:url(/static/media/marker-optimal.584ebd011fef87cb7d62.svg)}.list-item-value-color.normal{background-image:url(/static/media/marker-normal.67881fbec55ec89365e7.svg)}.list-item-value-color.normal-up{background-image:url(/static/media/marker-normal-up.f108136be2b628409491.svg)}.list-item-value-color.normal-low{background-image:url(/static/media/marker-normal-low.947ef0e5795cf752933a.svg)}.list-item-order{margin-right:10px}.list-item-order-number{align-items:center;background-color:#1d1e2c;border-radius:50%;color:#fff;display:flex;font-size:14px;height:18px;justify-content:center;width:18px}.list-item-order-check{display:none}.list-item.checked .list-item-order-check{display:block}.list-item.checked .list-item-order-number,.list-item.checked .list-item-right{display:none}.list-item.checked .list-item-title{color:#8e8f95}.list-item.inactive .list-item-order-number{background-color:#c7c7ca}.list-item.inactive .list-item-title{color:#8e8f95}.list-item.inactive .list-item-right{display:none}.section{align-items:center;display:flex;flex-direction:column;padding:16px 16px 100px}.section.survey{margin-top:20px}.section-wrapper{align-items:stretch;display:flex;flex-direction:column;max-width:500px;width:100%}.section-wrapper-400{max-width:400px}.section-block{margin-top:40px}.section-block:first-child{margin-top:0}.section-banner{align-items:center;border-bottom:1px solid #565661;display:flex;height:260px;justify-content:center;margin:-16px -16px 16px;overflow:hidden}.section-banner img{object-fit:cover;width:100%}.section-banner--audio{background:#565661;justify-content:center;margin-bottom:16px;padding-bottom:20px;padding-top:24px;width:calc(100% + 32px)}.section-banner--audio audio{width:calc(100% - 32px)}.section-banner--video{background:#1d1e2c;height:auto;width:calc(100% + 32px)}.section-banner--video video{height:auto;max-height:500px;width:100%}.section-article-audio{background:#565661;display:flex;justify-content:center;margin-bottom:16px;margin-top:-16px;padding-bottom:16px;padding-top:16px;width:calc(100% + 32px)}.section-article-audio audio{max-width:500px;width:calc(100% - 32px)}.section-date{align-items:center;display:flex;font-size:16px;font-weight:700}.section-date img{display:inline;margin-right:8px}.section-switch{align-items:center;border-bottom:1px solid #565661;display:flex;margin:0 -16px;padding:12px 16px 16px}.section-switch-question{margin-left:8px}.section-switch-question:active{opacity:.8}.section-title{font-size:24px;line-height:27px}.section-title.desktop{display:none}.section-subtitles{margin-top:8px}.section-subtitles.date{margin-top:4px}.section-subtitle{color:#565661;font-size:14px}.section-subtitle a{color:#565661;text-decoration:underline}.section.account-reports-report .section-wrapper .list-arrows{margin-top:12px}.section.account-reports-report .section-wrapper .list-arrows-block-title.bold{font-weight:700}.section.account-reports-report .stages{margin-top:50px}.section.account-reports-report .stages .list-arrows{margin-top:8px}.section.account-reports-report .stages .list-arrows-order{margin-right:10px}.section.account-reports-report .stages .list-arrows-order-number{align-items:center;background-color:#1d1e2c;border-radius:50%;color:#fff;display:flex;font-size:14px;height:18px;justify-content:center;width:18px}.section.account-reports-report .stages .list-arrows .list-arrows-order-check{display:none}.section.account-reports-report .stages .list-arrows .list-arrows-block.checked .list-arrows-order-check{display:block}.section.account-reports-report .stages .list-arrows .list-arrows-block.checked .list-arrows-block-right,.section.account-reports-report .stages .list-arrows .list-arrows-block.checked .list-arrows-order-number{display:none}.section.account-reports-report .stages .list-arrows .list-arrows-block.checked .list-arrows-block-title{color:#8e8f95}.section.account-reports-report .stages .list-arrows .list-arrows-block.inactive .list-arrows-order-number{background-color:#c7c7ca}.section.account-reports-report .stages .list-arrows .list-arrows-block.inactive .list-arrows-block-title{color:#8e8f95}.section.account-reports-report .stages .list-arrows .list-arrows-block.inactive .list-arrows-block-right{display:none}.image-hero{margin:-16px -16px 16px;overflow:hidden;position:relative}.image-hero-article,.image-hero-recommendations{height:260px}.image-hero-audio{height:220px}.image-hero-inner{align-items:center;display:flex;height:100%;justify-content:center;text-align:center}.image-hero-inner img{flex-grow:0;object-fit:cover}.text{margin-top:20px}.text p{margin-top:12px}.text p:first-child{margin-top:0}.text-picture{border-bottom:1px solid #565661;border-top:1px solid #565661;margin:16px -16px 20px}@media(min-width:744px){.text-picture{border-bottom:none;border-top:none;margin-left:0;margin-right:0}.list-arrows-block:hover{cursor:pointer;opacity:.7}.list-arrows-block:active{opacity:.5}.list-arrows-block.checked,.list-arrows-block.inactive{pointer-events:none}.list-arrows-block-arrow{padding-right:0}.list{margin-right:0}.list-item:hover{cursor:pointer;opacity:.7}.list-item:active{opacity:.5}.list-item.checked,.list-item.inactive{pointer-events:none}.list-item-arrow{padding-right:0}.section{padding-top:50px}.section-title{font-size:32px;line-height:36px}.section-title.desktop{display:block}.section-banner{margin-bottom:20px;margin-top:-50px;width:calc(100% + 32px)}.section-banner--audio audio,.section-banner--video video{width:500px}.section-article-audio{margin-top:-20px}.section-switch{border-bottom:none;padding:16px}.section-switch-question:hover{opacity:.7}.image-hero{margin-bottom:20px;margin-top:-50px;width:calc(100% + 32px)}.image-hero-inner img{width:100%}}.card,.cards{margin-top:12px}.card{height:240px;position:relative;width:100%}.card:first-child{margin-top:0}.card-header{line-height:1.3;position:absolute;width:calc(100% - 32px)}.card-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;border:1px solid #565661;border-radius:40px;color:inherit;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;text-decoration:none;transform:translateZ(0);transition:all .25s ease-out;width:100%}.card-background{background-color:#fff2e4;background-image:url(/static/media/background-blood.bc3f898d2182baf12340.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.card-inner{display:block;height:100%;overflow:hidden;position:relative;width:100%}.card-cover{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:24px 20px}.card-title{line-height:1.3}.card-title h6,.card-title img{display:inline}.card-title h5{display:inline;margin-right:4px}.card-picture{align-items:flex-end;display:flex;height:100%;justify-content:flex-end}.card-picture img{max-height:150px;max-width:220px}.card-info{font-size:14px;margin-top:4px;text-decoration:underline}.card-tagline{color:#565661;font-size:12px;line-height:16px;margin-bottom:4px;text-transform:uppercase}.card-button{align-items:center;background-color:#efeff0;border:1px solid #565661;border-radius:39px;bottom:0;color:#1d1e2c;display:flex;font-size:18px;height:78px;justify-content:center;opacity:.95;padding:0 16px;position:absolute;text-decoration:none;width:100%}.card-button img{margin-right:6px}.card-button:focus{outline:none}.card-button:active{opacity:.7}.card-button:visited{color:#1d1e2c!important}.notifications{display:none;justify-content:center;padding-bottom:10px}.notifications.show{display:flex}.notifications-wrapper{align-items:stretch;display:flex;flex-direction:column;max-width:500px;width:100%}.notification{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.notification:first-child{margin-top:0}.notification-left{align-items:center;display:flex;flex:1 1}.notification-text{color:#565661;flex:1 1;font-size:14px;line-height:18px;padding-left:6px}.notification-image{height:18px;width:18px}.notification-button{background-color:#0000;border:none;color:#1d1e2c;font-size:18px}.notification-button:focus{outline:none}.notification.alert{background-color:#fcf2ef;border-radius:12px;padding:10px}.notification.alert .notification-image{background-image:url(/static/media/notification-alert.0a9dc0a42de331492703.svg)}@media(min-width:744px){.notifications{margin-bottom:-20px;padding-bottom:0;padding-top:40px}.card{height:260px}.card-picture img{max-width:250px}.card-button{cursor:pointer}.card-button:hover{opacity:.7}.card-button:active{opacity:.9}}.background-lavender{background:#d3d1ed!important}.background-lavenderdark{background:#c4c1eb!important}.background-lightred{background:#f8dfe5!important}.background-lightgreen{background:#dfece6!important}.background-green{background:#cce3de!important}.background-peach{background:#ffcdb2!important}.background-biege{background:#fff2e4!important}.background-primary-5{background:#f5f5f7!important}.background-primary-10{background:#ececef!important}.background-text-5{background:#f4f4f4!important}.background-text-25{background:#c7c7ca!important}.background-white{background:#fff}.angle{display:none;position:absolute;top:calc(50% - 4px);transform:translateY(-50%);z-index:1}.angle-left{left:-20px}.angle-right{right:-20px}.angle-button{align-items:center;background:#f4f4f4;border-color:#0000;border-radius:50%;border-width:2px;box-shadow:0 1px 1px 1px #00000024;cursor:pointer;display:flex;height:32px;justify-content:center;touch-action:manipulation;width:32px}.more{display:flex;flex-wrap:nowrap;font-size:14px;margin-left:10px;opacity:.7;text-decoration-line:underline}.subtitle{font-size:14px;opacity:.75}.downloads{align-items:center;display:none;justify-content:space-between}.downloads-progress{align-items:center;display:flex}.downloads.show{display:flex}@media(min-width:744px){.more:hover{cursor:pointer;opacity:1}.more:active{opacity:.5}.angle.show{display:block}}.questionnaire-final-list{align-items:stretch;display:flex;flex-direction:column;margin-top:20px;width:100%}.questionnaire-final-list-item{font-weight:700;margin-bottom:12px}.questionnaire-final-list img{display:inline}.myday{display:flex;justify-content:center;padding:0 0 100px}.myday-section{margin-top:50px}.myday-section:first-child{margin-top:0}.myday-section-title{color:#565661;display:flex;justify-content:center;margin-bottom:20px}.myday-block{border-radius:20px;margin-top:12px;padding:28px 20px 22px}.myday-block:first-child{margin-top:0}.myday-block-title h5{display:inline}.myday-block-title img{display:inline;margin-left:4px;vertical-align:text-top}.myday-block-title .attention{margin-left:4px}.myday-list{margin-top:16px}.myday-list-item{cursor:pointer;display:block;margin-bottom:12px;padding-left:30px;position:relative;-webkit-user-select:none;user-select:none}.myday-list-item:last-child{margin-bottom:0}.myday-list-item img{display:none;left:3px;position:absolute;top:7px}.myday-list-item input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.myday-list-item input:checked~.myday-list-item-checkbox{background-color:#1d1e2c}.myday-list-item input:checked~.myday-list-item-checkmark{display:block;z-index:1}.myday-list-item input:checked~.myday-list-item-action{text-decoration:line-through}.myday-list-item-checkbox{background-color:#fff;border:1px solid #1d1e2c;border-radius:2px;height:16px;left:0;position:absolute;top:3px;width:16px}.myday-list-item-action{background:none;border:none;margin:0;padding:0;text-align:left;width:100%}@media(min-width:744px){.myday{padding-top:50px}.myday-section-title{justify-content:flex-start;padding-left:20px}.myday-list-item-action{cursor:pointer}}.settings{margin-top:40px}.settings .button-secondary{margin-top:20}.confirmation{margin-top:10px}.recommendations-waiting-picture{display:flex;justify-content:center;margin-top:32px;width:100%}.recommendations-waiting-picture img{height:auto;width:80%}.upload{align-items:center;background:#c7c7ca;border-bottom:1px solid #565661;display:flex;flex-direction:column;margin-bottom:16px;margin-top:-16px;padding-top:16px;width:calc(100% + 32px)}.upload .section-switch{border-bottom:0;margin:0;max-width:500px;padding:12px 16px 20px;width:100%}.upload .section-switch .switch input:checked+i{background-color:#4bd763}.upload .section-switch .switch i,.upload .section-switch .switch i:before{background-color:#f4f4f4}.upload .recommendations{display:flex;justify-content:center;padding:0 0 100px}.upload .recommendations-wrapper{max-width:500px;position:relative;width:100%}.upload .recommendations-wrapper-first{max-width:400px}.upload .recommendations-section{margin-top:30px}.upload .recommendations-section:first-child{margin-top:0}.upload .recommendations-title{align-items:baseline;display:flex;justify-content:space-between}.upload .recommendations-list{margin-top:12px}.upload .recommendations-list-item{align-items:center;color:#1d1e2c;display:flex;margin-top:16px;text-decoration:none}.upload .recommendations-list-item:first-child{margin-top:0}.upload .recommendations-list-picture{align-items:center;background-color:#fff2e4;background-image:url(/static/media/background-pear.1d897a70deb9c04efd69.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #565661;border-radius:22px;display:flex;height:90px;justify-content:center;overflow:hidden;position:relative;width:90px}.upload .recommendations-list-picture img{height:90px;width:90px}.upload .recommendations-list-picture-time{color:#fff;font-size:12px;position:absolute;right:8px;top:6px}.upload .recommendations-list-picture-background{background-color:#1d1e2c;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.upload .recommendations-list-picture-play{position:absolute}.upload .recommendations-list-picture-play img{height:100%;width:100%}.upload .recommendations-list-picture-progress{background:#8acbda;bottom:0;height:12px;left:0;position:absolute;width:30%}.upload .recommendations-list-picture-info{align-items:center;display:flex;display:none;height:90px;justify-content:center;position:absolute;width:90px}.upload .recommendations-list-picture-info.show{display:flex}.upload .recommendations-list-text{margin-left:10px;width:calc(100% - 100px)}.upload .recommendations-list-text-info{align-items:center;display:flex;margin-top:4px}.upload .recommendations-list-text-info .attention{display:none}.upload .recommendations-list-text-info .attention.show{display:block}.upload .recommendations-list-text-type{align-items:center;color:#565661;display:flex;font-size:12px}.upload .recommendations-list-text-type span{margin-left:2px;margin-right:4px}.upload .recommendations-list-text-icon{height:10px;margin-right:4px;width:12px}.upload .recommendations-list-text-icon.video{background-image:url(/static/media/youtube.0c0fa10150c984e27fb0.svg)}.upload .recommendations-list-text-icon.audio{background-image:url(/static/media/headphones.0131ea997bb758673848.svg)}.upload .recommendations-list-text-icon.reading{background-image:url(/static/media/book.90f3c09698aef7356af2.svg)}.upload .recommendations-list-text-time{margin-left:6px}.upload .recommendations-list-text-description{color:#565661;font-size:14px;line-height:1.3;margin-right:8px}.upload .recommendations-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;align-items:stretch;display:flex;flex-wrap:nowrap;overflow:auto;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-padding-left:6px;scroll-snap-type:x mandatory;scrollbar-width:none}.upload .recommendations-block::-webkit-scrollbar{display:none}.upload .recommendations-item{flex:none;padding:0 5px 8px}.upload .recommendations-item:first-child{margin-left:11px}.upload .recommendations-item:last-child{margin-right:11px}.upload .recommendations-item-header{line-height:1.3;position:absolute;width:calc(100% - 32px)}.upload .recommendations-item-link{-webkit-backface-visibility:hidden;backface-visibility:hidden;border:1px solid #8e8f95;border-radius:12px;color:inherit;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;text-decoration:none;transform:translateZ(0);transition:all .25s ease-out;width:100%}.upload .recommendations-item-inner{display:block;height:100%;overflow:hidden;position:relative;width:100%}.upload .recommendations-item-cover{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:10px 16px}.upload .recommendations-item-title{line-height:1.3}.upload .recommendations-item-title h6,.upload .recommendations-item-title img{display:inline}.upload .recommendations-item-title h5{display:inline;margin-right:4px}.upload .recommendations-item-picture{align-items:flex-end;display:flex;height:100%;justify-content:flex-end}.upload .recommendations-item-picture img{max-height:180px}.upload .recommendations-item-info{font-size:14px;margin-top:4px}.upload .recommendations-item-info span{margin-right:4px}.upload .recommendations-item-3{height:120px;width:calc(50% - 22.5px)}.upload .recommendations-item-2{height:208px;width:calc(50% - 15px)}.upload .recommendations-item-1{height:220px;width:calc(100% - 30px)}.upload .recommendations-item-1 .recommendations-item-picture{justify-content:flex-end}.upload .recommendations-item-1 .recommendations-item-picture img{max-height:90%}.upload .recommendations-item-0{height:220px;margin-top:16px;width:100%}.upload .recommendations-item-0-cover{padding-bottom:20px;padding-top:20px}.upload .recommendations-item-0-picture img{max-height:150px;max-width:220px}.upload .recommendations-item-0-link{border-radius:20px}.upload .recommendations-item-short{height:inherit;width:70%}.upload .recommendations-item-short .recommendations-item-header{line-height:1.3;position:inherit;width:inherit;z-index:1}.upload .recommendations-item-short .recommendations-item-picture{height:calc(100% - 20px);justify-content:flex-end;position:absolute;width:calc(100% - 32px);z-index:0}.upload .recommendations-item-short .recommendations-item-picture img{max-height:100%}.download-block{align-items:flex-end;display:flex;justify-content:space-between}.download-block-left{margin-right:16px}@media(min-width:744px){.upload{margin-top:-50px;width:calc(100% + 32px)}.upload .section-switch{padding-left:0}.upload .recommendations-item-3{height:160px}.recommendations-waiting-picture{justify-content:flex-start;margin-top:48px}.recommendations-waiting-picture img{height:auto;width:60%}}.tabs{align-items:center;border-bottom:1px solid #efeff0;display:flex;margin-right:-16px}.tab{color:#1d1e2c;margin-right:24px;opacity:.75;padding:16px 0 8px;text-decoration:none}.tab.active{border-bottom:2px solid #1d1e2c;font-weight:700;opacity:1}@media(min-width:744px){.tabs{margin-right:0}.tab:hover{opacity:1}}.switch{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;cursor:pointer;display:flex}.switch i{background-color:#d4d4d6;border-radius:26px;display:inline-block;height:31px;margin-right:.5rem;position:relative;transition:all .3s linear;vertical-align:text-bottom;width:51px}.switch i:before{background-color:#d4d4d6;border-radius:11px;height:22px;transform:translate3d(2px,2px,0) scaleX(1);transition:all .25s linear;width:42px}.switch i:after,.switch i:before{content:"";left:0;position:absolute}.switch i:after{background-color:#fff;border-radius:14px;box-shadow:0 3px 8px #00000026,0 3px 1px #0000000f;height:27px;transform:translate3d(2px,2px,0);transition:all .2s ease-in-out;width:27px}.switch:active i:after{transform:translate3d(2px,2px,0);width:28px}.switch:active input:checked+i:after{transform:translate3d(16px,2px,0)}.switch input{display:none}.switch input:checked+i{background-color:#4bd763}.switch input:checked+i:before{transform:translate3d(18px,2px,0) scale3d(0,0,0)}.switch input:checked+i:after{transform:translate3d(22px,2px,0)}.popup-content-block .image-hero{margin:initial;margin-bottom:16px;width:100%}.popup-content-block .section-article-audio{width:100%}.popup-content-block .section-banner--video{margin:initial;margin-bottom:16px;width:100%}.marker-legend{display:flex;gap:16px;margin-top:10px}.marker-legend-item{align-items:center;cursor:pointer;display:flex;gap:6px}.marker-legend-item-text{border-bottom:1px dashed;font-size:14px}.marker-legend-item-color{border-radius:10px;height:10px;width:10px}.marker-legend-item-color.green{background:#38ee76}.marker-legend-item-color.yellow{background:orange}.marker-legend-item-color.red{background:#ed2e2e}.marker-chart{margin-top:28px}.text--marker{margin-top:24px!important}.section-support{flex:1 1;justify-content:flex-end;overflow:hidden;padding:0 10px}.section-support-input{align-items:center;display:flex;justify-content:center;padding:0}.section-support .section-wrapper{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;align-items:stretch;display:flex;flex-wrap:nowrap;gap:10px;height:calc(100vh - 164px);overflow:scroll;overflow:auto;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scroll-snap-type:y mandatory;scrollbar-width:none}.support,.support-wrapper{display:flex;flex-direction:column}.support-wrapper{align-items:stretch;max-width:640px;width:100%}.support-icons{background:#c7c7ca;border-bottom:1px solid #565661;flex-direction:column}.support-icons,.support-icons-block{align-items:center;display:flex;width:100%}.support-icons-block{gap:12px;justify-content:center;padding:8px 16px}.support-icon{align-items:center;background:#fff;border:1px solid #1d1e2c;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;width:44px}.support-input input{-webkit-appearance:none;border:1px solid #c7c7ca;border-radius:16px;flex:1 1;font-size:14px;padding:8px 12px;vertical-align:middle;width:100%}.support-input input::placeholder{color:#c7c7ca}.support-input input:focus{outline:none}.support-input{align-items:center;display:flex;gap:10px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));width:100%}.support-input input::-webkit-inner-spin-button,.support-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.support-input input[type=number]{-moz-appearance:textfield}.support-input input::-moz-focus-inner{border:0;padding:0}.support-button{align-items:center;background:#1d1e2c;border:none;border-radius:50%;cursor:pointer;height:30px;width:30px}.support-button,.support-date{display:flex;justify-content:center}.support-date{padding-top:10px}.support-date-block{background:#f4f4f4;border-radius:20px;color:#8e8f95;font-size:10px;font-weight:500;padding:2px 10px;text-transform:uppercase}.support-message{display:flex;gap:8px}.support-message-avatar{align-items:center;border-radius:50%;display:flex;height:36px;justify-content:center;min-height:36px;min-width:36px;width:36px}.support-message-avatar_user{border:1px solid #f6d7cf;color:#e07a5f;font-size:18px;font-weight:700}.support-message-name{font-size:18px;font-weight:600}.support-message-name_user{color:#e07a5f}.support-message-notification{display:none;font-size:12px;font-weight:700;line-height:1.3;padding-bottom:2px}.support-message-notification.show{display:block}@media(min-width:744px){.support-icons{width:100%}.support-input{padding:8px 0}.section-support-input{padding-bottom:30px}.section-support .section-wrapper{height:calc(100vh - 218px)}}.heading-h2,.heading-h4{font-size:24px;font-weight:900;line-height:28px}.heading-h5{font-size:20px;font-weight:900;line-height:24px}.heading-h6{font-size:16px;font-weight:700;line-height:20px}.mt-2{margin-top:2px!important}.mt-4{margin-top:4px!important}.mt-12{margin-top:12px!important}.mt-16{margin-top:16px!important}.mt-20{margin-top:20px!important}.mt-30{margin-top:30px!important}.mt-32{margin-top:32px!important}.mt-40{margin-top:40px!important}.mt-50{margin-top:50px!important}.mr-6{margin-right:6px!important}.pt-16{padding-top:16px!important}.pt-50{padding-top:50px!important}.transparent{background-color:#0000}body{font-family:Raleway,sans-serif;font-size:16px;font-weight:400;line-height:1.5;min-height:100vh;text-rendering:optimizespeed}.recommendations{background-attachment:fixed;background-color:#1d1e2c;background-image:url(/static/media/logo-background-white.07292affe07476be5297.svg);background-repeat:repeat}.recommendations-actions{align-items:center;display:flex;justify-content:space-between;padding:12px 0;width:100%}.recommendations-actions button{background-color:#0000;border:none}.recommendations-actions-left{align-items:center;display:flex;min-width:25%}.recommendations-actions-center{align-items:center;display:flex;flex:1 1;justify-content:center;min-width:34%;padding:0 8px}.recommendations-actions-center h5{font-size:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recommendations-actions-right{align-items:center;display:flex;justify-content:flex-end;min-width:25%}.header-menu-link{height:72px}.text,.text p{margin-top:16px}.text p{font-size:18px;font-weight:300;line-height:1.7;overflow-wrap:break-word}.section-recommendations{background:#fff;margin-top:20px;padding-top:0}.section-recommendations-first,.section-recommendations:first-of-type{margin-top:0}.recommendations-banner{background:#1d1e2c;margin:0 -16px;overflow:hidden;position:relative;width:calc(100% + 32px)}.recommendations-banner,.recommendations-banner-image{align-items:center;display:flex;justify-content:center}.recommendations-banner-image{height:220px;text-align:center;width:100%}.recommendations-banner-image img{object-fit:cover}.recommendations-banner-audio{background:linear-gradient(180deg,#1d1e2c00,#1d1e2c80);bottom:0;display:flex;justify-content:center;padding:16px;position:absolute;width:100%}.recommendations-banner-audio audio{width:100%}.recommendations-banner video{height:auto;max-height:220px;width:100%}.section-wrapper-sequence{align-items:center;background:#e2f2f6;display:flex;flex:1 1;flex-direction:column;height:100%}.section-wrapper-wide{max-width:640px}.section-title-recommendations{margin-top:16px}.section-recommendations-sequence{height:100vh;padding-bottom:0}.recommendations-sequence{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding-bottom:70px;width:100%}.recommendations-sequence-title{display:flex;justify-content:center;padding:140px 30px 0}.recommendations-sequence-title h2{text-align:center}.recommendations-sequence-items{align-items:center;display:flex;flex-direction:column;font-size:12px;font-weight:700;gap:5px;padding:0 16px;text-transform:uppercase}.recommendations-sequence-item{text-align:center}.recommendations-sequence-item:last-child{margin-top:16px}.popup-header{align-items:center;display:flex;justify-content:center;padding:16px 48px 16px 24px;position:relative}.popup-header-button{-webkit-appearance:none!important;appearance:none!important;background:#0000!important;border:none!important;border-radius:50%!important;color:#1d1e2c!important;cursor:pointer!important;display:inline-block!important;margin:0!important;outline:none!important;padding:0!important;position:absolute!important;right:16px;touch-action:manipulation!important;transition:transform .25s ease 0s!important}.popup-header-button img{fill:none;stroke:currentcolor;stroke-width:3px;display:block;height:16px;overflow:visible;width:16px}.popup-header-tabs{align-items:stretch;border:1px solid #c7c7ca;border-radius:12px;display:flex;flex:1 1}.popup-header-tab{align-items:center;border-right:1px solid #c7c7ca;display:flex;font-size:14px;justify-content:center;padding:8px;position:relative}.popup-header-tab:last-child{border-radius:0 11px 11px 0;border-right:none}.popup-header-tab:first-child{border-radius:11px 0 0 11px}.popup-header-tab.active{background-color:#8acbda;color:#fff;flex:1 1;font-weight:700}.popup-header-badge{background:#ff3b30;border-radius:6px;display:none;height:8px;position:absolute;right:3px;top:3px;width:8px}.popup-header-badge.show{display:block}.popup-content-feed{align-items:center;flex-direction:column;justify-content:flex-start;margin-top:0!important;padding-left:24px!important}.popup-content-feed-title{padding-bottom:8px}.popup-content-date{background:#e07a5f;border-radius:40px;color:#fff;font-size:14px;font-weight:700;margin:20px 0 8px;padding:6px 20px;text-align:center}.popup-content-block-feed{margin-top:16px!important;padding-bottom:0!important}.popup-content-block-item{margin-left:-24px;margin-right:-16px;padding:6px 16px 6px 24px;position:relative}.popup-content-block-item.active{background:#c4e5ec}.popup-content-block-badge{border-radius:6px;display:none;height:8px;left:8px;position:absolute;top:11px;width:8px}.popup-content-block-badge.orange{background:#e07a5f}.popup-content-block-badge.green{background:#30d158}.popup-content-block-badge.grey{background:#c7c7ca}.popup-content-block-badge.show{display:block}@media(min-width:744px){.recommendations-banner{margin:0;width:100%}.recommendations-banner-image{height:320px}.recommendations-banner video{max-height:320px;width:570px}.recommendations-sequence{padding-bottom:90px}.recommendations-sequence-title{padding-left:90px;padding-right:90px}.recommendations-sequence-items{padding:0 90px}.section-title-recommendations{margin-top:20px}.section-switch{margin:0;padding:12px 0 16px}.popup-header{padding:16px 48px}.popup-header-tabs{flex:none;width:500px}.popup-header-tab{padding:8px 24px}.popup-content-block-item{margin-right:0}}.fullscreen-loader{height:100vh;width:100vw}.code-input{align-items:center;display:flex;justify-content:center;margin:20px 0}.code-input input{-webkit-appearance:none;appearance:none;border:1px solid #c7c7ca;border-radius:12px;display:inline-block;font-size:30px;font-weight:500;height:56px;margin-right:10px;padding:5px;text-align:center;vertical-align:middle;width:50px}.inline-link{color:#1d1e2c}.inline-link:hover{text-decoration:none}.content-input textarea{-webkit-appearance:none;appearance:none;border:1px solid #c7c7ca;border-radius:12px;font-weight:500;margin:0;min-height:180px;padding:5px 16px;resize:vertical;vertical-align:middle;width:100%}.content-input textarea:focus{border-color:#8e8f95;outline:none}.header-menu a:visited{color:#1d1e2c}.code-input-input{-webkit-appearance:none;appearance:none;-webkit-appearance:textfield;appearance:textfield}.date-input__wrapper{align-items:center;border:1px solid #c7c7ca;border-radius:12px;display:flex;height:56px;justify-content:center;margin:20px 0}.date-input__wrapper .date-input__input-wrapper{margin:0}.date-input__wrapper input{border:0;font-size:22px;height:auto;padding:0;text-align:center}.date-input__wrapper input::placeholder{text-transform:uppercase}.date-input__wrapper .date-input__input-separator{color:#c7c7ca;font-size:28px;margin:2px;position:relative;top:0}.date-input__wrapper .content-input{margin:0}.date-input__wrapper .date-input__input--date,.date-input__wrapper .date-input__input--month{width:42px}.date-input__wrapper .date-input__input--year{width:60px}@media(min-width:744px){.date-input__wrapper input{font-size:22px}}.ReactModal__Overlay{background:#1d1e2c66}a,a:visited{color:#1d1e2c}.ml-10{margin-left:10px}.ml-20{margin-left:20px}.form-error{color:#dc3333;padding:.2em 0}.survey-result-wrap{margin:20px 0}.survey-result-question{font-weight:700}.survey-result-question-wrap{list-style:none;margin-bottom:1em;padding:5px 0 10px}.survey-result-question-wrap:last-child{margin-bottom:0;padding-bottom:0}.survey-result-answer{padding-left:1em;padding-top:.2em}.survey-navigation-wrap{align-items:center;display:flex;flex-direction:column}button{cursor:pointer}button:hover{opacity:.7}button:active{opacity:.5}.list-arrows-block.not-interactive{pointer-events:none}.select-inner{background-color:inherit}.remove-link-underline{text-decoration:inherit}.myday-list-item-action:disabled{cursor:auto}.cards>*{margin-bottom:12px}.cards>:last-child{margin-bottom:0}ol.unset,ul.unset{list-style:none;margin-top:0;padding-left:0}a.unset{text-decoration:none}button.unset{background:none;border:none;padding:0}.popup-content{border-top:none!important}.switch i{flex:0 0 auto}.header-mobile__back-btn{height:32px;left:3px;padding:5px;position:absolute;width:23px}.loader{display:inline-block;height:50px;margin:0 auto;position:relative;width:50px}.loader__img{height:100%;width:100%}.loader--xl{height:150px;width:150px}.loader--sm{height:25px;width:25px}.loader--m{height:50px;width:50px}.loader:not(:first-child){margin-left:4px}.style_loader__iGeuN{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%)}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.skeleton--fill,.skeleton--fill>*{display:block;height:100%;width:100%}.skeleton--flex{flex-grow:1}.article-skeleton__image{height:100%;width:100%}.article-skeleton__c-image-container{display:flex;justify-content:center;width:100%}.article-skeleton__c-image{display:block;height:250px;margin-top:10px;width:80%}.breadcrumbs{margin-bottom:16px}.__container{margin-left:auto;margin-right:auto;max-width:532px;padding-left:16px;padding-right:16px;width:100%}.__container--sm{max-width:432px}.__container--margin{display:flex;padding-left:0;padding-right:0}.__container--margin:after,.__container--margin:before{content:"";width:16px}.__container--left{padding-right:0}.__container--right{padding-left:0}.__container .__container--margin.__container--left:before,.__container .__container--margin.__container--right:after{content:none}.__container-padding-right{padding-right:16px}.__container-padding-left{padding-left:16px}.heading-2{color:#1d1e2c;font-size:24px;font-weight:900;line-height:28px}.heading-2--40{font-size:40px;font-weight:900;line-height:40px}.heading-2--32{font-size:32px;font-weight:900;line-height:36px}.heading-2--28{font-size:28px;font-weight:900;line-height:32px}.heading-2--24{font-size:24px;font-weight:900;line-height:28px}.heading-2--20{font-size:20px;font-weight:900;line-height:24px}.heading-2--18{font-size:18px;font-weight:800;line-height:24px}.heading-2--16{font-size:16px;font-weight:700;line-height:20px}.Page_page__TqJ5p{margin-bottom:16px;margin-top:16px}.Page_page__TqJ5p.Page_noMT__6yDY6{margin-top:0}@media screen and (min-width:774px){.Page_page__TqJ5p{margin-bottom:40px;margin-top:40px}}.Page_contentSpacing__DU\+zI.Page_margin__c7\+Oz{margin-left:16px;margin-right:16px}.Page_contentSpacing__DU\+zI.Page_padding__VvoFy{padding-left:16px;padding-right:16px}.Page_contentContainer__eoYyW{margin-left:auto;margin-right:auto;width:100%}.Page_contentContainer__eoYyW.Page_md__C8eWo{max-width:532px}.Page_contentContainer__eoYyW.Page_lg__Fw6vW{max-width:632px}.Page_contentContainer__eoYyW.Page_xl__t082U{max-width:740px}.Button_container__X9N6H{position:relative;text-align:center}.Button_container__X9N6H.Button_transparent__iMccj{background:#0000;color:#8e8f95}.Button_container__X9N6H.Button_transparent__iMccj:visited{color:#8e8f95!important}.Button_container__X9N6H.Button_text-7__0vfKf{background-color:#efeff0;border:1px solid #8e8f95;color:#1d1e2c}a.Button_container__X9N6H{text-decoration:none}.Button_pendingSkeleton__mC08p{left:0;position:absolute;top:0;z-index:0}.ThankYouPage_container__0Q0jd{align-items:center;display:flex;flex-direction:column;text-align:center}.ThankYouPage_img__dPxc8{margin-bottom:20px}@media screen and (min-width:741px){.ThankYouPage_img__dPxc8{margin-bottom:30px}}.ThankYouPage_heading__wZdqj{color:#1d1e2c;font-size:36px;font-weight:600;line-height:1.1;margin-bottom:14px;text-align:center}@media screen and (min-width:741px){.ThankYouPage_heading__wZdqj{font-size:42px}}.ThankYouPage_description__RLJxC{color:#565661;font-size:20px;font-weight:300;line-height:1.5;margin-bottom:24px;text-align:center}@media screen and (min-width:741px){.ThankYouPage_description__RLJxC{margin-bottom:30px}}.ThankYouPage_homeBtn__-IBUL{margin-bottom:10px!important}.ThankYouPage_historyBtn__nk6mB,.ThankYouPage_homeBtn__-IBUL{font-weight:600;margin-top:0!important;max-width:100%;width:300px!important}.header{background:#fff}.header__sticky-stub{height:72px;left:0;position:absolute;top:0;width:100%}.header--sticky{left:0;position:-webkit-sticky;position:sticky;top:0;z-index:999}.header--sticky.show{animation:show-sticky-header .2s ease-in-out}.header--sticky.hide{animation:hide-sticky-header .24s ease-in-out;transform:translateY(-100%)}.header__logo{flex-shrink:0}@keyframes show-sticky-header{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes hide-sticky-header{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.header-menu-link{text-wrap:nowrap}.header-menu-link:first-child{margin-left:0}.layout{position:relative}.mobile-menu{z-index:1000}.mobile-menu.show{animation:show-mobile-menu .2s ease-in}.mobile-menu.hide{animation:hide-mobile-menu .2s ease-in;transform:translateY(100%)}@keyframes show-mobile-menu{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes hide-mobile-menu{0%{transform:translateY(0)}to{transform:translateY(100%)}}.back-button{background-color:initial;border:none;padding:5px}.text-2{font-weight:500;line-height:28px}.text-2--sat-100{color:#1d1e2c}.text-2--sat-75{color:#565661}.text-2--sat-50{color:#8e8f95}.text-2--sat-25{color:#c7c7ca}.text-2--sat-7{color:#efeff0}.text-2--sat-5{color:#f4f4f4}.text-2--sz-20{font-size:20px;line-height:28px}.text-2--sz-16{font-size:16px;line-height:24px}.text-2--sz-14{font-size:14px;line-height:20px}.text-2--sz-12{font-size:12px;line-height:16px}.text-2--weight-400{font-weight:400}.text-2--weight-500{font-weight:500}.text-2--weight-600{font-weight:600}.text-2--weight-700{font-weight:700}.text-2--weight-800{font-weight:800}.text-2--weight-900{font-weight:900}.card-2{align-items:center;background:#fff;border:1px solid #1d1e2c;border-radius:30px;display:flex;padding:12px 16px;width:100%}.card-2__content{flex-grow:1;overflow:hidden;text-overflow:ellipsis}.card-2__content>:last-child{margin-bottom:0}.card-2__picture{align-items:center;border:1px solid #000;border-radius:50%;display:flex;flex-shrink:0;height:60px;justify-content:center;margin-right:16px;overflow:hidden;width:60px}.card-2__picture>img,.card-2__picture>svg{max-height:100%;max-width:100%;object-fit:contain}.card-2__tagline{color:#565661;font-size:12px;font-weight:500;line-height:1.33;margin-bottom:4px;text-transform:uppercase}.card-2__heading{color:#1d1e2c;font-size:20px;font-weight:900;line-height:1.2;margin-bottom:8px}.card-2__description{color:#1d1e2c;font-size:14px;font-weight:500;line-height:1.43;text-decoration-line:underline}.badge{align-self:self-start;border-radius:7px;display:inline-block;padding:2px 6px;white-space:nowrap}h1>.badge:last-child,h2>.badge:last-child,h3>.badge:last-child,h4>.badge:last-child,h5>.badge:last-child,h6>.badge:last-child,p>.badge:last-child{margin-left:8px}h1>.badge:first-child,h2>.badge:first-child,h3>.badge:first-child,h4>.badge:first-child,h5>.badge:first-child,h6>.badge:first-child,p>.badge:first-child{margin-right:8px}.popup-2{background:#1d1e2c;border-radius:12px;color:#fff;max-width:400px;min-width:200px}.popup-2__heading{font-size:16px;font-weight:700;line-height:20px;margin-bottom:4px}.popup-2__description{color:#fffc;display:inline-block;font-size:14px;font-weight:500;line-height:20px;vertical-align:middle;white-space:pre-wrap}.popup-2__container{padding-left:16px;padding-right:16px}.popup-2:not(.popup-2--modal) .popup-2__arrow{filter:drop-shadow(0 3px 6px rgb(209,209,209))}.popup-2__footer{border-bottom:1px solid #d1d1d1;height:40px}.popup-2__actions{display:flex;gap:8px;padding:0 8px 8px}.popup-2__close-btn{background:#0000;border:none;color:#fff;font-size:16px;font-weight:700;line-height:20px;padding:10px 12px}.popup-2__close-btn:hover{color:#f4f4f4}.popup-2__body{padding-bottom:4px;padding-top:12px}.popup-2__overlay{animation-duration:.4s;animation-fill-mode:both;animation-iteration-count:1;animation-name:keyframe-modal-overlay-appearing;background:#00000073;overflow:hidden!important;z-index:2000}.guideline-card{background:#1d1e2c;border-radius:12px;color:#fff}.guideline-card__content{padding:12px 16px 4px}.guideline-card__heading{font-size:16px;font-weight:700;line-height:20px;margin-bottom:4px}.guideline-card__description{color:#fffc;display:inline-block;font-size:14px;font-weight:500;line-height:20px;margin-bottom:4px;vertical-align:middle;white-space:pre-wrap}.guideline-card__button{background:#0000;border:none;color:#fff;font-size:16px;font-weight:700;line-height:20px;padding:10px 12px}.guideline-card__button:hover{background-color:#f4f4f4}.guideline-card__actions{display:flex;gap:8px;padding:0 8px 8px}.guideline-card-reference{display:flex;position:absolute}.guideline-card-reference:before{align-items:center;aspect-ratio:1/1;background:#fff;border-radius:50%;box-sizing:initial;content:"";left:50%;min-height:100%;min-width:100%;padding:3px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:-1}.rec-feed-group{background:#fff;height:100vh}.rec-feed-group__container{height:100%}.rec-feed-group__wrapper{background:#e2f2f6;display:flex;flex-direction:column;height:100%;text-align:center}@media(min-width:632px){.rec-feed-group__wrapper{padding:0}}.rec-feed-group__recs{margin-bottom:16px}.rec-feed-group__recs .recommendations-sequence-item:last-child{margin-top:0}.r-f-g-rec-pointer{display:inline-block;height:48px;padding:0 12px}.r-f-g-rec-pointer__arrow{animation:rec-feed-group-pointer .5s ease-in-out infinite alternate}@keyframes rec-feed-group-pointer{0%{transform:translateY(0)}to{transform:translateY(100%)}}.rec-feed__item{padding:.05px}.rec-feed__item:not(:last-child)>:last-child{margin-bottom:20px!important}.rec-feed__virtual-container{position:relative;width:100%}.rec-feed__virtual-list{left:0;position:absolute;top:0;width:100%;z-index:2}.rec-feed__virtual-overlay{left:0;position:fixed;top:0;width:100%;z-index:1}.rec-feed-rec__wrapper{position:relative}.rec-feed-rec__stickable-wrapper{background:#fff;pointer-events:all}.rec-feed-rec__stickable-container{pointer-events:none;position:static;width:100%}.rec-feed-rec__stickable-container--sticky{left:0;position:absolute;top:0}.rec-feed-rec__stickable-container--sticky>.rec-feed-rec__stickable-wrapper{position:-webkit-sticky;position:sticky;top:0;transition:top .2s ease-in-out;z-index:1}.rec-feed-contents-btn{position:relative}.rec-feed-contents-btn,.rec-feed-fav-btn{background-color:#0000;border:none;display:flex}.rec-feed-contents__tabs{border:1px solid #1d1e2c;height:32px}.rec-feed-contents__tab{align-items:center;display:flex;padding:0 10px;text-decoration:none}.rec-feed-contents__tab:not(:last-child){border-right:1px solid #1d1e2c}.rec-feed-contents__tab.active{background-color:#c4e5ec;color:#1d1e2c;font-weight:600}.rec-feed-contents button{padding:0}.rec-feed-group-skeleton .rec-feed-group__wrapper{background-color:#e9e9ec}.rec-feed-group-skeleton .recommendations-sequence-title,.rec-feed-group-skeleton .section-title,.rec-feed-group-skeleton__recommendation{width:100%}.overview-page-skeleton__date{width:250px}.overview-page-skeleton .card{line-height:1}.overview-page-skeleton .card-header{position:relative;z-index:1}.overview-page-skeleton .card-header>*{box-shadow:0 0 5px 1px #e5e5e5}.overview-page-skeleton .card-header .card-tagline{width:30%}.overview-page-skeleton .card-header .card-info{width:50%}.overview-page-skeleton__card-cover{height:100%;left:0;position:absolute;top:0;width:100%}.overview-page-skeleton .recommendations-list-picture{background-color:initial;background-image:none}.overview-page-skeleton .recommendations-list-text-description{width:50%}.overview-page-skeleton__list-image{height:100%;line-height:1;width:100%}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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") format("woff")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.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(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.uploading-u-a-d-card__progress{background-color:#e2f2f6!important;margin-bottom:10px;position:static!important}.uploading-u-a-d-card__loader{width:100%}.u-a-documents__wrapper{margin-bottom:20px}.u-a-documents__slider{width:100%;z-index:0}.u-a-documents__slider-wrapper{display:flex;height:100%;width:100%}.u-a-documents__slide{flex:0 0 auto;height:120px;margin:0 10px 0 0;width:160px}.u-a-documents__slide:last-child{margin-right:0}.u-a-documents__slide .account-tests-download-progress{display:flex}@media(min-width:744px){.u-a-documents__slide{height:160px;width:210px!important}}.u-a-documents__switch{margin-bottom:20px!important;padding:0!important}.u-a-d-upload-card{color:#1c1d2b;font-size:18px;font-weight:500;line-height:110%;text-align:center}.u-a-d-upload-card .recommendations-item-cover{padding:10px!important}.u-a-d-upload-card button{margin-bottom:4px}.u-a-d-upload-card:hover button{opacity:.7}.u-a-d-card{cursor:pointer;position:relative}.u-a-d-card--checked:before{background-color:#1d1e2c1a;content:"";inset:0;position:absolute;z-index:1}.u-a-d-card__check{align-items:center;aspect-ratio:1;background-color:#fff;border-radius:50%;display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:56px;z-index:2}.u-a-d-card__check svg{stroke:#000;position:absolute;width:14px}
/*# sourceMappingURL=main.ae934b16.css.map*/