@charset "UTF-8";
/*!
Theme Name: Temat Child
Template: temat
Text Domain: temat-child
*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger{padding:0;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:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#2e2259}.hamburger-box{width:30px;height:19px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1.5px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:30px;height:3px;background-color:#2e2259;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:-8px}.hamburger-inner:after{bottom:-8px}.hamburger--3dx .hamburger-box{perspective:60px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx .hamburger-inner:before,.hamburger--3dx .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.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,8px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:60px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r .hamburger-inner:before,.hamburger--3dx-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.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,8px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:60px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy .hamburger-inner:before,.hamburger--3dy .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.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,8px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:60px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r .hamburger-inner:before,.hamburger--3dy-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.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,8px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:60px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy .hamburger-inner:before,.hamburger--3dxy .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.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,8px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:60px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r .hamburger-inner:before,.hamburger--3dxy-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.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,8px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-6px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-6px,0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(6px,0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(6px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-6px,-7.5px,0) rotate(-45deg) scale(.7,1);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-6px,7.5px,0) rotate(45deg) scale(.7,1);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(6px,-7.5px,0) rotate(45deg) scale(.7,1);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(6px,7.5px,0) rotate(-45deg) scale(.7,1);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.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(.7,1)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scale(.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(.7,1)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scale(.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(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-16px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-8px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-16px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-8px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger--elastic .hamburger-inner{top:1.5px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:8px;transition:opacity .125s .275s ease}.hamburger--elastic .hamburger-inner:after{top:16px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,8px,0) rotate(135deg);transition-delay:.075s}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-16px,0) rotate(-270deg);transition-delay:.075s}.hamburger--elastic-r .hamburger-inner{top:1.5px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:8px;transition:opacity .125s .275s ease}.hamburger--elastic-r .hamburger-inner:after{top:16px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,8px,0) rotate(-135deg);transition-delay:.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,-16px,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(.6,.04,.98,.335),top .05s .125s linear,left .125s .175s ease-in}.hamburger--emphatic .hamburger-inner:after{top:8px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,right .125s .175s ease-in}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent !important}.hamburger--emphatic.is-active .hamburger-inner:before{left:-60px;top:-60px;transform:translate3d(60px,60px,0) rotate(45deg);transition:left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic.is-active .hamburger-inner:after{right:-60px;top:-60px;transform:translate3d(-60px,60px,0) rotate(-45deg);transition:right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.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(.6,.04,.98,.335),top .05s .125s linear,left .125s .175s ease-in}.hamburger--emphatic-r .hamburger-inner:after{top:8px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,right .125s .175s ease-in}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent !important}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-60px;top:60px;transform:translate3d(60px,-60px,0) rotate(-45deg);transition:left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-60px;top:60px;transform:translate3d(-60px,-60px,0) rotate(45deg);transition:right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--minus .hamburger-inner:before,.hamburger--minus .hamburger-inner:after{transition:bottom .08s 0s ease-out,top .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 .08s ease-out,top .08s ease-out,opacity 0s .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:1.5px}.hamburger--slider .hamburger-inner:before{top:8px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:16px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,8px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-4.2857142857px,-5px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-16px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:1.5px}.hamburger--slider-r .hamburger-inner:before{top:8px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner:after{top:16px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,8px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(4.2857142857px,-5px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-16px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.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(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.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(.215,.61,.355,1)}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.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(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.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(.215,.61,.355,1)}.hamburger--spring .hamburger-inner{top:1.5px;transition:background-color 0s .13s linear}.hamburger--spring .hamburger-inner:before{top:8px;transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:16px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.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(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,8px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,8px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-16px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-8px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1)}.hamburger--stand .hamburger-inner{transition:transform .075s .15s cubic-bezier(.55,.055,.675,.19),background-color 0s .075s linear}.hamburger--stand .hamburger-inner:before{transition:top .075s .075s ease-in,transform .075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand .hamburger-inner:after{transition:bottom .075s .075s ease-in,transform .075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent !important;transition:transform .075s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .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(.215,.61,.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(.215,.61,.355,1)}.hamburger--stand-r .hamburger-inner{transition:transform .075s .15s cubic-bezier(.55,.055,.675,.19),background-color 0s .075s linear}.hamburger--stand-r .hamburger-inner:before{transition:top .075s .075s ease-in,transform .075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r .hamburger-inner:after{transition:bottom .075s .075s ease-in,transform .075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent !important;transition:transform .075s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .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(.215,.61,.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(.215,.61,.355,1)}.hamburger--squeeze .hamburger-inner{transition-duration:.075s;transition-timing-function:cubic-bezier(.55,.055,.675,.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(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.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(.215,.61,.355,1)}.hamburger--vortex .hamburger-inner{transition-duration:.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:.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:.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:.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)}.container,.wp-block-group.is-style-container{max-width:1320px;width:100%;padding-right:var(--wp--custom--container-padding);padding-left:var(--wp--custom--container-padding);margin-right:auto;margin-left:auto;box-sizing:border-box}.wp-block-group>.wp-block-columns{max-width:1320px;width:100%;margin-right:auto;margin-left:auto;box-sizing:border-box;padding-right:var(--wp--custom--container-padding);padding-left:var(--wp--custom--container-padding)}.container-fluid{margin-right:auto;margin-left:auto;overflow:hidden}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:calc(var(--wp--custom--container-padding) - var(--wp--custom--container-padding) * 2);margin-left:calc(var(--wp--custom--container-padding) - var(--wp--custom--container-padding) * 2)}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{box-sizing:border-box;flex:0 0 auto;padding-right:var(--wp--custom--container-padding);padding-left:var(--wp--custom--container-padding)}.col-xs{flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{flex-basis:8.333%;max-width:8.333%}.col-xs-2{flex-basis:16.667%;max-width:16.667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.333%;max-width:33.333%}.col-xs-5{flex-basis:41.667%;max-width:41.667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.333%;max-width:58.333%}.col-xs-8{flex-basis:66.667%;max-width:66.667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.333%;max-width:83.333%}.col-xs-11{flex-basis:91.667%;max-width:91.667%}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.667%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width:48em){.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{box-sizing:border-box;flex:0 0 auto;padding-right:var(--wp--custom--container-padding);padding-left:var(--wp--custom--container-padding)}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.333%;max-width:8.333%}.col-sm-2{flex-basis:16.667%;max-width:16.667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.333%;max-width:33.333%}.col-sm-5{flex-basis:41.667%;max-width:41.667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.333%;max-width:58.333%}.col-sm-8{flex-basis:66.667%;max-width:66.667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.333%;max-width:83.333%}.col-sm-11{flex-basis:91.667%;max-width:91.667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width:62em){.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{box-sizing:border-box;flex:0 0 auto;padding-right:var(--wp--custom--container-padding);padding-left:var(--wp--custom--container-padding)}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.333%;max-width:8.333%}.col-md-2{flex-basis:16.667%;max-width:16.667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.333%;max-width:33.333%}.col-md-5{flex-basis:41.667%;max-width:41.667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.333%;max-width:58.333%}.col-md-8{flex-basis:66.667%;max-width:66.667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.333%;max-width:83.333%}.col-md-11{flex-basis:91.667%;max-width:91.667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width:75em){.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{box-sizing:border-box;flex:0 0 auto;padding-right:var(--wp--custom--container-padding);padding-left:var(--wp--custom--container-padding)}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.333%;max-width:8.333%}.col-lg-2{flex-basis:16.667%;max-width:16.667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.333%;max-width:33.333%}.col-lg-5{flex-basis:41.667%;max-width:41.667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.333%;max-width:58.333%}.col-lg-8{flex-basis:66.667%;max-width:66.667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.333%;max-width:83.333%}.col-lg-11{flex-basis:91.667%;max-width:91.667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}.wp-block{max-width:1000px !important}.site-content{margin-top:110px}*{outline:none;outline-style:none;-moz-outline-style:none;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:18px;line-height:1.45;scroll-behavior:smooth}@media (max-width:991.98px){html{font-size:16px}}@media (max-width:500px){html{font-size:15px}}body{font-family:var(--wp--preset--font-family--georgia);color:var(--wp--preset--color--black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.fixed-position{overflow:hidden;height:100%}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:0;-webkit-font-smoothing:antialiased;font-family:var(--wp--preset--font-family--georgia);font-weight:400;line-height:1.15}img{max-width:100%;height:auto;position:relative;z-index:1}p{-webkit-font-smoothing:antialiased;font-size:1rem}p,span,li,a{line-height:1.43}h1,.h1{font-size:var(--wp--preset--font-size--h-1)}@media (max-width:767px){h1,.h1{font-size:var(--wp--custom--h-1-small)}}h2,.h2{font-size:var(--wp--preset--font-size--h-2)}@media (max-width:767px){h2,.h2{font-size:var(--wp--custom--h-2-small)}}h3,.h3{font-size:var(--wp--preset--font-size--h-3)}@media (max-width:767px){h3,.h3{font-size:var(--wp--custom--h-3-small)}}h4,.h4{font-size:var(--wp--preset--font-size--h-4)}@media (max-width:767px){h4,.h4{font-size:var(--wp--custom--h-4-small)}}h5,.h5{font-size:var(--wp--preset--font-size--h-5)}@media (max-width:767px){h5,.h5{font-size:var(--wp--custom--h-5-small)}}h6,.h6{font-size:var(--wp--preset--font-size--h-6)}@media (max-width:767px){h6,.h6{font-size:var(--wp--custom--h-5-small)}}p.large{font-size:var(--wp--preset--font-size--large)}p.image{display:flex;align-items:center;gap:5px}.has-middle-heading-font-size{font-family:var(--wp--preset--font-family--arial);font-weight:700;margin-bottom:.33rem !important;font-size:1rem !important;line-height:1.43}.has-middle-heading-font-size+p{margin-top:.33rem}.has-ingress-font-size{margin:1rem 0 2rem !important;font-family:var(--wp--preset--font-family--arial);font-weight:700;font-size:1rem !important;line-height:1.43}.has-ingress-font-size.wp-block-quote{font-family:var(--wp--preset--font-family--georgia);font-weight:400;font-size:1.2rem !important}.wp-block-columns{margin-bottom:0}.wp-block-image{margin:0}.is-style-border{position:relative;margin-bottom:1em;margin-top:1rem}.is-style-border:after{content:"";background:var(--wp--preset--color--luminous-vivid-amber);height:2px;width:100px;max-width:100%;position:absolute;bottom:-1rem;left:0}.is-style-border.has-text-align-center:after{right:0;margin:auto}a,a:link,a:hover,a:visited,a:active,a:focus{-webkit-font-smoothing:antialiased;color:var(--wp--preset--color--black);text-decoration:underline}p.has-text-color a,p.has-text-color a:link,p.has-text-color a:hover,p.has-text-color a:visited,p.has-text-color a:active,p.has-text-color a:focus{color:inherit}.wp-block-button.white a{color:var(--wp--preset--color--black);background:var(--wp--preset--color--white)}.wp-block-button.orange a{color:var(--wp--preset--color--white);background:var(--wp--preset--color--luminous-vivid-orange)}.wp-block-button.green a,.wp-block-button.green button,.wp-block-button.green input{color:var(--wp--preset--color--white);background:var(--wp--preset--color--vivid-green-cyan)}.wp-block-button.yellow a{color:var(--wp--preset--color--black);background-color:var(--wp--preset--color--luminous-vivid-amber)}.wp-block-button__link{padding:.75rem 1rem !important;min-width:200px;border-radius:40px !important;text-decoration:none !important;font-weight:700;font-family:var(--wp--preset--font-family--arial);font-size:var(--wp--preset--font-size--small);border:none}@media (max-width:767.98px){.wp-block-button__link{min-width:150px}}.wp-block-button__link.big{padding:1rem !important}.wp-block-button__link,.frm_button_submit,.print{transition:transform .2s}.wp-block-button__link:hover,.frm_button_submit:hover,.print:hover{transform:scale(1.05)}@media (hover:none){.wp-block-button__link:hover,.frm_button_submit:hover,.print:hover{transform:scale(1)}}input.go-back,button.go-back{border:none;background:0 0;margin-bottom:2rem;display:block;padding:0}.dot-background{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/dot.svg);background-repeat:no-repeat;background-position:100% 0;background-size:contain;min-height:300px;display:flex;-moz-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;padding:2rem 0}@media (max-width:767.98px){.dot-background{min-height:200px}}.dot-background p{max-width:910px}.dot-background p:last-of-type{margin-bottom:0}.dot-background a{color:inherit}.wp-block-group{display:flex;-moz-flex-direction:column;flex-direction:column;overflow:hidden}.entry-content>.wp-block-group{padding-top:3rem;padding-bottom:3rem}@media (max-width:767.98px){.entry-content>.wp-block-group{padding-top:2rem;padding-bottom:2rem}}ul.is-style-checkbox{list-style:none;margin:0;padding:0;display:flex;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;margin:1rem auto}ul.is-style-checkbox li{padding-left:1.1em;position:relative;margin-left:10px;margin-bottom:10px}ul.is-style-checkbox li:before{content:"";background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/checkbox.svg);width:1em;height:1em;display:block;margin:auto;left:0;top:0;bottom:0;position:absolute;background-repeat:no-repeat;background-position:0 center}@media (max-width:600px){ul.is-style-checkbox{-moz-flex-direction:column;flex-direction:column}}.quote-block{padding:3rem 15px;max-width:950px;margin:auto}.quote-block p,.quote-block cite{margin:0;font-size:1rem;color:var(--wp--preset--color--white)}.quote-block p{margin-bottom:3.4rem}.quote-block cite{font-style:normal;position:relative}.quote-block cite:before{content:"";background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/two-leaf.svg);position:absolute;top:calc(-1.7rem - 12.5px);display:block;width:40px;height:25px;left:0;right:0;margin:auto;background-position:center;background-size:cover}.is-style-leaf-green{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/pattern.svg);background-size:200px;color:#fff;background-attachment:fixed}.is-style-leaf-brown{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/pattern_brown.svg);background-size:200px;color:#fff;background-attachment:fixed}.is-style-dots{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/dot_bg.svg)}figure.is-style-bg-left,figure.is-style-bg-right{position:relative;margin-top:2rem;margin-bottom:2rem}figure.is-style-bg-left:after,figure.is-style-bg-right:after{content:"";position:absolute;height:100%;width:100%;left:-2.5rem;top:-2.5rem;background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/green_dot.svg)}@media (max-width:600px){figure.is-style-bg-left,figure.is-style-bg-right{margin-top:0;margin-bottom:0}figure.is-style-bg-left:after,figure.is-style-bg-right:after{display:none}}figure.is-style-bg-right:after{left:auto;right:-2.5rem}.breadcrumb{display:flex;font-family:var(--wp--preset--font-family--arial);font-size:14px;margin:10px auto}.breadcrumb li{list-style:none;margin-right:4px;opacity:.5;transition:opacity .3s;display:flex}.breadcrumb li.current{opacity:1}.breadcrumb li:hover{opacity:1}.breadcrumb a{text-decoration:none;transition:-webkit-text-decoration .3s;transition:text-decoration .3s;transition:text-decoration .3s,-webkit-text-decoration .3s;margin-right:5px}.breadcrumb a:hover{text-decoration:underline}input[type=checkbox]{display:none}.checkbox{position:relative;padding-left:1.6rem;height:auto;min-height:2rem}.checkbox label,.checkbox a{font-size:.9rem !important;cursor:pointer}.checkbox label:before{content:"";width:1.2rem;height:1.2rem;position:absolute;left:0;top:0;cursor:pointer;border:1px solid #9d9d99;border-radius:4px;background-color:#fff}.checkbox input[type=checkbox]+label:before{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/checkbox-green.svg);background-size:0}.checkbox input[type=checkbox]:checked+label:before{border-color:#2a6438;background-repeat:no-repeat;background-position:center;background-size:70%}.checkbox label.error:before{border:2px solid #e99797 !important}.select{background:#fff;font-family:var(--wp--preset--font-family--georiga);border-radius:8px;box-shadow:var(--wp--custom--drop-shadow);transition:box-shadow .2s;margin-bottom:8px;padding:0;width:100%;cursor:pointer}.select>div{padding:10px;min-height:48px}.select ul.options{list-style:none;padding:0;margin:0}.select ul.options li{padding:10px 20px}.select ul.options li:hover{background:var(--wp--preset--color--dark-white)}.select ul.options>li:first-child{display:none}.select.education{width:658px;margin:auto;border-radius:4px;padding:0;margin-bottom:28px}.select.education .styledSelect,.select.education ul.options li{color:#000;padding:20px}.select.education .options{padding-bottom:18px}.select .styledSelect{padding:10px;position:relative}.select .styledSelect:after{content:"";background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/sort-down-solid.svg);width:14px;height:14px;display:block;position:absolute;top:50%;bottom:0;right:20px;transform:translate(0,-50%);margin:0;background-position:center center;background-repeat:no-repeat;background-size:contain}.select .styledSelect:active+ul.options li:first-child{display:block}.select.error{border:2px solid #e99797 !important}::-moz-placeholder{opacity:1;color:rgba(0,0,0,.4)}::placeholder{opacity:1;color:rgba(0,0,0,.4)}.wp-block-group.kb-quote blockquote{max-width:950px;margin:auto;padding:3rem 0}.wp-block-group.kb-quote blockquote p{margin-bottom:3.4rem}.wp-block-group.kb-quote blockquote cite{font-style:normal;position:relative}.wp-block-group.kb-quote blockquote cite:before{content:"";background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/two-leaf.svg);position:absolute;top:calc(-1.7rem - 12.5px);display:block;width:40px;height:25px;left:0;right:0;margin:auto;background-position:center;background-size:cover}.wp-block-table td:first-of-type{word-break:normal;word-wrap:normal}header.site-header{width:100%;padding:0;z-index:9999;transition:height .3s linear;box-shadow:var(--wp--custom--drop-shadow);background:#fff;position:fixed;top:0;height:110px;transition:all .2s;display:flex;-moz-align-items:center;-ms-align-items:center;align-items:center}header.site-header.scrolled{height:80px}header.site-header.scrolled #top-menu{height:0;opacity:0}header.site-header.scrolled .site-branding{max-width:160px}@media (max-width:767.98px){header.site-header.scrolled .site-branding{max-width:120px}}header.site-header.scrolled #desktop-menu li.menu-item-has-children .sub-menu{top:80px}header.site-header ul{display:flex;list-style:none;margin:0;padding:0}header.site-header a{text-decoration:none;display:block;margin-left:1.5rem;font-size:1.15rem}header.site-header .wrapper{height:100%;width:100%;display:flex;-moz-align-items:center;-ms-align-items:center;align-items:center;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}@media (max-width:767.98px){header.site-header .wrapper{margin-top:15px}}header.site-header .site-branding{max-width:180px;width:100%;height:100%;transition:max-width .3s}header.site-header .site-branding a,header.site-header .site-branding a:link,header.site-header .site-branding a:hover,header.site-header .site-branding a:visited,header.site-header .site-branding a:focus,header.site-header .site-branding a:active{display:table-cell}header.site-header .site-branding img{width:100%}@media (max-width:767.98px){header.site-header .site-branding{max-width:140px}}header.site-header .site-menu{display:flex;-moz-align-items:center;-ms-align-items:center;align-items:center}header.site-header .kb-primary-menu-container{position:fixed;top:0;bottom:0;width:600px;right:-640px;background:#fff;z-index:9999;transition:right .4s;padding:6rem 3rem 2rem;display:flex;box-shadow:var(--wp--custom--drop-shadow);max-width:100%;overflow:scroll}header.site-header .kb-primary-menu-container.open{right:0}@media (max-width:767.98px){header.site-header .kb-primary-menu-container{padding:4.5rem 0 2rem}}header.site-header button{border:none;background:var(--wp--preset--color--dark-white);border-radius:20px;width:40px;height:40px}header.site-header button#header-search{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/search.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center;text-indent:-999999px;margin-right:5px}header.site-header .hamburger.is-active{position:absolute;z-index:999999;right:15px}@media (max-width:767.98px){header.site-header .hamburger.is-active{top:18px}}header.site-header .hamburger .hamburger-box{top:3px;width:24px}header.site-header .hamburger .hamburger-inner,header.site-header .hamburger .hamburger-inner:before,header.site-header .hamburger .hamburger-inner:after{width:24px;height:2px;background:var(--wp--preset--color--black)}#desktop-menu,#top-menu{-moz-align-items:center;-ms-align-items:center;align-items:center;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end}#primary-menu{width:100%;-moz-flex-direction:column;flex-direction:column}#primary-menu>li{border-top:1px solid var(--wp--preset--color--dark-white)}#primary-menu>li:last-of-type{border-bottom:1px solid var(--wp--preset--color--dark-white)}#primary-menu li.current-menu-item>a{background:var(--wp--preset--color--dark-white)}#primary-menu li.menu-item-home>a{background:0 0}#primary-menu li.mobil{display:none}@media (max-width:767px){#primary-menu li.mobil{display:block}}#primary-menu li.dator{display:none}@media (min-width:768px){#primary-menu li.dator{display:block}}#primary-menu li.menu-item-has-children{position:relative}#primary-menu li.menu-item-has-children>a{width:100%;position:relative}#primary-menu li.menu-item-has-children>a i{position:absolute;width:65px;background-color:#f6f5f1;background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/plus.svg);background-size:1rem;background-repeat:no-repeat;background-position:center;height:100%;right:0;top:0}#primary-menu li.menu-item-has-children>a i.minus{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/minus.svg)}#primary-menu li.menu-item-has-children .sub-menu{display:none;position:relative;flex-direction:column;background:#f6f5f1}#primary-menu li.menu-item-has-children .sub-menu a{padding:.6rem 10px .6rem 30px;font-size:1.25rem}@media (max-width:767.98px){#primary-menu li.menu-item-has-children .sub-menu a{font-size:1.1rem}}#primary-menu a{font-size:1.25rem;margin:0;padding:.66rem 5%;font-family:"Arial"}@media (max-width:767.98px){#primary-menu a{font-size:20px}}@media (max-width:500px){#primary-menu a{font-size:18px}}#primary-menu li.knapp{margin:0 4% 12px;border-top:0;border-bottom:0}#primary-menu li.knapp a{background:var(--wp--preset--color--dark-white);border-radius:35px;padding:.66rem 22px}#primary-menu li.knapp.gron a{background:var(--wp--preset--color--vivid-green-cyan);color:#fff;font-weight:700}@media (max-width:767.98px){#primary-menu li.desktop-menu{display:block;border-bottom:0}}#top-menu{transition:all .2s}#top-menu a{font-size:.85rem}#top-menu a:hover{text-decoration:underline}#top-menu li{position:relative}#top-menu li:before{content:"";position:absolute;height:12px;width:12px;top:50%;left:1rem;transform:translate(-50%,-50%);background-size:contain;background-position:center;background-repeat:no-repeat}#top-menu li.phone:before{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/phone.svg)}#top-menu li.mail:before{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/mail.svg)}#top-menu li.login:before{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/lock.svg)}@media (max-width:767.98px){#top-menu{border-bottom:1px solid var(--wp--preset--color--dark-white);padding-bottom:2px;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}}#desktop-menu{margin-right:1.5rem}#desktop-menu a{font-family:"Arial";font-size:1.05rem;margin-left:2vw}#desktop-menu li.knapp a{padding:.5rem 1rem !important;border-radius:40px !important;text-decoration:none !important;font-weight:700;border:none;color:var(--wp--preset--color--white);background:var(--wp--preset--color--luminous-vivid-orange);font-family:var(--wp--preset--font-family--arial);font-size:.95rem}#desktop-menu li.knapp.gron a{background:var(--wp--preset--color--vivid-green-cyan)}#desktop-menu li.desktop-menu{display:none}#desktop-menu li.menu-item-has-children>a{position:relative;padding-right:22px}#desktop-menu li.menu-item-has-children>a:after{content:"";position:absolute;right:0;top:55%;transform:translate(0,-50%);height:100%;width:12px;background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/chevron-down.svg);background-size:contain;background-repeat:no-repeat;background-position:center}#desktop-menu li.menu-item-has-children .sub-menu{display:flex;flex-direction:column;position:absolute;background:#fff;padding:0 2rem;top:110px;border-radius:0 0 10px 10px;gap:12px;height:0;opacity:0;visibility:hidden;transition:all .2s;box-shadow:0 10px 8px rgba(0,0,0,.1)}#desktop-menu li.menu-item-has-children .sub-menu a{margin:0;padding:0}#desktop-menu li.menu-item-has-children .sub-menu.show{height:-moz-fit-content;height:fit-content;opacity:1;visibility:visible;padding:10px 2rem 5px}#desktop-menu li.menu-item-has-children .sub-menu.show a{font-size:1rem;border-bottom:1px solid #eee;padding-bottom:12px}#desktop-menu li.menu-item-has-children .sub-menu.show li:last-of-type a{border-bottom:0}@media (max-width:767.98px){#desktop-menu{display:none}}.search-container{background:var(--wp--preset--color--dark-white);position:fixed;margin:auto;left:0;right:0;padding-top:1rem;padding-bottom:1rem;top:-110px;transition:top .2s,opacity .2s;opacity:0;z-index:999}.search-container.open{top:110px;opacity:1}.search-container.open.scrolled{top:80px}.search-container .container{max-width:900px}.search-container input[type=text]{width:calc(100% - 90px);border:none;border-radius:0;padding:16px}.search-container input[type=submit]{width:80px;border:none;background:var(--wp--preset--color--luminous-vivid-amber);padding:16px}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-slider .slick-arrow{position:absolute;bottom:0;margin:auto;color:transparent;display:block;height:40px;width:40px;padding:0;border-radius:0;border:none;background:var(--wp--preset--color--luminous-vivid-amber);color:var(--wp--preset--color--vivid-green-cyan);z-index:1;text-indent:-99999px}.slick-slider .slick-arrow:after{content:"";position:absolute;display:block;border-style:solid;border-width:3px 3px 0 0;width:10px;height:10px;top:0;left:0}.slick-slider .slick-prev{right:50px}.slick-slider .slick-prev:after{transform:rotate(225deg) translate(-160%,10%)}.slick-slider .slick-next{right:0}.slick-slider .slick-next:after{transform:rotate(45deg) translate(130%,20%)}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}section.education{margin-top:2rem;padding:4rem 0}section.education h2{margin-top:1rem}section.education .description p,section.education .description ul{margin:0;margin-bottom:1rem}section.education .buttons{display:flex;margin-top:2rem}section.education .buttons>div{margin-right:.5rem}section.education .col-md-3{margin-top:1rem}section.education img{display:block}section.education figcaption{font-size:var(--wp--preset--font-size--small)}section.education .course{text-decoration:none;padding:8px;display:block;height:100%;min-height:50px;display:flex;line-height:1.25}section.education .course span{background:var(--wp--preset--color--luminous-vivid-amber);height:1rem;width:1rem;flex:0 0 1rem;display:block;border-radius:1rem;margin:2px 6px 2px 0;text-align:center;font-weight:600;color:#fff;line-height:1rem;font-size:var(--wp--preset--font-size--x-small);font-family:var(--wp--preset--font-family--arial);text-decoration:none}section.education .course:hover span{text-decoration:none}@media (max-width:767.98px){section.education{margin-top:15px;padding:15px 0}}section.course-list{margin-top:2rem;margin-bottom:2rem}@media (max-width:767.98px){section.course-list{margin-top:15px}}section.course-list .course>div{position:relative;cursor:pointer;padding-bottom:calc(var(--wp--custom--container-padding) * 2)}section.course-list .course>div a.button{position:absolute;top:5px;right:5px;z-index:1;opacity:0;transition:opacity .3s ease;height:auto;background:var(--wp--preset--color--vivid-green-cyan);border-radius:20px;color:#fff;font-size:var(--wp--preset--font-size--x-small);font-family:var(--wp--preset--font-family--arial);padding:4px 10px;font-weight:700}section.course-list .course>div:hover a.button,section.course-list .course>div:hover:after{opacity:1}.post-type-archive-course nav.anchor,.post-type-archive-education nav.anchor{position:sticky;top:80px;width:100%;left:0;z-index:8888;padding:4px 15px}.post-type-archive-course nav.anchor ul,.post-type-archive-education nav.anchor ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;max-width:1290px;margin:auto}.post-type-archive-course nav.anchor li,.post-type-archive-education nav.anchor li{margin-right:10px;text-align:center}.post-type-archive-course nav.anchor a,.post-type-archive-education nav.anchor a{background:rgba(255,255,255,.3);color:#fff;font-size:14px;font-weight:600;text-decoration:none;border-radius:20px;padding:6px 8px;transition:all .2s;display:block}.post-type-archive-course nav.anchor a:hover,.post-type-archive-education nav.anchor a:hover{background:#fff;color:var(--wp--preset--color--black)}.post-type-archive-course nav.anchor a:hover path,.post-type-archive-education nav.anchor a:hover path{fill:var(--wp--preset--color--black)}.post-type-archive-course nav.anchor a svg,.post-type-archive-education nav.anchor a svg{padding-top:2px}.post-type-archive-course nav.anchor a path,.post-type-archive-education nav.anchor a path{transition:fill .2s}@media (max-width:950px){.post-type-archive-course nav.anchor a,.post-type-archive-education nav.anchor a{font-size:12px}}@media (max-width:767.98px){.post-type-archive-course nav.anchor,.post-type-archive-education nav.anchor{position:static}.post-type-archive-course nav.anchor li,.post-type-archive-education nav.anchor li{margin-right:0;margin-top:10px;width:100%}.post-type-archive-course nav.anchor a,.post-type-archive-education nav.anchor a{font-size:14px}}.post-type-archive-course .text-button .container,.post-type-archive-education .text-button .container{display:flex;-moz-align-items:center;-ms-align-items:center;align-items:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;padding:2rem 15px}.post-type-archive-course .text-button .container h3,.post-type-archive-education .text-button .container h3{margin:1rem;text-align:center}body.post-type-archive-webinar main>.container,body.blog main>.container,body.search main>.container{padding:2rem 15px}body.blog div.post,body.blog div.page,body.blog div.course,body.blog div.education,body.blog div.webinar,body.search div.post,body.search div.page,body.search div.course,body.search div.education,body.search div.webinar{margin-bottom:calc(var(--wp--custom--container-padding) * 2)}body.blog div.post a,body.blog div.page a,body.blog div.course a,body.blog div.education a,body.blog div.webinar a,body.search div.post a,body.search div.page a,body.search div.course a,body.search div.education a,body.search div.webinar a{text-decoration:none;display:block;padding:10px;background:#fff;box-shadow:var(--wp--custom--drop-shadow);height:100%}body.blog div.post figure,body.blog div.page figure,body.blog div.course figure,body.blog div.education figure,body.blog div.webinar figure,body.search div.post figure,body.search div.page figure,body.search div.course figure,body.search div.education figure,body.search div.webinar figure{position:relative;overflow:hidden}body.blog div.post img,body.blog div.page img,body.blog div.course img,body.blog div.education img,body.blog div.webinar img,body.search div.post img,body.search div.page img,body.search div.course img,body.search div.education img,body.search div.webinar img{display:block;transition:transform .3s;width:100%}body.blog div.post h2,body.blog div.page h2,body.blog div.course h2,body.blog div.education h2,body.blog div.webinar h2,body.search div.post h2,body.search div.page h2,body.search div.course h2,body.search div.education h2,body.search div.webinar h2{padding-top:10px;line-height:1.25}body.blog div.post:hover img,body.blog div.page:hover img,body.blog div.course:hover img,body.blog div.education:hover img,body.blog div.webinar:hover img,body.search div.post:hover img,body.search div.page:hover img,body.search div.course:hover img,body.search div.education:hover img,body.search div.webinar:hover img{transform:scale(1.1)}@media (hover:none){body.blog div.post:hover img,body.blog div.page:hover img,body.blog div.course:hover img,body.blog div.education:hover img,body.blog div.webinar:hover img,body.search div.post:hover img,body.search div.page:hover img,body.search div.course:hover img,body.search div.education:hover img,body.search div.webinar:hover img{transform:scale(1)}}body.blog .pagination,body.search .pagination{background:var(--wp--preset--color--dark-white);height:200px;display:flex;-moz-align-items:center;-ms-align-items:center;align-items:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}body.blog .pagination span,body.blog .pagination a,body.search .pagination span,body.search .pagination a{display:inline-block;line-height:1;border:1px solid #d2cdbf;text-decoration:none;border-radius:20px;margin:5px;padding:0;width:24px;height:24px;text-align:center}body.blog .pagination span:hover,body.blog .pagination a:hover,body.search .pagination span:hover,body.search .pagination a:hover{background:var(--wp--preset--color--luminous-vivid-amber)}body.blog .pagination span.current,body.search .pagination span.current{background:var(--wp--preset--color--luminous-vivid-amber)}body.search div.page a,body.search div.post a,body.search div.course a,body.search div.education a{position:relative}body.search div.page a:after,body.search div.post a:after,body.search div.course a:after,body.search div.education a:after{content:"Sida";position:absolute;top:15px;left:0;background:var(--wp--preset--color--vivid-green-cyan);padding:3px;z-index:2;font-size:.8rem;color:#fff}body.search div.post a:after{content:"Inlägg"}body.search div.course a:after{content:"Kurs"}body.search div.education a:after{content:"Utbildning"}.webinar-item>a{display:flex;box-shadow:var(--wp--custom--drop-shadow);margin-bottom:calc(var(--wp--custom--container-padding) * 2);text-decoration:none}.webinar-item>a:hover h2{text-decoration:underline}@media (max-width:767.98px){.webinar-item>a{-moz-flex-direction:column;flex-direction:column}}.webinar-item figure{max-width:30%;width:100%}@media (max-width:767.98px){.webinar-item figure{max-width:100%}}.webinar-item img{display:block;width:100%}.webinar-item h2{display:block;margin:1rem 0}.webinar-item .info{padding:var(--wp--custom--container-padding);max-width:70%}@media (max-width:767.98px){.webinar-item .info{max-width:100%}}.container.past .webinar-item{opacity:.5}.container.past .webinar-item time,.container.past .webinar-item h2,.container.past .webinar-item .excerpt{text-decoration:line-through}.single-education header .line,.single-course header .line,.page header .line{height:0;transition:height .2s;position:fixed;top:110px;width:100%;transition:all .2s;z-index:99;background:var(--wp--preset--color--black)}.single-education header .line.scrolled,.single-course header .line.scrolled,.page header .line.scrolled{top:80px}.single-education header .entry,.single-course header .entry,.page header .entry{background:#f0eee9;padding:1em 0 2em;margin-bottom:1rem}.single-education header .entry>*,.single-course header .entry>*,.page header .entry>*{max-width:1310px;margin:auto;padding-right:15px;padding-left:15px}.single-education header .entry h1,.single-course header .entry h1,.page header .entry h1{margin-bottom:2rem;margin-top:1rem}.single-education header .entry .cat,.single-course header .entry .cat,.page header .entry .cat{margin-top:3rem}@media (max-width:767px){.single-education header .entry,.single-course header .entry,.page header .entry{padding:0 0 2em}}.single-education header .nav,.single-course header .nav,.page header .nav{display:flex;flex-wrap:wrap;-moz-align-items:center;-ms-align-items:center;align-items:center;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.single-education header .nav .breadcrumb,.single-course header .nav .breadcrumb,.page header .nav .breadcrumb{margin:10px 0}.single-education header span,.single-course header span,.page header span{font-size:10px;letter-spacing:.15em;color:var(--wp--preset--color--black);text-transform:uppercase;font-family:var(--wp--preset--font-family--arial);font-weight:600;border-left:2px solid var(--wp--preset--color--luminous-vivid-amber);padding:0 8px}.single-education header span:first-of-type,.single-course header span:first-of-type,.page header span:first-of-type{border-left:0;padding:0}.single-education header .course-thumbnail,.single-course header .course-thumbnail,.page header .course-thumbnail{display:none}@media (max-width:767px){.single-education header .course-thumbnail,.single-course header .course-thumbnail,.page header .course-thumbnail{display:block}.single-education header .course-thumbnail img,.single-course header .course-thumbnail img,.page header .course-thumbnail img{display:block;width:100%}}.single-education header .fast-fact,.single-course header .fast-fact,.page header .fast-fact{list-style:none;display:flex;font-family:var(--wp--preset--font-family--arial);font-size:16px}@media (max-width:767px){.single-education header .fast-fact,.single-course header .fast-fact,.page header .fast-fact{flex-direction:column}}.single-education header .fast-fact li,.single-course header .fast-fact li,.page header .fast-fact li{flex:1;display:flex;flex-direction:column;padding-left:.8rem;padding-right:.4rem;border-left:2px solid rgba(0,0,0,.2);line-height:1.3;font-size:var(--wp--preset--font-size--small)}@media (max-width:767px){.single-education header .fast-fact li,.single-course header .fast-fact li,.page header .fast-fact li{flex-direction:row;justify-content:space-between;padding-right:0;border-left:0;border-top:1px solid rgba(0,0,0,.2);padding:10px 0;text-align:right}}.single-education header .fast-fact li p.ink,.single-course header .fast-fact li p.ink,.page header .fast-fact li p.ink{font-size:.7rem;font-style:italic;margin:0}.single-education header .extra-field,.single-course header .extra-field,.page header .extra-field{margin-top:2rem}.single-education header .extra-field p,.single-course header .extra-field p,.page header .extra-field p{font-family:var(--wp--preset--font-family--arial);font-size:16px}.single-education header .extra-field p strong,.single-course header .extra-field p strong,.page header .extra-field p strong{display:block}.single-education .accordion,.single-education .entry-content>p,.single-education .entry-content>h1,.single-education .entry-content>h2,.single-education .entry-content>h3,.single-education .entry-content>h4,.single-education .entry-content>h5,.single-education .entry-content>h6,.single-education .entry-content>figure.is-type-video,.single-education .entry-content>ul,.single-education .entry-content>.wp-block-image,.single-education .entry-content>.wp-block-columns,.single-education .entry-content>.wp-block-buttons,.single-course .accordion,.single-course .entry-content>p,.single-course .entry-content>h1,.single-course .entry-content>h2,.single-course .entry-content>h3,.single-course .entry-content>h4,.single-course .entry-content>h5,.single-course .entry-content>h6,.single-course .entry-content>figure.is-type-video,.single-course .entry-content>ul,.single-course .entry-content>.wp-block-image,.single-course .entry-content>.wp-block-columns,.single-course .entry-content>.wp-block-buttons,.page .accordion,.page .entry-content>p,.page .entry-content>h1,.page .entry-content>h2,.page .entry-content>h3,.page .entry-content>h4,.page .entry-content>h5,.page .entry-content>h6,.page .entry-content>figure.is-type-video,.page .entry-content>ul,.page .entry-content>.wp-block-image,.page .entry-content>.wp-block-columns,.page .entry-content>.wp-block-buttons{max-width:830px;width:100%;padding-left:15px;padding-right:15px;margin:1rem auto;display:block}.single-education .entry-content>.has-middle-heading-font-size+p,.single-course .entry-content>.has-middle-heading-font-size+p,.page .entry-content>.has-middle-heading-font-size+p{margin-top:.33rem}.single-education .entry-content>ul,.single-course .entry-content>ul,.page .entry-content>ul{padding-left:32px}.single-education .entry-content>.wp-block-columns,.single-course .entry-content>.wp-block-columns,.page .entry-content>.wp-block-columns{display:flex}.single-education .accordion-container,.single-course .accordion-container{background:var(--wp--preset--color--luminous-vivid-amber)}.single-education.postid-21 .accordion-container .fact{display:none}.print{display:flex;align-items:center;background:var(--wp--preset--color--luminous-vivid-amber);border:none;border-radius:20px;color:#222;font-size:var(--wp--preset--font-size--small);font-family:var(--wp--preset--font-family--arial);font-weight:600;font-size:var(--wp--preset--font-size--x-small);padding:4px 10px}.print img{margin-left:4px;width:var(--wp--preset--font-size--x-small)}@media (max-width:767px){.print{position:absolute;right:12px;top:130px;z-index:11;padding:6px 18px;box-shadow:0 2px 20px rgba(0,0,0,.2)}}.course-buttons{display:flex;gap:18px;margin-top:2rem !important}.single-webinar time{background:var(--wp--preset--color--black);padding:10px;color:#fff;margin-top:var(--wp--custom--container-padding);margin-bottom:calc(var(--wp--custom--container-padding) * 2);display:inline-block}.single-webinar h1{margin-top:1rem}.single-webinar .go-back{margin-bottom:1rem}.single-post main .container,.single-webinar main .container{max-width:950px;margin:auto}.single-post .entry-meta,.single-webinar .entry-meta{opacity:.5;position:absolute;top:0;right:15px}.single-post h1,.single-webinar h1{margin-bottom:.2rem;margin-top:3rem}.single-post h2,.single-webinar h2{font-family:var(--wp--preset--font-family--arial);font-weight:700;margin-bottom:.33rem !important;font-size:1rem;margin-top:1.5rem;line-height:1.43}.single-post h2 strong,.single-webinar h2 strong{font-size:var(--wp--preset--font-size--h-4);font-family:var(--wp--preset--font-family--georgia);font-style:normal;font-weight:400;margin-bottom:0;line-height:1.25}@media (max-width:767px){.single-post h2 strong,.single-webinar h2 strong{font-size:var(--wp--custom--h-4-small)}}.single-post h2.has-h-2-font-size,.single-webinar h2.has-h-2-font-size{font-family:var(--wp--preset--font-family--georgia);font-weight:400;font-size:var(--wp--preset--font-size--h-4) !important}@media (max-width:767px){.single-post h2.has-h-2-font-size,.single-webinar h2.has-h-2-font-size{font-size:var(--wp--custom--h-4-small)}}.single-post h3,.single-webinar h3{margin-top:1.5rem;line-height:1.25}.single-post .entry-header .container,.single-webinar .entry-header .container{padding-top:3rem}.single-post .entry-header .container .col-xs-12,.single-webinar .entry-header .container .col-xs-12{position:relative}.single-post .entry-content .container,.single-webinar .entry-content .container{padding-bottom:3rem}.single-post .entry-content .container div>p,.single-webinar .entry-content .container div>p{margin-right:15px}.single-post .entry-content .container h2+p,.single-webinar .entry-content .container h2+p{margin-top:0}.single-post .entry-content .container figure,.single-webinar .entry-content .container figure{max-width:100%}.single-post .entry-content .container figure+figure,.single-webinar .entry-content .container figure+figure{margin-top:1rem}.single-post blockquote,.single-webinar blockquote{position:relative;margin:1rem 0;padding-left:8rem;font-style:italic}.single-post blockquote:before,.single-webinar blockquote:before{content:"";width:2.5rem;height:2.5rem;position:absolute;background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/quote.svg);background-size:contain;background-repeat:no-repeat;background-position:center;left:2.5rem;top:50%;transform:translate(0,-50%)}.single-post blockquote p,.single-webinar blockquote p{font-size:inherit}.single-post blockquote cite,.single-webinar blockquote cite{font-style:normal;font-size:inherit}@media (max-width:767.98px){.single-post blockquote,.single-webinar blockquote{padding-left:0;margin-top:4rem}.single-post blockquote:before,.single-webinar blockquote:before{left:0;top:-3rem;transform:none}}.single-post .alignleft,.single-webinar .alignleft{float:left;margin-right:20px}.single-post .alignright,.single-webinar .alignright{float:right;margin-left:20px}.single-post .aligncenter,.single-webinar .aligncenter{display:block;margin:0 auto}@media (max-width:600px){.single-post .alignleft,.single-webinar .alignleft{float:none;margin-right:0}.single-post .alignright,.single-webinar .alignright{float:none;margin-left:0}}.single-post span.padding,.single-webinar span.padding{display:block}.single-post figcaption,.single-webinar figcaption{font-size:var(--wp--preset--font-size--x-small);font-family:var(--wp--preset--font-family--arial);font-style:normal;display:block !important;text-align:left}.single-post figcaption em,.single-webinar figcaption em{font-style:normal}.single-post aside,body.search aside,.single-webinar aside{background:var(--wp--preset--color--dark-white);height:200px;display:flex;-moz-align-items:center;-ms-align-items:center;align-items:center}.single-post .nav-links div,body.search .nav-links div,.single-webinar .nav-links div{display:inline-block}.single-post .nav-links div a,body.search .nav-links div a,.single-webinar .nav-links div a{text-decoration:none}.single-post .nav-links div a:hover,body.search .nav-links div a:hover,.single-webinar .nav-links div a:hover{text-decoration:underline}.single-post .nav-next,body.search .nav-next,.single-webinar .nav-next{float:right}blockquote.wp-block-quote{position:relative;margin:1rem 0;padding-left:8rem;font-style:italic}blockquote.wp-block-quote:before{content:"";width:2.5rem;height:2.5rem;position:absolute;background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/quote.svg);background-size:contain;background-repeat:no-repeat;background-position:center;left:2.5rem;top:50%;transform:translate(0,-50%)}blockquote.wp-block-quote p{font-size:inherit}blockquote.wp-block-quote cite{font-style:normal;font-size:inherit}@media (max-width:767.98px){blockquote.wp-block-quote{padding-left:0;margin-top:4rem}blockquote.wp-block-quote:before{left:0;top:-3rem;transform:none}}.field-workshop{margin-top:calc(var(--wp--custom--container-padding) * 2);margin-bottom:calc(var(--wp--custom--container-padding) * 2)}.field-workshop .col-sm-4{margin-bottom:calc(var(--wp--custom--container-padding) * 2)}.workshop-item{box-shadow:var(--wp--custom--drop-shadow);padding:15px;height:100%}.workshop-item ul{list-style:none;padding:0;margin:0}.workshop-item li{display:inline;font-size:var(--wp--preset--font-size--x-small);font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-family:var(--wp--preset--font-family--arial);font-weight:600}.workshop-item li:before{content:"– "}.workshop-item li:first-of-type:before{content:""}.workshop-item>p{margin:.5rem 0}.workshop-item>p p{margin:0}.workshop-item .description{font-size:var(--wp--preset--font-size--small);margin-bottom:.5rem;display:block}.workshop-item .description p{margin:0;font-size:var(--wp--preset--font-size--small)}.workshop-item .date{display:flex;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:4px}.workshop-item .date p{display:inline-block;margin:0;font-size:var(--wp--preset--font-size--small)}.workshop-item .date p:last-of-type{float:right;white-space:nowrap}.simular-posts .row{-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.simular-posts .course-item{margin-top:calc(var(--wp--custom--container-padding) * 2)}article.type-page .entry-header img{width:100%}.container.slide{overflow:hidden;padding-bottom:3rem;margin-top:-2rem}.popular-posts .slick-list{overflow:visible}.popular-posts .course-item a{margin-right:10px}@media (max-width:991.98px){.popular-posts{padding-bottom:4rem}}.course-item>div{height:100%}.course-item a{background:#fff;display:block;text-decoration:none;height:100%}.course-item a:hover .link{text-decoration:underline}.course-item a:hover img{transform:scale(1.1)}@media (hover:none){.course-item a:hover img{transform:scale(1)}}.course-item figure{position:relative;overflow:hidden}.course-item img{display:block;transition:transform .3s;width:100%}.course-item figcaption{position:absolute;left:10px;bottom:5px;z-index:2}.course-item figcaption span{font-size:10px;letter-spacing:.15em;color:#fff;text-transform:uppercase;font-family:var(--wp--preset--font-family--arial);font-weight:600;text-shadow:0 2px 6px rgba(0,0,0,.6);border-left:2px solid #fff;padding:0 6px}.course-item figcaption span:first-of-type{border-left:0;padding:0}.course-item h2{padding:10px 10px 10px 12px;min-height:4.5rem;line-height:1.25}.course-item .link{display:block;text-align:right;padding:0 10px 10px}.simple-steps{padding-top:4rem;padding-bottom:2rem}@media (max-width:991px){.simple-steps{padding-top:2rem;padding-bottom:0}.simple-steps figure img{max-width:80px}}.simple-steps>div>div{text-align:center;position:relative;display:flex;-moz-flex-direction:column;flex-direction:column}@media (max-width:991px){.simple-steps>div>div{margin-bottom:2rem}}.simple-steps>div>div>div:not(.title){width:50px;height:50px;border-radius:50%;font-family:var(--wp--preset--font-family--arial);background:var(--wp--preset--color--white);font-size:1.333rem;font-weight:700;display:flex;justify-content:center;align-items:center;margin:2rem auto}@media (max-width:991px){.simple-steps>div>div>div:not(.title){margin:.5rem auto}}.simple-steps>div>div>div:not(.title) span{z-index:1}.simple-steps>div>div>div:not(.title):after{content:"";height:2px;width:calc(100% + 30px);position:absolute;background:var(--wp--preset--color--white)}@media (max-width:991px){.simple-steps>div>div>div:not(.title):after{display:none}}.simple-steps .first:after{width:calc(50% + 15px) !important;right:-15px}.simple-steps .last:after{width:calc(50% + 15px) !important;left:-15px}.simple-steps .title{font-size:1.333rem;margin:.5rem auto}@media (max-width:991px){.simple-steps .title{max-width:100%;margin:0 auto}}.course-tags{list-style:none;margin:0;padding:0;position:relative}.course-tags li{font-size:10px;letter-spacing:.15em;color:#fff;text-transform:uppercase;font-family:var(--wp--preset--font-family--arial);font-weight:600;background:var(--wp--preset--color--luminous-vivid-orange);position:absolute;z-index:2;padding:4px;top:0;left:10px}ul.follow-us{margin:0;padding:0;display:flex;list-style:none;margin-top:1rem;margin-bottom:1rem}ul.follow-us a{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:rgba(0,0,0,.2);margin-right:5px;transition:background .2s}ul.follow-us a img{display:block}ul.follow-us a:hover{background:rgba(0,0,0,.4)}ul.follow-us li:last-child a{margin-right:0}.video-block{text-align:center;padding:1rem 15px}.video-block iframe{max-width:100%;width:800px;height:460px;transition:height .2s}@media (max-width:800px){.video-block iframe{height:400px}}@media (max-width:550px){.video-block iframe{height:220px}}.video-block a.add-to-cart{margin-top:20px}.video-block .toggle-share{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/kite.svg);background-repeat:no-repeat;background-position:calc(100% - 1.7rem) center;background-size:1.15rem;margin-top:1rem;padding:.7rem 2rem .7rem .7rem !important}.share-modal{z-index:9999;display:none}.share-modal.open{display:block}.share-modal ul{background:var(--wp--preset--color--luminous-vivid-amber);z-index:1;border-radius:5px;position:fixed;list-style:none;top:0;bottom:0;left:0;right:0;width:300px;height:175px;margin:auto;padding:0;display:flex;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap}.share-modal li{line-height:1;padding:5px;flex:0 0 33%}.share-modal p{width:100%;margin-bottom:0;font-weight:600}.share-modal img{width:50px;height:50px;transition:transform .2s;margin-bottom:.2rem}.share-modal a{text-decoration:none;font-family:var(--wp--preset--font-family--arial);font-weight:600;font-size:var(--wp--preset--font-size--x-small);line-height:1}.share-modal a:hover img{transform:scale(1.1)}.share-modal .bg{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(29,29,27,.0784313725)}.accordion{width:100%;padding-top:2rem;padding-bottom:2rem;margin:0 auto !important}.accordion .tab{background:var(--wp--preset--color--white);border-radius:4px;margin-bottom:1rem;padding:0 1rem 1rem}.accordion .tab>button{padding:1rem 2rem 1rem 0;border:0;width:100%;text-align:left;background:0 0;font-weight:600;position:relative;font-family:"Arial"}.accordion .tab>button:after{content:"";position:absolute;width:18px;height:18px;right:0;top:50%;transform:translate(0,-50%);background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/minus.svg);background-position:center;background-repeat:no-repeat;background-size:100%}.accordion .tab.closed{padding-bottom:0}.accordion .tab.closed>button:after{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/plus.svg)}.accordion .tab.closed>div{display:none}.wp-block-group.is-style-container{padding-top:3rem;padding-bottom:3rem}@media (max-width:767.98px){.wp-block-group.is-style-container{padding-top:2rem;padding-bottom:2rem}}@media (max-width:600px){.wp-block-columns.is-style-reverse{-moz-flex-direction:column-reverse;flex-direction:column-reverse}}.wp-block-columns.is-style-small{max-width:830px;margin:auto}.herospace{position:relative;height:0;padding-top:45%;display:flex;-moz-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;overflow:hidden}@media (min-width:1441px){.herospace{padding-top:40%}}@media (max-width:1100px){.herospace{height:auto;padding-top:0;min-height:75vh}}@media (max-width:500px){.herospace{height:auto;padding-top:0;min-height:85vh}}.herospace>img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1;animation:grow 20s ease forwards}@media (max-width:500px){.herospace>img{animation:none}}.herospace .inner{width:100%;max-width:1320px;margin:0 auto;padding:4rem 15px;display:flex;-moz-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.herospace .inner>div:first-child{max-width:615px;flex:1;padding-right:10px}.herospace .inner>div:last-child{text-align:right;margin-right:2rem}.herospace .inner>div:last-child>div:last-child{margin-top:1rem}@media (max-width:767.98px){.herospace .inner{-moz-flex-direction:column;flex-direction:column;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;padding:2rem 15px}.herospace .inner>div:first-child{max-width:none}.herospace .inner>div:last-child{margin-top:1rem;margin-right:0;text-align:left;display:flex}.herospace .inner>div:last-child>div:last-child{margin-top:0;margin-left:.5rem}}.herospace .h1{margin-bottom:1rem}.herospace h1,.herospace p{color:var(--wp--preset--color--white);text-shadow:0 2px 10px rgba(0,0,0,.4)}@media (max-width:991px){.herospace p.h1{max-width:360px;font-size:var(--wp--custom--h-1-small)}}.herospace .paragraf{font-size:1.333rem;margin:0;display:inline-block}@media (max-width:767.98px){.herospace .paragraf{font-size:1.15rem}}@media (max-width:480px){.herospace .paragraf{display:inline}}.herospace .social{margin:1rem 0 0;padding:0;list-style:none;display:flex;align-items:center}.herospace .social li{color:var(--wp--preset--color--white);margin-right:.5rem}.herospace .social li:last-child{margin-right:0}@media (max-width:767.98px){.herospace .social li:last-child{max-width:155px}}.herospace .facebook,.herospace .instagram{width:40px;height:40px;background-color:rgba(255,255,255,.25);background-size:20px;background-repeat:no-repeat;background-position:center;border-radius:50%}.herospace .facebook>a,.herospace .instagram>a{color:transparent}.herospace .facebook{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/facebook.svg)}.herospace .instagram{background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/instagram.svg)}@keyframes grow{0%{height:100%}100%{height:115%}}.latest-posts{background:var(--wp--preset--color--dark-white);padding:2rem 0 1rem}.latest-posts .col-sm-12{margin-bottom:1.75rem;padding-right:var(--wp--custom--container-padding);padding-left:var(--wp--custom--container-padding)}.latest-posts a{text-decoration:none;display:block;line-height:1.33;font-size:1.333rem}@media (max-width:767.98px){.latest-posts a{font-size:1.15rem}}.latest-posts a:hover{text-decoration:underline}.latest-posts .title{display:flex;margin-top:.5rem}@media (max-width:767.98px){.latest-posts .title{flex-basis:100%;max-width:100%}}.latest-posts .small-title{font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-family:var(--wp--preset--font-family--arial);font-weight:600;white-space:nowrap;margin-right:10px}.latest-posts .line{background:var(--wp--preset--color--luminous-vivid-amber);height:2px;flex:1;margin-top:6px;max-width:80px}.wp-block-embed-vimeo iframe{max-width:100%;width:900px;height:505px;transition:height .2s}@media (max-width:800px){.wp-block-embed-vimeo iframe{height:400px}}@media (max-width:550px){.wp-block-embed-vimeo iframe{height:220px}}.wp-block-embed.is-type-video .wp-block-embed__wrapper{aspect-ratio:16/9}.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe{max-width:100%;width:100%;aspect-ratio:16/9;height:100%}.signup-form-modal{position:fixed;top:0;bottom:0;left:0;right:0;background:var(--wp--preset--color--dark-white);z-index:99999;padding:0 15px 3rem;overflow-y:scroll}.signup-form-modal .container{max-width:900px;width:100%;margin:1rem auto}.signup-form-modal label{font-size:var(--wp--preset--font-size--x-small);display:block}.signup-form-modal input:not(.wp-block-button__link),.signup-form-modal .input:not(.wp-block-button__link){background:#fff;border-radius:8px;border:none;box-shadow:var(--wp--custom--drop-shadow);transition:box-shadow .2s;margin-bottom:8px;padding:10px;width:100%;height:48px;font-family:var(--wp--preset--font-family--georgia)}.signup-form-modal input:not(.wp-block-button__link):focus,.signup-form-modal .input:not(.wp-block-button__link):focus{border:1px solid var(--wp--preset--color--vivid-green-cyan)}.signup-form-modal input:not(.wp-block-button__link):hover{box-shadow:var(--wp--custom--drop-shadow),var(--wp--custom--drop-shadow)}.signup-form-modal input.error,.signup-form-modal [aria-invalid=true]{border:2px solid #e99797 !important}.signup-form-modal .input{height:auto !important;display:flex}.signup-form-modal .input>div{flex:1;padding-right:1rem}.signup-form-modal .go-back{position:absolute;top:1rem;border:1px solid #cbc8c1;border-radius:20px;background:rgba(255,255,255,.23);padding:0 10px}.signup-form-modal .title{margin-bottom:.5rem;font-family:var(--wp--preset--font-family--georgia);text-align:left}.signup-form-modal p{font-size:.9rem}.signup-form-modal .wp-block-button{margin-top:1.5rem;text-align:right}.signup-form-modal .wp-block-button button{width:160px}.signup-form-modal .col-xs-12{padding-right:4px;padding-left:4px}.signup-form-modal textarea{border-radius:8px;border:none;box-shadow:var(--wp--custom--drop-shadow);transition:box-shadow .2s;padding:10px;width:100%;font-family:var(--wp--preset--font-family--georgia)}.signup-form-modal textarea:hover{box-shadow:var(--wp--custom--drop-shadow),var(--wp--custom--drop-shadow)}.signup-form-modal textarea:focus{border:1px solid var(--wp--preset--color--vivid-green-cyan)}.signup-form-modal .frm_fields_container{grid-gap:0 8px;grid-template-columns:repeat(12,auto)}.signup-form-modal .frm_form_field{margin:0 !important;text-align:left;font-family:var(--wp--preset--font-family--georgia)}.signup-form-modal .frm_checkbox{min-height:2rem}.signup-form-modal .frm_checkbox label{font-family:var(--wp--preset--font-family--georgia);font-size:.9rem}.signup-form-modal .frm_error_style,.signup-form-modal .frm_error{display:none}.signup-form-modal .frm_button_submit{color:var(--wp--preset--color--white) !important;background:var(--wp--preset--color--vivid-green-cyan) !important}.signup-form-modal .human-finans{text-align:left}.price p{font-size:var(--wp--preset--font-size--x-small);display:inline-block;margin:0 4px;white-space:nowrap}.signupform-heading{display:flex;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.signup-form{max-width:900px;width:100%;margin:auto;margin-bottom:4rem}.signup-form .ink-moms-text{margin-bottom:2rem;font-size:var(--wp--preset--font-size--small)}.signup-form ul{list-style:none;margin:.5rem 0;padding:0}.signup-form ul:first-of-type{margin-bottom:3rem}.signup-form li{display:flex;background:#fff;padding:10px;border-radius:8px;margin-bottom:12px;box-shadow:var(--wp--custom--drop-shadow);transition:box-shadow .2s}.signup-form li:hover{box-shadow:var(--wp--custom--drop-shadow),var(--wp--custom--drop-shadow)}.signup-form li div:nth-of-type(1){display:flex;flex:1;padding-right:1rem}.signup-form li input[type=radio]{opacity:0}.signup-form li input[type=radio]:checked+label:after{opacity:1}.signup-form li label{padding-left:16px;position:relative;cursor:pointer;width:100%}.signup-form li label:before{content:"";position:absolute;background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/ellipse.svg);background-size:contain;background-repeat:no-repeat;width:21px;height:21px;left:-15px;top:0}.signup-form li label:after{content:"";position:absolute;background-image:url(//tradgardsakademin.se/wp-content/themes/temat-child/img/dot_orange.svg);background-size:contain;background-repeat:no-repeat;width:15px;height:15px;left:-12px;top:3px;z-index:2;opacity:0;transition:opacity .2s}.signup-form li label:hover:after{opacity:.4}.signup-form .wp-block-button{margin-top:1.5rem;text-align:right}.signup-form .wp-block-button button{width:160px}.human-finans{margin-top:0}.human-finans a{font-size:var(--wp--preset--font-size--small);display:block;margin-top:.5rem}.human-finans img{width:150px}#mc_embed_signup .button{font-size:18px !important;height:50px !important}.frm_style_formidable-style.with_frm_style .form-field{width:100% !important}.with_frm_style .frm_submit{white-space:nowrap !important;text-align:right}#frm_form_5_container{max-width:900px;width:100%;margin:1rem auto}#frm_form_5_container fieldset{padding:0 4px}.frm_dropzone .frm_upload_icon:before{font-size:20px}.frm_dropzone{max-width:none !important}.frm_dropzone .dz-message{margin:0 !important;padding:10px;width:100%;border:1px dashed #d0cbcb;border-radius:30px}@media (max-width:991px){#form_nyhetsbrev fieldset,#form_nyhetsbrev_footer fieldset{padding:0}#form_nyhetsbrev .frm_fields_container,#form_nyhetsbrev_footer .frm_fields_container{-moz-flex-direction:column;flex-direction:column;-moz-align-items:center;-ms-align-items:center;align-items:center}#form_nyhetsbrev .frm_fields_container input,#form_nyhetsbrev .frm_fields_container button,#form_nyhetsbrev_footer .frm_fields_container input,#form_nyhetsbrev_footer .frm_fields_container button{height:55px}#form_nyhetsbrev .frm_fields_container .frm_submit,#form_nyhetsbrev_footer .frm_fields_container .frm_submit{width:100%}#form_nyhetsbrev .frm_fields_container .frm_submit button,#form_nyhetsbrev_footer .frm_fields_container .frm_submit button{width:100%}}@media (max-width:991px){#form_nyhetsbrev .frm_fields_container .frm_submit{margin-top:1rem}}body.error404{background:var(--wp--preset--color--dark-white)}body.error404 .error-404 .container{max-width:1100px;margin:auto;min-height:70vh;padding:3rem 0;display:flex;-moz-align-items:center;-ms-align-items:center;align-items:center}body.error404 .error-404 .container img{width:100%;height:auto}@media (max-width:991px){body.error404 .error-404 .container{-moz-flex-direction:column;flex-direction:column;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch}}body.error404 .error-404 .container .col-xs-12{padding-right:20px;padding-left:20px}header.page-header figure img{display:block}.site-footer{padding-top:3rem;padding-bottom:2rem}.site-footer .wp-block-image{margin:0}.site-footer .wp-block-image figure{max-width:150px;margin:0 auto 1rem !important}.site-footer p{margin-bottom:0}.site-footer .col-top figure{max-width:240px}.site-footer .row:first-of-type{margin-bottom:2rem}@media (max-width:767.98px){.site-footer .wp-block-image figure{float:left;margin:0 auto 2rem !important}.site-footer .col-sm-4:nth-of-type(2){order:-1}.site-footer .row:first-of-type{margin-bottom:0}}@media print{@page{size:auto;margin:20mm 10mm 30mm}body{margin:0}.site-header,.site-footer,.video-block,.breadcrumb,.hide-print,.wp-block-spacer,button.print,aside,.go-back,.single-education .wp-block-group,.single-course .wp-block-group{display:none !important}.site-content{margin-top:0}.single-education header figure,.single-course header figure,.page header figure{height:200px}.accordion{padding:0}.accordion .tab{border-top:1px solid var(--wp--preset--color--luminous-vivid-amber);padding:0}.accordion .tab button{padding:1rem 0 0}.accordion .tab.closed>div{display:block;padding:0 !important}.accordion .tab p{margin:0}}