html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{border:none;margin:0;padding:0;width:auto;overflow:visible;cursor:pointer;background:rgba(0,0,0,0);color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input,textarea,button,select{font-family:"Noto Sans",Tahoma,Arial,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto !important;height:auto !important;z-index:0}.simplebar-offset{direction:inherit !important;box-sizing:inherit !important;resize:none !important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box !important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:before,.simplebar-content:after{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit !important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:black;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;transform:scale(0.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(0.9)}100%{transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(0.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(0.9)}100%{transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(0.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(0.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(0.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(0.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}100%{transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}100%{transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}100%{transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}100%{transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}100%{transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}100%{transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}@keyframes slideOutRight{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}@keyframes slideOutUp{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{transform:rotate(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0px) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}/*!
 * 
 *   simple-keyboard v3.4.77
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit;outline:0}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row .hg-button-container{margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px rgba(0, 0, 0, 0.3);box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5, 25, 70, 0.53);color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;max-width:272px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:rgba(0, 0, 0, 0.03);cursor:pointer}li.hg-candidate-box-list-item:active{background:rgba(0, 0, 0, 0.1)}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;background:#d0d0d0;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}audio,canvas,img,video{vertical-align:middle}form input,form select,form textarea{-webkit-appearance:none;text-overflow:ellipsis;outline:none;font-family:"Noto Sans",Tahoma,Arial,sans-serif}form input:focus,form input:active,form select:focus,form select:active,form textarea:focus,form textarea:active{text-overflow:ellipsis}form textarea{resize:vertical}fieldset{border:0;margin:0;padding:0}::-moz-selection{background:#caaf8c;text-shadow:none}::selection{background:#caaf8c;text-shadow:none}@font-face{font-family:"CharisSIL";font-display:swap;src:url("../fonts/charisSIL/Charis SIL.fd89c53f457e.eot");src:url("../fonts/charisSIL/Charis SIL.fd89c53f457e.eot?#iefix") format("embedded-opentype"),url("../fonts/charisSIL/Charis SIL.5557c2a490ee.woff") format("woff"),url("../fonts/charisSIL/Charis SIL.66981981842f.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"CharisSIL";font-display:swap;src:url("../fonts/charisSIL/Charis SIL Italic.a1923ce25a0a.eot");src:url("../fonts/charisSIL/Charis SIL Italic.a1923ce25a0a.eot?#iefix") format("embedded-opentype"),url("../fonts/charisSIL/Charis SIL Italic.73136b3728cc.woff") format("woff"),url("../fonts/charisSIL/Charis SIL Italic.152778146453.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"CharisSIL";font-display:swap;src:url("../fonts/charisSIL/Charis SIL Bold.697adb9ef1d2.eot");src:url("../fonts/charisSIL/Charis SIL Bold.697adb9ef1d2.eot?#iefix") format("embedded-opentype"),url("../fonts/charisSIL/Charis SIL Bold.e9cd8b96858b.woff") format("woff"),url("../fonts/charisSIL/Charis SIL Bold.653168c3bdfc.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"CharisSIL";font-display:swap;src:url("../fonts/charisSIL/Charis SIL Bold Italic.74b380cd290a.eot");src:url("../fonts/charisSIL/Charis SIL Bold Italic.74b380cd290a.eot?#iefix") format("embedded-opentype"),url("../fonts/charisSIL/Charis SIL Bold Italic.77899991d5b1.woff") format("woff"),url("../fonts/charisSIL/Charis SIL Bold Italic.04bdf66b753a.ttf") format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Noto Sans";font-display:swap;src:url("../fonts/noto-sans/300italic.f1819d91eed2.eot");src:url("../fonts/noto-sans/300italic.f1819d91eed2.eot?#iefix") format("embedded-opentype"),url("../fonts/noto-sans/300italic.be1cf6dd3129.woff") format("woff"),url("../fonts/noto-sans/300italic.51448e4d0cef.ttf") format("truetype");font-weight:300;font-style:italic}@font-face{font-family:"Noto Sans";font-display:swap;src:url("../fonts/noto-sans/italic.060234f66d1c.eot");src:url("../fonts/noto-sans/italic.060234f66d1c.eot?#iefix") format("embedded-opentype"),url("../fonts/noto-sans/italic.5a78182611b0.woff") format("woff"),url("../fonts/noto-sans/italic.246c0d55cdb3.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Noto Sans";font-display:swap;src:url("../fonts/noto-sans/700italic.c0e378e3dc02.eot");src:url("../fonts/noto-sans/700italic.c0e378e3dc02.eot?#iefix") format("embedded-opentype"),url("../fonts/noto-sans/700italic.96e004fb0eac.woff") format("woff"),url("../fonts/noto-sans/700italic.aed874828a77.ttf") format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Noto Sans";font-display:swap;src:url("../fonts/noto-sans/300.e49fa745203e.eot");src:url("../fonts/noto-sans/300.e49fa745203e.eot?#iefix") format("embedded-opentype"),url("../fonts/noto-sans/300.189b9297aaa5.woff") format("woff"),url("../fonts/noto-sans/300.983dc8cf6ba7.ttf") format("truetype");font-weight:300;font-style:nornal}@font-face{font-family:"Noto Sans";font-display:swap;src:url("../fonts/noto-sans/regular.3be1afd2711c.eot");src:url("../fonts/noto-sans/regular.3be1afd2711c.eot?#iefix") format("embedded-opentype"),url("../fonts/noto-sans/regular.24e6e8229504.woff") format("woff"),url("../fonts/noto-sans/regular.b9ba72dfa580.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Noto Sans";font-display:swap;src:url("../fonts/noto-sans/700.93ca2c42b755.eot");src:url("../fonts/noto-sans/700.93ca2c42b755.eot?#iefix") format("embedded-opentype"),url("../fonts/noto-sans/700.7207da591ca1.woff") format("woff"),url("../fonts/noto-sans/700.4acd2f55b815.ttf") format("truetype");font-weight:700;font-style:normal}.typography a{color:var(--deep-blue-hover);text-decoration:none}.hover .typography a:hover{text-decoration:underline}.typography ul{margin-bottom:2em;margin-left:.5em}.typography ul li{padding-left:50px;margin-bottom:.3em;position:relative;font-size:1em;line-height:1.5em}.typography ul li:before{content:"•";position:absolute;left:35px}.typography ol{margin-bottom:2em;counter-reset:section;list-style-type:none}.typography ol ol{padding-left:0;margin-bottom:0}.typography ol li{margin-bottom:.3em;padding-left:50px;position:relative;font-size:1em;line-height:1.5em;counter-increment:my-awesome-counter}.typography ol li:before{counter-increment:section;content:counters(section, ".") ". ";position:absolute;left:0;width:40px;text-align:right}.typography ol li:last-child{margin-bottom:0}.typography p{font-size:1em;line-height:inherit;margin-bottom:1.5em}@media print,screen and (max-width: 47.99875em){.typography p{margin-bottom:1.7em}}.typography span{color:var(--coral)}.typography i,.typography em{font-family:"CharisSIL",serif;font-size:1.05em}.typography i{font-style:italic;font-weight:300}.typography em{font-style:italic;font-weight:300;color:var(--coral)}.typography sup{vertical-align:top;font-family:"Noto Sans",Tahoma,Arial,sans-serif;font-size:.75em;line-height:1em;font-weight:400;font-style:normal;position:relative}.typography strong,.typography b{font-weight:700}.typography ul{margin-bottom:2em;margin-left:.5em}.typography ul li{padding-left:50px;margin-bottom:.3em;position:relative;line-height:1.5em}.typography ul li:before{content:"•";position:absolute;left:35px}.typography ol{margin-bottom:2em;counter-reset:section;list-style-type:none}.typography ol ol{padding-left:0;margin-bottom:0}.typography ol li{margin-bottom:.3em;padding-left:50px;position:relative;counter-increment:my-awesome-counter}.typography ol li:before{counter-increment:section;content:counters(section, ".") ". ";position:absolute;left:0;width:40px;text-align:right}.typography ol li:last-child{margin-bottom:0}.typography h1{margin-bottom:1.2em;font-family:"CharisSIL",serif;font-style:italic;font-weight:300;font-size:6.4em;line-height:.9em}@media print,screen and (max-width: 47.99875em){.typography h1{font-size:34px;line-height:35px;margin-bottom:25px}}.typography h2{font-size:27px;margin-bottom:.95em;position:relative;letter-spacing:-0.01em;padding-bottom:.1em;display:inline-block}@media print,screen and (max-width: 47.99875em){.typography h2{font-size:26px;margin-bottom:32px}}.typography h2:before{content:" ";position:absolute;border-bottom:1px solid var(--black);left:0;right:0;bottom:0}.typography h3{font-size:21px;margin-bottom:1.3em;position:relative;letter-spacing:-0.01em}.typography h4{margin-bottom:18px;font-size:2.4em;line-height:.9em;letter-spacing:-0.01em}@media print,screen and (max-width: 47.99875em){.typography h4{font-size:18px;line-height:1.3em;margin-bottom:25px}}.typography h5{margin-bottom:.1em;font-size:1.2em;line-height:2.2em;letter-spacing:-0.01em}.typography>*:last-child{margin-bottom:0}a.skip-link{background:var(--coral);left:50%;padding:1.2rem;position:fixed;top:0;transform:translate(-50%, -100%);transition:transform .3s;font-size:1.6rem;text-decoration:none;text-align:center;color:#fff}a.skip-link:focus,a.skip-link:active{transform:translate(-50%, 0)}::-webkit-input-placeholder{color:#acb1b0;opacity:1}::-moz-placeholder{color:#acb1b0;opacity:1}:-ms-input-placeholder{color:#acb1b0;opacity:1}:-moz-placeholder{color:#acb1b0;opacity:1}.ico-copy img,.ico-copy svg{width:1.4em}.ico-arrow img,.ico-arrow svg{width:1.4em;transition:all .3s ease}.ico-arrow.active img,.ico-arrow.active svg{transform:rotate(180deg)}.clear:after{content:"";display:block;width:100%;height:0;margin:0;padding:0;clear:both;border:none}.animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-animated-out{z-index:1}.owl-animated-in{z-index:0}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}html{-webkit-text-size-adjust:100%;height:-webkit-fill-available}body{-webkit-text-size-adjust:none;padding:0;font-family:"Noto Sans",Tahoma,Arial,sans-serif;color:var(--black)}body.body-fix{position:fixed}input[type=text],input[type=submit],textarea{-webkit-appearance:none}html.skrollr-mobile{overflow:inherit !important}.gr-head__nav{border-bottom:1px solid #b9b9b9 !important}::-moz-selection{background:#ffb196}::selection{background:#ffb196}html{min-height:100vh}html body{height:auto !important;min-height:100vh;min-height:-webkit-fill-available;display:flex;flex-direction:column}.ld{position:relative;display:flex;flex-direction:column;min-height:100vh;min-height:-webkit-fill-available;overflow:hidden;flex:1 0 auto;max-width:100vw}@media screen and (max-width: 767px){.ld{padding:0;width:100%}}.ld *{box-sizing:border-box}.ld-st-checkbox input{position:absolute;left:-99999px}.ld-st-checkbox input+label{display:block;padding-left:1.5em;position:relative;font-size:1.8em}.ld-st-checkbox input+label:before{content:" ";position:absolute;top:-1px;left:0;width:1em;height:1em;border:1px solid var(--black);border-radius:4px}.ld-st-checkbox input:checked+label:before{background:var(--black) url("../img/check.7734600e3d23.svg") center center no-repeat !important;background-size:6px auto !important}.ld-404{display:flex;align-items:center;align-self:center;min-height:100vh;text-align:center}.ld-404__logo{margin-bottom:61px}.ld-404__logo img{width:128px}.ld-404__header{font-size:2.4em;margin-bottom:.5em}.ld-404__back{font-size:2.3em;margin-bottom:1em}.ld-404__back a{color:#ed7c56;text-decoration:none;transition:color .2s linear;position:relative}.hover .ld-404__back a:hover{text-decoration:underline}.ld-btn{display:block;background:#2d3b60;border-radius:6px;text-align:center;color:#fff;height:5.6em;line-height:5.6em;text-decoration:none;transition:all .2s linear}@media screen and (max-width: 767px){.ld-btn{height:48px;border-radius:8px}}.ld-btn span{display:block;height:100%;font-size:1.8em}@media screen and (max-width: 767px){.ld-btn span{font-size:18px;line-height:45px}}.hover .ld-btn:hover{background:#485c99}.ld-btn--white{background:rgba(0,0,0,0);color:var(--black);border:1px dashed var(--black)}.hover .ld-btn--white:hover{background:#fff2e1}.ld-btn--min{height:4.4em;line-height:4.4em}.ld-btn--min span{font-size:1.6em}.ld-btn i{font-style:normal}@media screen and (max-width: 767px){.ld-btn i{display:none}}.ld-btn i+i{display:none}@media screen and (max-width: 767px){.ld-btn i+i{display:block}}.ld-input{width:100%;border:1px solid var(--black);border-radius:6px;font-size:2em;font-weight:400;height:2.8em;padding-left:.8em;box-sizing:border-box}@media screen and (max-width: 767px){.ld-input{font-size:14px}}.ld-input--min{font-size:1.6em;height:2.5em}@media screen and (max-width: 767px){.ld-input--min{height:4rem}}.ld-input[disabled]{background:#eaf1ef;border-color:#dde4e2}@media screen and (max-width: 767px){.ld-input--big-sm{height:48px}}.ld-form{padding:0 10em 3em 0;position:relative}.ld-form__head{margin-bottom:2.8em}@media screen and (max-width: 767px){.ld-form__head{position:relative;margin-bottom:10px}.ld-form__head:before{content:" ";position:absolute;background:url("../img/ico-arrow-sm.d62c106ac600.svg") 0 0 no-repeat;width:13px;height:9px;top:7px;right:0}}.ld-form__head._active:before{transform:rotate(180deg)}@media screen and (max-width: 767px){.ld-form__body{visibility:hidden;opacity:0;height:0;overflow:hidden;transition:.6s}.ld-search-form__header._active+.ld-form__body{visibility:visible;opacity:1;height:auto;overflow:inherit}}.ld-form__head-name{font-size:2.4em;line-height:1.4em;display:inline-block;vertical-align:top}@media screen and (max-width: 767px){.ld-form__head-name{font-size:18px}}.ld-form__subtitle{margin-bottom:2.4em}.ld-form__subtitle-name{font-size:2.2em;line-height:1.4em;display:inline-block;vertical-align:top}.ld-form__subtitle-name .ld-form__check-item{font-size:inherit}.ld-form__row-wr{position:relative}.ld-form__row{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;padding-right:11.5em;margin:0 -1em 2em}@media screen and (max-width: 767px){.ld-form__row{padding:0;margin:0;display:block}}.ld-form__row .ld-form__row{padding-right:0}.ld-form__row:last-child{margin-bottom:0}.ld-form__row--m{margin-bottom:5.6em}@media screen and (max-width: 767px){.ld-form__row--m{margin-bottom:0}}.ld-form__row-m0{margin-bottom:0}.ld-form__span{width:100%;padding:0 1em}@media screen and (max-width: 767px){.ld-form__span{padding:0;margin:0 0 32px}}.ld-form__span--6{width:50%}.ld-form__span--4-5{width:30.33333%}.ld-form__span--4{width:33.33333%}.ld-form__span--3{width:25%}.ld-form__span--2-5{width:20%}.ld-form__span--2{width:16.66666%}@media screen and (max-width: 767px){.ld-form__span{width:100%}}.ld-form__span--m0{margin-bottom:0 !important}@media screen and (max-width: 767px){.ld-form__span--m0{margin:0 0 32px !important}}.ld-form__span-btn{padding:3.8em 1em 0;width:29.2em;min-width:29.2em}@media screen and (max-width: 767px){.ld-form__span-btn{padding:0;margin:16px 0 0;width:100%}.ld-form__span-btn .ld-btn{width:100%}}.ld-form__input{position:relative}.ld-form__label{display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-height:3em;line-height:3em;margin-bottom:.8em}.ld-form__label label{display:block;font-size:1.6em;padding-top:.7em;line-height:1em}@media screen and (max-width: 767px){.ld-form__label label{font-size:14px;padding-top:7px}}@media screen and (max-width: 375px){.ld-form__label label{font-size:13px;padding-top:7px}}.ld-form__label label a{text-decoration:none;color:#1c1c1c;transition:color .2s linear}.hover .ld-form__label label a:hover{text-decoration:underline;color:#ed7c56}.ld-form__label .ld-form__check-item label:before{top:.6em !important}.ld-form__label-div{font-size:1.6em;padding-top:.7em;line-height:1em}@media screen and (max-width: 767px){.ld-form__label-div{font-size:14px;padding-top:7px}}@media screen and (max-width: 375px){.ld-form__label-div{font-size:13px;padding-top:7px}}.ld-form__label-div a{text-decoration:none;color:#1c1c1c}.hover .ld-form__label-div a:hover{text-decoration:underline;color:#ed7c56}.ld-form__label--header label{font-size:2.1em}.ld-form__label-pd{margin-top:2em}@media screen and (max-width: 767px){.ld-form__label-db-sm{display:block}.ld-form__label-db-sm .ld-form__setting{text-align:right}.ld-form__label-db-sm .ld-form__check-item{padding-right:0}.ld-form__label-db-sm .ld-form__check-item+.ld-form__setting{float:right;margin-top:-5px}}@media screen and (max-width: 767px){.ld-form__label-db-sm .ld-form__check-item label{font-size:14px !important}.ld-form__label-db-sm .ld-form__check-item label:before{top:.4em !important}}@media screen and (max-width: 375px){.ld-form__label-db-sm .ld-form__check-item label{font-size:13px !important}}.ld-form__setting-btn{display:inline-block;vertical-align:top;position:relative;margin-left:.8em}.ld-form__setting-btn .ld-form__setting-btn__lnk{transform:translateY(0.3em);display:block}.ld-form__setting-btn__ico{border:1px solid var(--black);width:3em;height:3em;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center}@media screen and (max-width: 767px){.ld-form__setting-btn__ico{width:24px;height:24px}}.ld-form__setting-btn__ico img,.ld-form__setting-btn__ico svg{width:1em}.ld-form__setting-btn__ico._ico-keyboard img,.ld-form__setting-btn__ico._ico-keyboard svg{width:1.8em}.hover .ld-form__setting-btn__ico:hover{background:#cde5f3}.ld-form__setting-btn__lnk{font-size:1.6em;text-decoration:underline;color:var(--black);transition:color .2s linear}@media screen and (max-width: 767px){.ld-form__setting-btn__lnk{font-size:14px}}@media screen and (max-width: 375px){.ld-form__setting-btn__lnk{font-size:13px}}.hover .ld-form__setting-btn__lnk:hover{color:#ed7c56}.ld-form__help-wr{padding:4em 7.7em 4em 5em;text-align:left}@media screen and (max-width: 767px){.ld-form__help-wr{padding:30px 20px}}.ld-form__help{position:fixed;z-index:100;background:#fff2e1;border:1px solid #f4e3b6;border-radius:10px;top:50%;right:50%;transform:translate(50%, -50%);width:60.3em;visibility:hidden;height:0px;overflow:hidden;transition:.25s;max-height:95%;overflow-y:auto}.ld-form__help._open{visibility:visible;height:auto}@media screen and (max-width: 767px){.ld-form__help._open{height:100vh !important}}@media screen and (max-width: 767px){.ld-form__help{z-index:110;top:0;left:0 !important;right:auto;width:100vw;max-height:100vh;overflow-y:auto;border-radius:0;border:0;transform:translate(0, 0)}}.ld-form__help h5{font-family:"Noto Sans",Tahoma,Arial,sans-serif;font-weight:400;font-size:2.2em;line-height:1.2em;margin-bottom:1em}.ld-form__help p{font-size:13.5px;line-height:1.4em;margin-bottom:1.3em}.ld-form__help p:last-child{margin-bottom:0}.ld-form__help ul{margin-bottom:2em;margin-left:.5em;font-size:13.5px}.ld-form__help ul li{padding-left:1em;margin-bottom:.3em;position:relative;font-size:13.5px;line-height:1.5em}.ld-form__help ul li:before{content:"•";position:absolute;left:0}.ld-form__help ol{margin-bottom:2em;list-style:none;counter-reset:my-awesome-counter}.ld-form__help ol li{padding-left:1em;margin-bottom:.3em;position:relative;font-size:13.5px;line-height:1.5em;counter-increment:my-awesome-counter}@media screen and (max-width: 767px){.ld-form__help ol li{font-size:16px;line-height:24px}}.ld-form__help ol li:before{content:counter(my-awesome-counter) ".";position:absolute;left:0}.ld-form__help strong{font-weight:700}.ld-form__help i,.ld-form__help em{font-style:italic}.ld-form__help a{color:#ed7c56;text-decoration:none}.hover .ld-form__help a:hover{text-decoration:underline}.ld-form__help-shadow{content:" ";display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:40;background:rgba(0,0,0,.6)}._open+.ld-form__help-shadow{display:block}.ld-form__help-close{position:absolute;top:3.5em;right:3.5em;width:calc(2em + 1px);height:calc(2em + 1px);transition:opacity .2s linear}@media screen and (max-width: 767px){.ld-form__help-close{right:2.5em;top:2.5em}}.ld-form__help-close:before{content:" ";position:absolute;left:0;right:0;top:50%;transform:rotate(45deg);height:1px;background:var(--black)}.ld-form__help-close:after{content:" ";position:absolute;left:0;right:0;top:50%;transform:rotate(-45deg);height:1px;background:var(--black)}.hover .ld-form__help-close:hover{opacity:.7}.ld-form__check-row{margin-top:10px}.ld-form__check-row .ld-form__check-item input+label:before{top:0em !important}.ld-form__check-list{position:absolute;padding-top:1.3em}@media screen and (max-width: 767px){.ld-form__check-list{position:relative;padding-top:17px}}.ld-form__check-list .ld-form__check-item label:before{top:0 !important}.ld-form__check-item{display:inline-block;vertical-align:top;font-size:1.6em;line-height:1.2em;padding-right:1em;color:var(--black)}@media screen and (max-width: 767px){.ld-form__check-item{font-size:16px;line-height:22px}}.ld-form__check-item input{position:absolute;left:-99999px}.ld-form__check-item input+label{display:block;padding-left:1.5em;position:relative}.ld-form__check-item input+label:before{content:" ";position:absolute;top:0;left:0;width:1em;height:1em;border:1px solid var(--black);border-radius:4px;background:#fff}.hover .ld-form__check-item input+label:hover:before{background-color:#cde5f3}.ld-form__check-item input:checked+label:before{background:var(--black) url("../img/check.7734600e3d23.svg") center center no-repeat !important;background-size:8px auto !important}@media screen and (max-width: 767px){.ld-form__check-item input:checked+label:before{background-size:12px auto}}.hover .ld-form__check-item input:checked+label:hover:before{background-color:#cde5f3}.ld-form__check-item label{font-size:1em}.ld-form__check-item label:before{top:0 !important}.ld-form__check-wr{margin-bottom:1.3em}.ld-form__check-wr:last-child{margin-bottom:0}.ld-form__check-pd{padding-top:.6em}.ld-form__row-size{padding:.5em 1.5em 0;margin:2em 11.5em 4em 0;background:#e0efea;border-radius:6px}@media screen and (max-width: 767px){.ld-form__row-size{background:#e0efea;padding:16px 12px;margin:35px 0 35px;border-radius:6px}}@media screen and (max-width: 375px){.ld-form__row-size{font-size:6.5px}.ld-form__row-size .ld-form__row-size__body input{width:35px}}.ld-form__row-size .ld-form__setting-btn{margin-top:.35em}.ld-form__row-size .ld-form__row{padding-right:0}.ld-form__row-size.e-hide-remove2{margin-top:0;margin-bottom:0}.ld-form__row-size .ld-input{background:#fff}.ld-form__row-size .ld-input[disabled]{background:#e0efea;border-color:#bed7d0}@media screen and (max-width: 767px){.ld-form__row-size .ld-form__label{line-height:22.5px}}.ld-form__row-size__body{padding:2em 0}@media screen and (max-width: 767px){.ld-form__row-size__body{padding:0}}.ld-form__row-size__body span{font-size:1.8rem;line-height:4rem;letter-spacing:.02em;margin-left:.5em}.ld-form__row-size__body span:first-child{margin-left:0}.ld-form__row-size__body input{width:50px;margin-right:.2em;border-radius:5px;padding:0;text-align:center}@media screen and (max-width: 767px){.ld-form__row-size__body input{background:none}}@media screen and (max-width: 767px){.ld-form__row-size__body+.ld-form__row{margin-top:32px}}.ld-form__row-size__body-flex{display:flex}@media screen and (max-width: 767px){.ld-form__row-size__body-flex{display:block}}.ld-form__row-size__body-flex .ld-form__row-select{margin-top:0;margin-left:10px}@media screen and (max-width: 767px){.ld-form__row-size__body-flex .ld-form__row-select{margin:10px 0 0}}.ld-form__row-size__body-flex .ld-form__row-select__body{width:57px}.ld-form__row-size__body-flex .ld-form__row-item span{padding-right:5px}.ld-form__row-size__body-flex .bv_atual{padding-left:5px}.ld-form__row-size__body-flex .bv_atual{line-height:22px}.ld-form__row-size__body-flex .ld-input{margin-left:.6rem}.ld-form__row-size__body-flex .arrow{top:1px}.ld-form__row-size__body-flex .ld-form__row-select{margin-right:20px}.ld-form__row-size__body-flex .ld-form__row-size__btn .ld-btn{margin:-12px 0 0;width:220px}@media screen and (max-width: 767px){.ld-form__row-size__body-flex .ld-form__row-size__btn .ld-btn{margin-top:15px}}.ld-form__row-size__body-flex .ld-form__row-size__btn .ld-btn span{line-height:1.3em;line-height:38px;font-size:16px}@media screen and (max-width: 767px){.ld-form__row-size__body-flex .ld-form__row-size__btn .ld-btn span{line-height:42px}}.ld-form__buttons{margin-top:8em}@media screen and (max-width: 767px){.ld-form__buttons{margin-top:48px}.ld-form__buttons .ld-form__span{margin-bottom:16px;text-align:center}}.ld-form__row-setting{position:absolute;top:3.8em;right:0}@media screen and (max-width: 767px){.ld-form__row-setting{display:none}}label .ld-form__row-setting{display:none;font-size:6px;position:relative;top:auto;right:auto;vertical-align:top;margin:-6px 0 0 0}@media screen and (max-width: 767px){label .ld-form__row-setting{display:inline-block}}.ld-form__row-setting__ico{display:inline-block;vertical-align:top;margin-left:.8em;transition:background .2s linear;border-radius:50%}.ld-form__row-setting__ico:first-child{margin-left:0}.ld-form__row-setting__ico img,.ld-form__row-setting__ico svg{width:4em;height:4em;pointer-events:none;display:block}.hover .ld-form__row-setting__ico:hover{background:#cde5f3}.ld-form__row-item{margin-bottom:2.4em}.ld-form__row-item:last-child{margin-bottom:0}.ld-form__year-birth .ld-input{width:42px;height:22px;margin-right:.5em;border-radius:4px;padding-left:5px}.ld-form__year-birth span{font-size:1.6em;margin-right:0}@media screen and (max-width: 767px){.ld-form__year-birth span{font-size:16px}}.ld-form__year-birth .ld-form__check-item{vertical-align:inherit;margin-left:.8em}@media screen and (max-width: 767px){.ld-form__year-birth .ld-form__check-item{display:block;padding-left:0;margin-left:0;margin-top:20px;font-size:16px}}.ld-form__row-select{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:-9px}.ld-form__row-select__body{width:127px}.ld-form__row-select__header{font-size:12px;padding:0 15px 1px 0}.ld-form__back{font-size:1.8em;color:var(--black);text-decoration:none;margin-top:1em;display:inline-block;text-decoration:underline;transition:color .2s linear}@media screen and (max-width: 767px){.ld-form__back{font-size:18px}}.hover .ld-form__back:hover{color:#ed7c56}.ld-form__input+.ld-form__input{margin-top:15px}.ld-form__radio-check{display:inline-block;font-size:12.5px;line-height:16px;margin-right:6px}@media screen and (max-width: 767px){.ld-form__radio-check{margin-bottom:5px}}.ld-form__radio-check input{position:absolute;left:-99999px}.ld-form__radio-check input+label{display:block;padding-left:1.5em;padding-top:0;position:relative;font-size:12px}.ld-form__radio-check input+label:before{content:" ";position:absolute;top:0;left:0;width:1em;height:1em;border:1px solid var(--black);border-radius:50%}.ld-form__radio-check input:checked+label:before{background:var(--black) url("../img/check.7734600e3d23.svg") center center no-repeat !important;background-size:6px auto !important}.ld-form__radio-select{font-size:12.5px}.ld-form__radio-select a{color:#ed7c56;text-decoration:none}.hover .ld-form__radio-select a:hover{text-decoration:underline}.ld-form__filter-row{margin-bottom:2.5em;max-width:400px}.ld-form__filter-row .ld-input{background:none}.ld-form__filter-row .ld-form__check-item input+label:before{background-color:rgba(0,0,0,0)}.results{margin-top:8px;padding:5px 0;font-size:12px;font-family:"Noto Sans",Tahoma,Arial,sans-serif;border:1px solid var(--black);border-radius:6px;background-color:#fff;z-index:5000;display:none;position:absolute;top:24px;left:0;min-width:300px}.results div{padding:1px 9px;cursor:pointer}.hover .results div:hover{opacity:.6}.results_big{top:36px}span.ld-form__row-setting__ico{cursor:default;background-color:rgba(0,0,0,0) !important;opacity:.4}.popup-checkbox{color:var(--black)}.popup-checkbox .popup__body{padding:5em 3em 3.5em;background:#cde5f3;text-align:left;width:940px;max-width:95%}@media screen and (max-width: 767px){.popup-checkbox .popup__body{padding:25px 10px;width:100%;box-sizing:border-box}}.popup_reqwf .popup-checkbox .popup__body,.popup_genre_fi .popup-checkbox .popup__body,.popup_sphereN .popup-checkbox .popup__body,.popup_typeF .popup-checkbox .popup__body,.popup_additional_syntax .popup-checkbox .popup__body{max-width:400px}.popup_reqflags .popup-checkbox .popup__body{max-width:600px}.popup-checkbox__head{padding-bottom:3.2em;margin-bottom:3.3em;border-bottom:1px solid var(--black);display:none}@media screen and (max-width: 767px){.popup-checkbox__head{margin:0 -20px 16px;padding:0 20px 16px}}.popup-checkbox__head span{font-size:3.6em;line-height:.9em;letter-spacing:-0.01em;position:relative;padding-right:1.5em;cursor:pointer}@media screen and (max-width: 767px){.popup-checkbox__head span{font-size:20px;display:block}}.popup-checkbox__head span:before{content:" ";position:absolute;top:.4em;right:0;background:url("../img/ico-arrow-bl-min.0ad40d588efa.svg") 0 0 no-repeat;background-size:contain;width:1em;height:1em;transform:rotate(180deg) translateY(0.4em)}.popup-checkbox__head.open span:before{transform:rotate(0deg)}.popup-checkbox__row-wr{transition:.25s;overflow:hidden;visibility:hidden;height:0px}.popup-checkbox__row-wr.open{visibility:visible;height:auto}@media screen and (max-width: 767px){.popup-checkbox__row-wr.open{height:auto !important}}.popup-checkbox__row-txt{transition:.25s;overflow:hidden;visibility:hidden;height:0px}.popup-checkbox__row-txt.open{visibility:visible;height:auto}.popup-checkbox__row{align-items:stretch;margin:0 -1.5em;display:flex;flex-direction:row;justify-content:space-between;transition:.2s;font-size:.75em}@media screen and (max-width: 767px){.popup-checkbox__row{display:block}}.popup-checkbox__span{width:50%;border-right:1px dashed var(--black);padding:0 1.5em}@media screen and (max-width: 767px){.popup-checkbox__span{width:auto;border:0}}.popup-checkbox__span:last-child{border-right:0}.popup-checkbox__header{margin-bottom:2.4em;cursor:pointer}@media screen and (max-width: 767px){.popup-checkbox__header{position:relative}.popup-checkbox__header:before{position:absolute;content:" ";background:url("../img/ico-arrow-sm.d62c106ac600.svg") 0 0 no-repeat;width:13px;height:9px;top:7px;right:0}.popup-checkbox__header._active:before{transform:rotate(180deg)}}.popup-checkbox__header span{font-size:2.8em;line-height:1.3em;letter-spacing:-0.01em}@media screen and (max-width: 767px){.popup-checkbox__header span{font-size:20px}}.popup-checkbox__header span[data-inverse]{cursor:pointer}.popup-checkbox__legend{font-size:1.8em;line-height:1.2em;margin:1em 0 3em}.popup-checkbox__list{padding:0;margin-bottom:3.2em}@media screen and (max-width: 767px){.popup-checkbox__list{transition:.25s;visibility:hidden;height:0px;overflow:hidden;margin:0;padding-top:2px}.popup-checkbox__list._open{visibility:visible;height:auto;margin-bottom:1.2em}}.popup-checkbox__list li{margin-bottom:1.6em}.popup-checkbox__list li ul{margin-top:1.6em}.popup-checkbox__list li li{padding-left:6em}.popup-checkbox__list label{display:block;position:relative;font-size:1.8em}.popup-checkbox__list input{position:absolute;left:-99999px}.popup-checkbox__list input+label{display:block;padding-left:1.5em;position:relative;font-size:1.8em}.popup-checkbox__list input+label:before{content:" ";position:absolute;top:-1px;left:0;width:1em;height:1em;width:10px;height:10px;border:1px solid var(--black);border-radius:4px}.popup-checkbox__list input:checked+label:before{background:var(--black) url("../img/check.7734600e3d23.svg") center center no-repeat !important;background-size:6px auto !important}.popup-checkbox__btn{padding:3.5em 0 0}@media screen and (max-width: 767px){.popup-checkbox__btn{padding-top:30px;display:flex;flex-direction:row;justify-content:space-between}}.popup-checkbox__btn a{margin-right:2em;display:inline-block;vertical-align:top;width:15.5em}@media screen and (max-width: 767px){.popup-checkbox__btn a{width:calc(50% - 4px);margin:0;height:49px}}@media screen and (max-width: 767px){.popup-checkbox__btn a span{line-height:49px;font-size:20px}}.hover .popup-checkbox__btn a.ld-btn--white:hover{background:#e6f2f9}.popup-checkbox__menu{position:relative}.popup-checkbox__menu-open{padding-bottom:3.2em;margin-bottom:3.3em;border-bottom:1px solid var(--black);text-decoration:none;color:var(--black);display:block}@media screen and (max-width: 767px){.popup-checkbox__menu-open{margin:0 -20px 16px;padding:0 20px 16px}}.popup-checkbox__menu-open span{font-size:3.6em;line-height:.9em;letter-spacing:-0.01em;position:relative;padding-right:1.5em;cursor:pointer;display:inline-block;vertical-align:top}@media screen and (max-width: 767px){.popup-checkbox__menu-open span{font-size:20px;display:block}}.popup-checkbox__menu-open span:before{content:" ";position:absolute;top:.2em;right:0;background:url("../img/ico-arrow-bl-min.0ad40d588efa.svg") 0 0 no-repeat;background-size:contain;width:1em;height:1em;transform:rotate(0deg)}.popup-checkbox__menu-open.open span:before{transform:rotate(180deg) translateY(0.4em)}.popup-checkbox__menu-list{position:absolute;top:100%;left:-1em;right:-1em;background:#cde5f3;z-index:10;padding:2em 1em 2em;visibility:hidden;opacity:0;height:0;overflow:hidden;transition:.2s}@media screen and (max-width: 767px){.popup-checkbox__menu-list{background:#fff}}.popup-checkbox__menu-list.open{visibility:visible;opacity:1;height:auto;overflow:inherit}.popup-checkbox__menu-list li{display:block;font-size:2.2em;line-height:1.3em;padding-bottom:.5em}.popup-checkbox__menu-list li a{color:var(--black);text-decoration:none}.tooltip{position:fixed;z-index:120;border-radius:8px;background:#ffb196;padding:8px 14px 8px 16px;font-size:14px;line-height:15px;color:var(--black);max-width:153px}.tooltip:before{content:" ";position:absolute;top:100%;right:7px;border-left:7px solid rgba(0,0,0,0);border-right:7px solid rgba(0,0,0,0);border-top:7px solid #ffb196}.tooltip-homonymy-no:before{right:auto;left:7px}.tooltip-homonymy-ok{background:#eaf1ef}.tooltip-homonymy-ok:before{border-top-color:#eaf1ef;right:auto;left:7px}[data-tooltip]{position:relative}[data-tooltip]:before{content:" ";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%}.ld-content{flex:1 0 auto}.ld-result-none,.ld-result-error{padding:0 3em 16em;margin:0 auto;max-width:144em;font-size:14px;display:none;text-align:center}.ld-result{padding:0 3em 16em 9em;margin:0 auto;max-width:144em;width:100%}@media screen and (max-width: 990px){.ld-result{padding:0 2em 10em 2em}}@media screen and (max-width: 767px){.ld-result{padding:28px 20px 10em 20px}}.ld-result__head{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;z-index:90;padding:0 3em 4em 9em;margin:0 auto;max-width:144em;width:100%}@media screen and (max-width: 990px){.ld-result__head{padding:0 2em 4em 2em}}@media screen and (max-width: 767px){.ld-result__head{padding:28px 20px 34px}}@media screen and (max-width: 767px){.ld-result__head{padding-bottom:17px}.ld-result__head:before{content:" ";position:absolute;z-index:15;left:-20px;right:-20px;bottom:0;border-bottom:1px dashed var(--black)}}.ld-result__setting{text-align:right;min-width:24em}@media screen and (max-width: 767px){.ld-result__setting{min-width:15px}}.ld-result__concordance{font-size:1.8em;position:relative;z-index:10}@media screen and (max-width: 990px){.ld-result__concordance{line-height:1.3em}}.ld-result__concordance .ld-result__concordance-head{margin:0 .7em .2em 0;display:none}@media screen and (max-width: 767px){.ld-result__concordance .ld-result__concordance-head{display:inline-block;vertical-align:top;font-size:17px;line-height:24px;white-space:nowrap;margin:.2em .5em .2em 0}}.ld-result__concordance .ld-result__concordance-head svg{display:none;margin:0 0 0 3px;width:13px;transform:translateY(-2px)}@media screen and (max-width: 767px){.ld-result__concordance .ld-result__concordance-head svg{display:inline}}.ld-result__concordance .ld-result__concordance-head.active svg{transform:rotate(180deg)}.ld-result__concordance .ld-result__concordance-body{display:inline-block;vertical-align:top}@media screen and (max-width: 767px){.ld-result__concordance .ld-result__concordance-body{position:absolute;top:46px;left:-20px;width:100vw;padding:20px 20px 20px;background:#fff;display:none}.ld-result__concordance .ld-result__concordance-body a{display:block;font-size:18px;line-height:24px;margin:0 0 16px}}.ld-result__concordance .ld-result__concordance-body a._def{color:#000;opacity:1;text-decoration:none !important;cursor:default}.ld-result__concordance .ld-result__concordance-body span{color:#000;opacity:1}@media screen and (max-width: 767px){.ld-result__concordance .ld-result__concordance-body span{display:none}}.ld-result__concordance a{color:var(--black);opacity:.5;text-decoration:none;margin-right:.5em;margin:.2em .9em .2em 0;white-space:nowrap;cursor:pointer}.ld-result__concordance a:last-child{margin-right:0}.ld-result__concordance a[href=""]{display:none}.hover .ld-result__concordance a:hover{opacity:.8;text-decoration:underline}.ld-result__concordance span{color:var(--black);opacity:.5;margin:.2em .5em .2em 0}.ld-result__list{max-width:96em}.ld-result__list._big{max-width:inherit}.ld-result__item{margin-bottom:5.8em}@media screen and (max-width: 767px){.ld-result__item{margin-bottom:36px}}.ld-result__item-head{margin-bottom:2.6em;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 767px){.ld-result__item-head{margin-bottom:16px;display:block}}.ld-result__item-head__name{padding-right:5em;white-space:nowrap;position:relative;padding-left:3em}@media screen and (max-width: 767px){.ld-result__item-head__name{padding-right:20px;padding-left:0}}.ld-result__item-head__name strong{font-weight:700;font-size:18px;line-height:22px;white-space:normal}.ld-result__item-head__name strong i{font-style:normal;position:absolute;left:-2em;top:0;width:3em;text-align:right}@media screen and (max-width: 767px){.ld-result__item-head__name strong i{position:relative;left:auto;width:auto;padding-right:5px}}.ld-result__item-head__name a{color:#000;text-decoration:none;transition:all .2s linear}.hover .ld-result__item-head__name a:hover{color:#e97d57}.ld-result__item-head__homonymy{display:inline-block;margin-left:1em;margin-top:-2px;position:relative;transform:translateY(-0.2em);font-size:8.5px;position:absolute}.ld-result__item-head__info{text-align:right;font-size:1.8em;line-height:1.3em;margin-top:.2em;white-space:nowrap}@media screen and (max-width: 767px){.ld-result__item-head__info{text-align:left;font-size:16px;line-height:24px;margin-top:17px;margin-bottom:17px}}.ld-result__item-head__info a{color:var(--black);opacity:.5;text-decoration:none;transition:all .2s linear}.hover .ld-result__item-head__info a:hover{text-decoration:underline;opacity:1}.ld-result__item-body{padding-left:5em}@media screen and (max-width: 767px){.ld-result__item-body{padding-left:0}}.ld-result__item-body p{font-size:1.8em;line-height:1.7em;margin-bottom:1.3em}@media screen and (max-width: 767px){.ld-result__item-body p{font-size:16px;line-height:24px}}.hover .ld-result__item-body p:hover .ld-result__setting-item{display:inline-block}.ld-result__item-body p a{color:var(--black);text-decoration:none;transition:color .2s linear}.ld-result__item-body p a.active{color:#ed7c56;font-family:"CharisSIL",serif;font-style:italic;font-weight:inherit;font-size:1.1em}.hover .ld-result__item-body p a:hover{color:#ed7c56}.ld-result__item-body p a.g-hidden{color:#fff}.ld-result__item-body p a.g-hidden:hover{color:red}.ld-result__item-body p a.g-i{font-style:italic;font-weight:300}.ld-result__item-body p a.g-em{color:#fa9108;font-weight:700}.ld-result__item-body p a.g-emm{letter-spacing:.5em}.ld-result__item-body p a.g-b{font-weight:700}.ld-result__item-body p a.g-sub{vertical-align:sub}.ld-result__item-body p a.g-sup{vertical-align:super}.ld-result__item-body p a.g-u{text-decoration:underline}.ld-result__item-body em{font-style:italic;font-weight:300;color:#ed7c56}.ld-result__pagination-wr{max-width:96em}.ld-result__pagination{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:2.2em;line-height:1.3em;letter-spacing:-0.01em;color:var(--black)}@media screen and (max-width: 767px){.ld-result__pagination{justify-content:space-between;display:block;text-align:center}}.ld-result__pagination ul{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;margin-right:.6em;margin-left:.9em}@media screen and (max-width: 767px){.ld-result__pagination ul{width:100%;display:block;margin:10px 0 15px}}.ld-result__pagination ul li{margin-left:.6em}@media screen and (max-width: 767px){.ld-result__pagination ul li{display:inline-block;vertical-align:top;margin-bottom:10px}}.ld-result__pagination ul li:first-child{margin-left:0}.ld-result__pagination ul li a{text-decoration:none;color:var(--black);transition:color .2s linear}.hover .ld-result__pagination ul li a:hover{color:var(--deep-blue-hover)}.ld-result__pagination ul li strong{font-weight:700}.ld-result__pagination-btn{margin-left:.6em}@media screen and (max-width: 767px){.ld-result__pagination-btn{display:inline-block}}.ld-result__pagination-btn a,.ld-result__pagination-btn span{width:1.6em;height:1.6em;border-radius:50%;border:1px solid var(--black);display:flex;flex-direction:row;justify-content:center;align-items:center;transition:width .2s linear}.ld-result__pagination-btn a img,.ld-result__pagination-btn a svg,.ld-result__pagination-btn span img,.ld-result__pagination-btn span svg{width:.7em}.ld-result__pagination-btn span{opacity:.3}.hover .ld-result__pagination-btn a:hover{background:#cde5f3}.ld-result__setting-list{position:absolute;white-space:nowrap;margin-top:1px;margin-left:3px}@media screen and (max-width: 767px){.ld-result__setting-list{position:relative;top:4px;margin-left:9px}}.hover .ld-result__setting-item{display:none}.ld-result__setting-item a{transition:opacity .2s linear;display:inline-block}.hover .ld-result__setting-item a:hover{opacity:.5}.ld-result ._el-hide{display:inherit !important}.ld-kwic{margin:0 auto 40px;width:100%}.ld-kwic td{vertical-align:top;font-size:1.8em;line-height:1.7em;margin-bottom:1.3em;word-wrap:break-word}.hover .ld-kwic td:hover .ld-result__setting-item{display:inline-block;transform:translateY(2px)}.ld-kwic__left{text-align:right;width:45%}@media screen and (max-width: 767px){.ld-kwic__left{max-width:calc(50vw - 60px)}}.ld-kwic__center{padding:0 10px;width:20px;white-space:nowrap}.ld-kwic__right{text-align:left}@media screen and (max-width: 767px){.ld-kwic__right{max-width:calc(50vw - 60px)}}.ld-kwic a{color:var(--black);text-decoration:none;transition:color .2s linear}.ld-kwic a.active{color:#ed7c56;font-family:"CharisSIL",serif;font-style:italic;font-weight:300}.hover .ld-kwic a:hover{color:#ed7c56}.ld-kwic a.g-hidden{color:#fff}.ld-kwic a.g-hidden:hover{color:red}.ld-kwic a.g-i{font-style:italic;font-family:"CharisSIL",serif;font-weight:300}.ld-kwic a.g-em{color:#fa9108;font-weight:700}.ld-kwic a.g-emm{letter-spacing:.5em}.ld-kwic a.g-b{font-weight:700}.ld-kwic a.g-sub{vertical-align:sub}.ld-kwic a.g-sup{vertical-align:super}.ld-kwic a.g-u{text-decoration:underline}.ld-kwic em{font-family:"CharisSIL",serif;font-style:italic;font-weight:300;color:#ed7c56}.ld-ngram_size{padding:0 3em 16em 9em;margin:0 auto;max-width:144em;width:100%}@media screen and (max-width: 990px){.ld-ngram_size{padding:0 2em 10em 2em}}@media screen and (max-width: 767px){.ld-ngram_size{padding:28px 20px 10em 20px}}.ld-ngram_size__body{padding-top:4em}.ld-stat{padding:0 3em 16em 9em;margin:0 auto;max-width:144em;width:100%}@media screen and (max-width: 990px){.ld-stat{padding:0 2em 10em 2em}}@media screen and (max-width: 767px){.ld-stat{padding:28px 20px 10em 20px}}.ld-stat__head{margin-bottom:2.5em}.ld-stat__header{font-size:21px;letter-spacing:-0.01em;margin-bottom:1.3em;position:relative;letter-spacing:-0.01em;padding-right:20px;cursor:pointer}.ld-stat__header:after{content:" ";position:absolute;width:25px;height:25px;background:url("../img/ico-arrow-d.2ba018890983.svg") center center no-repeat;background-size:12px auto;margin:-3px 0 0 8px;border:1px solid var(--black);border-radius:50%}.ld-stat__header._active:after{transform:rotate(180deg)}.ico-homonymy-ok,.ico-homonymy-no{display:flex;flex-direction:row;justify-content:center;align-items:center;width:2.6em;height:2.6em;border:1px solid var(--black);border-radius:50%;position:relative;margin:.3em 0 -0.3em 0}@media screen and (max-width: 767px){.ico-homonymy-ok,.ico-homonymy-no{margin-left:.8em}}.ico-homonymy-ok:before,.ico-homonymy-no:before{content:" ";position:absolute;top:-2px;left:0;width:100%;height:100%;border-radius:50%}.ico-homonymy-ok{display:none}._active .ico-homonymy-ok{display:flex}.ico-homonymy-ok img,.ico-homonymy-ok svg{width:1.5em}@media screen and (max-width: 767px){.ico-homonymy-ok img,.ico-homonymy-ok svg{width:12px}}._active .ico-homonymy-no{display:none}.ico-homonymy-no img,.ico-homonymy-no svg{width:.2em}.ico-st-copy{display:inline-block;font-size:.6em;vertical-align:top;margin:0 0 0 .5em}.ico-st-copy a:before{content:" ";display:block;width:14px;height:16px;background:url("../img/ico-copy.284e7af07cb6.svg") 0 0 no-repeat;background-size:contain}.ico-st-code{display:inline-block;font-size:.6em;vertical-align:top;margin:.4em 0 0 .5em}@media screen and (max-width: 767px){.ico-st-code{margin-left:12px}.ico-st-code:first-child{margin-left:0}}.ico-st-code a:before{content:" ";display:block;width:2.2em;height:1.64em;background:url("../img/ico-code.1feed2f3de0c.svg") 0 0 no-repeat;background-size:contain}._hide{display:none}.ld-st{display:inline-block;vertical-align:top;position:relative;text-align:right}@media screen and (max-width: 767px){.ld-st{position:inherit}}.ld-st__ico{border:1px solid var(--black);color:var(--black);border-radius:8px;width:3.8em;height:3.8em;position:relative;margin-left:1.2em;margin-bottom:.5em;display:flex;flex-direction:row;justify-content:center;align-items:center;text-decoration:none;transition:all .2s linear}@media screen and (max-width: 767px){.ld-st__ico{font-size:9.5px}}.ld-st__ico:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%}.hover .ld-st__ico:hover{background:#cde5f3}.ld-st__ico--sort img,.ld-st__ico--sort svg{width:2.5em}.ld-st__ico--setting img,.ld-st__ico--setting svg{width:2.4em}.ld-st__ico--download{width:auto;padding:0 1.5em}.ld-st__ico--download img,.ld-st__ico--download svg{width:1.8em;margin-left:.8em}.ld-st__ico--download span{font-size:1.8em}.ld-st__popup{position:absolute;z-index:30;top:-1px;right:-1px;width:55.5em;background:#cde5f3;border-radius:8px;transition:.25s;visibility:hidden;height:0px;overflow:hidden}.open .ld-st__popup{transform:translateY(0);visibility:visible;height:auto}@media screen and (max-width: 767px){.ld-st__popup{position:fixed;top:0;right:0;left:0;width:auto;margin-top:0;height:100%;border-radius:0;overflow-y:auto}}.ld-st__popup label:hover:before{background-color:#e6f2f9}.ld-st__popup [type=text]{transition:all .2s linear}.ld-st__popup [type=text]:hover{background-color:#e6f2f9}.ld-st__popup-wr{padding:4.9em 4.2em 4em 6em;text-align:left}@media screen and (max-width: 767px){.ld-st__popup-wr{padding:32px 20px}}.ld-st__popup--download .ld-st__popup-wr{padding:1.6em 4em 1.7em 2em}.ld-st__popup--download{min-width:50%;width:calc(100% - 1em)}.ld-st__popup-close{position:absolute;top:3em;right:3em;width:3em;height:3em;transform:rotate(45deg);transition:all .2s linear}.ld-st__popup-close:before{content:" ";position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:1px;background:var(--black);transition:all .2s linear}.ld-st__popup-close:after{content:" ";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:1px;background:var(--black);transition:all .2s linear}.hover .ld-st__popup-close:hover{opacity:.5}.ld-st__popup-close-ico{position:absolute;top:1.8em;right:1.7em}.ld-st__popup-close-ico img,.ld-st__popup-close-ico svg{width:1.8em}.ld-st__popup-head{margin-bottom:4.5em}@media screen and (max-width: 767px){.ld-st__popup-head{margin-bottom:24px}}.ld-st__popup-head span{font-size:2.4em}@media screen and (max-width: 767px){.ld-st__popup-head span{font-size:24px}}.ld-st__popup-header{font-weight:700;margin-top:1.3em}@media screen and (max-width: 767px){.ld-st__popup-header{font-size:16px}}.ld-st__popup-filter{margin:0 0 7px}@media screen and (max-width: 767px){.ld-st__popup-filter{font-size:10px}}.ld-st__popup-filter:last-child{margin:0}.ld-st__popup-filter li{margin-bottom:.45em;font-size:1.6em;line-height:1.3em}.ld-st__popup-filter li a{color:var(--black);text-decoration:none}.hover .ld-st__popup-filter li a:hover{text-decoration:underline}.ld-st__popup-filter li.active{font-weight:700}.hover .ld-st__popup-filter li.active a:hover{text-decoration:none;cursor:default}.ld-st__popup-filter._kwic{position:relative;opacity:.5}.ld-st__popup-filter._kwic:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:20}.ld-st__popup-filter._kwic._visible{opacity:1}.ld-st__popup-filter._kwic._visible:before{display:none}.ld-st__form-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:.9em}.ld-st__form-row input{width:2.65em;height:1.7em;padding:0 3px;margin-right:.4em;text-align:right;border:1px solid var(--black);font-size:1.6em;border-radius:3px;background:none}@media screen and (max-width: 767px){.ld-st__form-row input{font-size:16px;height:28px}}.ld-st__form-row span{font-size:1.6em;line-height:1.3em}@media screen and (max-width: 767px){.ld-st__form-row span{font-size:16px}}.ld-st__form-header{font-size:1.6em;line-height:1.3em;font-weight:700}.ld-st__form-header+.ld-st__form-checkbox{margin-top:10px}.ld-st__form-checkbox{margin:4.3em 0 1.5em}@media screen and (max-width: 767px){.ld-st__form-checkbox{margin:3.9em 0 2em}}.ld-st__form-checkbox input+label{font-size:1.6em}@media screen and (max-width: 767px){.ld-st__form-checkbox input+label{font-size:16px}}.ld-st__form-checkbox.disabled{position:relative;opacity:.5}.ld-st__form-checkbox.disabled:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:20}.ld-st__form-btn{margin:4em -4em 0 0}.ld-st__form-btn .ld-btn{display:inline-block;vertical-align:top;margin-right:1.3em;padding:0 1.1em;height:4.25em;line-height:4.25em}.ld-st__form-btn .ld-btn span{font-size:1.6em}@media screen and (max-width: 767px){.ld-st__form-btn .ld-btn{margin-right:12px;line-height:44px;height:44px;padding:0 15px}.ld-st__form-btn .ld-btn span{font-size:16px;line-height:44px}}.hover .ld-st__form-btn .ld-btn--white:hover{background:#e6f2f9}.ld-st__popup-download li{margin-bottom:.8em;font-size:1.6em;line-height:1.3em}.ld-st__popup-download li:last-child{margin:0}@media screen and (max-width: 767px){.ld-st__popup-download li{margin-bottom:.2em}}.ld-st__popup-download li a{color:var(--black);text-decoration:none}.hover .ld-st__popup-download li a:hover{text-decoration:underline}.ld-st__popup-download li.active{font-weight:700}.hover .ld-st__popup-download li.active a:hover{text-decoration:none;cursor:default}@media screen and (max-width: 767px){.ld-st-download{display:none !important}}@media screen and (max-width: 767px){._sm-hide{display:none}}._ds-hide{display:none}@media screen and (max-width: 767px){._ds-hide{display:inline-block}}@media screen and (max-width: 767px){._ico-keyboard{display:none}}@media screen and (max-width: 767px){._el-hide{display:none !important}}@media screen and (max-width: 767px){._el-pd0{padding:0;margin:0}}@media screen and (max-width: 767px){.popup:before{background:#fff !important}.popup .popup__body{background:#fff}.popup .popup__close:before,.popup .popup__close:after{background:#000}}.e-hide{visibility:hidden;opacity:0;height:0;overflow:hidden;transition:.2s}.e-hide.e-hide-open{visibility:visible;opacity:1;height:auto;overflow:inherit}.popup_explain{position:absolute;background:#d1e4f1;border:1px solid #2d3b60;z-index:100;max-width:540px}@media screen and (max-width: 767px){.popup_explain{position:fixed;top:0 !important;left:0 !important;right:0;bottom:0;overflow-y:auto}body .popup_explain{left:0 !important;right:0;width:auto}}.popup_explain__close{position:absolute;display:none;top:5px;right:5px;width:26px;height:26px}@media screen and (max-width: 767px){.popup_explain__close{display:block}}.popup_explain__close:before,.popup_explain__close:after{content:" ";position:absolute;top:50%;left:3px;right:3px;border-top:2px solid #000}.popup_explain__close:before{transform:rotate(-45deg)}.popup_explain__close:after{transform:rotate(45deg)}.popup_explain__head{padding:10px;font-weight:700;font-size:2.4em;position:relative;min-height:20px;padding-right:30px}.popup_explain__row{display:flex;justify-content:flex-start;align-items:stretch;font-size:12px}.popup_explain__row-footer{border-top:1px solid #2d3b60}.popup_explain__row-name{padding:10px;width:150px;font-weight:700}@media screen and (max-width: 767px){.popup_explain__row-name{min-width:150px}}.popup_explain__row-value{background:#fff;padding:10px;width:350px;word-wrap:break-word}@media screen and (max-width: 767px){.popup_explain__row-value{width:calc(100% - 190px);word-wrap:break-word}}.popup_explain__row-value a{color:#e97d57;text-decoration:none}.hover .popup_explain__row-value a:hover{text-decoration:underline}.popup_explain__review-lnk{padding:10px;font-size:12px;text-align:right}.popup_explain__review-lnk a{color:#000;cursor:pointer}.hover .popup_explain__review-lnk a:hover{text-decoration:underline}.popup_explain__review-form{display:none;padding:10px}.popup_explain__review-form textarea{width:100%;height:80px;box-sizing:border-box}.popup_explain__review-head{font-size:12px;font-weight:700;margin:0 0 15px}.popup_explain__review-btn{margin:10px 0 0}.popup_explain__review-btn input{border:1px solid #2d3b60;border-radius:6px;display:inline-block;vertical-align:top;font-size:1.6em;line-height:2.4em;padding:0 1.6em;color:#fff;background:#2d3b60;text-decoration:none;transition:background .2s linear;min-width:14em;text-align:center;cursor:pointer}.hover .popup_explain__review-btn input:hover{background:#485c99}.ld-graphic{display:none;position:relative;z-index:70}.ld-graphic__chart-main{position:relative;font-size:12px}.ld-graphic__chart-table{padding:0 0 50px}.ld-graphic__chart-table__open{font-size:18px;margin:20px 0 20px}.ld-graphic__chart-table__open a{text-decoration:none;color:var(--black);transition:color .2s linear;position:relative;padding-right:20px}.hover .ld-graphic__chart-table__open a:hover{color:#ed7c56}.ld-graphic__chart-table__open a ._1{display:none}.ld-graphic__chart-table__open a:before{content:" ";position:absolute;background:url("../img/ico-arrow-sm.d62c106ac600.svg") 0 0 no-repeat;width:13px;height:9px;top:8px;right:0}.ld-graphic__chart-table__open a._active:before{transform:rotate(180deg)}.ld-graphic__chart-table__open a._active ._1{display:inline}.ld-graphic__chart-table__open a._active ._0{display:none}.ld-graphic__chart-table__wr a{display:block;text-decoration:none;color:var(--black);font-weight:300}.hover .ld-graphic__chart-table__wr a:hover{text-decoration:underline}.ld-graphic__table-2{width:450px !important;margin-right:20px}.ld-graphic__table-1{width:auto !important;flex:1 1 auto;margin-right:20px}.ld-graphic__table-3{width:500px !important;max-width:100%}.ld-graphic__table-3 td:last-child{width:130px;white-space:nowrap}.ld-graphic__table-4{width:auto !important;max-width:100%}.ld-graphic__table-4 tr td:last-child{-moz-text-align-last:left;text-align-last:left}.ld-graphic__table-4 thead td{font-family:"CharisSIL",serif}.ld-graphic__table-4 thead td:last-child{padding-left:30px}.ld-graphic__table-4 tbody tr td:last-child{font-family:"CharisSIL",serif;font-weight:300;padding-left:30px;white-space:nowrap}.ld-graphic__table-4 tbody tr td:nth-child(2){width:85px}.ld-graphic__table-4 tbody tr td:nth-child(3){width:85px}.ld-graphic__table-4 tbody tr td:nth-child(4){width:100px}.ld-graphic .ld-form__row-size{margin-top:0;margin-bottom:0;padding:0;background:none}@media print,screen and (max-width: 47.99875em){._table-flex{overflow-x:auto}._table-flex table{width:100% !important}}@media print,screen and (min-width: 48em){._table-flex{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}}.tooltip-chart{position:absolute;visibility:hidden;background:rgba(230,230,250,.8);max-width:300px;padding:5px;border-radius:3px;font-size:13px;line-height:1.3em}.ld-dropdown{width:350px;max-width:100%;position:relative;z-index:20}.ld-dropdown__head{margin-bottom:1em;padding:0 5px}@media screen and (max-width: 767px){.ld-dropdown__head{margin-bottom:23px;position:relative}}.ld-dropdown__head span{position:relative;font-size:2.4em;line-height:1.2em;letter-spacing:-0.02em;display:inline-block;vertical-align:top;padding-right:2em;padding-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}@media screen and (max-width: 767px){.ld-dropdown__head span{font-size:15px;line-height:22px;padding-right:0;position:initial}}.ld-dropdown__head span:before{content:" ";position:absolute;top:7px;right:0;width:13px;height:9px;background:url("../img/ico-arrow-sm.d62c106ac600.svg") 0 0 no-repeat;background-size:12px auto}@media screen and (max-width: 767px){.ld-dropdown__head span:before{top:7px;border:0}}.ld-dropdown__head._active span:before{transform:rotate(180deg)}.ld-dropdown__body{position:absolute;left:0;right:0;background:#fff;padding:5px}.ld-dropdown__item{font-size:2.4em;line-height:1.2em;letter-spacing:-0.02em;cursor:pointer;margin-bottom:3px;transition:all .2s linear}@media screen and (max-width: 767px){.ld-dropdown__item{font-size:18px;line-height:22px;padding-right:0}}@media screen and (max-width: 767px){.ld-dropdown__item{font-size:15px}}.hover .ld-dropdown__item:hover{opacity:.5}.ld-subcorpus-btn{padding:0 3em 12em 9em;margin:-11em auto 0;max-width:144em;width:100%}.ld-subcorpus-btn .ld-form__span{width:auto}.ld-subcorpus-btn .ld-form__span a span{padding-left:30px;padding-right:30px}.load{position:fixed;width:100%;height:100%;top:0;left:0;z-index:9999;background:rgba(0,0,0,.2);display:block}.load:before{content:" ";position:absolute;top:50%;left:50%;width:66px;height:66px;transform:translate(-50%, -50%);background:url("../img/spinner.e49c31a7be49.gif") center center no-repeat;background-size:contain}#floatingCirclesG{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:125px;height:125px;margin:auto;transform:scale(0.6)}.f_circleG{position:absolute;background-color:#fff;height:22px;width:22px;border-radius:12px;-webkit-animation-name:f_fadeG;animation-name:f_fadeG;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:normal;animation-direction:normal}#frotateG_01{left:0;top:51px;-webkit-animation-delay:.45s;animation-delay:.45s}#frotateG_02{left:15px;top:15px;-webkit-animation-delay:.6s;animation-delay:.6s}#frotateG_03{left:51px;top:0;-webkit-animation-delay:.75s;animation-delay:.75s}#frotateG_04{right:15px;top:15px;-webkit-animation-delay:.9s;animation-delay:.9s}#frotateG_05{right:0;top:51px;-webkit-animation-delay:1.05s;animation-delay:1.05s}#frotateG_06{right:15px;bottom:15px;-webkit-animation-delay:1.2s;animation-delay:1.2s}#frotateG_07{left:51px;bottom:0;-webkit-animation-delay:1.35s;animation-delay:1.35s}#frotateG_08{left:15px;bottom:15px;-webkit-animation-delay:1.5s;animation-delay:1.5s}@-webkit-keyframes f_fadeG{0%{background-color:#000}100%{background-color:#fff}}@keyframes f_fadeG{0%{background-color:#000}100%{background-color:#fff}}._lock{overflow:hidden}.popup{-webkit-overflow-scrolling:touch;padding:30px 10px;position:fixed;top:0;left:0;width:100%;height:100%;transition:all .1s ease .1s;visibility:hidden;opacity:0;box-sizing:border-box;z-index:-1}@media screen and (max-width: 767px){.popup{padding-top:40px}}.popup:before{content:"";background-color:rgba(0,0,0,.6);position:fixed;width:100%;height:100%;top:0;left:0;opacity:1}@media screen and (max-width: 767px){.popup:before{background-color:rgba(0,0,0,.75)}}.popup._active{overflow:auto;visibility:visible;opacity:1;z-index:100}.popup._active:before{opacity:1}.popup__close{position:absolute;z-index:10;width:2.5em;height:2.5em;top:2em;right:2em}@media screen and (max-width: 767px){.popup__close{top:-4em;right:1em;width:3.5em;height:3.5em}}.popup__close:before{content:" ";position:absolute;left:0;right:0;top:50%;transform:rotate(45deg);height:1px;background:#000}@media screen and (max-width: 767px){.popup__close:before{background-color:#fff}}.popup__close:after{content:" ";position:absolute;left:0;right:0;top:50%;transform:rotate(-45deg);height:1px;background:#000}@media screen and (max-width: 767px){.popup__close:after{background-color:#fff}}.popup__content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;min-height:100%;flex:1 1 auto;width:100%;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.popup__content{display:block}}.popup__body{position:relative;background:#fff;padding:5em 7em 5em;text-align:center;width:84em}@media screen and (max-width: 767px){.popup__body{padding:5em 2em 2em;width:36em}}.input-keyboard{width:100%;border:4px solid #ececec;padding:1em;font-family:"Roboto",sans-serif;font-size:1.8em;margin-bottom:.5em;border-radius:5px;box-sizing:border-box}.hg-theme-default{font-size:1.6em}.ld-article{padding:4.8em 0 0}.ld-article a{color:var(--deep-blue-hover);text-decoration:none}.hover .ld-article a:hover{text-decoration:underline}.ld-article__wr{padding:0 3em 0 9em;margin:0 auto;max-width:144em}@media screen and (max-width: 990px){.ld-article__wr{padding:0 2em}}@media screen and (max-width: 767px){.ld-article__wr{padding:0 20px}}.ld-article__header{margin-bottom:1.2em;font-family:"CharisSIL",serif;font-style:italic;font-weight:300;font-size:6.4em;line-height:.9em}@media screen and (max-width: 767px){.ld-article__header{font-size:3.4rem;margin-bottom:2.5rem}}.ld-article__row{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:4.7em}@media screen and (max-width: 767px){.ld-article__row{justify-content:flex-end;flex-direction:column-reverse;align-items:stretch}}.ld-article__body{width:calc(100% - 52.1em)}@media screen and (max-width: 767px){.ld-article__body{width:auto}}.ld-article__row--big .ld-article__body{width:calc(100% - 40.8em)}@media screen and (max-width: 767px){.ld-article__row--big .ld-article__body{width:100%}}.ld-article__body h1{margin-bottom:1.2em;font-family:"CharisSIL",serif;font-style:italic;font-weight:300;font-size:6.4em;line-height:.9em}@media screen and (max-width: 767px){.ld-article__body h1{font-size:34px;line-height:35px;margin-bottom:25px}}.ld-article__body h4{margin-bottom:18px;font-size:2.4em;line-height:.9em;letter-spacing:-0.01em}@media screen and (max-width: 767px){.ld-article__body h4{font-size:18px;line-height:1.3em;margin-bottom:25px}}.ld-article__body h5{margin-bottom:16.5px;font-size:2.2em;line-height:.9em;letter-spacing:-0.01em}@media screen and (max-width: 767px){.ld-article__body h5{font-size:16px;line-height:1.3em;margin-bottom:25px}}.ld-article__body span{color:#e97d57}.ld-article__body i,.ld-article__body em{font-family:"CharisSIL",serif;font-size:1.05em;font-style:italic;font-weight:300}.ld-article__body em{color:var(--coral)}.ld-article__body sup{vertical-align:top;font-family:"Noto Sans",Tahoma,Arial,sans-serif;font-size:.75em;line-height:1em;font-weight:400;font-style:normal;position:relative}.ld-article__body strong,.ld-article__body b{font-weight:700}.ld-article__body p{font-size:14px;line-height:1.7em;margin-bottom:1.7em}@media screen and (max-width: 767px){.ld-article__body p{font-size:16px;line-height:24px}}.ld-article__body ul{margin-bottom:2em;margin-left:.5em}.ld-article__body ul li{padding-left:50px;margin-bottom:.3em;position:relative;font-size:14px;line-height:1.5em}@media screen and (max-width: 767px){.ld-article__body ul li{font-size:16px}}.ld-article__body ul li:before{content:"•";position:absolute;left:35px}.ld-article__body ol{margin-bottom:2em;counter-reset:section;list-style-type:none}.ld-article__body ol ol{padding-left:0;margin-bottom:0}.ld-article__body ol li{margin-bottom:.3em;padding-left:50px;position:relative;font-size:14px;line-height:1.5em;counter-increment:my-awesome-counter}@media screen and (max-width: 767px){.ld-article__body ol li{font-size:16px;line-height:24px}}.ld-article__body ol li:before{counter-increment:section;content:counters(section, ".") ". ";position:absolute;left:0;width:40px;text-align:right}.ld-article__body ol li:last-child{margin-bottom:0}.ld-article__ol-mb li{margin-bottom:1.7em !important}.ld-article__ol-mb li:before{font-weight:700}.ld-article__ol-mb ol{margin-top:1.7em !important;margin-left:-50px}.ld-article__ol-bold li:before{font-weight:400;font-size:21px}.ld-article__ol-bold ol li:before{font-weight:400;font-size:inherit}.ld-article__additionally{width:44.6em;position:relative}@media screen and (max-width: 767px){.ld-article__additionally{width:auto;margin:0 0 40px !important}}.ld-article__row--big .ld-article__additionally{width:36em}@media screen and (max-width: 767px){.ld-article__row--big .ld-article__additionally{width:auto}}.ld-article__h2,.ld-article__body h2{font-size:2.7rem;position:relative;letter-spacing:-0.01em;padding-bottom:.1em;display:inline;background-image:linear-gradient(var(--black), var(--black));background-repeat:no-repeat;background-position:bottom left;background-size:100% 1px;line-height:1.4}.ld-article__h2::after,.ld-article__body h2::after{display:block;content:"";width:100%;margin-bottom:.95em;height:1px}@media print,screen and (max-width: 47.99875em){.ld-article__h2,.ld-article__body h2{font-size:2.6rem}.ld-article__h2::after,.ld-article__body h2::after{margin-bottom:3.2rem}}.ld-article__h3,.ld-article__body h3{font-size:2.4rem;letter-spacing:-0.01em;margin-bottom:1.3em;position:relative;line-height:1.3em}.ld-article__menu{background:#cde5f3;border-radius:10px;padding:1.4rem 0;margin:0;font-size:1.8rem}@media print,screen and (min-width: 48em){.ld-article__menu{position:absolute;right:0;top:0;left:0;margin-top:1.9em;font-size:2.2rem;padding:2.5rem 0}}.ld-article__menu li{position:relative}.ld-article__menu li:before{content:" ";position:absolute;bottom:0;left:1.4em;right:1.4em;border-bottom:1px dashed var(--black)}@media print,screen and (min-width: 48em){.ld-article__menu li:before{left:4rem;right:4rem}}.ld-article__menu li:last-child:before{display:none}.ld-article__menu li a{display:block;text-decoration:none;color:var(--black);font-family:"CharisSIL",serif;font-style:italic;font-weight:300;padding:1.2rem 2.2rem 1.2rem 6rem}@media print,screen and (min-width: 48em){.ld-article__menu li a{padding:2rem 4rem 2rem 10rem}}.hover .ld-article__menu li a:hover{text-decoration:underline}.ld-article__menu li span{position:absolute;font-family:"Noto Sans",Tahoma,Arial,sans-serif;font-weight:400;font-style:normal;left:2.5rem;top:1.3rem}@media print,screen and (min-width: 48em){.ld-article__menu li span{left:4.2rem;top:2rem}}@media print,screen and (max-width: 47.99875em){.ld-article__menu li span{font-size:1.6rem}}.ld-article__menu li:hover{background:rgba(255,255,255,.4)}.ld-article__menu li:hover a{text-decoration:none !important}.ld-article__menu li.active{background:rgba(255,255,255,.4)}.ld-article__menu li.active a{text-decoration:none !important;cursor:default !important}.ld-article__q{padding:2.8em 4em;border:1px dashed var(--black);border-radius:8px}@media screen and (max-width: 767px){.ld-article__q{padding:16px}}.ld-article__q span{font:300 2.6em/1.3em "CharisSIL",serif;font-style:italic}@media screen and (max-width: 767px){.ld-article__q span{font-size:18px;line-height:26px}}.ld-article__sup{max-width:23em;padding-top:.4em}.ld-article__sup p{font-size:1.4em;line-height:1.1em;letter-spacing:-0.01em}.ld-article__sup-number{font-size:1.8em;margin-bottom:.6em}.ld-article__sup-name{font:300 2em/1.3em "CharisSIL",serif;font-style:italic}.ld-article__sup-comment{font-size:1.4em;line-height:1.1em;letter-spacing:-0.01em;color:rgba(0,0,0,.5);margin-bottom:1em}@media screen and (max-width: 767px){.ld-article__table-scroll{width:calc(100% + 20px);overflow-x:auto;margin-right:-20px}.ld-article__table-scroll table{width:900px;margin-right:20px}}.ld-article__table{width:100%;border-top:1px solid var(--black);border-bottom:1px solid var(--black);color:#000;margin-bottom:3em}p+.ld-article__table{margin-top:5.7em}.ld-article__table thead{background:#eaf1ef;border-top:1px solid var(--black);border-bottom:1px solid var(--black)}.ld-article__table thead+thead{border-top:0}.ld-article__table thead tr{position:relative}.ld-article__table thead tr:after{content:" ";position:absolute;left:0;right:0;bottom:0}.ld-article__table thead th{text-align:left;font:300 1.8em/1.3em "CharisSIL",serif;font-style:italic;padding:.8em .1em .8em .5em;width:7.2em}@media screen and (max-width: 767px){.ld-article__table thead th{font-size:18px;line-height:26px}}.ld-article__table thead td{text-align:right;font-weight:300;font-style:italic;font-size:14px;line-height:1.3em;font-family:"CharisSIL",serif;padding:1.15em 10px 1.15em .3em}@media screen and (max-width: 767px){.ld-article__table thead td{font-size:16px;line-height:24px}}.ld-article__table tbody tr{position:relative}.ld-article__table tbody tr:after{content:" ";position:absolute;left:0;right:0;bottom:0;border-bottom:1px dashed var(--black)}.ld-article__table tbody tr:last-child{border:0}.ld-article__table tbody tr:last-child:after{display:none}.ld-article__table tbody th{text-align:left;padding:.6em .5em;width:7.2em}.ld-article__table tbody td,.ld-article__table tbody th{font-size:14px;line-height:1.3em;padding:.6em 10px .6em .3em}@media screen and (max-width: 767px){.ld-article__table tbody td,.ld-article__table tbody th{font-size:16px;line-height:24px}}.ld-article__table tbody td{text-align:right}.ld-article__table a{color:var(--deep-blue-hover);text-decoration:none;font-style:italic;font-family:"CharisSIL",serif;font-weight:300}.hover .ld-article__table a:hover{text-decoration:underline}.ld-article__table:last-child{margin-right:0 !important}.ld-article__table-txt{width:100%;color:#000;margin-bottom:3em}p+.ld-article__table-txt{margin-top:5.7em}.ld-article__table-txt thead th{text-align:left;font:300 13.5em/1.3em "CharisSIL",serif;font-style:italic;padding:.8em .1em .8em .5em;white-space:nowrap}@media screen and (max-width: 767px){.ld-article__table-txt thead th{font-size:18px;line-height:26px}}.ld-article__table-txt thead td{font-size:14px;line-height:1.3em;padding:13.5em 10px 1.15em .3em}@media screen and (max-width: 767px){.ld-article__table-txt thead td{font-size:16px;line-height:24px}}.ld-article__table-txt tbody th{text-align:left;font-size:14px;line-height:1.3em;font-weight:400;padding:5px 10px 5px 0px;color:#e97d57;width:105px}._tb_th-0 .ld-article__table-txt tbody th{width:80px}._tb_th-1 .ld-article__table-txt tbody th{width:135px}._tb_th-2 .ld-article__table-txt tbody th{width:165px}._tb_th-3 .ld-article__table-txt tbody th{width:195px}@media screen and (max-width: 767px){.ld-article__table-txt tbody th{font-size:18px;line-height:26px}}@media screen and (min-width: 768px){.ld-article__table-txt tbody th{white-space:nowrap}}.ld-article__table-txt tbody td{font-size:14px;line-height:1.3em;padding:5px 0px 5px 0px}@media screen and (max-width: 767px){.ld-article__table-txt tbody td{font-size:16px;line-height:24px}}.ld-article__table-chart{width:100%;margin-bottom:4em}.ld-article__table-chart thead{border-bottom:2px solid var(--black)}.ld-article__table-chart thead th{font:300 2em/1.3em "CharisSIL",serif;font-style:italic;padding:14px 7px;text-align:left}@media screen and (max-width: 767px){.ld-article__table-chart thead th{font-size:18px;line-height:26px}}.ld-article__table-chart thead td{font:300 2em/1.3em "CharisSIL",serif;font-style:italic;padding:14px 7px;text-align:right}@media screen and (max-width: 767px){.ld-article__table-chart thead td{font-size:18px;line-height:26px}}.ld-article__table-chart tbody th{font-size:1.6em;font-weight:400;padding:5px 12px;text-align:left;border-bottom:1px solid #b5b5b5;width:6em}@media screen and (max-width: 767px){.ld-article__table-chart tbody th{font-size:16px;line-height:24px}}.ld-article__table-chart tbody td{font-size:1.6em;line-height:1.3em;padding:9px 15px;text-align:right;border-bottom:1px solid #b5b5b5}@media screen and (max-width: 767px){.ld-article__table-chart tbody td{font-size:16px;line-height:24px;padding-right:7px}}.ld-article__table-chart tbody td i{font-style:normal;margin-right:-12px;position:relative}.ld-article__table-chart tbody tr:last-child th,.ld-article__table-chart tbody tr:last-child td{border:0}.ld-article__alphabet{text-align:center;font-weight:700;font-size:2.8em;letter-spacing:-0.01em;margin-bottom:1.3em;position:relative;letter-spacing:-0.01em}.ld-article ._no-marker li{padding-left:0}.ld-article ._no-marker li:before{display:none}.ld-article ._no-marker li ul{padding-left:1em}.ld-article__columns{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 767px){.ld-article__columns{display:block}}.ld-article__column{margin-bottom:20px}@media screen and (max-width: 767px){.ld-article__column{width:100% !important}}.ld-chart-line{position:relative;min-width:300px}.ld-chart-line span{display:block;background:linear-gradient(90deg, #9EC7DE 0%, #EAF1EF 100%);height:16px}.ld-chart-line._line-orange span{background:linear-gradient(90deg, #FFB196 0%, #FFF2E1 100%)}.ld-article-toolbar{position:fixed;top:0;left:0;right:0;pointer-events:none;z-index:2}.ld-article-toolbar__actions{pointer-events:auto;margin-left:auto;margin-right:auto;display:flex;background-color:var(--light-blue);padding:2rem;gap:2rem;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ld-article-frame{display:flex;align-items:center;justify-content:center;min-height:600px;position:fixed;left:0;top:0;width:100%;height:100%;z-index:1;background:#ccc}.ld-article-frame iframe{background:#fff}.bv_mainselect{color:#fff}.bv_atual{color:var(--black);font-size:12px;line-height:30px;border-bottom:1px solid var(--black);cursor:pointer;position:relative;padding-right:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.hover .bv_atual:hover{font-weight:700;border-bottom-width:2px;margin-bottom:-1px}.hover .bv_atual:hover .arrow{border-width:0 2px 2px 0;margin-right:-1px}.bv_disabled{background-color:#e6e6e6 !important;cursor:default !important}.bv_separator{font-weight:700;color:#282828 !important;cursor:default !important;background-color:rgba(0,0,0,0) !important}.bv_background{background-color:#fff}.arrow{border:solid var(--black);border-width:0 1px 1px 0;padding:4px;pointer-events:none;display:block;position:absolute;top:6px;right:4px}.up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg);margin-top:5px}.down{transform:rotate(45deg);-webkit-transform:rotate(45deg);margin-top:2px}.bv_ul_mobile{width:80% !important;position:fixed !important;top:5% !important;left:10% !important;border:0px !important;height:90% !important;margin:0px !important;overflow-y:scroll;z-index:10 !important;max-height:100% !important}.bv_ul_bg{position:fixed;width:100%;height:100%;top:0px;left:0px;background-color:rgba(0,0,0,.8);z-index:9}.bv_ul_mobile li{padding:20px !important}.stop-scrolling{height:100%;overflow:hidden}.bv_ul_inner{position:absolute;margin-top:3px;padding:0;border-radius:4px;display:none;z-index:1;max-height:400px;overflow-x:auto}.bv_ul_inner li{cursor:pointer;list-style:none;color:var(--black);font-size:12px;padding:6px 28px 6px 5px}.bv_ul_inner i{color:var(--black);font-size:17pt;margin-right:10px;float:left;margin-top:-1px;margin-left:3px}.bv_ul_inner li img{float:left;margin-right:11px;position:relative;bottom:6px;max-width:30px}.bv_ul_inner li input{padding:0px;border:0px;border-bottom-color:currentcolor;border-bottom-style:none;border-bottom-width:0px;border-bottom-color:currentcolor;border-bottom-style:none;border-bottom-width:0px;color:#000;height:38px;width:100%;background-color:rgba(0,0,0,0);font-size:10pt;font-weight:bold}.bv_ul_inner li:hover{font-weight:700}.nofocus{background-color:rgba(255,255,255,.1) !important;padding:0px !important;border-bottom:2px solid #e1e1e1}.innerinput{padding:0px 9px 0px 10px}.ld-autorize{padding:3.6em 0 16em;flex:1 0 auto}@media screen and (max-width: 767px){.ld-autorize{padding:57px 20px 100px}}.ld-autorize__wr{max-width:68em;margin:0 auto;padding:6.3em 5.8em;background:#eaf1ef;border-radius:15px}@media screen and (max-width: 767px){.ld-autorize__wr{border-radius:10px;padding:28px 16px 40px}}.ld-autorize__tab{margin-bottom:3.9em}@media screen and (max-width: 767px){.ld-autorize__tab{margin:0 -10px 24px 0}}.ld-autorize__tab li{margin-right:6.9em;display:inline}@media screen and (max-width: 767px){.ld-autorize__tab li{margin-right:20px}}.ld-autorize__tab li:last-child{margin-right:0 !important}.ld-autorize__tab li a{font:300 4.8em/1.2em "CharisSIL",serif;font-style:italic;color:var(--black);opacity:.3;text-decoration:none;transition:all .2s linear}@media screen and (max-width: 767px){.ld-autorize__tab li a{font-size:34px}}.hover .ld-autorize__tab li a:hover{opacity:1}.ld-autorize__tab li a.active{opacity:1;cursor:default}.ld-autorize__item{display:none}.ld-autorize__input{margin-bottom:3.2em;position:relative}.ld-autorize__input input{width:100%;border:0;padding:0;border-bottom:1px solid var(--black);height:35px;font-family:"Formular",sans-serif;font-size:2em;background:none}.ld-autorize__input ::-webkit-input-placeholder{color:#acb1b0;opacity:1}.ld-autorize__input ::-moz-placeholder{color:#acb1b0;opacity:1}.ld-autorize__input :-ms-input-placeholder{color:#acb1b0;opacity:1}.ld-autorize__input :-moz-placeholder{color:#acb1b0;opacity:1}.ld-autorize__btn{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding-top:2.6em}@media screen and (max-width: 767px){.ld-autorize__btn{justify-content:flex-end;flex-direction:column-reverse;align-items:flex-end;padding-top:0;margin-top:-8px}}.ld-autorize__btn .ld-btn{margin-right:2em;padding:0 1em;width:27.2em}@media screen and (max-width: 767px){.ld-autorize__btn .ld-btn{width:100%;margin:33px 0 0;height:auto}.ld-autorize__btn .ld-btn span{font-size:20px;line-height:48px}}.ld-autorize__lnk{font-size:2em;line-height:1.4em;color:var(--black);text-decoration:none;transition:all .2s linear}@media screen and (max-width: 767px){.ld-autorize__lnk{font-size:16px;line-height:20px}}.hover .ld-autorize__lnk:hover{text-decoration:underline}.ld-autorize__footer{padding-top:2.5em;font-size:1.6em;line-height:1.5em}@media screen and (max-width: 767px){.ld-autorize__footer{font-size:14px;line-height:22px;padding-top:40px;padding-left:5px;max-width:300px}}.ld-autorize__footer a{color:var(--black);text-decoration:underline;transition:all .2s linear}.hover .ld-autorize__footer a:hover{text-decoration:none;opacity:.7}@media screen and (min-width: 768px){.ds-hide{display:none}}.form__error{position:absolute;right:0;bottom:1em}.form__error:before{content:" ";display:inline-block;vertical-align:top;width:2.4em;height:2.4em;border-radius:50%;background:#ed7c56 url("../img/error.25b51ef3b697.svg") center center no-repeat;background-size:auto 50%}.hover .form__error:hover .form__error-tooltip{visibility:visible;height:auto;display:block}.form__error-tooltip{font-size:1.4em;position:absolute;right:0;bottom:calc(100% + 1em);background:#fff;border-radius:8px;visibility:hidden;height:0px;transition:.25s;display:none}.form__error-tooltip:before{content:" ";position:absolute;right:.3em;top:100%;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid #fff}.form__error-tooltip span{font-size:1.4em;line-height:1.3em;display:block;padding:8px;color:var(--black);white-space:nowrap}.ld-archive{margin:10px 0 40px 0}@media print,screen and (min-width: 48em){.ld-archive{margin:75px 0 40px 0}}.ld-archive__header{margin-bottom:4.5rem}.ld-archive__header h1{font-family:"CharisSIL",serif;font-style:italic;font-weight:300;font-size:3.4rem;line-height:.9em}@media print,screen and (min-width: 48em){.ld-archive__header h1{font-size:48px}}@media print,screen and (min-width: 48em){.ld-archive__header{margin-bottom:69px}}.ld-archive__title{margin-bottom:1.9rem}@media print,screen and (min-width: 48em){.ld-archive__title{margin-bottom:2.8rem}}.ld-archive__title time{font-size:1.8rem;font-weight:bold}@media print,screen and (min-width: 48em){.ld-archive__title time{font-size:2.4rem;margin-bottom:2.6rem}}.ld-archive__text{position:relative;padding-right:0;line-height:1.5;font-size:1.6rem}@media print,screen and (min-width: 48em){.ld-archive__text{font-size:1.8rem;padding-right:26.8rem}}.ld-archive__text p{text-align:left;font-weight:normal;padding-left:0}@media print,screen and (min-width: 48em){.ld-archive__text p{padding-left:2px}}.ld-archive__el{margin-bottom:3.6rem}.ld-archive__el:last-child{margin-bottom:0}@media print,screen and (min-width: 48em){.ld-archive__el{margin-bottom:43px}.ld-archive__el:last-child{margin-bottom:0}}.word-toggle__setting-list{position:absolute;white-space:nowrap;margin-top:.2em;margin-left:3px}@media print,screen and (max-width: 47.99875em){.word-toggle__setting-list{position:relative;top:4px;margin-left:9px}}.word-toggle__setting-item a{transition:opacity .2s linear;display:inline-block}.hover .word-toggle__setting-item a:hover{opacity:.5}.button{font-size:1.5rem;line-height:.95;font-family:"Noto Sans",Tahoma,Arial,sans-serif;border:1px solid var(--black);border-radius:5px;transition:color ease-in .2s,background-color ease-in .2s,border ease-in .2s;color:var(--black);text-decoration:none;display:inline-flex;padding:.668rem .9rem;min-width:10.3rem;justify-content:center;align-items:center;gap:.8rem}@media print,screen and (min-width: 48em){.button{line-height:1.5;font-size:1.6rem}}.button.large{font-size:1.8rem;padding:4px 8px}@media print,screen and (min-width: 48em){.button.large{font-size:2.4rem;padding:4px 14px}}.button.medium{font-size:2rem;height:4.8rem}@media print,screen and (min-width: 48em){.button.medium{font-size:1.8rem;height:5.6rem}}.button.medium-large{font-size:1.6rem;height:3.6rem;padding-top:0;padding-bottom:0}@media print,screen and (min-width: 48em){.button.medium-large{font-size:1.8rem;height:4rem}}.button.small{font-size:1.6rem}.button.tiny{font-size:1.4rem;padding-top:0;padding-bottom:0;height:3.2rem}@media print,screen and (min-width: 48em){.button.tiny{font-size:1.6rem}}.button--color-outline{border-color:rgba(0,0,0,0)}.button--color-dashed{border-style:dashed}.button--color-colored{background-color:var(--deep-blue);border-color:var(--deep-blue);color:#fff}.button--color-white{background-color:var(--white);border-color:var(--white);color:var(--black)}.button--color-beige{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:var(--black)}.button--expand,.button--mode-expand{width:100%}@media print,screen and (max-width: 47.99875em){.button--sm-expand{width:100%}}@media print,screen and (min-width: 48em){.button--md-expand{width:100%}}@media print,screen and (min-width: 62em){.button--lg-expand{width:100%}}.button svg{transition:ease-in .2s}.hover .button:not([disabled]):hover{cursor:pointer;background-color:var(--light-mint)}.hover .button--color-outline:not([disabled]):hover{background-color:var(--light-blue);border-color:var(--light-blue)}.hover .button--color-dashed:not([disabled]):hover{background-color:var(--beige);border-color:var(--black)}.hover .button--color-colored:not([disabled]):hover{background-color:var(--deep-blue-hover);border-color:var(--deep-blue-hover);color:#fff}.hover .button--mode-icon:not([disabled]):hover svg{color:var(--light-mint)}.button:focus-visible{border-style:dashed}.button .icon-wrapper{flex-shrink:0;flex-grow:0}.button--mode-icon{min-width:0;padding:0;border:0;height:3.6rem;width:3.6rem}@media print,screen and (min-width: 48em){.button--mode-icon{height:4rem;width:4rem}}.button--mode-default .icon-wrapper{max-height:1.6rem;max-width:1.6rem}.button[disabled]{opacity:.6;cursor:default}.button--arrow-toggle::after{content:" ";display:block;background:url("../img/ico-arrow-sm.d62c106ac600.svg") 0 0 no-repeat;width:1.3rem;height:.9rem;margin-left:.5rem}.button--arrow-toggle.open::after{transform:rotate(180deg)}.round-button{display:flex;align-items:center;gap:.7rem;flex-shrink:0}.round-button__icon{width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:ease-in .1s}.round-button:hover .round-button__icon{background-color:#fff}.round-button:hover .round-button__icon svg{color:var(--deep-blue)}.round-button--fill .round-button__icon{background-color:#fff}.round-button__label{font-size:1.5rem;font-family:"CharisSIL",serif;color:var(--white);font-style:italic}@media print,screen and (min-width: 48em){.round-button__label{font-size:2.3rem}}.round-button svg{transition:ease-in .1s;color:var(--white)}.round-button--is-active .round-button__icon{background-color:var(--white)}.round-button--is-active .round-button__icon svg{transform:rotate(180deg) translateY(1px);color:var(--deep-blue)}@media print,screen and (max-width: 47.99875em){.round-button--mobile-compact.round-button--is-active .round-button__icon{background-color:rgba(0,0,0,0)}.round-button--mobile-compact.round-button--is-active .round-button__icon svg{color:var(--white)}.round-button--mobile-compact .round-button__icon{width:1rem;height:1rem;border:0}.round-button--mobile-compact:hover .round-button__icon{color:var(--white);background-color:rgba(0,0,0,0)}.round-button--mobile-compact:hover .round-button__icon svg{color:var(--white)}}.round-button--border .round-button__icon{border-width:1px;border-style:solid}.round-button--outline .round-button__icon{border:none !important}.round-button--outline svg{color:var(--black)}.round-button--outline:hover .round-button__icon{background-color:var(--hover-color)}.round-button--outline:hover .round-button__icon svg{color:var(--black)}.round-button--dark .round-button__icon{border-color:var(--black)}.round-button--dark svg{color:var(--black)}.round-button--dark:hover .round-button__icon{background-color:var(--light-mint)}.round-button--dark:hover .round-button__icon svg{color:var(--black)}.round-button--white .round-button__icon{border-color:var(--white)}.round-button--white svg{color:var(--white)}.round-button--white:hover .round-button__icon{background-color:var(--white)}.round-button--white:hover .round-button__icon svg{color:var(--deep-blue)}.round-button.large .round-button__icon{width:4rem;height:4rem}.round-button.large .round-button__icon svg,.round-button.large .round-button__icon .icon-wrapper{max-width:2rem;max-height:2rem}.round-button.medium .round-button__icon{width:2.4rem;height:2.4rem}@media print,screen and (min-width: 36em){.round-button.medium .round-button__icon{width:3.2rem;height:3.2rem}}.round-button.small .round-button__icon{width:2.4rem;height:2.4rem}.ripple-button,.button,.round-button{position:relative;overflow:hidden}.ripple-button img,.ripple-button svg,.ripple-button span,.button img,.button svg,.button span,.round-button img,.round-button svg,.round-button span{pointer-events:none}.ripple-button .ripple,.button .ripple,.round-button .ripple{border-radius:50%;background-color:var(--beige);position:absolute;transform:scale(0);-webkit-animation:ripple .3s linear;animation:ripple .3s linear}@-webkit-keyframes ripple{to{transform:scale(2.5);opacity:0}}@keyframes ripple{to{transform:scale(2.5);opacity:0}}button,a{position:relative;outline:2px solid rgba(0,0,0,0);outline-offset:0}button svg,a svg{pointer-events:none}button:focus-visible,a:focus-visible{outline:2px solid var(--deep-blue-hover);outline-offset:.4rem}.link{color:var(--black);text-decoration:underline}.link:hover{text-decoration:none}.link--white{color:var(--white)}.link--accent{color:var(--coral)}.link--no-under{text-decoration:none}.link--no-under:hover{text-decoration:underline}.link[disabled]{pointer-events:none;cursor:not-allowed;opacity:.4}.ld-head{padding:0 0 1.5em}.ld-head__wr{margin:auto;max-width:144em;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding-right:var(--container-gap);padding-left:var(--container-gap)}@media print,screen and (max-width: 47.99875em){.ld-head__menu-sm{display:none !important}}.ld-head__menu-burger{display:none !important}@media print,screen and (max-width: 47.99875em){.ld-head__menu-burger{display:inline-block !important}}.ld-head__menu-burger button{display:block;margin:2px 0 0;padding:6px 0;position:relative;width:32px;border:0 !important}.ld-head__menu-burger button span{display:block;background:#0f0f0f;height:1px;pointer-events:none}.ld-head__menu-burger button:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#0f0f0f}.ld-head__menu-burger button:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#0f0f0f}.ld-head__menu-burger button.active{width:32px;height:32px;margin-top:-7px}.ld-head__menu-burger button.active span{opacity:0}.ld-head__menu-burger button.active:before{top:50%;transform:rotate(45deg)}.ld-head__menu-burger button.active:after{top:50%;bottom:auto;transform:rotate(-45deg)}.ld-head__menu-all{position:absolute;display:none;top:9em;bottom:0;left:0;right:0;background:#fff;z-index:999}@media print,screen and (max-width: 47.99875em){.ld-head__menu-all{top:7em;height:calc(100vh - 7em);padding-top:3em;padding-bottom:16em;overflow-y:auto}}.ld-head__menu-all .ld-head__wr{display:block;padding:3em 9em 0;position:relative}@media screen and (max-width: 990px){.ld-head__menu-all .ld-head__wr{padding:3em 2em 0}}@media print,screen and (max-width: 47.99875em){.ld-head__menu-all .ld-head__wr{padding-top:0}}.ld-head__menu-mobile{margin-bottom:0;text-align:right;padding-right:20px;display:none}@media print,screen and (max-width: 47.99875em){.ld-head__menu-mobile{display:block}}.ld-head__menu-mobile li{display:inline-block;vertical-align:top;margin:0 0 0 16px}.ld-head__menu-mobile li a,.ld-head__menu-mobile li button{text-decoration:none;font-size:16px;line-height:18px;letter-spacing:-0.03em;color:var(--black)}.ld-head__menu-close{position:absolute;top:0;right:3em;width:4em;height:4em;border-radius:50%;background:#ffb196;transform:rotate(45deg);transition:opacity .2s linear}@media print,screen and (max-width: 47.99875em){.ld-head__menu-close{display:none}}.hover .ld-head__menu-close:hover{opacity:.7}.ld-head__menu-close:before{content:" ";position:absolute;top:.8em;bottom:.8em;left:50%;transform:translateX(-50%);width:1px;background:var(--black)}.ld-head__menu-close:after{content:" ";position:absolute;left:.8em;right:.8em;top:50%;transform:translateY(-50%);height:1px;background:var(--black)}.ld-head__logo{padding:2.1em 0 0}.ld-head__logo picture{display:block}.ld-head__logo img{width:11.4em}@media print,screen and (max-width: 47.99875em){.ld-head__logo img{width:13.5rem}}@media print,screen and (max-width: 47.99875em){.ld-head__logo-ds{display:none}}.ld-head__logo-sm{display:block}@media print,screen and (min-width: 36em){.ld-head__logo-sm{display:none}}.ld-head__menu{padding:2.8em 0 0}@media print,screen and (min-width: 36em){.ld-head__menu{padding:2.2em 0 0}}.ld-head__menu ul{padding:0}.ld-head__menu li{margin:0 0 0 2.5em;display:inline-block;vertical-align:top}@media print,screen and (min-width: 36em){.ld-head__menu li{margin:0 0 0 1.1em}}.ld-head__menu li a,.ld-head__menu li button{color:var(--black);font-size:1.6em;line-height:1.5em;text-decoration:none;transition:color .2s linear;border-bottom:1px solid rgba(0,0,0,0);display:block;cursor:pointer}.hover .ld-head__menu li a:hover,.hover .ld-head__menu li button:hover{border-color:#3f3f46}.ld-head__menu li.ld-head__menu-ico a{border:0;height:23px}.ld-head__menu li strong{color:#3f3f46;font-size:1.6em;line-height:1.5em;font-weight:700;text-decoration:none}.ld-head__menu li .ld-head__menu-search{width:1.3em;margin:0}@media print,screen and (min-width: 36em){.ld-head__menu li .ld-head__menu-search{margin:.15em 0 0}}.ld-head__menu li .ld-head__menu-search-sm{width:1.65em;margin:0;display:none;position:relative;left:.11em}@media print,screen and (min-width: 36em){.ld-head__menu li .ld-head__menu-search-sm{margin:.1em 0 0 0}}.hover .ld-head__menu li a:hover .ld-head__menu-search,.hover .ld-head__menu li button:hover .ld-head__menu-search{display:none}.hover .ld-head__menu li a:hover .ld-head__menu-search-sm,.hover .ld-head__menu li button:hover .ld-head__menu-search-sm{display:block}.ld-head__menu li strong .ld-head__menu-search{width:1.7em;margin:0}@media print,screen and (max-width: 47.99875em){.ld-head__menu li strong{margin:0}}.ld-head__row{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:5em 0 5em;margin-bottom:1em;border-bottom:1px dashed var(--black)}@media print,screen and (max-width: 47.99875em){.ld-head__row{display:block;margin:0 -15px;padding:3.5rem 2rem}}.ld-head__row:last-child{border:0}.ld-head__row-header{width:31%;font:300 4.8em/1.2em "CharisSIL",serif;font-style:italic}@media print,screen and (max-width: 47.99875em){.ld-head__row-header{width:100%;font-size:4rem;line-height:52px}}.ld-head__columns{width:68%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:1rem 0 0}@media print,screen and (max-width: 47.99875em){.ld-head__columns{display:block;width:100%}}@media print,screen and (min-width: 36em){.ld-head__columns{padding:1em 0 0}}.ld-head__column{width:48%}@media print,screen and (max-width: 47.99875em){.ld-head__column{width:100%}}.ld-head__row-menu li{margin:0 0 .65em;font-size:2.4em;line-height:1.2em}@media print,screen and (max-width: 47.99875em){.ld-head__row-menu li{font-size:20px;line-height:38px;margin:0;letter-spacing:-0.01em}}.ld-head__row-menu li a{text-decoration:none;color:var(--black);transition:color .2s linear}.hover .ld-head__row-menu li a:hover{color:var(--deep-blue-hover)}.ld-search{margin-bottom:2rem}@media print,screen and (min-width: 36em){.ld-search{margin-bottom:10rem}}.ld-search+.ld-news{margin-top:13.3rem}@media print,screen and (max-width: 47.99875em){.ld-search+.ld-news{margin-top:2rem}}.ld-search__header{font-family:"CharisSIL",serif;font-weight:300;font-size:4.6em;line-height:1.18em;margin-bottom:.2em}@media screen and (max-width: 767px){.ld-search__header{font-size:3.8em;line-height:1.27em}}.ld-search__header i,.ld-search__header em,.ld-search__header span{display:inline-block}.ld-search__header i{font-style:italic;border:1px dashed currentColor;padding:0 .5rem .9rem .4rem;margin:0 0 -0.5rem 0;border-radius:10px;line-height:1}.io .ld-search__header i{padding:0 .1em}.ld-search__header em{font-style:italic;border:1px solid currentColor;padding:0 .7rem .6rem .6rem;border-radius:6px;line-height:1;margin-bottom:-0.4rem}.ld-search__header span{position:relative;display:inline-block;vertical-align:top}.ld-search__header span:before{content:" ";position:absolute;bottom:-0.2rem;left:0;right:0;border:1px solid currentColor}.ld-search__header a{color:var(--black)}.ld-search__header a:hover{color:var(--deep-blue-hover)}@media screen and (max-width: 767px){.ld-search__header--ds{display:none}}.ld-search__header--sm{max-width:11em;display:none}@media print,screen and (max-width: 47.99875em){.ld-search__header--sm{display:block}}.ld-search__logo-list{white-space:nowrap;margin-bottom:4.2rem;margin-top:4em;font-size:1.45em}@media print,screen and (max-width: 47.99875em){.ld-search__logo-list{display:none}}.ld-search__logo-list li{display:inline-block;vertical-align:middle;margin-right:2.6em}@media print,screen and (max-width: 47.99875em){.ld-search__logo-list li{display:block;text-align:right;margin:0 0 14px}}.ld-search__logo-1{width:7.7em}.ld-search__logo-2{width:9.9em}.ld-search__logo-3{width:9.7em}.ld-search__cont{max-width:53.5em;margin:2.1rem 0 4.3rem}@media print,screen and (max-width: 47.99875em){.ld-search__cont{margin:1.8em 0 3.7em}}.ld-search__cont p{font-size:1.8em;line-height:1.45em;margin-bottom:.9em}@media print,screen and (max-width: 47.99875em){.ld-search__cont p{font-size:16px}}.ld-search__cont em{color:#b5b5b5}.ld-search__cont a{color:#b5b5b5;text-decoration:underline}.hover .ld-search__cont a:hover{text-decoration:none}@media screen and (max-width: 767px){.ld-search__cont-hide-sm{display:none}}.ld-search__form{padding:2.7rem 2rem;margin-bottom:5.9rem;background:#eaf1ef;border-radius:10px}@media print,screen and (max-width: 47.99875em){.ld-search__form{padding:26px 15px;border-radius:10px;margin-bottom:32px}}.ld-search__form-wr{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}@media print,screen and (max-width: 47.99875em){.ld-search__form-wr{display:block}}.ld-search__form-input{width:calc(100% - 26.2em)}@media screen and (max-width: 767px){.ld-search__form-input{width:100%}}.ld-search__form-input input{width:100%;border:0;border-bottom:1px solid var(--black);font-size:2em;height:2.75em;background:none}@media screen and (max-width: 767px){.ld-search__form-input input{font-size:14px;height:2.3em}}.ld-search__form-input ::-webkit-input-placeholder{color:#acb1b0;opacity:1}.ld-search__form-input ::-moz-placeholder{color:#acb1b0;opacity:1}.ld-search__form-input :-ms-input-placeholder{color:#acb1b0;opacity:1}.ld-search__form-input :-moz-placeholder{color:#acb1b0;opacity:1}.ld-search__form-btn{width:24em}@media screen and (max-width: 767px){.ld-search__form-btn{width:100%;margin-top:2rem}}.ld-search__form-btn input,.ld-search__form-btn a{display:block;text-decoration:none;font-size:1.8em;line-height:3.11em;height:3.11em;width:100%;border:0;text-align:center;background:#2d3b60;color:#fff;border-radius:10px;cursor:pointer;transition:background .2s linear}.hover .ld-search__form-btn input:hover,.hover .ld-search__form-btn a:hover{background:#485c99}@media screen and (max-width: 767px){.ld-search__form-btn input,.ld-search__form-btn a{line-height:48px;height:48px}}@media screen and (max-width: 329px){.ld-search__form-btn input,.ld-search__form-btn a{font-size:2.5rem}}.ld-search__list{display:flex;justify-content:space-between}@media print,screen and (min-width: 48em)and (max-width: 61.99875em){.ld-search__list{flex-wrap:wrap}}@media print,screen and (max-width: 47.99875em){.ld-search__list{flex-direction:column}}@media print,screen and (min-width: 48em)and (max-width: 61.99875em){.ld-search__list ul{width:50%}}.ld-search__list li{font-family:"CharisSIL",serif;font-size:2.2rem;line-height:2.6rem;font-style:italic;margin-bottom:.65em;letter-spacing:-0.02em}@media print,screen and (max-width: 47.99875em){.ld-search__list li{margin-bottom:2.3rem;font-size:2rem;line-height:1}}.ld-search__list li span{font-family:"Noto Sans",Tahoma,Arial,sans-serif;font-style:normal}@media print,screen and (max-width: 47.99875em){.ld-search__list li span{font-size:2rem}}.ld-search__list li a{color:var(--black);text-decoration:none;transition:color .2s linear;position:relative}.hover .ld-search__list li a:hover{color:var(--deep-blue-hover)}.hover .ld-search__list li a:hover::after{border-color:var(--hover-color)}@media screen and (max-width: 767px){.ld-search__list li a:after{content:" ";display:inline-block;vertical-align:top;opacity:.4;border-right:1px solid var(--black);border-bottom:1px solid var(--black);transform:translate(1.4rem, -3px) rotate(-45deg);width:6px;height:6px;position:absolute;right:0;top:50%}}.ld-search__list--new{display:block;-moz-column-count:4;column-count:4;-moz-column-gap:5px;column-gap:5px;margin-right:-5em}@media screen and (max-width: 1100px){.ld-search__list--new{margin-right:-4em}}@media screen and (max-width: 1050px){.ld-search__list--new{margin-right:-1em}}@media screen and (max-width: 990px){.ld-search__list--new{-moz-column-count:3;column-count:3}}@media screen and (max-width: 767px){.ld-search__list--new{-moz-column-count:1;column-count:1}}.ld-search__wr{padding:0 3em 0 9em;margin:0 auto;max-width:144em;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}@media screen and (max-width: 990px){.ld-search__wr{padding:0 2em;align-content:flex-start;flex-wrap:wrap;align-items:flex-start}}@media screen and (max-width: 767px){.ld-search__wr{padding:0 20px;display:block}}.ld-search__wr--space-between{padding-right:10em;position:relative;align-items:center}@media screen and (max-width: 990px){.ld-search__wr--space-between{align-items:flex-start}}.ld-search__setting{background:#2d3b60;padding:2.4em 0;position:relative;z-index:100}@media screen and (max-width: 767px){.ld-search__setting{padding:13px 0 20px;min-height:165px}}.ld-search__setting-head{width:23em;color:#fff}.ld-search__setting-head span{font-size:4.8em;line-height:1.2em;position:relative;top:-0.1em}.ld-search__setting-menu{width:30em}@media screen and (max-width: 990px){.ld-search__setting-menu{padding-top:12px}}@media screen and (max-width: 767px){.ld-search__setting-menu{position:absolute;right:20px;bottom:38px;width:auto;min-width:inherit !important;padding-top:0}}.ld-search__setting-menu__open{position:relative;font:300 2.2em/1.2em "CharisSIL",serif;font-style:italic;padding-right:2em;color:#fff;text-decoration:none}.ld-search__setting-menu__open:before{content:" ";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1.5em;height:1.5em;background:url("../img/ico-arrow-min.1e2b93d2c5b5.svg") center center no-repeat;background-size:.7em auto;border:1px solid #fff;border-radius:50%}.ld-search__setting-menu__open._active:before{transform:translateY(-50%) rotate(180deg)}.hover .ld-search__setting-menu__open:hover:before{background-color:#485c99}.ld-search__info-size{color:#fff;white-space:nowrap}@media screen and (max-width: 990px){.ld-search__info-size{padding-top:2em;min-height:40px}}@media screen and (max-width: 767px){.ld-search__info-size{padding-top:9px;min-height:92px}}.ld-search__info-size li{font-size:1.8em;line-height:1.2em;padding-right:.5em;display:inline-block;vertical-align:top}@media screen and (max-width: 767px){.ld-search__info-size li{display:block;margin-bottom:10px}}@media screen and (max-width: 990px){.ld-search__info-lnk{padding-top:2em}}@media screen and (max-width: 767px){.ld-search__info-lnk{position:absolute;bottom:8px;right:20px}._el-pd0 .ld-search__info-lnk{display:none}}.ld-search__info-lnk a{text-decoration:underline;color:#fff;font-size:1.8em;line-height:1.2em}.hover .ld-search__info-lnk a:hover{text-decoration:none}.ld-search__info-btn{position:absolute;right:3em;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}@media screen and (max-width: 990px){.ld-search__info-btn{top:0}}@media screen and (max-width: 767px){.ld-search__info-btn{top:0;right:2em;font-size:10px}}.ld-search__info-btn a{display:block;width:3.6em;height:3.6em;border-radius:50%;border:1px solid #d5d8df;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-left:.6em}.hover .ld-search__info-btn a:hover{background-color:#485c99}.ld-search__subsetting{background:#9ec7de;padding:3em 0}@media screen and (max-width: 767px){.ld-search__subsetting{position:relative;padding:17px 0 23px}}.ld-search__subsetting-head{width:23em;color:var(--black);line-height:3.3em}@media screen and (max-width: 990px){.ld-search__subsetting-head{padding-top:.3em}}.ld-search__subsetting-head span{font-size:2.8em;line-height:1.2em}@media screen and (max-width: 767px){.ld-search__subsetting-head span{font-size:22px}}.ld-search__subsetting-menu__open{border:1px solid var(--black);border-radius:6px;display:inline-block;vertical-align:top;font-size:1.6em;line-height:2.4em;padding:0 1.6em;color:var(--black);text-decoration:none;transition:background .2s linear}.ld-search__subsetting-menu__open._border-dashed{border-style:dashed}.hover .ld-search__subsetting-menu__open:hover{background:#cde5f3}.ld-search__subsetting-menu{width:30em}@media screen and (max-width: 767px){.ld-search__subsetting-menu{position:absolute;right:20px;top:19px;width:auto;min-width:inherit !important;width:150px;text-align:right}}.ld-search__subsetting-menu .ld-btn{width:10.3em;display:inline-block;vertical-align:top;height:4em;line-height:4em;margin-right:1.6em}@media screen and (max-width: 767px){.ld-search__subsetting-menu .ld-btn{margin-bottom:11px;line-height:34px;height:auto;width:121px;margin-right:0}}.ld-search__subsetting-menu .ld-btn span{font-size:1.6em}@media screen and (max-width: 767px){.ld-search__subsetting-menu .ld-btn span{font-size:16px;height:36px;line-height:35px}}.hover .ld-search__subsetting-menu .ld-btn--white:hover{background:#d1e4f1}.ld-search__subsetting-info-size{color:var(--black);white-space:nowrap;padding-top:.8em}@media screen and (max-width: 767px){.ld-search__subsetting-info-size{padding-top:8px;min-height:85px}}.ld-search__subsetting-info-size li{font-size:1.8em;line-height:1.2em;padding-right:.5em;display:inline-block;vertical-align:top}@media screen and (max-width: 767px){.ld-search__subsetting-info-size li{display:block;margin-bottom:10px}}.ld-search__subsetting-filter{margin:0 0 -10px;transform:translateY(-6px);overflow:hidden;transition:all .25s}@media screen and (max-width: 990px)and (min-width: 768px){.ld-search__subsetting-filter{position:absolute;right:0;width:39em;margin:0}}@media screen and (max-width: 767px){.ld-search__subsetting-filter{margin:0 0 0;font-size:10px}}.ld-search__subsetting-filter span{font-size:1.6em;line-height:1.3em;background:#cde5f3;padding:.3em .5em .4em;border-radius:4px;margin:0 .5em .5em 0;display:inline-block;vertical-align:top;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 767px){.ld-search__subsetting-filter span{margin:0 8px 12px 0}}.ld-search__inquiry{background:#eaf1ef;padding:3em 0}@media screen and (max-width: 767px){.ld-search__inquiry{position:relative}}.ld-search__inquiry-head{width:23em;color:var(--black);line-height:4em}@media screen and (max-width: 990px){.ld-search__inquiry-head{padding-top:.75em}}@media screen and (max-width: 767px){.ld-search__inquiry-head{padding-top:0}}.ld-search__inquiry-head span{font-size:2.4em;line-height:1.2em}@media screen and (max-width: 767px){.ld-search__inquiry-head span{font-size:20px;line-height:20px}}.ld-search__inquiry-menu{width:30em}@media screen and (max-width: 767px){.ld-search__inquiry-menu{position:absolute;right:20px;top:23px;width:auto;min-width:inherit !important}.ld-search__inquiry-menu a{font-size:16px;line-height:32px;height:36px;width:121px;display:block;min-width:initial;padding:0}}.ld-search__inquiry-menu i{font-style:normal}@media screen and (max-width: 767px){.ld-search__inquiry-menu i{display:none}}.ld-search__inquiry-menu i+i{display:none}@media screen and (max-width: 767px){.ld-search__inquiry-menu i+i{display:block}}.ld-search__inquiry-menu__open{border:1px solid #2d3b60;border-radius:6px;display:inline-block;vertical-align:top;font-size:1.6em;line-height:2.4em;padding:0 1.6em;color:#fff;background:#2d3b60;text-decoration:none;transition:background .2s linear;min-width:14em;text-align:center}.hover .ld-search__inquiry-menu__open:hover{background:#485c99;border-color:#485c99}.ld-search__inquiry-info-size{color:var(--black);white-space:nowrap;padding-top:.8em}@media screen and (max-width: 767px){.ld-search__inquiry-info-size{padding-bottom:5px}}.ld-search__inquiry-info-size li{font-size:1.8em;line-height:1.2em;padding-right:.5em;display:inline-block;vertical-align:top}@media screen and (max-width: 767px){.ld-search__inquiry-info-size li{display:block;margin-bottom:10px}}.ld-search__inquiry-filter{position:relative;margin:0 0 -10px -50px;transform:translateY(-4px);padding-left:50px;transition:all .25s;overflow:hidden}@media screen and (max-width: 990px)and (min-width: 768px){.ld-search__inquiry-filter{position:absolute;right:0;width:39em;margin:0;transform:translateY(0)}}@media screen and (max-width: 767px){.ld-search__inquiry-filter{margin:10px 0 0;padding:0}}.ld-search__inquiry-filter__item{background:rgba(255,255,255,.5);border:1px solid rgba(63,63,70,.2);border-radius:4px;padding:.4em 1em;padding-right:25px;margin-bottom:.8em;width:37em;white-space:nowrap;display:block;text-decoration:none;color:#3f3f46;position:relative}@media screen and (max-width: 767px){.ld-search__inquiry-filter__item{width:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}.ld-search__inquiry-filter__item.active{background:rgba(0,0,0,.4);border:1px solid rgba(63,63,70,.2);color:#fff;cursor:default}.ld-search__inquiry-filter__item.active:after{content:" ";position:absolute;top:5px;right:7px;width:11px;height:11px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNyAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA3TDYuMzMzMzMgMTJMMTUgMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) 0 0 no-repeat;background-size:100% 100%}@media screen and (max-width: 767px){.ld-search__inquiry-filter__item.active:after{top:9px}}.ld-search__inquiry-filter__item span{font-size:1.6em;line-height:1.3em}@media screen and (max-width: 767px){.ld-search__inquiry-filter__item span{font-size:16px;line-height:24px;white-space:nowrap}}.ld-search__inquiry-filter__item strong{display:none}.ld-search__inquiry-filter-size{position:absolute;right:calc(100% - 50px);margin-right:.7em;margin-top:.15em;padding:.4em 0}@media screen and (max-width: 767px){.ld-search__inquiry-filter-size{display:none}}.ld-search__inquiry-filter-size span{font-size:1.6em;line-height:1.3em}.ld-search__setting-frame{position:absolute;z-index:100;top:0;left:11.5em;right:0;transition:height .25s;overflow:hidden}@media screen and (max-width: 990px){.ld-search__setting-frame{left:0}}@media screen and (max-width: 767px){.ld-search__setting-frame{position:relative;transform:translateY(-35px)}}.ld-search__setting-frame li{margin-bottom:1.6em;text-transform:initial}@media screen and (max-width: 767px){.ld-search__setting-frame li{color:#fff;margin-bottom:32px}}.ld-search__setting-frame li.disable{position:relative}.ld-search__setting-frame li.disable:before{position:absolute;z-index:1;content:" ";top:-1px;left:-1px;right:-1px;bottom:-2px}.ld-search__setting-frame li.disable>a,.ld-search__setting-frame li.disable>strong{opacity:.4}.ld-search__setting-frame li a{text-decoration:none;color:var(--black)}@media screen and (max-width: 767px){.ld-search__setting-frame li a{color:#fff}}.hover .ld-search__setting-frame li a:hover{text-decoration:underline}.ld-search__setting-frame li strong{font-weight:700;font-size:2em;line-height:1.5em}@media screen and (max-width: 767px){.ld-search__setting-frame li strong{font-size:20px;line-height:30px}}.ld-search__setting-frame li ul{margin:0 0 .5em 4em;position:relative;z-index:2}@media screen and (max-width: 360px){.ld-search__setting-frame li ul{margin:0 0 .5em 3em}}.ld-search__setting-frame li li{font-size:1.6em;display:inline-block;vertical-align:top;margin:1em 1em 0 0}@media screen and (max-width: 767px){.ld-search__setting-frame li li{font-size:16px;width:calc(50% - 20px)}}@media screen and (max-width: 360px){.ld-search__setting-frame li li{font-size:13px;width:calc(50% - 16px)}}.ld-search__setting-frame li li:before{content:"• ";display:inline}@media screen and (max-width: 767px){.ld-search__setting-frame li._li-big li{width:auto;display:block}}.ld-search__setting-frame__wr{max-width:91.5em;background:#d1e4f1;padding:4em 5em 2.5em;margin:5px auto 0;border-radius:10px;position:relative}@media screen and (max-width: 767px){.ld-search__setting-frame__wr{padding:14px 20px 20px;margin-top:0;background:#2d3b60}}.ld-search__setting-frame__close{position:absolute;top:4em;right:4em;width:calc(2.5em + 1px);height:calc(2.5em + 1px);transform:rotate(45deg)}@media screen and (max-width: 767px){.ld-search__setting-frame__close{display:none}}.ld-search__setting-frame__close:before{content:" ";position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:1px;background:#000;transition:all .2s linear}.ld-search__setting-frame__close:after{content:" ";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:1px;background:#000;transition:all .2s linear}.hover .ld-search__setting-frame__close:hover:before{opacity:.4}.hover .ld-search__setting-frame__close:hover:after{opacity:.4}.ld-search__setting-head,.ld-search__subsetting-head,.ld-search__inquiry-head{min-width:23em}.ld-search__setting-menu,.ld-search__subsetting-menu,.ld-search__inquiry-menu{min-width:30em}@media screen and (max-width: 990px){.ld-search__setting-menu,.ld-search__subsetting-menu,.ld-search__inquiry-menu{min-width:44em}}.ld-search__info-size,.ld-search__subsetting-info-size,.ld-search__inquiry-info-size{min-width:42em}@media screen and (max-width: 990px){.ld-search__info-size,.ld-search__subsetting-info-size,.ld-search__inquiry-info-size{min-width:100%}}.ld-search-form{min-height:50vh}.ld-search-form__wr{padding:0 9em 6.2em;margin:0 auto;max-width:144em}@media screen and (max-width: 990px){.ld-search-form__wr{padding:0 2em 6.2em}}@media screen and (max-width: 767px){.ld-search-form__wr{padding:0 20px 32px}}.ld-search-form__header{margin-bottom:1em}@media screen and (max-width: 767px){.ld-search-form__header{margin-bottom:23px;position:relative}}.ld-search-form__header span{position:relative;font-size:2.4em;line-height:1.2em;letter-spacing:-0.02em;display:inline-block;vertical-align:top;padding-right:2em;cursor:pointer}@media screen and (max-width: 767px){.ld-search-form__header span{font-size:18px;line-height:22px;padding-right:0;position:initial}}@media screen and (max-width: 767px){.ld-search-form__header span{font-size:15px}}.ld-search-form__header span:before{content:" ";position:absolute;top:0;right:0;width:1.15em;height:1.15em;background:url("../img/ico-arrow-d.2ba018890983.svg") center 7px no-repeat;background-size:12px auto;border:1px solid var(--black);border-radius:50%}@media screen and (max-width: 767px){.ld-search-form__header span:before{background:url("../img/ico-arrow-sm.d62c106ac600.svg") 0 0 no-repeat;width:13px;height:9px;top:7px;border:0}}.hover .ld-search-form__header span:hover:before{background-color:#cde5f3}.ld-search-form__header._active span{padding-right:0}.ld-search-form__header._active span:before{display:none}@media screen and (max-width: 767px){.ld-search-form__header._active span:before{display:block;transform:rotate(180deg)}}.ld-search-form .ld-form__head._active+.ld-form__body{visibility:visible;opacity:1;height:auto;overflow:inherit}.ld-search-form__body{padding-bottom:6em;visibility:hidden;opacity:0;height:0;overflow:hidden;transition:.6s;visibility:hidden;opacity:0;height:0;overflow:hidden;transition:.6s}.ld-search-form__body:last-child{padding-bottom:0}.ld-search-form__header._active+.ld-search-form__body{visibility:visible;opacity:1;height:auto;overflow:inherit}.ld-search-form__body--level .ld-form__row{padding-right:16.5em}.ld-search-form__body--level .ld-form__row-size{margin-right:16.5em}.ld-search-form .ld-form__span{margin-bottom:20px}.ld-body{padding:4.7rem 0 1.7rem;position:relative}@media screen and (max-width: 767px){.ld-body{padding:2.95em 0 6em}}.ld-body__wr{max-width:144em;padding:0 9em;margin:0 auto}@media screen and (max-width: 990px){.ld-body__wr{padding:0 2em}}@media screen and (max-width: 767px){.ld-body__wr{padding:0 20px}}.ld-news{padding-bottom:0}@media print,screen and (min-width: 36em){.ld-news{padding-bottom:9.4rem}}.ld-news__header{font:300 4.8em/1.2em "CharisSIL",serif;font-style:italic;margin-bottom:4.2rem}@media screen and (max-width: 767px){.ld-news__header{font-size:4.54em}}.ld-news__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:15px;position:relative}@media screen and (max-width: 767px){.ld-news__list{grid-template-columns:repeat(1, 1fr)}}.ld-news__item{background:#cde5f3;padding:4.3rem 3.5rem;border-radius:.8rem;position:relative}.ld-news__item a{color:#0d9ead}@media print,screen and (max-width: 47.99875em){.ld-news__item{padding:4rem 1.6rem 2.4rem}}.ld-news__span.clamped .ld-news__item._open .ld-news__item-txt{-webkit-line-clamp:inherit}@media print,screen and (max-width: 47.99875em){.ld-news__span.clamped .ld-news__item._open .ld-news__item-txt{height:auto}}@media print,screen and (max-width: 47.99875em){.ld-news__span:last-child .ld-news__item{margin-bottom:1.6rem}}.ld-news__item-open{position:absolute;top:4em;right:4em;width:4em;height:4em;background:url("../img/main-arrow.5ce8ca5be25c.svg") 0 0 no-repeat;background-size:contain;transition:opacity .2s linear}@media print,screen and (max-width: 47.99875em){.ld-news__item-open{top:2.5em;right:2em}}.hover .ld-news__item-open:hover{opacity:.5}.ld-news__item-open.active{background:url("../img/main-arrow.5ce8ca5be25c.svg") 0 0 no-repeat;background-size:contain;transform:rotate(180deg)}.ld-news__item-big .ld-news__item-open{background:url("../img/main-arrow.5ce8ca5be25c.svg") 0 0 no-repeat;background-size:contain;transform:rotate(180deg)}.ld-news__span.no-clamped .ld-news__item-open{display:none}.ld-news__item-date{margin-bottom:1.7em;font-size:1.6em;line-height:1.2em}@media print,screen and (max-width: 47.99875em){.ld-news__item-date{font-size:1.6rem;margin-bottom:1.5rem}}.ld-news__item-txt{font-size:2em;line-height:1.4em}.ld-news__item-txt>p,.ld-news__item-txt>ul{display:inline;margin-bottom:0}.ld-news__item-txt>p:not(:last-child)::after,.ld-news__item-txt>ul:not(:last-child)::after{content:" \a\a";white-space:pre}@media print,screen and (max-width: 47.99875em){.ld-news__item-txt{font-size:1.6rem;line-height:1.5em;transition:all .2s linear}}.ld-news__item-min .ld-news__item-txt{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;height:8.5em}@media print,screen and (max-width: 47.99875em){.ld-news__span.clamped .ld-news__item-min .ld-news__item-txt{height:14.4rem}.ld-news__span.no-clamped .ld-news__item-min .ld-news__item-txt{height:auto}}.ld-news__footer-btn{text-align:right;margin-top:1.8rem}@media print,screen and (max-width: 47.99875em){.ld-news__footer-btn{text-align:center;margin-top:12px}}.ld-news__item-big{position:absolute;z-index:20;top:0;bottom:100%;left:0;right:0;transition:all .2s linear;overflow:hidden}.ld-news__item-big.active{bottom:0}.ld-news__item-big.opened .ld-news__item{overflow-y:auto}.ld-news__item-big .ld-news__item{width:100%;height:100%;margin-bottom:0}.ld-news__item-big .ld-news__item-txt{min-height:calc(100% - 37px);overflow:hidden}@media screen and (max-width: 767px){.ld-news__item-big{display:none !important}}.ld-news__item-row{display:inline-block;font-size:0}.ld-footer{background:#eaf1ef;padding:8rem 0 4.6rem;flex:0 0 auto}@media print,screen and (max-width: 47.99875em){.ld-footer{padding:4rem 0 4rem}}.ld-footer__wr{margin:0 auto;padding:0 8.8em;max-width:144em}@media screen and (max-width: 990px){.ld-footer__wr{padding:0 2em}}@media print,screen and (max-width: 47.99875em){.ld-footer__wr{position:relative;padding:0 20px}}.ld-footer__cont{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:6rem}@media print,screen and (max-width: 47.99875em){.ld-footer__cont{display:block;margin-bottom:2.9rem}}.ld-footer__logo{width:25em}.ld-footer__logo img{width:20.4em}@media print,screen and (max-width: 47.99875em){.ld-footer__logo img{width:164px}}.ld-footer__feedback{width:36.6em;padding:.4em 0 0 0}@media screen and (max-width: 990px){.ld-footer__feedback{width:28.6em}}@media print,screen and (max-width: 47.99875em){.ld-footer__feedback{width:100%;padding:62px 0 0}}.ld-footer__feedback-header{font-size:1.8em;line-height:1.2em;margin-bottom:.8em}@media print,screen and (max-width: 47.99875em){.ld-footer__feedback-header{font-size:14px;margin-bottom:5px}.ld-footer__feedback-header br{display:none}.ld-footer__feedback-header input{width:100%}}.ld-footer__feedback-form{position:relative;border:1px solid #6e7170;border-radius:6px;padding-left:.4em;padding-right:3em;max-width:27em}@media print,screen and (max-width: 47.99875em){.ld-footer__feedback-form{max-width:inherit;margin-bottom:26px}}.ld-footer__feedback-input{width:100%;height:2.4em;font:400 1.6em "Fira Sans",sans-serif;border:0;background:none}@media print,screen and (max-width: 47.99875em){.ld-footer__feedback-input{height:2.4em;font-size:16px}}.ld-footer__feedback-btn{position:absolute;display:block;top:50%;right:1em;width:3em;height:1em;transform:translate(0, -50%) scale(1);background:url("../img/feedback-btn.7aff058b6148.svg") 100% 0 no-repeat;background-size:auto 100%;transition:transform .2s linear}.hover .ld-footer__feedback-btn:hover{transform:translate(0, -50%) scale(1.2)}.ld-footer__menu-wr{padding-top:.7em;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:60rem}@media print,screen and (max-width: 47.99875em){.ld-footer__menu-wr{margin-top:4.7rem;width:auto;display:block}}.ld-footer__menu{width:33em}.ld-footer__menu li{white-space:nowrap;font-size:1.8em;line-height:1.3em;margin-bottom:.7em}@media print,screen and (max-width: 47.99875em){.ld-footer__menu li{font-size:14px;margin-bottom:1em}}.ld-footer__menu li a{text-decoration:none;color:var(--black);transition:color .2s linear}.hover .ld-footer__menu li a:hover{text-decoration:underline}.ld-footer__menu-right li{white-space:nowrap;font-size:1.8em;line-height:1.3em;margin-bottom:.7em}@media print,screen and (max-width: 47.99875em){.ld-footer__menu-right li{font-size:14px;margin-bottom:1em}}.ld-footer__menu-right li a{text-decoration:none;color:var(--black);transition:color .2s linear}.hover .ld-footer__menu-right li a:hover{text-decoration:underline}.ld-footer__info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:3.8rem;border-top:1px solid var(--black)}@media print,screen and (max-width: 47.99875em){.ld-footer__info{padding:2.4rem 2rem 0;margin-left:-20px;margin-right:-20px}}.ld-footer__copyright{font-size:1.8em;line-height:1.3em;width:18em}@media print,screen and (max-width: 47.99875em){.ld-footer__copyright{font-size:14px;line-height:22px;letter-spacing:-0.01em;float:left}}.ld-footer__copyright span{white-space:nowrap}.ld-footer--main .ld-footer__copyright{width:415px}@media print,screen and (max-width: 47.99875em){.ld-footer--main .ld-footer__copyright{width:auto;max-width:70%}}.ld-footer--inner .ld-footer__copyright{width:415px}@media print,screen and (max-width: 47.99875em){.ld-footer--inner .ld-footer__copyright{width:auto;max-width:70%}}.ld-footer__soc{width:41.2em;padding-top:.2em;display:flex;align-items:center}@media screen and (max-width: 990px){.ld-footer__soc{width:33em}}@media print,screen and (max-width: 47.99875em){.ld-footer__soc{float:right;width:auto;font-size:10px;padding-top:.2em}}.ld-footer__soc--main{width:auto}.ld-footer__soc li{display:inline-block;margin-right:2.8rem}@media print,screen and (max-width: 47.99875em){.ld-footer__soc li{margin:5px 0 0 14px}}.ld-footer__soc li img+img{display:none}.ld-footer__soc li a:hover img{display:none}.ld-footer__soc li a:hover img+img{display:block}.ld-footer__soc li:last-child{margin-right:0}.ld-footer__soc img{max-width:100%}.ld-footer__soc a{display:inline-flex;max-width:3.2rem;max-height:3.5rem}.ld-footer__logo-list{white-space:nowrap}@media print,screen and (max-width: 47.99875em){.ld-footer__logo-list{position:absolute;top:6px;right:20px}}.ld-footer__logo-list li{display:inline-block;vertical-align:middle;margin-left:2.6em}@media print,screen and (max-width: 47.99875em){.ld-footer__logo-list li{display:block;text-align:right;margin:0 0 14px}}.ld-footer__logo-1{width:7.7em}.ld-footer__logo-2{width:9.9em}.ld-footer__logo-3{width:9.7em}.ld-footer__logo-img{width:435px;display:flex;justify-content:space-between}@media print,screen and (max-width: 47.99875em){.ld-footer__logo-img{width:auto;max-width:70%}}.ld-footer__logo-img .ld-footer__logo-list{display:inline-block;vertical-align:top;width:293px}.ld-footer__logo-img .ld-footer__soc{width:auto}.onboarding-module{display:none;position:fixed;z-index:100;left:0;top:0;right:0;height:100vh;height:-webkit-fill-available;transition:opacity ease-in .3s}.onboarding-module *{box-sizing:border-box}.onboarding-module.visible{display:flex}.onboarding-module__content{position:absolute;left:15px;top:auto;bottom:60px;right:15px;width:auto;z-index:1;background:#fff;padding:16px;border-radius:8px;font-size:1.8rem}@media print,screen and (min-width: 48em){.onboarding-module__content{width:47.5rem;left:50%;right:auto;top:calc((100vh - 51rem)/3);bottom:auto;font-size:2.4rem;transform:translateX(-50%)}}@media all and (min-width: 768px)and (min-height: 840px){.onboarding-module__content{top:13.5rem;bottom:auto}}.onboarding-module__wrapper{position:relative;overflow:hidden}.onboarding-module__list{display:flex}.onboarding-module__overlay{position:absolute;left:0;top:0;bottom:0;right:0;background:#1c1c1c;opacity:.2;z-index:0}.onboarding-module__controls{display:flex;justify-content:space-between;align-items:center;padding-top:15px;padding-bottom:15px}@media print,screen and (min-width: 48em){.onboarding-module__controls{padding-top:2.5rem;padding-bottom:2.5rem}}.onboarding-module__close{position:absolute;right:20px;top:20px;width:20px;height:20px;background:#1c1c1c;border-radius:50%;cursor:pointer;display:flex;align-items:center;opacity:.6;justify-content:center;transition:ease-in .1s;z-index:2}.hover .onboarding-module__close:hover,.hover .onboarding-module__close:focus-visible{transform:scale(1.2);opacity:.8}.onboarding{position:relative;width:100%;flex-shrink:0}.onboarding__pic{background:#e0efea;border-radius:8px;height:160px;display:flex;align-items:center;justify-content:center;margin-bottom:1em;padding:20px}@media print,screen and (min-width: 48em){.onboarding__pic{height:20rem;padding:3rem}}.onboarding__pic img{display:block;-o-object-fit:cover;object-fit:cover;max-width:100%;max-height:100%}.onboarding__short{line-height:1.3;padding-right:4px}.date-change{display:flex;align-items:center;padding:0 0 4rem 0}.date-change p,.date-change time{font-size:1.7rem;color:#1c1c1c}.date-change p{padding-right:1rem}.phrase-input{position:relative}@media print,screen and (min-width: 48em){.phrase-input>.ld-form__row-setting{display:flex;width:72px}}@media print,screen and (max-width: 47.99875em){.phrase-input label .ld-form__row-setting{display:flex}}.ld-graphic__params{margin-bottom:3.6rem}@media print,screen and (min-width: 48em){.ld-graphic__params{margin-bottom:0}.ld-graphic__params .ld-form__row-size__body{padding-top:3.5rem;padding-bottom:3rem}.ld-graphic__params .ld-form__row-size__body:last-child{padding-bottom:0}.ld-graphic__params .ld-form__row-item{margin:0 !important}}.ld-graphic .ld-article__h3,.ld-graphic .ld-article__body h3,.ld-article__body .ld-graphic h3{font-size:2.4rem}.ld-graphic .ld-form__row-size__btn{margin-bottom:6rem}.ld-graphic .ld-search-form__header span:before{display:none}.ld-graphic__external-link{padding-top:1.6rem;font-size:1.4rem;line-height:1.5;color:var(--black)}@media print,screen and (min-width: 48em){.ld-graphic__external-link{text-align:right}}.ld-graphic__external-link a{text-decoration:underline;color:inherit}.ld-graphic__external-link a:hover{text-decoration:none}.ld-graphic .chart{width:100%}@media print,screen and (max-width: 47.99875em){.ld-graphic .chart{overflow-x:auto}}.ld-graphic .chart__inner{width:100%;height:400px;min-width:100rem}.static-messages{padding:1.5rem;display:flex;flex-direction:column;margin:0 auto;list-style-type:none;max-width:144rem;width:100%;font-size:1.6rem;gap:2rem;border-radius:.6rem;overflow:hidden}@media print,screen and (min-width: 48em){.static-messages{padding-left:3rem;padding-right:3rem}}.static-messages li{display:flex;justify-content:space-between;padding:1rem;align-items:center;gap:1.5rem}.static-messages li.info{background-color:var(--light-blue);color:var(--black)}:root{--container-gap: 2rem;--real-viewport: calc(100vw - var(--scrollbar-width))}@media print,screen and (min-width: 48em){:root{--container-gap: 2rem}}@media print,screen and (min-width: 62em){:root{--container-gap: 3rem}}.container{width:100%;margin-right:auto;margin-left:auto;max-width:144rem;padding-right:var(--container-gap);padding-left:var(--container-gap)}@media print,screen and (min-width: 62em){.container--offset{padding-left:calc(var(--container-gap) + 5.5rem)}}.d-f{display:flex}.align-end{align-items:flex-end}/*!
 * Bootstrap Grid v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Усеченная версия
 */.row{--bs-gutter-x: 2rem;--bs-gutter-y: 0;display:flex;flex:1 0 100%;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)*-1);margin-right:calc(var(--bs-gutter-x)/-2);margin-left:calc(var(--bs-gutter-x)/-2)}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/2);padding-left:calc(var(--bs-gutter-x)/2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.col-1{flex:0 0 auto;width:8.333333%}.col-2{flex:0 0 auto;width:16.666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.333333%}.col-5{flex:0 0 auto;width:41.666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.333333%}.col-8{flex:0 0 auto;width:66.666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.333333%}.col-11{flex:0 0 auto;width:91.666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media print,screen and (min-width: 36em){.col-sm-1{flex:0 0 auto;width:8.333333%}.col-sm-2{flex:0 0 auto;width:16.666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.333333%}.col-sm-5{flex:0 0 auto;width:41.666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.333333%}.col-sm-8{flex:0 0 auto;width:66.666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.333333%}.col-sm-11{flex:0 0 auto;width:91.666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media print,screen and (min-width: 48em){.col-md-1{flex:0 0 auto;width:8.333333%}.col-md-2{flex:0 0 auto;width:16.666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.333333%}.col-md-5{flex:0 0 auto;width:41.666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.333333%}.col-md-8{flex:0 0 auto;width:66.666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.333333%}.col-md-11{flex:0 0 auto;width:91.666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media print,screen and (min-width: 62em){.col-lg-1{flex:0 0 auto;width:8.333333%}.col-lg-2{flex:0 0 auto;width:16.666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.333333%}.col-lg-5{flex:0 0 auto;width:41.666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.333333%}.col-lg-8{flex:0 0 auto;width:66.666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.333333%}.col-lg-11{flex:0 0 auto;width:91.666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}:root{--deep-blue: #2D3B60;--coral: #FFB196;--light-blue: #CDE5F3;--beige: #FFF2E1;--blue: #9EC7DE;--light-mint: #EAF1EF;--black: #1C1C1C;--black-border: rgba(28, 28, 28, 0.8);--hover-color: #FF9470;--deep-blue-hover: #485C99;--white: #fff;--table-color: #485C99;--light-blue-hover: rgba(205, 229, 243, 0.4);--tooltop-color-rgb: 255, 177, 150;--tooltop-color: rgba(var(--tooltop-color-rgb), 1);--disabled-color: rgba(28, 28, 28, 0.6);--disabled-backgroud-color: rgba(28, 28, 28, 0.05);--cursive-font: CharisSIL, serif;--main-font: Noto Sans, Tahoma, Arial, sans-serif;--invalid-color: 255, 15, 0}body *{outline:none}html{font-size:8px}@media screen and (min-width: 768px){html{font-size:7.5px}}@media screen and (max-width: 340px)and (max-height: 599px){html{font-size:7px}}.visually-hidden{clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}.grecaptcha-badge{visibility:hidden}.text-center{text-align:center}
