.components-placeholder.ms-loader{position:absolute;width:100%;height:100%;z-index:3;top:0;left:0;background:rgb(243 243 244 / .83);min-height:50px}.wp-block-metaslider-slider iframe{transition:height .6s;width:100%}.ms-preview{position:relative}.ms-preview__trigger{position:absolute;top:0;right:0;bottom:0;left:0}.components-base-control.ms-loading .is-active.spinner{margin-top:-2px;float:none;margin-left:0}.ms-plugin-link{display:block;padding:15px;border-top:1px solid #e2e4e7;border-bottom:1px solid #e2e4e7;margin-left:-16px;margin-right:-16px;margin-top:17px}.ms-edit-current-slideshow{position:relative;float:right;margin-top:-11px;font-size:.95em}.ms-edit-current-slideshow::before{content:"\f474";font-family:dashicons;position:absolute;left:-19px;transform:rotate(90deg);color:#ccc;font-size:1.2em}.wp-block-metaslider-slider.placeholder-loading+.wp-block-metaslider-slider{display:none}.wp-block-metaslider-slider{transition:height .3s}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}/*!
 * 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:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:#fff0;border:0;margin:0;overflow:visible}.hamburger-box{width:30px;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:30px;height:4px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:0.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 0.15s cubic-bezier(.645,.045,.355,1),background-color 0s 0.1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx.is-active .hamburger-inner,.hamburger--3dx:hover .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 0.15s cubic-bezier(.645,.045,.355,1),background-color 0s 0.1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r.is-active .hamburger-inner,.hamburger--3dx-r:hover .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 0.15s cubic-bezier(.645,.045,.355,1),background-color 0s 0.1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy .hamburger-inner::before,.hamburger--3dy .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy.is-active .hamburger-inner,.hamburger--3dy:hover .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 0.15s cubic-bezier(.645,.045,.355,1),background-color 0s 0.1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r .hamburger-inner::before,.hamburger--3dy-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r.is-active .hamburger-inner,.hamburger--3dy-r:hover .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 0.15s cubic-bezier(.645,.045,.355,1),background-color 0s 0.1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy .hamburger-inner::before,.hamburger--3dxy .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy.is-active .hamburger-inner,.hamburger--3dxy.is-active:hover .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 0.15s cubic-bezier(.645,.045,.355,1),background-color 0s 0.1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r .hamburger-inner::before,.hamburger--3dxy-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r.is-active .hamburger-inner,.hamburger--3dxy-r.is-active:hover .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--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:0.13s;transition-delay:0.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner::after{top:-20px;transition:top 0.2s 0.2s cubic-bezier(.33333,.66667,.66667,1),opacity 0.1s linear}.hamburger--collapse .hamburger-inner::before{transition:top 0.12s 0.2s cubic-bezier(.33333,.66667,.66667,1),transform 0.13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(.33333,0,.66667,.33333),opacity 0.1s 0.22s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;transform:rotate(-90deg);transition:top 0.1s 0.16s cubic-bezier(.33333,0,.66667,.33333),transform 0.13s 0.25s cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner::after{top:-20px;transition:top 0.2s 0.2s cubic-bezier(.33333,.66667,.66667,1),opacity 0.1s linear}.hamburger--collapse-r .hamburger-inner::before{transition:top 0.12s 0.2s cubic-bezier(.33333,.66667,.66667,1),transform 0.13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(.33333,0,.66667,.33333),opacity 0.1s 0.22s linear}.hamburger--collapse-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top 0.1s 0.16s cubic-bezier(.33333,0,.66667,.33333),transform 0.13s 0.25s cubic-bezier(.215,.61,.355,1)}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:0.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner::before{top:10px;transition:opacity 0.125s 0.275s ease}.hamburger--elastic .hamburger-inner::after{top:20px;transition:transform 0.275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:0.075s}.hamburger--elastic.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner::after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:0.075s}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:0.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner::before{top:10px;transition:opacity 0.125s 0.275s ease}.hamburger--elastic-r .hamburger-inner::after{top:20px;transition:transform 0.275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:0.075s}.hamburger--elastic-r.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner::after{transform:translate3d(0,-20px,0) rotate(270deg);transition-delay:0.075s}.hamburger--minus .hamburger-inner::before,.hamburger--minus .hamburger-inner::after{transition:bottom 0.08s 0s ease-out,top 0.08s 0s ease-out,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner::before,.hamburger--minus.is-active .hamburger-inner::after{opacity:0;transition:bottom 0.08s ease-out,top 0.08s ease-out,opacity 0s 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:0.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:0.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:0.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner::before{transition:top 0.1s 0.25s ease-in,opacity 0.1s ease-in}.hamburger--spin .hamburger-inner::after{transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out,opacity 0.1s 0.12s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r .hamburger-inner{transition-duration:0.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner::before{transition:top 0.1s 0.25s ease-in,opacity 0.1s ease-in}.hamburger--spin-r .hamburger-inner::after{transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out,opacity 0.1s 0.12s ease-out}.hamburger--spin-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(.215,.61,.355,1)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s 0.13s linear}.hamburger--spring .hamburger-inner::before{top:10px;transition:top 0.1s 0.2s cubic-bezier(.33333,.66667,.66667,1),transform 0.13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner::after{top:20px;transition:top 0.2s 0.2s cubic-bezier(.33333,.66667,.66667,1),transform 0.13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner,.hamburger--spring.is-active:hover .hamburger-inner{transition-delay:0.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner::before{top:0;transition:top 0.1s 0.15s cubic-bezier(.33333,0,.66667,.33333),transform 0.13s 0.22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner::after{top:0;transition:top 0.2s cubic-bezier(.33333,0,.66667,.33333),transform 0.13s 0.22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner::after{top:-20px;transition:top 0.2s 0.2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear}.hamburger--spring-r .hamburger-inner::before{transition:top 0.1s 0.2s cubic-bezier(.33333,.66667,.66667,1),transform 0.13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s 0.22s linear}.hamburger--spring-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top 0.1s 0.15s cubic-bezier(.33333,0,.66667,.33333),transform 0.13s 0.22s cubic-bezier(.215,.61,.355,1)}.hamburger--stand .hamburger-inner{transition:transform 0.075s 0.15s cubic-bezier(.55,.055,.675,.19),background-color 0s 0.075s linear}.hamburger--stand .hamburger-inner::before{transition:top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand .hamburger-inner::after{transition:bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand.is-active .hamburger-inner,.hamburger--stand:hover .hamburger-inner{transform:rotate(90deg);background-color:transparent!important;transition:transform 0.075s 0s cubic-bezier(.215,.61,.355,1),background-color 0s 0.15s linear}.hamburger--stand.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r .hamburger-inner{transition:transform 0.075s 0.15s cubic-bezier(.55,.055,.675,.19),background-color 0s 0.075s linear}.hamburger--stand-r .hamburger-inner::before{transition:top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r .hamburger-inner::after{transition:bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r.is-active .hamburger-inner,.hamburger--stand-r.is-active:hover .hamburger-inner{transform:rotate(-90deg);background-color:transparent!important;transition:transform 0.075s 0s cubic-bezier(.215,.61,.355,1),background-color 0s 0.15s linear}.hamburger--stand-r.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze .hamburger-inner{transition-duration:0.075s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 0.075s 0.12s ease,opacity 0.075s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.075s ease,opacity 0.075s 0.12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(.215,.61,.355,1)}.hamburger--vortex .hamburger-inner{transition-duration:0.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner::before,.hamburger--vortex .hamburger-inner::after{transition-duration:0s;transition-delay:0.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(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner::before,.hamburger--vortex.is-active .hamburger-inner::after{transition-delay:0s}.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:0.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner::before,.hamburger--vortex-r .hamburger-inner::after{transition-duration:0s;transition-delay:0.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(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner::before,.hamburger--vortex-r.is-active .hamburger-inner::after{transition-delay:0s}.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)}@font-face{font-family:wprmenu;src:url(https://yoonuyeumbeul.com/wp-content/plugins/wp-responsive-menu/assets/css/../fonts/wprmenu.eot#1778447231);src:url(https://yoonuyeumbeul.com/wp-content/plugins/wp-responsive-menu/assets/css/../fonts/wprmenu.eot#1778447231) format('embedded-opentype'),url(https://yoonuyeumbeul.com/wp-content/plugins/wp-responsive-menu/assets/css/../fonts/wprmenu.ttf#1778447231) format('truetype'),url(https://yoonuyeumbeul.com/wp-content/plugins/wp-responsive-menu/assets/css/../fonts/wprmenu.woff#1778447231) format('woff'),url(https://yoonuyeumbeul.com/wp-content/plugins/wp-responsive-menu/assets/css/../fonts/wprmenu.svg?p8o4s0#wprmenu) format('svg');font-weight:400;font-style:normal}html.wprmenu-body-fixed{overflow:inherit}html.wprmenu-body-fixed body{position:fixed!important}#mg-wprm-wrap [class*=" icon-"],#mg-wprm-wrap [class^=icon-]{font-family:wprmenu!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wprmenu_bar,#wprmenu_bar *{margin:0;padding:0;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;font-family:inherit;text-align:left;font-size:100%;font-weight:400}html body div.wprm-wrapper{z-index:999999}#wprmenu_bar img{border:0;border:none}.wprmenu_clear{clear:both!important;display:block!important;height:1px!important;margin:-1px 0 0!important;width:1px!important}#wprmenu_bar{position:fixed;background:#4C656C;padding:10px 16px;cursor:pointer;overflow:hidden;height:42px;z-index:99999}#wprmenu_bar .menu_title{display:inline-block;line-height:35px;position:relative;top:-6px}#wprmenu_bar .menu_title a{display:inline-block;position:relative;top:4px}#wprmenu_bar .bar_logo{border:none;margin:0;padding:0 8px 0 0;width:auto;height:25px}#wprmenu_bar .wprmenu_icon{margin-right:5px}#wprmenu_bar div.hamburger{margin-top:-3px}.wpr_search .wpr-search-field{padding:5px!important;border:1px solid #ccc;max-width:103%;height:35px;outline:0}.search-menu{padding:14px}#wprmenu_bar .wprmenu_icon_menu{color:#f2f2f2;margin-right:5px}body{position:relative!important}body.admin-bar #wprmenu_bar{top:32px}.admin-bar #custom_menu_icon{margin-top:32px}#wprmenu_menu_ul .sub-menu{padding:0}#wprmenu_menu.wprmenu_levels ul li{display:block;overflow:hidden;border-bottom:1px solid #131212;border-top:1px solid #474747;position:relative}#mg-wprm-wrap ul li{margin:0}#mg-wprm-wrap ul li ul li ul li.wprmenu_parent_item_li,#mg-wprm-wrap ul li ul li.wprmenu_parent_item_li{padding-left:0}#mg-wprm-wrap ul li ul.sub-menu li{border:none;position:relative}html body #wprmenu_menu_ul li.wprmenu_parent_item_li>ul{margin-left:0!important}div#mg-wprm-wrap ul li span.wprmenu_icon{font-family:'wprmenu';position:absolute;right:10px;line-height:38px;padding:24px}div#mg-wprm-wrap ul#wprmenu_menu_ul>li>span.wprmenu_icon:before{right:3px}div#mg-wprm-wrap ul li span.wprmenu_icon:before{top:3px}div#mg-wprm-wrap ul li ul.sub-menu span.wprmenu_icon{margin-left:0}div#mg-wprm-wrap form.wpr-search-form{position:relative;padding:0;margin:0;max-width:600px;width:100%}div#mg-wprm-wrap form.wpr-search-form button.wpr_submit{position:absolute;top:0;right:5px;background-color:#fff0;color:#000;width:35px;height:35px;padding:0 8px;border:none}html body #wprmenu_menu_ul li.wprmenu_parent_item_li>ul{padding:0 10px;margin:0}#mg-wprm-wrap{z-index:9999}#mg-wprm-wrap ul li a{text-decoration:none;z-index:9999}.wprmenu_bar #custom_menu_icon.hamburger{padding:10px 9px 2px;position:fixed;z-index:99999}.icon_default.wprmenu_icon_par:before{content:"\74";position:absolute}.icon_default.wprmenu_par_opened:before{content:"\6f"}.wprmenu_icon{position:relative;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;float:left}span.wprmenu_icon.wprmenu_icon_par{top:4px}.wprmenu_icon span{display:block;position:absolute;height:4px;background:#d3531a;border-radius:0;opacity:1;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.wprmenu_icon.open span:nth-child(1),.wprmenu_icon.open span:nth-child(4){width:0;left:50%;top:18px}.wprmenu_icon span:nth-child(2),.wprmenu_icon span:nth-child(3){top:9px}.wprmenu_icon span:nth-child(4){top:18px}.wprmenu_icon.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.wprmenu_icon.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#mg-wprm-wrap.cbp-spmenu-right.custom .menu_title{padding:15px;text-align:center}#mg-wprm-wrap li.menu-item-has-children{position:relative}.admin-bar #wprmenu_menu_ul{position:relative;z-index:9999;overflow:hidden;padding:50px 0}#mg-wprm-wrap canvas{position:absolute;z-index:99}#mg-wprm-wrap div.wpr_search{padding:13px}#wprmenu_menu_ul{padding:0 0 50px;margin:0;overflow:hidden}.custom #wprmenu_menu_ul{padding:0 0 10px}#wprmenu_menu_ul ul.sub-menu{margin-left:0}div.wpr-clear:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}#mg-wprm-wrap li.menu-item a{padding:13px 14px}#mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item span{right:10px;padding:20px 20px 30px;line-height:38px}* html div.wpr-clear{height:1%}div.wpr-clear{display:block}@media only screen and (max-width:768px){.admin-bar #wprmenu_menu_ul{margin-top:0}div.wpr_search{padding-left:0!important;padding-right:0!important;margin-left:8px!important;width:92%!important}#mg-wprm-wrap div.wpr_search{margin-top:24px}}.cbp-spmenu{position:fixed;overflow:auto;height:100%;z-index:9999}.cbp-spmenu a{padding:1em;display:block}.admin-bar #mg-wprm-wrap.cbp-spmenu.custom{top:32px}#mg-wprm-wrap.cbp-spmenu-left,#mg-wprm-wrap.cbp-spmenu-right{top:42px}.admin-bar #mg-wprm-wrap.cbp-spmenu-left,.admin-bar #mg-wprm-wrap.cbp-spmenu-right{top:74px}.admin-bar .cbp-spmenu-bottom.cbp-spmenu-open,.admin-bar .cbp-spmenu-top.cbp-spmenu-open{top:74px!important}body.admin-bar .cbp-spmenu-bottom.custom.cbp-spmenu-open,body.admin-bar .cbp-spmenu-top.custom.cbp-spmenu-open{top:32px!important}@media only screen and (max-width:782px){.admin-bar #custom_menu_icon{margin-top:46px}body.admin-bar .cbp-spmenu-bottom.custom.cbp-spmenu-open,body.admin-bar .cbp-spmenu-top.custom.cbp-spmenu-open{top:46px!important}.admin-bar #mg-wprm-wrap.cbp-spmenu.custom,body.admin-bar #wprmenu_bar{top:46px}.admin-bar #mg-wprm-wrap.cbp-spmenu-left,.admin-bar #mg-wprm-wrap.cbp-spmenu-right{top:88px}.admin-bar .cbp-spmenu-top.cbp-spmenu-open,.admin-bar .cbp-spmenu-bottom.cbp-spmenu-open{top:88px!important}#wpr_iframe .admin-bar #mg-wprm-wrap.cbp-spmenu-left,#wpr_iframe .admin-bar #mg-wprm-wrap.cbp-spmenu-right{top:42px!important}}.cbp-spmenu-left{left:-100%}.cbp-spmenu-right{right:-100%}.cbp-spmenu-left.cbp-spmenu-open{left:0}.cbp-spmenu-right.cbp-spmenu-open{right:0}.cbp-spmenu-top{top:-100%!important}.cbp-spmenu-bottom{top:100%!important}.cbp-spmenu-bottom.cbp-spmenu-open,.cbp-spmenu-top.cbp-spmenu-open{top:42px!important}.cbp-spmenu-bottom.cbp-spmenu-open.custom,.cbp-spmenu-top.cbp-spmenu-open.custom{top:0!important}.cbp-spmenu-push{overflow-x:hidden;position:relative}.cbp-spmenu-push-toright{left:100%}.cbp-spmenu-push-toleft{left:-100%}.cbp-spmenu-push .cbp-spmenu-top{-webkit-transition:unset;-moz-transition:unset;transition:unset}.cbp-spmenu-push #mg-wprm-wrap.cbp-spmenu-top{position:static;width:100%;max-width:100%}.cbp-spmenu-push .cbp-spmenu-top #wprmenu_menu_ul{padding:0}.cbp-spmenu,.cbp-spmenu-push{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}html body .wprm-overlay.active{height:100%;width:100%;z-index:9999;position:fixed}#wprmenu_bar,#mg-wprm-wrap.custom .menu_title,#mg-wprm-wrap,.wpr_custom_menu #custom_menu_icon,.cbp-spmenu-push #mg-wprm-wrap.cbp-spmenu-top{display:none}.wprmenu_icon span:nth-child(1),#wprmenu_bar,html body .wprm-overlay.active,#mg-wprm-wrap.cbp-spmenu.custom{top:0}#wprmenu_bar,html body .wprm-overlay.active,.cbp-spmenu-push,.wprmenu_icon span{left:0}.wprmenu_icon span,#wprmenu_menu.wprmenu_levels ul li,html body div.wprm-wrapper,#wprmenu_bar,.wpr_search .wpr-search-field{width:103%}#wprmenu_menu_ul .sub-menu,#wprmenu_menu_ul,#wprmenu_bar,#wprmenu_bar *{list-style:none}@media only screen and (max-width:6000px){html body div.wprm-wrapper{overflow:scroll}#mg-wprm-wrap ul li{border-top:solid 1px rgb(0 0 0 / .05);border-bottom:solid 1px rgb(0 0 0 / .05)}#wprmenu_bar{background-image:url();background-size:cover;background-repeat:repeat}#wprmenu_bar{background-color:#f3ece8}html body div#mg-wprm-wrap .wpr_submit .icon.icon-search{color:#fff}#wprmenu_bar .menu_title,#wprmenu_bar .wprmenu_icon_menu,#wprmenu_bar .menu_title a{color:#854521}#wprmenu_bar .menu_title a{font-size:20px;font-weight:700}#mg-wprm-wrap li.menu-item a{font-size:15px;text-transform:none;font-weight:400}#mg-wprm-wrap li.menu-item-has-children ul.sub-menu a{font-size:15px;text-transform:none;font-weight:400}#mg-wprm-wrap li.current-menu-item>a{background:#854521}#mg-wprm-wrap li.current-menu-item>a,#mg-wprm-wrap li.current-menu-item span.wprmenu_icon{color:#ffffff!important}#mg-wprm-wrap{background-color:#f3ece8}.cbp-spmenu-push-toright,.cbp-spmenu-push-toright .mm-slideout{left:100%}.cbp-spmenu-push-toleft{left:-100%}#mg-wprm-wrap.cbp-spmenu-right,#mg-wprm-wrap.cbp-spmenu-left,#mg-wprm-wrap.cbp-spmenu-right.custom,#mg-wprm-wrap.cbp-spmenu-left.custom,.cbp-spmenu-vertical{width:100%;max-width:400px}#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a,div#mg-wprm-wrap ul li span.wprmenu_icon{color:#444}#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item:valid~a{color:#fff}#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover{background:#fff;color:#444444!important}div#mg-wprm-wrap ul>li:hover>span.wprmenu_icon{color:#444444!important}.wprmenu_bar .hamburger-inner,.wprmenu_bar .hamburger-inner::before,.wprmenu_bar .hamburger-inner::after{background:#854521}.wprmenu_bar .hamburger:hover .hamburger-inner,.wprmenu_bar .hamburger:hover .hamburger-inner::before,.wprmenu_bar .hamburger:hover .hamburger-inner::after{background:#854521}div.wprmenu_bar div.hamburger{padding-right:6px!important}#wprmenu_menu.left{width:100%;left:-100%;right:auto}#wprmenu_menu.right{width:100%;right:-100%;left:auto}html body div#wprmenu_bar{height:42px}#mg-wprm-wrap.cbp-spmenu-left,#mg-wprm-wrap.cbp-spmenu-right,#mg-widgetmenu-wrap.cbp-spmenu-widget-left,#mg-widgetmenu-wrap.cbp-spmenu-widget-right{top:42px!important}.wprmenu_bar .hamburger{float:left}.wprmenu_bar #custom_menu_icon.hamburger{top:px;left:px;float:left!important;background-color:#ccc}.wpr_custom_menu #custom_menu_icon{display:block}html{padding-top:42px!important}#wprmenu_bar,#mg-wprm-wrap{display:block}div#wpadminbar{position:fixed}}@font-face{font-family:'icomoon';src:url(https://yoonuyeumbeul.com/wp-content/plugins/wp-responsive-menu/inc/assets/icons/fonts/icomoon.eot#1778447231);src:url(https://yoonuyeumbeul.com/wp-content/plugins/wp-responsive-menu/inc/assets/icons/fonts/icomoon.eot#1778447231) format('embedded-opentype'),url(https://yoonuyeumbeul.com/wp-content/plugins/wp-responsive-menu/inc/assets/icons/fonts/icomoon.ttf#1778447231) format('truetype'),url(https://yoonuyeumbeul.com/wp-content/plugins/wp-responsive-menu/inc/assets/icons/fonts/icomoon.woff#1778447231) format('woff'),url(https://yoonuyeumbeul.com/wp-content/plugins/wp-responsive-menu/inc/assets/icons/fonts/icomoon.svg?5ujmx2#icomoon) format('svg');font-weight:400;font-style:normal}[class^="wpr-icon-"],[class*=" wpr-icon-"]{font-family:'icomoon'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wpr-icon-store:before{content:"\e900"}.wpr-icon-cart2:before{content:"\e901"}.wpr-icon-basket:before{content:"\e902"}.wpr-icon-cart:before{content:"\e93a"}.wpr-icon-x:before{content:"\e687"}.wpr-icon-rss:before{content:"\e600"}.wpr-icon-rss-alt:before{content:"\e68c"}.wpr-icon-mail:before{content:"\e68d"}.wpr-icon-plus:before{content:"\e601"}.wpr-icon-minus:before{content:"\e602"}.wpr-icon-magnifying-glass:before{content:"\e603"}.wpr-icon-instagram:before{content:"\e688"}.wpr-icon-grid:before{content:"\e604"}.wpr-icon-search:before{content:"\e605"}.wpr-icon-twitter:before{content:"\e606"}.wpr-icon-plus2:before{content:"\e607"}.wpr-icon-minus2:before{content:"\e608"}.wpr-icon-search2:before{content:"\e609"}.wpr-icon-feed:before{content:"\e60a"}.wpr-icon-cancel:before{content:"\e60b"}.wpr-icon-home:before{content:"\e60c"}.wpr-icon-home2:before{content:"\e60d"}.wpr-icon-search3:before{content:"\e689"}.wpr-icon-menu:before{content:"\e60e"}.wpr-icon-point-right:before{content:"\e60f"}.wpr-icon-point-down:before{content:"\e610"}.wpr-icon-close:before{content:"\e611"}.wpr-icon-minus3:before{content:"\e612"}.wpr-icon-plus3:before{content:"\e613"}.wpr-icon-arrow-right:before{content:"\e614"}.wpr-icon-arrow-down:before{content:"\e615"}.wpr-icon-arrow-right2:before{content:"\e616"}.wpr-icon-arrow-down2:before{content:"\e617"}.wpr-icon-arrow-right3:before{content:"\e618"}.wpr-icon-arrow-down3:before{content:"\e619"}.wpr-icon-paragraph-justify:before{content:"\e61a"}.wpr-icon-paragraph-justify2:before{content:"\e61b"}.wpr-icon-mail2:before{content:"\e61c"}.wpr-icon-google:before{content:"\e61d"}.wpr-icon-googleplus:before{content:"\e61e"}.wpr-icon-googleplus2:before{content:"\e61f"}.wpr-icon-googleplus3:before{content:"\e620"}.wpr-icon-googleplus4:before{content:"\e621"}.wpr-icon-facebook:before{content:"\e622"}.wpr-icon-facebook2:before{content:"\e623"}.wpr-icon-facebook3:before{content:"\e624"}.wpr-icon-instagram2:before{content:"\e68a"}.wpr-icon-twitter2:before{content:"\e625"}.wpr-icon-twitter3:before{content:"\e626"}.wpr-icon-twitter4:before{content:"\e627"}.wpr-icon-feed2:before{content:"\e628"}.wpr-icon-feed3:before{content:"\e629"}.wpr-icon-feed4:before{content:"\e62a"}.wpr-icon-vimeo:before{content:"\e62b"}.wpr-icon-vimeo2:before{content:"\e62c"}.wpr-icon-vimeo3:before{content:"\e62d"}.wpr-icon-flickr:before{content:"\e62e"}.wpr-icon-flickr2:before{content:"\e62f"}.wpr-icon-flickr3:before{content:"\e630"}.wpr-icon-flickr4:before{content:"\e631"}.wpr-icon-deviantart:before{content:"\e632"}.wpr-icon-deviantart2:before{content:"\e633"}.wpr-icon-github:before{content:"\e634"}.wpr-icon-github2:before{content:"\e635"}.wpr-icon-github3:before{content:"\e636"}.wpr-icon-github4:before{content:"\e637"}.wpr-icon-github5:before{content:"\e638"}.wpr-icon-tumblr:before{content:"\e639"}.wpr-icon-tumblr2:before{content:"\e63a"}.wpr-icon-skype:before{content:"\e63b"}.wpr-icon-linkedin:before{content:"\e63c"}.wpr-icon-pinterest:before{content:"\e63d"}.wpr-icon-pinterest2:before{content:"\e63e"}.wpr-icon-search32:before{content:"\e63f"}.wpr-icon-basket2:before{content:"\e903"}.wpr-icon-basket3:before{content:"\e027"}.wpr-icon-magnifying-glass2:before{content:"\e037"}.wpr-icon-facebook5:before{content:"\e05d"}.wpr-icon-twitter5:before{content:"\e05e"}.wpr-icon-googleplus5:before{content:"\e05f"}.wpr-icon-rss2:before{content:"\e060"}.wpr-icon-tumblr3:before{content:"\e061"}.wpr-icon-linkedin2:before{content:"\e062"}.wpr-icon-dribbble:before{content:"\e063"}.wpr-icon-plus5:before{content:"\e656"}.wpr-icon-plus6:before{content:"\e657"}.wpr-icon-minus5:before{content:"\e658"}.wpr-icon-minus6:before{content:"\e659"}.wpr-icon-cancel2:before{content:"\e65a"}.wpr-icon-magnifier:before{content:"\e65b"}.wpr-icon-grid3:before{content:"\e65c"}.wpr-icon-grid4:before{content:"\e65d"}.wpr-icon-list:before{content:"\e65e"}.wpr-icon-add:before{content:"\e65f"}.wpr-icon-minus7:before{content:"\e660"}.wpr-icon-search7:before{content:"\e661"}.wpr-icon-shopping-bag2:before{content:"\e904"}.wpr-icon-shopping-cart2:before{content:"\e905"}.wpr-icon-add_shopping_cart:before{content:"\e854"}.wpr-icon-shopping_cart:before{content:"\e8cc"}.wpr-icon-remove_shopping_cart:before{content:"\e928"}.wpr-icon-shopping_basket:before{content:"\e8cb"}.wpr-icon-align-justify:before{content:"\e026"}.wpr-icon-search5:before{content:"\e036"}.wpr-icon-circle-plus:before{content:"\e040"}.wpr-icon-circle-minus:before{content:"\e041"}.wpr-icon-square-plus:before{content:"\e044"}.wpr-icon-square-minus:before{content:"\e045"}.wpr-icon-arrow-right4:before{content:"\e095"}.wpr-icon-arrow-down4:before{content:"\e097"}.wpr-icon-grid2:before{content:"\e102"}.wpr-icon-cross:before{content:"\e117"}.wpr-icon-menu2:before{content:"\e120"}.wpr-icon-ellipsis:before{content:"\e129"}.wpr-icon-times:before{content:"\e647"}.wpr-icon-plus4:before{content:"\e648"}.wpr-icon-minus4:before{content:"\e649"}.wpr-icon-arrow-right-thick:before{content:"\e64a"}.wpr-icon-th-menu:before{content:"\e64b"}.wpr-icon-arrow-down-thick:before{content:"\e64c"}.wpr-icon-times-outline:before{content:"\e64d"}.wpr-icon-plus-outline:before{content:"\e64e"}.wpr-icon-minus-outline:before{content:"\e64f"}.wpr-icon-th-small-outline:before{content:"\e650"}.wpr-icon-th-menu-outline:before{content:"\e651"}.wpr-icon-zoom-outline:before{content:"\e652"}.wpr-icon-arrow-down5:before{content:"\e653"}.wpr-icon-arrow-right5:before{content:"\e654"}.wpr-icon-search6:before{content:"\e655"}.wpr-icon-shopping-cart:before{content:"\f07a"}.wpr-icon-cart-plus:before{content:"\f217"}.wpr-icon-cart-arrow-down:before{content:"\f218"}.wpr-icon-shopping-bag:before{content:"\f290"}.wpr-icon-shopping-basket:before{content:"\f291"}.wpr-icon-search9:before{content:"\f002"}.wpr-icon-envelope-o:before{content:"\f003"}.wpr-icon-th-large:before{content:"\f009"}.wpr-icon-th:before{content:"\f00a"}.wpr-icon-th-list:before{content:"\f00b"}.wpr-icon-times2:before{content:"\f00d"}.wpr-icon-home3:before{content:"\f015"}.wpr-icon-align-justify2:before{content:"\f039"}.wpr-icon-chevron-right:before{content:"\f054"}.wpr-icon-plus-circle:before{content:"\f055"}.wpr-icon-minus-circle:before{content:"\f056"}.wpr-icon-arrow-right6:before{content:"\f061"}.wpr-icon-arrow-down6:before{content:"\f063"}.wpr-icon-plus7:before{content:"\f067"}.wpr-icon-minus8:before{content:"\f068"}.wpr-icon-chevron-down:before{content:"\f078"}.wpr-icon-twitter-square:before{content:"\f081"}.wpr-icon-facebook-square:before{content:"\f082"}.wpr-icon-linkedin-square:before{content:"\f08c"}.wpr-icon-github-square:before{content:"\f092"}.wpr-icon-twitter6:before{content:"\f099"}.wpr-icon-facebook6:before{content:"\f09a"}.wpr-icon-github6:before{content:"\f09b"}.wpr-icon-hand-o-right:before{content:"\f0a4"}.wpr-icon-hand-o-down:before{content:"\f0a7"}.wpr-icon-arrow-circle-right:before{content:"\f0a9"}.wpr-icon-arrow-circle-down:before{content:"\f0ab"}.wpr-icon-tasks:before{content:"\f0ae"}.wpr-icon-bars:before{content:"\f0c9"}.wpr-icon-pinterest3:before{content:"\f0d2"}.wpr-icon-pinterest-square:before{content:"\f0d3"}.wpr-icon-google-plus-square:before{content:"\f0d4"}.wpr-icon-google-plus:before{content:"\f0d5"}.wpr-icon-envelope:before{content:"\f0e0"}.wpr-icon-linkedin3:before{content:"\f0e1"}.wpr-icon-angle-double-right:before{content:"\f101"}.wpr-icon-angle-double-down:before{content:"\f103"}.wpr-icon-angle-right:before{content:"\f105"}.wpr-icon-angle-down:before{content:"\f107"}.wpr-icon-github-alt:before{content:"\f113"}.wpr-icon-ellipsis-h:before{content:"\f141"}.wpr-icon-rss-square:before{content:"\f143"}.wpr-icon-toggle-down:before{content:"\f150"}.wpr-icon-toggle-right:before{content:"\f152"}.wpr-icon-youtube-square:before{content:"\f166"}.wpr-icon-youtube:before{content:"\f167"}.wpr-icon-instagram3:before{content:"\f16d"}.wpr-icon-apple:before{content:"\f179"}.wpr-icon-android:before{content:"\f17b"}.wpr-icon-skype2:before{content:"\f17e"}.wpr-icon-vimeo-square:before{content:"\f194"}.wpr-icon-cart3:before{content:"\e906"}.wpr-icon-bag:before{content:"\e907"}.wpr-icon-facebook4:before{content:"\e640"}.wpr-icon-twitter-old:before{content:"\e641"}.wpr-icon-feed5:before{content:"\e642"}.wpr-icon-bird:before{content:"\e643"}.wpr-icon-search4:before{content:"\e644"}.wpr-icon-pointer:before{content:"\e645"}.wpr-icon-pointer2:before{content:"\e646"}.wpr-icon-shopping-bag3:before{content:"\e908"}.wpr-icon-shopping-basket2:before{content:"\e909"}.wpr-icon-shopping-cart3:before{content:"\e90a"}.wpr-icon-search10:before{content:"\e68b"}.wpr-icon-cross2:before{content:"\e663"}.wpr-icon-minus9:before{content:"\e664"}.wpr-icon-plus8:before{content:"\e665"}.wpr-icon-layout:before{content:"\e666"}.wpr-icon-list2:before{content:"\e667"}.wpr-icon-video:before{content:"\e668"}.wpr-icon-arrow-down7:before{content:"\e669"}.wpr-icon-arrow-right7:before{content:"\e66a"}.wpr-icon-arrow-down8:before{content:"\e66b"}.wpr-icon-arrow-right8:before{content:"\e66c"}.wpr-icon-arrow-down9:before{content:"\e66d"}.wpr-icon-arrow-right9:before{content:"\e66e"}.wpr-icon-arrow-down10:before{content:"\e66f"}.wpr-icon-arrow-right10:before{content:"\e670"}.wpr-icon-arrow-down11:before{content:"\e671"}.wpr-icon-uniE672:before{content:"\e672"}.wpr-icon-arrow-right11:before{content:"\e673"}.wpr-icon-github62:before{content:"\e674"}.wpr-icon-flickr5:before{content:"\e675"}.wpr-icon-flickr6:before{content:"\e676"}.wpr-icon-vimeo4:before{content:"\e677"}.wpr-icon-vimeo5:before{content:"\e678"}.wpr-icon-twitter7:before{content:"\e679"}.wpr-icon-facebook7:before{content:"\e67a"}.wpr-icon-facebook8:before{content:"\e67b"}.wpr-icon-facebook9:before{content:"\e67c"}.wpr-icon-googleplus6:before{content:"\e67d"}.wpr-icon-googleplus7:before{content:"\e67e"}.wpr-icon-pinterest4:before{content:"\e67f"}.wpr-icon-pinterest5:before{content:"\e680"}.wpr-icon-tumblr4:before{content:"\e681"}.wpr-icon-linkedin4:before{content:"\e682"}.wpr-icon-linkedin5:before{content:"\e683"}.wpr-icon-instagram4:before{content:"\e684"}.wpr-icon-skype3:before{content:"\e685"}.wpr-icon-skype4:before{content:"\e686"}.wpr-icon-cart4:before{content:"\e90b"}.wpr-icon-search8:before{content:"\e662"}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,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{background:#fff}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0;margin:0 0 15px;margin:0 0 1.5em;width:100%}th{font-weight:700}th,td,.wp-block-table th,.wp-block-table td{border:1px solid #EAEAEA;padding:6px 10px}caption,th,td{text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:hover,a:active{outline:0}a img{border:0}body,button,input,select,textarea{font-family:'Merriweather',Georgia,serif;font-weight:300;font-style:normal;font-size:16px;font-size:1.6rem;line-height:1.5;color:#444}h1,h2,h3,h4,h5,h6{font-family:'Roboto',sans-serif;clear:both}h1{font-size:30px;line-height:36px}h2{font-size:28px;line-height:34px}h3{font-size:26px;line-height:32px}h4{font-size:24px;line-height:30px}h5{font-size:22px;line-height:28px}h6{font-size:19px;line-height:25px}hr,.wp-block-separator{background-color:#eaeaea;border:0;height:1px;margin-bottom:15px;margin-bottom:1.5rem}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin-bottom:10px;margin-bottom:1rem}p{color:#444;line-height:1.5;margin-bottom:15px;margin-bottom:1.5rem}ul,ol{margin:0}ul{list-style:none}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:15px;margin-left:1.5rem}dt{font-weight:700}dd{margin:0 15px 15px;margin:0 1.5rem 1.5rem}b,strong{font-weight:700}dfn,cite,em,i{font-style:italic}blockquote,.wp-block-quote,.wp-block-quote.is-style-large{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:#EAEAEA #EAEAEA #EAEAEA #632E9B;border-image:none;border-style:solid;border-width:1px 1px 1px 3px;font-style:italic;margin-bottom:20px;padding:20px 20px 5px}.wp-block-quote.has-text-align-right{border-right:3px solid #632E9B;border-left:1px solid #EAEAEA}.wp-block-quote.has-text-align-center{border:1px solid #EAEAEA}blockquote cite,.wp-block-quote cite,.wp-block-quote.is-style-large cite,.wp-block-quote.has-text-align-right cite{color:#333;font:300 15px "Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:1px;letter-spacing:.1rem;text-transform:uppercase}address{margin:0 0 15px;margin:0 0 1.5rem;display:block;font-style:italic}pre{background:#FFF;border:1px solid #EAEAEA;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:1.5rem;line-height:1.5;margin-bottom:16px;margin-bottom:1.6rem;max-width:100%;overflow:auto;padding:16px;padding:1.6rem;white-space:pre-wrap;overflow:auto}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;white-space:pre-wrap}abbr,acronym{border-bottom:1px dotted #666;cursor:help;white-space:pre-wrap}mark,ins{background:#fff9c0;text-decoration:none}sup,sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}img{height:auto;max-width:100%}img#wpstats{display:none}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type="button"],input[type="reset"],input[type="submit"]{background-color:#632E9B;border:none;border-radius:4px;color:#FFF;font-size:14px;font-size:1.4rem;padding:8px 16px}button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{opacity:.8;filter:alpha(opacity=80);text-decoration:none;cursor:pointer}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea{color:#666;border:1px solid #ccc;border-radius:3px}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus{color:#111}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"]{padding:3px}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}a{color:#632E9B;text-decoration:none}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}.alignleft{display:inline;float:left;margin-right:15px;margin-right:1.5rem}.alignright{display:inline;float:right;margin-left:15px;margin-left:1.5rem}.aligncenter{clear:both;display:block;margin:0 auto;text-align:center}.alignnone{margin:10px 0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:1000000}#content[tabindex="-1"]:focus{outline:0}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:'';display:table}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}.inner-wrap{max-width:1218px;margin:0 auto}#primary{width:68%;float:left}#secondary{width:28%;float:right}#content{padding-top:45px}#content a:hover{text-decoration:underline}#parallax-bg{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1}#page{position:relative;z-index:888}.header-wrap{border-bottom:1px solid #E1E4E6;position:fixed;top:0;width:100%;margin:0 auto;z-index:999999;background-color:#FFF;opacity:.9;filter:alpha(opacity=90)}body.admin-bar .header-wrap{top:32px}.site-branding{float:left;font-family:'Roboto';max-width:100%;margin-right:30px}.site-title{font-size:36px;font-size:3.6rem;padding:5px 20px 5px 25px;padding:.5rem 2rem .5rem 2.5rem;float:left;line-height:1.5}.site-title a{color:#444}.site-title a:hover{color:#632E9B}.site-description{display:none}img.header-image{display:block;margin-left:auto;margin-right:auto}#masthead .search-form{float:right;position:absolute;right:0;top:65px;background-color:#632E9B;padding:10px 20px;display:none;z-index:999}#masthead .search-form .search-field{width:180px}#masthead .search-form input[type="submit"]{display:none}.header-search-icon{float:right;border-left:1px solid #E1E4E6;padding:14px 10px 10px 10px;cursor:pointer}.header-search-icon:before{content:'\f400';color:#632E9B;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 40px/1 'Genericons';vertical-align:top}.main-navigation{float:right;max-width:100%}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation li{font-family:'Roboto';float:left;position:relative;font-size:18px;font-size:1.8rem;line-height:64px;border-left:1px solid #E1E4E6}.main-navigation a{font-family:'Roboto';padding:0 25px;display:block;text-decoration:none;color:#444}.main-navigation a:hover,.main-navigation ul li.current-menu-item a,.main-navigation ul li.current_page_ancestor a,.main-navigation ul li.current-menu-ancestor a,.main-navigation ul li.current_page_item a,.main-navigation ul li:hover>a{background-color:#632E9B;color:#fff}.main-navigation ul li.focus>ul{display:block}.sub-toggle{display:none}.main-navigation ul li ul,.main-navigation ul li:hover ul ul,.main-navigation ul ul li:hover ul ul,.main-navigation ul ul ul li:hover ul ul,.main-navigation ul ul ul ul li:hover ul ul,.main-navigation ul li.focus ul ul,.main-navigation ul ul li.focus ul ul,.main-navigation ul ul ul li.focus ul ul,.main-navigation ul ul ul ul li.focus ul ul{left:-99999px;z-index:9999}.main-navigation ul li:hover ul,.main-navigation ul ul li:hover ul,.main-navigation ul ul ul li:hover ul,.main-navigation ul ul ul ul li:hover ul,.main-navigation ul ul ul ul ul li:hover ul,.main-navigation ul li.focus ul,.main-navigation ul ul li.focus ul,.main-navigation ul ul ul li.focus ul,.main-navigation ul ul ul ul li.focus ul,.main-navigation ul ul ul ul ul li.focus ul{left:auto}.main-navigation ul ul{float:left;left:0;position:absolute;top:63px;z-index:99999}.main-navigation ul ul li{border-left:none;font-size:14px;font-size:1.4rem}.main-navigation ul li ul li a,.main-navigation ul li.current-menu-item ul li a,.main-navigation ul li ul li.current-menu-item a,.main-navigation ul li.current_page_ancestor ul li a,.main-navigation ul li.current-menu-ancestor ul li a,.main-navigation ul li.current_page_item ul li a{color:#444;background-color:#FFF}.main-navigation ul li ul li a:hover,.main-navigation ul li ul li:hover>a,.main-navigation ul li.current-menu-item ul li a:hover{background-color:#632E9B;color:#fff}.main-navigation ul ul ul{left:-99999px;top:0}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul,.main-navigation ul ul ul li:hover>ul,.main-navigation ul ul ul li.focus>ul{left:100%}.main-navigation ul ul a{min-width:200px}.hentry{margin-bottom:40px;margin-bottom:4rem;padding:30px;padding:3rem;background-color:#FFF}.page-header{margin-bottom:40px;margin-bottom:4rem;padding:10px 30px;padding:1rem 3rem;background-color:#FFF;text-align:center}.updated{display:none}.single .byline,.group-blog .byline{display:inline}.post-featured-image{padding-bottom:10px}.post-featured-image a img:hover{opacity:.8;filter:alpha(opacity=80);box-shadow:#000 0 0 0}.page-content,.entry-content,.entry-summary{margin:15px 0 0;margin:1.5rem 0 0}.page-links{clear:both;margin:0 0 15px;margin:0 0 1.5rem}.entry-title{font-size:30px;font-size:3rem;line-height:1.5}.page-title{font-size:30px;font-size:3rem;line-height:1.5}.entry-title a{color:#444}#content .entry-title a:hover{color:#632E9B;text-decoration:none}.entry-content ul{list-style:square}.entry-content ul,.entry-content ol{padding:0 0 0 35px;margin-bottom:30px}.entry-content li>ul,.entry-content li>ol{margin-bottom:0}.entry-header .entry-meta span{padding-right:20px}.entry-meta span{padding-right:20px;color:#999;font-size:14px;font-size:1.4rem}.entry-meta span:hover{color:#632E9B}.entry-meta span a{color:#999}#content .entry-meta span a:hover{color:#632E9B;text-decoration:none}.entry-meta .posted-on:before,.entry-meta .byline:before,.entry-meta .cat-links:before,.entry-meta .tags-links:before,.entry-meta .comments-link:before,.entry-meta .edit-link:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 22px/1 'Genericons';vertical-align:top}.entry-meta .posted-on:before{content:'\f307'}.entry-meta .byline:before{content:'\f304'}.entry-meta .cat-links:before{content:'\f301'}.entry-meta .tags-links:before{content:'\f302'}.entry-meta .comments-link:before{content:'\f300'}.entry-meta .edit-link:before{content:'\f411'}.related-posts-main-title{margin-bottom:20px}.related-posts-wrapper .tg-one-third{background-color:#fff;padding:3rem 3rem 2rem;box-sizing:border-box}.related-posts-wrapper .entry-title{font-size:22px;margin-bottom:10px}.related-posts-wrapper .entry-meta .posted-on,.related-posts-wrapper .entry-meta .byline{padding-right:10px}.related-posts-wrapper .entry-meta .comments-link{padding-right:0}.tg-one-third{float:left;width:31.143952%;margin:0 3.284072% 30px 0;margin:0 3.284072% 3rem 0}.tg-one-third-last{margin-right:0}#featured_pages{padding-bottom:15px;text-align:center}#featured_pages img{vertical-align:top;margin-bottom:20px;margin-bottom:2rem}#featured_pages .page_text_container{background-color:#FFF;padding:30px 30px 20px;padding:3rem 3rem 2rem}#featured_pages .entry-title{line-height:1;margin-bottom:10px;margin-bottom:1rem;font-size:24px;font-size:2.4rem}#featured_pages p{margin-bottom:15px;margin-bottom:1.5rem;font-size:14px;font-size:1.4rem}#featured_pages a.more-link{font-size:14px;font-size:1.4rem;border:1px solid #EAEAEA;border-radius:4px;color:#555;padding:4px 10px}#featured_pages a.more-link:hover{border:1px solid #632E9B;border-radius:4px;color:#632E9B;padding:4px 10px;text-decoration:none}.not-found .page-content{padding:30px;padding:3rem;background-color:#FFF}.not-found .search-form{text-align:center}.blog .format-aside .entry-title,.archive .format-aside .entry-title{display:none}.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:15px;margin-bottom:1.5rem;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:8px 0;margin:.8075rem 0}.gallery{margin:0 auto 15px}.gallery-item{display:inline-block;padding:15px 2%;text-align:center;vertical-align:top;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gallery-columns-3 .gallery-item,.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item{padding:15px 1%}.gallery-columns-6 .gallery-item,.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item{padding:10px .5%}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33.33%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.66%}.gallery-columns-7 .gallery-item{width:14.28%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11.11%}.gallery-icon img{margin:0 auto}.gallery .gallery-caption{font-size:12px;line-height:1.2;padding-top:5px}ul.wp-block-gallery.columns-3{padding:0}.wp-block-gallery.alignleft,.wp-block-gallery.alignright,.wp-block-gallery.aligncenter,.wp-block-social-links.alignleft,.wp-block-social-links.alignright,.wp-block-social-links.aligncenter{display:-webkit-box;display:-ms-flexbox;display:flex}.site-main [class*="navigation"]{margin:0 0 15px;margin:0 0 1.5rem;overflow:hidden}[class*="navigation"] .nav-previous{float:left;max-width:48%}[class*="navigation"] .nav-next{float:right;text-align:right;max-width:48%}#primary .entry-content>.alignfull{margin-left:-30px;margin-right:-30px;max-width:unset;width:unset}#comments{padding:30px;padding:3rem;background-color:#FFF;margin-bottom:40px;margin-bottom:4rem}.comment-content a{word-wrap:break-word}#comments h1,#comments h2,#comments h3,#comments h4,#comments h5,#comments h6{margin-bottom:10px;margin-bottom:1rem}#comments h2.comments-title,#comments h3.comments-title{margin-bottom:30px;font-size:28px;line-height:34px}.avatar{border-radius:50%;float:left}.comments-area article header{margin:0 0 20px;overflow:hidden;position:relative}.comments-area .comment-edit-link,.comments-area .comment-permalink,.comments-area .comment-date-time,.comments-area .comment-author-link{display:block;margin-left:100px;color:#999}#content .comments-area article header cite a:hover,#content .comments-area a.comment-edit-link:hover,#content .comments-area a.comment-permalink:hover{color:#632E9B}.comments-area .comment-author-link a{color:#999}.comments-area .comment-author-link a:hover{color:#632E9B}.comments-area .comment-author-link span{margin-left:10px;padding:0 5px;background-color:#632E9B;color:#FFF;border-radius:3px}.comments-area article header .comment-author-link:before,.comments-area article header .comment-edit-link:before,.comments-area article header .comment-permalink:before,.comments-area article header .comment-date-time:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 22px/1 'Genericons';vertical-align:top}.comments-area article header .comment-author-link:before{content:'\f304'}.comments-area article header .comment-edit-link:before{content:'\f411'}.comments-area article header .comment-permalink:before{content:'\f107'}.comments-area article header .comment-date-time:before{content:'\f307'}.comment-content{padding:20px;padding:2rem;background-color:#F8F8F8;border:1px solid #EAEAEA}.comment{margin-bottom:20px}.comment ul,.comment ol{margin:0 0 20px 20px}.comment ul{list-style:square outside none}.comment .comment-reply-link{float:right;color:#999}.comment .comment-reply-link:hover{color:#632E9B}.comment .comment-reply-link:before{content:'\f412';display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 22px/1 'Genericons';vertical-align:top}.comment-list{margin-bottom:34px;margin-bottom:3.4rem}.comment-list .children{margin-left:20px}.comment-list,.comment-list .children{list-style-type:none;padding:0}#respond h3#reply-title{line-height:1.5}#respond h3#reply-title #cancel-comment-reply-link{margin-left:10px;margin-left:1rem;font-weight:400;font-size:16px;font-size:1.6rem}#respond form{margin:24px 0;margin:2.4rem 0}#respond form p{margin:11px 0;margin:1.1rem 0}#respond form p.logged-in-as{margin-bottom:16px;margin-bottom:1.6rem}#respond form label{display:block;line-height:1.5}#respond form input[type="text"],#respond form textarea,input[type="url"],input[type="email"]{-moz-box-sizing:border-box;box-sizing:border-box;font-size:16px;font-size:1.6rem;line-height:1.5;padding:10px;padding:1rem;width:100%}#respond form p.form-allowed-tags{margin:0;font-size:15px;font-size:1.5rem;line-height:1.5;color:#5e5e5e}.required{color:red}#respond form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-right:5px}#respond form .comment-form-cookies-consent label{display:inline-block}.widget{margin-bottom:40px;margin-bottom:4rem;padding:30px;padding:3rem;background-color:#FFF}.widget-title{font-family:'Roboto';font-size:25px;font-size:2.5rem;margin-bottom:15px;margin-bottom:1.5rem;color:#444;line-height:36px}.widget li{margin-bottom:10px;margin-bottom:1rem}.widget select{max-width:100%}.widget_search .search-submit{display:none}.widget_search .search-form{width:90%}.widget_search input[type="search"]{width:90%}.widget th,.widget td{padding:1px 1px 1px 2px}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#colophon{border-top:1px solid #E1E4E6;padding:20px 0;background-color:#FFF}#colophon .site-info{text-align:center;font-size:14px;font-size:1.4rem}a#scroll-up{bottom:-5px;position:fixed;right:20px;display:none;opacity:.5;filter:alpha(opacity=50)}a#scroll-up span{font-size:80px;color:#632E9B}a#scroll-up:hover{opacity:1;filter:alpha(opacity=100)}.menu-toggle{display:none;cursor:pointer}.site-header .menu-toggle{background:#632E9B;color:#fff;font-size:30px;font-size:3rem;font-weight:300;padding:5px 22px;margin:0}.site-header .menu-toggle:hover{background:#632E9B}.site-header .menu-toggle:before{content:'\f419';display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 22px/1 'Genericons';vertical-align:top;padding-top:8px}.main-small-navigation{width:auto;float:right;padding-top:0;background-color:#fff0;margin:10px 25px 0 0;margin:1rem 2.5rem 0 0}.main-small-navigation ul{margin:0;list-style:none}.main-small-navigation li{background:#fff}.main-small-navigation a{color:#444;display:block;font-size:14px;padding:8px 22px;text-decoration:none}.main-small-navigation li:hover{background:#632E9B}.main-small-navigation li:hover>a{color:#fff}.main-small-navigation ul ul a{padding-left:44px}.main-small-navigation ul ul ul a{padding-left:66px}.main-small-navigation ul>.current_page_item,.main-small-navigation ul>.current-menu-item{background:#632E9B}.main-small-navigation ul>.current_page_item a,.main-small-navigation ul>.current-menu-item a{color:#fff}.main-small-navigation ul li ul li a,.main-small-navigation ul li.current-menu-item ul li a,.main-small-navigation ul li ul li.current-menu-item a,.main-small-navigation ul li.current_page_ancestor ul li a,.main-small-navigation ul li.current-menu-ancestor ul li a,.main-small-navigation ul li.current_page_item ul li a{color:#444;background-color:#FFF}.main-small-navigation ul li ul li a:hover,.main-small-navigation ul li ul li:hover>a,.main-small-navigation ul li.current-menu-item ul li a:hover{background-color:#632E9B;color:#fff}.author-box{background-color:#fff;padding:3rem;margin-bottom:4rem}.author-img{float:left;width:14%}.author-description-wrapper{float:right;width:84%}.author-name{margin-bottom:15px}div.wp-custom-header{position:relative}iframe#wp-custom-header-video{width:100%}.wp-custom-header-video-button{opacity:0;visibility:hidden;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:62px;height:50px;font:0px/0 a;-moz-transition:all 0.5s;-o-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.5s}div#wp-custom-header:hover .wp-custom-header-video-button{visibility:visible;opacity:1}.wp-custom-header-video-button:before{content:"\f452";display:block;font-family:"Genericons";font-size:20px}.wp-custom-header-video-button.wp-custom-header-video-pause:before{content:"\f448"}@media screen and (max-width:1308px){#page{width:100%}.inner-wrap{width:96%}}@media screen and (max-width:782px){body.admin-bar .header-wrap{top:45px}body.admin-bar #parallax-bg{top:14px}}@media screen and (max-width:768px){.better-responsive-menu #site-navigation ul li .sub-menu{display:none}.main-small-navigation li{position:relative}.sub-toggle{background-color:#4b009b;cursor:pointer;display:block;padding:0 6px;position:absolute;right:11px;top:8px;line-height:2.4rem}.genericon-expand::before{content:"";line-height:22px!important;color:#fff}#primary,#secondary{float:none;width:100%}.site-branding{margin-right:0}.menu-toggle,.main-navigation.toggled .nav-menu{display:block}.main-navigation ul{display:none}.site-branding{max-width:60%}.main-navigation{margin:10px 25px 0 0;margin:1rem 2.5rem 0 0}.site-header .menu-toggle{background-color:#fff0;color:#632E9B;float:right}.site-header .menu-toggle:hover{color:#632E9B;background-color:#fff0}.main-small-navigation ul{width:100%;display:inline-block;margin-left:0}.main-small-navigation ul ul{margin-left:60px;position:relative}.tg-one-third{width:100%;float:none}.main-small-navigation ul{position:absolute;max-height:80vh;top:100%;width:200px;right:60px}.full-width-menu .main-small-navigation ul.menunav-menu,.full-width-menu .main-small-navigation .menu>ul{display:inline-block;width:100%;position:absolute;top:100%;left:0}.full-width-menu .main-navigation .menu>ul{display:none}.better-responsive-menu .main-navigation .menu-primary-container>ul,.better-responsive-menu .main-navigation .menu>ul{background-color:#fff;right:60px;position:absolute;top:100%;width:200px;margin-left:-134px}.better-responsive-menu .main-navigation ul ul a{min-width:auto}.full-width-menu .main-small-navigation ul,.full-width-menu.better-responsive-menu .main-navigation ul{width:100%;margin-left:0;right:0}.better-responsive-menu .main-navigation li,.full-width-menu .main-navigation li{line-height:40px;width:100%}.better-responsive-menu .main-navigation ul li ul{position:static}.better-responsive-menu .main-navigation ul ul li{font-size:1.8rem}.better-responsive-menu .main-navigation ul ul li a{padding-left:40px}}@media only screen and (max-width:600px){body{margin-top:0!important}body.admin-bar .header-wrap{top:0}.site-title{font-size:22px;padding-top:16px}.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item{width:25%}}@media only screen and (max-width:420px){.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item{width:33.33%}}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#444;color:#fff}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{color:#fff}.woocommerce .woocommerce-message{border-top-color:#444}#content a:hover{text-decoration:none}.woocommerce ul.products li.product .price del{display:inline-block;margin-right:10px}.woocommerce ul.products li.product .price .amount,.entry-summary .price .amount{color:#444}.woocommerce .star-rating span::before,.woocommerce p.stars a{color:gold}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#444;color:#fff}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{color:#fff}.woocommerce .woocommerce-message{border-top-color:#444}#content a:hover{text-decoration:none}.woocommerce ul.products li.product .price del{display:inline-block;margin-right:10px}.woocommerce ul.products li.product .price .amount,.entry-summary .price .amount{color:#444}.woocommerce .star-rating span::before,.woocommerce p.stars a{color:gold}@font-face{font-family:'Merriweather';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqnJ-mXq1Gi3iE.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Merriweather';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSequJ-mXq1Gi3iE.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Merriweather';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqlJ-mXq1Gi3iE.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Merriweather';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqkJ-mXq1Gi3iE.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Merriweather';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-mXq1Gi.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Merriweather';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqnJ-mXq1Gi3iE.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Merriweather';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSequJ-mXq1Gi3iE.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Merriweather';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqlJ-mXq1Gi3iE.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Merriweather';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqkJ-mXq1Gi3iE.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Merriweather';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-mXq1Gi.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmZiAr0klQmz24O0g.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmQiAr0klQmz24O0g.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmYiAr0klQmz24O0g.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmXiAr0klQmz24O0g.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVnoiAr0klQmz24O0g.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVn6iAr0klQmz24O0g.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmbiAr0klQmz24O0g.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmaiAr0klQmz24O0g.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}