@charset "UTF-8";/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#000}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:40px;height:4px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 .1s cubic-bezier(0.645,0.045,0.355,1)}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after{transition:transform 0 .1s cubic-bezier(0.645,0.045,0.355,1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent !important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner::before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner::after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 .1s cubic-bezier(0.645,0.045,0.355,1)}.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after{transition:transform 0 .1s cubic-bezier(0.645,0.045,0.355,1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent !important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner::before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner::after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 .1s cubic-bezier(0.645,0.045,0.355,1)}.hamburger--3dy .hamburger-inner::before,.hamburger--3dy .hamburger-inner::after{transition:transform 0 .1s cubic-bezier(0.645,0.045,0.355,1)}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent !important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner::before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner::after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 .1s cubic-bezier(0.645,0.045,0.355,1)}.hamburger--3dy-r .hamburger-inner::before,.hamburger--3dy-r .hamburger-inner::after{transition:transform 0 .1s cubic-bezier(0.645,0.045,0.355,1)}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner::before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner::after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 .1s cubic-bezier(0.645,0.045,0.355,1)}.hamburger--3dxy .hamburger-inner::before,.hamburger--3dxy .hamburger-inner::after{transition:transform 0 .1s cubic-bezier(0.645,0.045,0.355,1)}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner::before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner::after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 .1s cubic-bezier(0.645,0.045,0.355,1)}.hamburger--3dxy-r .hamburger-inner::before,.hamburger--3dxy-r .hamburger-inner::after{transition:transform 0 .1s cubic-bezier(0.645,0.045,0.355,1)}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner::before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner::after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner::before{transform:translate3d(-8px,0,0) rotate(-45deg) scale(0.7,1)}.hamburger--arrow.is-active .hamburger-inner::after{transform:translate3d(-8px,0,0) rotate(45deg) scale(0.7,1)}.hamburger--arrow-r.is-active .hamburger-inner::before{transform:translate3d(8px,0,0) rotate(45deg) scale(0.7,1)}.hamburger--arrow-r.is-active .hamburger-inner::after{transform:translate3d(8px,0,0) rotate(-45deg) scale(0.7,1)}.hamburger--arrowalt .hamburger-inner::before{transition:top .1s .1s ease,transform .1s cubic-bezier(0.165,0.84,0.44,1)}.hamburger--arrowalt .hamburger-inner::after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(0.165,0.84,0.44,1)}.hamburger--arrowalt.is-active .hamburger-inner::before{top:0;transform:translate3d(-8px,-10px,0) rotate(-45deg) scale(0.7,1);transition:top .1s ease,transform .1s .1s cubic-bezier(0.895,0.03,0.685,0.22)}.hamburger--arrowalt.is-active .hamburger-inner::after{bottom:0;transform:translate3d(-8px,10px,0) rotate(45deg) scale(0.7,1);transition:bottom .1s ease,transform .1s .1s cubic-bezier(0.895,0.03,0.685,0.22)}.hamburger--arrowalt-r .hamburger-inner::before{transition:top .1s .1s ease,transform .1s cubic-bezier(0.165,0.84,0.44,1)}.hamburger--arrowalt-r .hamburger-inner::after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(0.165,0.84,0.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner::before{top:0;transform:translate3d(8px,-10px,0) rotate(45deg) scale(0.7,1);transition:top .1s ease,transform .1s .1s cubic-bezier(0.895,0.03,0.685,0.22)}.hamburger--arrowalt-r.is-active .hamburger-inner::after{bottom:0;transform:translate3d(8px,10px,0) rotate(-45deg) scale(0.7,1);transition:bottom .1s ease,transform .1s .1s cubic-bezier(0.895,0.03,0.685,0.22)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner::before{transform:translate3d(8px,0,0) rotate(45deg) scale(0.7,1)}.hamburger--arrowturn.is-active .hamburger-inner::after{transform:translate3d(8px,0,0) rotate(-45deg) scale(0.7,1)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner::before{transform:translate3d(-8px,0,0) rotate(-45deg) scale(0.7,1)}.hamburger--arrowturn-r.is-active .hamburger-inner::after{transform:translate3d(-8px,0,0) rotate(45deg) scale(0.7,1)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::before,.hamburger--boring .hamburger-inner::after{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--collapse .hamburger-inner::after{top:-20px;transition:top .2s .2s cubic-bezier(0.33333,0.66667,0.66667,1),opacity .1s linear}.hamburger--collapse .hamburger-inner::before{transition:top .12s .2s cubic-bezier(0.33333,0.66667,0.66667,1),transform .13s cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(0.33333,0,0.66667,0.33333),opacity .1s .22s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;transform:rotate(-90deg);transition:top .1s .16s cubic-bezier(0.33333,0,0.66667,0.33333),transform .13s .25s cubic-bezier(0.215,0.61,0.355,1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--collapse-r .hamburger-inner::after{top:-20px;transition:top .2s .2s cubic-bezier(0.33333,0.66667,0.66667,1),opacity .1s linear}.hamburger--collapse-r .hamburger-inner::before{transition:top .12s .2s cubic-bezier(0.33333,0.66667,0.66667,1),transform .13s cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.hamburger--collapse-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(0.33333,0,0.66667,0.33333),opacity .1s .22s linear}.hamburger--collapse-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top .1s .16s cubic-bezier(0.33333,0,0.66667,0.33333),transform .13s .25s cubic-bezier(0.215,0.61,0.355,1)}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(0.68,-0.55,0.265,1.55)}.hamburger--elastic .hamburger-inner::before{top:10px;transition:opacity .125s .275s ease}.hamburger--elastic .hamburger-inner::after{top:20px;transition:transform .275s cubic-bezier(0.68,-0.55,0.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:.075s}.hamburger--elastic.is-active .hamburger-inner::before{transition-delay:0;opacity:0}.hamburger--elastic.is-active .hamburger-inner::after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:.075s}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(0.68,-0.55,0.265,1.55)}.hamburger--elastic-r .hamburger-inner::before{top:10px;transition:opacity .125s .275s ease}.hamburger--elastic-r .hamburger-inner::after{top:20px;transition:transform .275s cubic-bezier(0.68,-0.55,0.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:.075s}.hamburger--elastic-r.is-active .hamburger-inner::before{transition-delay:0;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner::after{transform:translate3d(0,-20px,0) rotate(270deg);transition-delay:.075s}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s .175s ease-in}.hamburger--emphatic .hamburger-inner::before{left:0;transition:transform .125s cubic-bezier(0.6,0.04,0.98,0.335),top .05s .125s linear,left .125s .175s ease-in}.hamburger--emphatic .hamburger-inner::after{top:10px;right:0;transition:transform .125s cubic-bezier(0.6,0.04,0.98,0.335),top .05s .125s linear,right .125s .175s ease-in}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0;transition-timing-function:ease-out;background-color:transparent !important}.hamburger--emphatic.is-active .hamburger-inner::before{left:-80px;top:-80px;transform:translate3d(80px,80px,0) rotate(45deg);transition:left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075,0.82,0.165,1)}.hamburger--emphatic.is-active .hamburger-inner::after{right:-80px;top:-80px;transform:translate3d(-80px,80px,0) rotate(-45deg);transition:right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075,0.82,0.165,1)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s .175s ease-in}.hamburger--emphatic-r .hamburger-inner::before{left:0;transition:transform .125s cubic-bezier(0.6,0.04,0.98,0.335),top .05s .125s linear,left .125s .175s ease-in}.hamburger--emphatic-r .hamburger-inner::after{top:10px;right:0;transition:transform .125s cubic-bezier(0.6,0.04,0.98,0.335),top .05s .125s linear,right .125s .175s ease-in}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0;transition-timing-function:ease-out;background-color:transparent !important}.hamburger--emphatic-r.is-active .hamburger-inner::before{left:-80px;top:80px;transform:translate3d(80px,-80px,0) rotate(-45deg);transition:left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075,0.82,0.165,1)}.hamburger--emphatic-r.is-active .hamburger-inner::after{right:-80px;top:80px;transform:translate3d(-80px,-80px,0) rotate(45deg);transition:right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075,0.82,0.165,1)}.hamburger--minus .hamburger-inner::before,.hamburger--minus .hamburger-inner::after{transition:bottom .08s 0 ease-out,top .08s 0 ease-out,opacity 0 linear}.hamburger--minus.is-active .hamburger-inner::before,.hamburger--minus.is-active .hamburger-inner::after{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0 .08s linear}.hamburger--minus.is-active .hamburger-inner::before{top:0}.hamburger--minus.is-active .hamburger-inner::after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner::after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner::before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner::after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner::after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner::before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner::after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--spin .hamburger-inner::before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner::after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215,0.61,0.355,1)}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--spin-r .hamburger-inner::before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner::after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.hamburger--spin-r.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215,0.61,0.355,1)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0 .13s linear}.hamburger--spring .hamburger-inner::before{top:10px;transition:top .1s .2s cubic-bezier(0.33333,0.66667,0.66667,1),transform .13s cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--spring .hamburger-inner::after{top:20px;transition:top .2s .2s cubic-bezier(0.33333,0.66667,0.66667,1),transform .13s cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent !important}.hamburger--spring.is-active .hamburger-inner::before{top:0;transition:top .1s .15s cubic-bezier(0.33333,0,0.66667,0.33333),transform .13s .22s cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner::after{top:0;transition:top .2s cubic-bezier(0.33333,0,0.66667,0.33333),transform .13s .22s cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--spring-r .hamburger-inner::after{top:-20px;transition:top .2s .2s cubic-bezier(0.33333,0.66667,0.66667,1),opacity 0 linear}.hamburger--spring-r .hamburger-inner::before{transition:top .1s .2s cubic-bezier(0.33333,0.66667,0.66667,1),transform .13s cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.hamburger--spring-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(0.33333,0,0.66667,0.33333),opacity 0 .22s linear}.hamburger--spring-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top .1s .15s cubic-bezier(0.33333,0,0.66667,0.33333),transform .13s .22s cubic-bezier(0.215,0.61,0.355,1)}.hamburger--stand .hamburger-inner{transition:transform .075s .15s cubic-bezier(0.55,0.055,0.675,0.19),background-color 0 .075s linear}.hamburger--stand .hamburger-inner::before{transition:top .075s .075s ease-in,transform .075s 0 cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--stand .hamburger-inner::after{transition:bottom .075s .075s ease-in,transform .075s 0 cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent !important;transition:transform .075s 0 cubic-bezier(0.215,0.61,0.355,1),background-color 0 .15s linear}.hamburger--stand.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215,0.61,0.355,1)}.hamburger--stand.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215,0.61,0.355,1)}.hamburger--stand-r .hamburger-inner{transition:transform .075s .15s cubic-bezier(0.55,0.055,0.675,0.19),background-color 0 .075s linear}.hamburger--stand-r .hamburger-inner::before{transition:top .075s .075s ease-in,transform .075s 0 cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--stand-r .hamburger-inner::after{transition:bottom .075s .075s ease-in,transform .075s 0 cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent !important;transition:transform .075s 0 cubic-bezier(0.215,0.61,0.355,1),background-color 0 .15s linear}.hamburger--stand-r.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215,0.61,0.355,1)}.hamburger--stand-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215,0.61,0.355,1)}.hamburger--squeeze .hamburger-inner{transition-duration:.075s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top .075s .12s ease,opacity .075s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom .075s .12s ease,transform .075s cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .075s ease,opacity .075s .12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .075s ease,transform .075s .12s cubic-bezier(0.215,0.61,0.355,1)}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(0.19,1,0.22,1)}.hamburger--vortex .hamburger-inner::before,.hamburger--vortex .hamburger-inner::after{transition-duration:0;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner::before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner::after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(0.19,1,0.22,1)}.hamburger--vortex.is-active .hamburger-inner::before,.hamburger--vortex.is-active .hamburger-inner::after{transition-delay:0}.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(0.19,1,0.22,1)}.hamburger--vortex-r .hamburger-inner::before,.hamburger--vortex-r .hamburger-inner::after{transition-duration:0;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner::before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner::after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(0.19,1,0.22,1)}.hamburger--vortex-r.is-active .hamburger-inner::before,.hamburger--vortex-r.is-active .hamburger-inner::after{transition-delay:0}.hamburger--vortex-r.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}body,html{margin:0;padding:0;width:100%;min-height:100%}.jp{font-family:"Yu Gothic","Meiryo UI",游ゴシック体,YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif}.arial__font{font-family:Arial,sans-serif}.abhaya__font{font-family:"Abhaya Libre"}.header{width:100%;height:44px;top:0;z-index:1000;position:sticky;background:linear-gradient(284deg,#001880,#45b0b7);background-size:400% 400%;-webkit-animation:AnimationName 20s ease infinite;-moz-animation:AnimationName 20s ease infinite;-o-animation:AnimationName 20s ease infinite;animation:AnimationName 20s ease infinite}.header__cont{display:flex;justify-content:space-between;position:relative;max-width:1360px;height:100%;margin:0 auto}.header__nav{display:none;position:absolute;top:44px;width:100%;background:linear-gradient(284deg,#001880,#45b0b7);background-size:400% 400%;-webkit-animation:AnimationName 20s ease infinite;-moz-animation:AnimationName 20s ease infinite;-o-animation:AnimationName 20s ease infinite;animation:AnimationName 20s ease infinite}.header__nav_ul{display:flex;flex-direction:column;list-style-type:none;height:100%;margin-bottom:0;align-items:center;padding:0}.header__nav_ul li{margin:1rem 40px;display:flex;flex-direction:column;position:relative;justify-content:center;transition:all 1s linear;min-width:100px}.header__nav_ul li a{font-weight:400;font-size:15px;color:white;text-align:center;pointer-events:none}.header__nav_ul li .point{pointer-events:auto}.header__nav_ul li .sub-menu{display:none;padding-left:0;margin:0 auto;z-index:500;margin-left:8rem}.header__nav_ul li .sub-menu:hover{opacity:1;display:block}.header__nav_ul li .sub-menu li{display:flex;align-items:center;justify-content:center;border-bottom:1px solid white;padding:.3rem .5rem .5rem .5rem;max-width:262px;min-width:130px}.header__nav_ul li .sub-menu li a{text-align:center;font-weight:400;font-size:13px;color:white;padding:0}.header__nav_ul li .sub-menu li a:hover{color:#bbfbff}.header__lan{height:100%;display:flex;align-items:center;align-self:end}.header__lan_link{display:flex;align-items:center;color:white}.header__lan_title{margin-bottom:0;font-weight:500;font-size:1rem}.header__lan_img{margin-right:5px}.heaeder__logo_cont{display:flex;align-items:center;margin-left:1rem}.header__lan .lang__nav_ul{margin:0 auto;padding:0}.header__lan .lang__nav_ul li a{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.hamburger{padding:0;height:44px;display:flex;align-content:center;align-items:center;margin-left:5px}.hamburger .hamburger-inner{background-color:white;width:30px;height:3px}.hamburger .hamburger-inner::after{background-color:white;width:30px;height:3px}.hamburger .hamburger-inner::before{background-color:white;height:3px;width:30px}.hamburger .hamburger-box{width:30px}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:white}.header__menu{display:flex;align-items:center;margin:.5rem}.top__header{display:flex;justify-content:space-between;padding:0 67px 0 97px;height:88px;max-width:1360px;margin:0 auto}.top__header_contact{display:flex}.top__header_logo_text{text-align:center;font-weight:900;font-size:36px;color:#144590;margin-bottom:0}.top__header_phone_cont{display:flex;flex-direction:column;justify-content:center;margin:0 20px}.top__header_phone{display:flex;align-items:center}.top__header_phone_img{margin-right:8px}.top__header_mail_cont{display:flex;flex-direction:column;justify-content:center}.top__header_mail_button{width:165px;height:27px;background:linear-gradient(132.22deg,#001880 0,#459bb7 57.76%),#144590;display:flex;align-items:center;justify-content:center;border:0}.top__header_mail_button_link{font-size:13px;font-weight:500;color:white;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.top__header_mail_adrs{font-weight:400;font-size:13px;color:black;text-align:center}.top__header_mail_adrs:hover{color:black}.top__header_phone_num_c{margin-right:1rem}.top__header_phone_num_c_jp{margin-right:1.3rem}@keyframes AnimationName{0{background-position:0 42%}50%{background-position:100% 59%}100%{background-position:0 42%}}ul{list-style-type:none}a{text-decoration:none !important;color:white}a:hover{color:white;text-decoration:none !important}p{margin:0}.border_outline{outline:none !important}input:active,textarea:active,button:active{filter:drop-shadow(4px 4px 4px rgba(0,0,0,0.25))}input:focus,textarea:focus,button:focus{filter:drop-shadow(4px 4px 4px rgba(0,0,0,0.25))}input,textarea,button{outline:none !important}@media screen and (min-width:1200px){.header{padding:0 56px 0 90px;margin-bottom:1rem}.hamburger{display:none}.header__nav{display:block;position:relative;top:0;background:#ffffff00}.header__nav_ul{flex-direction:row;justify-content:space-between;align-items:center}.header__nav_ul a{color:white;padding-top:2rem;padding-bottom:2rem;text-align:center}.header__nav_ul li a{pointer-events:auto}.header__nav_ul li .sub-menu{margin:0 auto}.header__nav_ul li .sub-menu{opacity:0;display:none;top:63px;position:absolute;background:linear-gradient(263.9deg,#001880 -9.86%,#45b0b7 103.75%),rgba(20,69,144,0.7);width:261px;min-height:150px;transition:all 1s linear}.heaeder__logo_cont{display:none}.header__nav_ul{display:flex}.header__nav_ul li{display:flex;flex-direction:row}.header__nav_ul li:hover ul{opacity:1;display:block}.header__nav_ul li:nth-child(6){display:none}}@media screen and (min-width:1344px){.header__nav_ul a{font-size:15px}}@media screen and (max-width:800px){.top__header{display:none}}body,html{width:100%;margin:0;padding:0}.wrapper{max-width:1360px;margin:0 auto;padding:0 1rem}.intro__about{width:100%;max-width:1366px;margin:0 auto;height:152px}.intro__about .intro__about_cont{position:relative;width:100%;height:100%;overflow:hidden}.intro__about .intro__about_cont::after{content:"";position:absolute;z-index:10;background-color:rgba(0,0,0,0.15);top:0;left:0;width:100%;height:100%}.intro__about .intro__about_cont .intro__about_cont_img{width:100%;height:100%;object-fit:cover}.intro__about .intro__about_cont .intro__about_logo_cont{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100px;position:absolute;left:0;bottom:0;background-color:#fff;z-index:20;clip-path:polygon(22% 0,100% 74%,100% 100%,0 100%,0 65%)}.intro__about .intro__about_cont .intro__about_logo_img{width:110px;display:none}.intro__about .intro__about_cont .intro__about_logo_title{margin-top:5rem;font-weight:500;font-size:24px;color:#144590;text-align:center}.intro__about .intro__about_cont .intro__about_log_descript{display:none;font-weight:300;font-size:12px;color:black;text-align:center;max-width:420px}.intro__about .intro__about_cont .intro__about_title_cont,.intro__about .intro__about_cont .intro__about_mission_cont{display:flex;flex-direction:column;align-items:center;justify-content:center}.intro__about .intro__about_cont .intro__about_mission_title{font-weight:400;font-size:14px;color:#144590;text-align:center}.intro__about .intro__about_cont .intro__about_mission_descript{max-width:400px;font-weight:400;font-size:14px}.intro__about .intro__about_cont .intro__about_mission_cont{display:none}.intro__about .about__main_title{position:absolute;width:100%;text-align:center;font-weight:900;top:30%;color:white;font-size:36px;z-index:20;display:block}.about__switch{width:100%;height:52px;margin:0 auto}.about__switch .about__switch_cont{display:flex;justify-content:space-around}.about__switch .about__switch_button{width:85px;height:52px;border:0;background:linear-gradient(264.03deg,#001880 -3.94%,#45b0b7 100%),#001880;color:white;font-weight:500;font-size:10px;text-align:center;padding-top:.7rem}.about__switch .contacts__button_switch{padding-top:1rem}.about__switch .about__switch_button_jp{padding-top:1rem}.about__partners{flex-direction:column;justify-content:center;align-items:center;margin-top:2rem}.about__partners .about__partners_title{font-weight:800;font-size:14px;color:#144590;text-align:center;margin-bottom:2rem}.about__partners .about__partner{display:flex;flex-direction:column;margin-bottom:3rem;max-width:750px}.about__partners .parner__top_info{align-self:center;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.about__partners .partner__top_info_img_cont{width:40px;height:40px;overflow:hidden;margin-right:1rem}.about__partners .partner__top_info_img{width:100%;height:100%;object-fit:cover}.about__partners .partner__top__info_title{font-weight:500;font-size:14px;color:black;text-align:center;margin-bottom:0}.about__partners .partner__descript_info_text{font-weight:300;font-size:14px;color:black}.about__directors .about__directors_title{margin:44px 0;font-weight:800;font-size:14px;color:#144590;text-align:center}.about__directors .about__directors_title_desktop{width:100%;display:none;margin:44px 0;font-weight:800;font-size:14px;color:#144590;text-align:center}.about__directors .directors__mission_mob_cont{margin:0 auto}.about__directors .directors__mission_mob_cont .mission__title{font-weight:400;font-size:14px;color:#144590;text-align:center}.about__directors .directors__mission_mob_cont .mission__description{font-weight:400;font-size:12px;color:black}.about__directors .mission__cont{margin:0 auto;width:298px;margin-bottom:54px}.about__directors .about__directors_main_info{font-weight:400;font-size:12px;color:black;max-width:800px;line-height:20px}.about__directors .about__directors_main_info_span{font-weight:400;font-size:12px;color:#144590;margin-right:1rem;margin-bottom:1rem}.about__directors .about__directors_main_info_p{margin-bottom:3px}.directors{padding-top:70px}.directors .directors__top_title{width:100%;font-size:24px;font-weight:700;color:#144590;text-align:center;margin:0 auto}.directors .director{margin:7rem 0}.directors .director__img_cont{min-width:206px;max-width:207px;height:250px;overflow:hidden;margin:0 auto}.directors .director__img{width:100%;height:100%;object-fit:cover}.directors .director__text_cont{display:flex;flex-direction:column;margin-top:2rem}.directors .director__name{font-weight:300;font-size:12px;color:black}.directors .director__position{font-weight:400;font-size:11px;color:black}.directors .director__info_descript{line-height:1rem}.directors .director__info_descript p{font-weight:400;font-size:11px;color:#4a4d5a}.directors .director__speak_cont{display:flex;margin-top:63px}.directors .director__speak_coma_cont{width:50px;display:flex;justify-content:center;align-items:center;position:relative;margin-right:15px}.directors .director__speak_coma_img{width:30px;height:27px;object-fit:cover;position:absolute;top:-50px}.directors .director__speak,.directors .director__speak_in{max-width:665px;font-weight:400;font-size:12px;color:black}.disp__none{display:none}.profile{max-width:662px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;margin-top:70px}.profile .profile__title{width:100%;text-align:center;font-weight:800;font-size:14px;color:#144590}.profile .profile__cont{width:288px;margin:0 auto}.profile .profile__line{display:flex;margin-bottom:9px}.profile .profile__line_icon{margin-top:-3px;width:24px;height:24px;margin-right:5px;display:none}.profile .profile__line_text{display:flex;border-bottom:1px solid #144590;width:264px;padding-bottom:10px}.profile .profile__text_span{max-width:65px;min-width:64px;font-weight:400;font-size:12px;color:#144590}.profile .profile__text{font-weight:400;font-size:12px;color:black;width:100%}.profile .profile__text_span_ru{max-width:85px;min-width:84px;font-weight:400;font-size:12px;color:#144590}.activity{margin:0 auto;margin-top:60px;max-width:936px}.activity .activity__title{font-weight:800;font-size:18px;color:#144590;width:100%;margin-bottom:30px;text-align:center}.activity .activity__line{display:flex;border-bottom:1px solid #144590;padding-bottom:10px;margin-top:5px;width:100%}.activity .activity__span{font-weight:400;font-size:12px;color:#144590;min-width:77px;max-width:78px;line-height:30px}.activity .activity__text{line-height:30px;font-weight:400;font-size:12px;color:black}.activity .activity__span_ru{font-weight:400;font-size:12px;color:#144590;min-width:87px;max-width:88px;line-height:30px}.partners{margin-top:30px;background:rgba(233,233,233,0.37);padding-top:30px}.partners .partner__title{width:100%;text-align:center;font-weight:800;font-size:18px;color:#144590;margin-bottom:26px}.partners .partners__cont{max-width:1366px;margin:0 auto;display:flex;flex-direction:column;align-items:center;padding:0 1rem}.partners .line__text{font-size:14px;color:black}.partners .ul__col{max-width:468px;width:300px;margin:1rem 0}.partners .ul__line{line-height:30px;border-bottom:1px solid #144590;padding-bottom:.5rem;margin-top:.5rem}.partner__logo{display:flex;flex-wrap:wrap;justify-content:space-around;width:290px;margin:0 auto}.partner__logo .logo{width:100px}.partner__logo .logo:nth-child(5){padding-top:1.5rem}.partner__logo .logo:nth-child(7){height:80px}.partner__logo .logo:nth-child(8){height:80px;padding-top:1rem}.partner__logo .logo:nth-child(10){padding-top:1rem}.partner__logo .logo__in{width:100px}@media screen and (min-width:700px){.intro__about{height:277px}.intro__about .intro__about_cont .intro__about_logo_cont{height:77px;clip-path:polygon(67% 0,0 100%,100% 100%);width:100%;justify-content:space-around;padding:2rem 8rem 2rem 4rem}.intro__about .intro__about_cont .intro__about_logo_img{display:block}.intro__about .intro__about_cont .intro__about_logo_title{font-size:27px}.intro__about .intro__about_cont .intro__about_log_descript{display:block}.intro__about .intro__about_cont .intro__about_logo_title{margin-top:0}.intro__about .intro__about_cont .intro__about_mission_cont{display:flex}}@media screen and (min-width:1200px){.intro__about{height:277px;padding:5px 24px}.intro__about .intro__about_cont .intro__about_logo_cont{height:77px}}@media screen and (max-width:700px){.intro__about .about__main_title{display:none}}@media screen and (min-width:550px){.about__switch .about__switch_button{width:150px;padding-top:1rem}.about__switch .about__button_switch{padding-top:.7rem}}@media screen and (min-width:1000px){.about__switch{display:none}}@media screen and (min-width:1000px){.about__partners .about__partners_title{font-weight:800;font-size:24px}.about__partners .partner__top__info_title{font-weight:500;font-size:18px}}@media screen and (min-width:700px){.about__directors{display:flex;flex-direction:column;justify-content:center;align-items:center}.about__directors .about__directors_title{display:none}.about__directors .about__directors_title_desktop{display:inline}.about__directors .directors__mission_mob_cont{display:none}.disp__none{display:none}}@media screen and (min-width:1000px){.about__directors .about__directors_title_desktop{font-size:24px;font-weight:800}.about__directors .directors__mission_mob_cont{display:none}.about__directors .about__directors_main_info{font-size:13px}.about__directors .about__directors_main_info_span{font-size:14px}}@media screen and (min-width:700px){.directors .director{display:flex}.directors .director__img_cont{margin-right:23px}.directors .director__position{font-size:12px}.directors .director__name{font-size:24px}.directors .director__speak,.directors .director__speak_in{font-size:14px}.directors .director__speak_coma_img{width:50px;height:46px}.directors .director__text_cont{margin-top:0}}@media screen and (min-width:800px){.profile .profile__title{font-size:24px}}@media screen and (min-width:350px){.profile .profile__line_text{width:294px}.profile .profile__cont{width:318px}}@media screen and (min-width:700px){.profile .profile__line_text{width:638px;padding-left:1rem}.profile .profile__cont{width:662px}.profile .profile__title{margin-bottom:65px}.profile .profile__text_span,.profile .profile__text{font-size:13px}.profile .profile__text_span{max-width:71px;min-width:70px}.profile .profile__line_icon{margin-right:1rem}.profile .profile__text_span_ru{max-width:91px;min-width:90px}.profile .editors__br{display:none}}@media screen and (min-width:900px){.activity .activity__span{margin-left:54px;min-width:90px;max-width:91px}.activity .activity__span_ru{margin-left:54px}.activity .activity__title{font-size:24px;margin-bottom:50px}.activity .activity__span,.activity .activity__text{font-size:13px}.partners .partner__title{font-size:24px}}@media screen and (min-width:900px){.partners{margin-top:90px;padding-top:50px;padding-bottom:50px}.partners .partners__cont{flex-direction:row;align-items:start;justify-content:space-around}.partners .ul__col{width:468px}.partners .ul__text{font-size:16px}.partners .ul__line{padding-left:1rem}}@media screen and (min-width:900px){.partner__logo{width:800px}.partner__logo .logo__in{width:auto}.partner__logo .logo{width:200px;display:flex;justify-content:center;align-items:center}}@media screen and (min-width:1200px){.partner__logo{width:1100px}.partner__logo .logo{margin:1rem 0}.partner__logo .logo:nth-child(5){padding:0}.partner__logo .logo:nth-child(7){height:auto}.partner__logo .logo:nth-child(8){height:auto;padding-top:0}.partner__logo .logo:nth-child(10){padding-top:0}}.footer{width:100%}.footer .footer__maps{width:100%;height:300px;display:none;position:relative}.footer .footer__maps .nh__maps_cont{clip-path:polygon(0 0,100% 0,70% 100%,0 100%);width:60%;height:300px;position:absolute;left:0;z-index:3;border-top:3px solid #001880}.footer .footer__maps .nh__maps{width:100%;height:100%}.footer .footer__maps .nh__maps_img_cont{position:absolute;right:0;width:60%;height:300px}.footer .footer__maps .nh_maps_img{width:100%;height:100%;object-fit:cover}.footer .footer__info{clip-path:polygon(0 10%,100% 0,100% 100%,0 100%);width:100%;height:131px;background-image:linear-gradient(to right,#45b0b7,#001880)}.footer .footer__info .footer__nav{width:442px;display:none;flex-wrap:wrap;flex-direction:column;height:222px}.footer .footer__info .footer__nav .footer__nav_ul{width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:wrap;padding:0;list-style-type:none}.footer .footer__info .footer__nav .footer__nav_ul:nth-child(3){margin-bottom:0}.footer .footer__info .footer__nav .footer__nav_ul li{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1rem}.footer .footer__info .footer__nav .footer__nav_ul li a{font-weight:800;font-size:12px;color:white;text-align:left}.footer .footer__info .footer__nav .footer__nav_ul li .sub-menu{list-style-type:none;padding:0;display:flex;flex-direction:column;align-items:flex-start}.footer .footer__info .footer__nav .footer__nav_ul li .sub-menu li{height:16px;margin-bottom:3px}.footer .footer__info .footer__nav .footer__nav_ul li .sub-menu li a{font-weight:300;font-size:12px;color:white;text-align:left;height:100%}.footer .footer__info_cont{margin:0 auto;max-width:1360px;display:flex;justify-content:space-around;padding-top:1rem}.footer .footer__info_cont .footer__left_cont{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.footer .footer__info_cont .footer__logo_cont{display:flex;flex-direction:column;align-items:center;justify-content:center;align-content:center}.footer .footer__info_cont .footer__logo_img{width:43px;height:12px;margin-bottom:1rem}.footer .footer__info_cont .footer__logo_cont_descr{font-weight:400;font-size:9px;color:white;text-align:center}.footer .footer__info_cont .footer__left_cont_descr{font-weight:400;font-size:9px;color:white;text-align:left;width:173px;max-height:60px;overflow:hidden}.footer .footer__social{height:100px;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.footer .footer__social .footer__social_cont{display:flex;flex-direction:column}.footer .footer__social .footer__social_cont .recom__list{margin-bottom:0;display:flex;justify-content:center;width:25px;padding-left:0}.footer .footer__social .footer__social_cont .recom__list li{margin:.5rem .3rem}.footer .footer__social .footer__social_cont .recom__list li .fa-hidden{display:none}.footer .footer__social .footer__social_cont .recom__list li a span{display:none}.footer .footer__social .footer__social_logo{width:70px;height:17px}.footer .footer__social .footer__contact_us_button{width:109px;height:17px;border:1.3px white solid;background:#ffffff00}.footer .footer__social .footer__contact_us_link{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:9px;color:white}@media screen and (min-width:750px){.footer{position:relative;height:400px;margin-top:2rem}.footer .footer__maps{display:flex}.footer .footer__info{position:absolute;bottom:0;z-index:4}}@media screen and (min-width:1200px){.footer{height:675px}.footer .footer__maps{width:100%;height:400px;display:flex;position:relative}.footer .footer__maps .nh__maps_cont{clip-path:polygon(0 0,100% 0,70% 100%,0 100%);width:60%;height:400px;position:absolute;left:0;z-index:3;border-top:3px solid #001880}.footer .footer__maps .nh__maps{width:100%;height:100%}.footer .footer__maps .nh__maps_img_cont{position:absolute;right:0;width:60%;height:400px}.footer .footer__maps .nh_maps_img{width:100%;height:100%;object-fit:cover}.footer .footer__info{height:306px}.footer .footer__info .footer__nav{display:flex}.footer .footer__info_cont{padding-top:3rem}.footer .footer__info_cont .footer__logo_cont{display:flex}.footer .footer__info_cont .footer__left_cont_descr{font-size:12px;width:278px}.footer .footer__info_cont .footer__logo_img{width:145px;height:45px}.footer .footer__info_cont .footer__logo_cont_descr{font-weight:500;font-size:12px}.footer .footer__social .footer__social_cont{height:100%}.footer .footer__social .footer__social_logo{display:none}.footer .footer__social .footer__contact_us_button{width:165px;height:27px}.footer .footer__social .footer__contact_us_link{font-size:13px}}