:root{--ss-primary-color:#5897fb;--ss-bg-color:#fff;--ss-font-color:#4d4d4d;--ss-font-placeholder-color:#8d8d8d;--ss-disabled-color:#dcdee2;--ss-border-color:#dcdee2;--ss-highlight-color:#fffb8c;--ss-success-color:#00b755;--ss-error-color:#dc3545;--ss-focus-color:#5897fb;--ss-main-height:30px;--ss-content-height:300px;--ss-spacing-l:7px;--ss-spacing-m:5px;--ss-spacing-s:3px;--ss-animation-timing:0.2s;--ss-border-radius:4px}@keyframes ss-valueIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes ss-valueOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-hide{display:none!important}.ss-main{display:flex;flex-direction:row;position:relative;user-select:none;color:var(--ss-font-color);min-height:var(--ss-main-height);width:100%;padding:var(--ss-spacing-s);cursor:pointer;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;box-sizing:border-box;transition:background-color var(--ss-animation-timing);overflow:hidden}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-values{display:inline-flex;flex-wrap:wrap;gap:var(--ss-spacing-m);flex:1 1 100%}.ss-main .ss-values .ss-placeholder{display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);margin:auto 0;line-height:1em;align-items:center;width:100%;color:var(--ss-font-placeholder-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-max{display:flex;user-select:none;align-items:center;width:fit-content;font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius)}.ss-main .ss-values .ss-single{display:flex;margin:auto 0 auto var(--ss-spacing-s)}.ss-main .ss-values .ss-value{display:flex;user-select:none;align-items:center;width:fit-content;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);animation-name:ss-valueIn;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-values .ss-value.ss-value-out{animation-name:ss-valueOut;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete{display:flex;align-items:center;padding:var(--ss-spacing-s) var(--ss-spacing-m);cursor:pointer;border-left:1px solid var(--ss-bg-color);box-sizing:content-box}.ss-main .ss-values .ss-value .ss-value-delete,.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{flex:0 1 auto;display:flex;align-items:center;justify-content:center;width:fit-content;height:auto;margin:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)}.ss-main .ss-deselect svg{width:8px;height:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{flex:0 1 auto;display:flex;align-items:center;justify-content:flex-end;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{position:absolute;display:flex;height:auto;flex-direction:column;width:auto;max-height:var(--ss-content-height);box-sizing:border-box;border:1px solid var(--ss-border-color);background-color:var(--ss-bg-color);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);opacity:0;transform:scaleY(0);transform-origin:center top;overflow:hidden;z-index:10000}.ss-content.ss-relative{position:relative;height:100%}.ss-content.ss-open-above{flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom;border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius)}.ss-content.ss-open-below{opacity:1;transform:scaleY(1);transform-origin:center top;border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius)}.ss-content .ss-search{flex:0 1 auto;display:flex;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;padding:var(--ss-spacing-m) var(--ss-spacing-l);margin:0;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;text-align:left;box-sizing:border-box}.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;height:auto;margin:0 0 0 var(--ss-spacing-m);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius)}.ss-content .ss-search .ss-addable svg{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none!important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{flex:1 1 auto;font-weight:700;color:var(--ss-font-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{flex:0 0 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{flex:0 1 auto;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{flex:0 1 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;width:10px;height:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{display:flex;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);color:var(--ss-font-color);cursor:pointer;user-select:none}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;background-color:var(--ss-disabled-color)}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:var(--ss-highlight-color)}.goverlay{background:rgba(0,0,0,.8)}#cc-main .cm__btn-group{gap:0}#cc-main .cm__btn-group .cm__btn:first-of-type{margin-bottom:5px}#cc-main .cm__btn-group .cm__btn[data-role=necessary]{background-color:#eaeff2;border-color:#eaeff2;color:#000}#cc-main .cm__btn-group .cm__btn[data-role=necessary]:hover{background-color:#d4dae0}#cc-main .cm--inline .cm__btn+.cm__btn{margin-left:0}#cc-main .cm--bar .cm__btn-group{grid-auto-flow:row}#cc-main .cm__texts .cm__desc{margin-top:10px;padding-bottom:10px}#cc-main .cm__texts .cm__desc p{margin:0;padding:0}@media (max-width:640px){#cc-main .cm__btn-group .cm__btn:first-of-type{margin-bottom:0}}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:40px;height:4px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.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) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{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:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,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 linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.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:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-10px,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 linear .22s}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:75ms}.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:75ms}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:75ms}.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:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.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:-80px;top:-80px;transform:translate3d(80px,80px,0) rotate(45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic.is-active .hamburger-inner:after{right:-80px;top:-80px;transform:translate3d(-80px,80px,0) rotate(-45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.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:-80px;top:80px;transform:translate3d(80px,-80px,0) rotate(-45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-80px;top:80px;transform:translate3d(-80px,-80px,0) rotate(45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,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 ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.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 ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,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 ease-out .12s}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,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 cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,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:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-10px,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 linear .22s}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent!important;transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent!important;transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms 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 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{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:after,.hamburger--vortex.is-active .hamburger-inner:before{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:after,.hamburger--vortex-r .hamburger-inner:before{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:after,.hamburger--vortex-r.is-active .hamburger-inner:before{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)}#mobile-nav{transform:translateX(100%);display:flex;position:fixed;z-index:10000;top:0;right:0;width:76%;height:100vh;background-color:#f3f3f3;min-width:140px;max-width:440px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;transition:transform .4s;flex-direction:column}#mobile-nav:after{right:100%}#mobile-nav ul{margin:0;padding:0;transition:transform .4s}#mobile-nav ul.level1.outside{transform:translateX(-100%)}#mobile-nav ul.level1 ul{transform:translateX(100%);display:none}#mobile-nav ul.level1 ul.active,#mobile-nav ul.level1 ul.back-move{display:block}#mobile-nav ul.level1 ul.outside{transform:translateX(0)}#mobile-nav ul li{margin:0;padding:0;position:static;border-bottom:1px solid rgba(0,0,0,.1)}#mobile-nav ul li a{color:#444;text-decoration:none;display:block;padding:8px 120px 8px 20px}#mobile-nav ul li a.focus,#mobile-nav ul li a:focus,#mobile-nav ul li a:hover{color:#8cc63f}#mobile-nav ul li.header{text-transform:uppercase;color:#999;padding:8px 5px 8px 20px;text-align:center}#mobile-nav ul li.header .counter{display:none}#mobile-nav ul li.back-link a{text-transform:uppercase;color:#999;padding:8px 5px 8px 20px;text-align:center;text-transform:none}#mobile-nav ul li.back-link a .counter{display:none}#mobile-nav ul li.back-link a:before{font-family:Font Awesome\ 5 Free,serif;content:"\f053";font-weight:700;position:absolute;left:20px;color:#acabab}#mobile-nav ul li.has-submenu>ul{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f3f3f3}#mobile-nav ul li.has-submenu>a{position:relative}#mobile-nav ul li.has-submenu>a .counter{position:absolute;right:0;top:0;bottom:0;width:100px;content:"";border-left:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;color:#acabab}#mobile-nav ul li.has-submenu>a .counter:after{font-family:Font Awesome\ 5 Free,serif;content:"\f054";font-weight:700;position:absolute;right:20px;color:#acabab}#mobile-nav ul li:before{content:""}#mobile-nav ul li.selected a{color:#8cc63f}#mobile-nav:after{box-shadow:0 0 10px rgba(0,0,0,.3);content:"";display:block;width:20px;height:100%;position:absolute;z-index:99}#mobile-nav .lang{padding:20px;display:flex}#mobile-nav .lang a{margin-right:20px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}#mobile-nav .lang a.active{border:1px solid #25823f;border-radius:30px}#app-container{transition:transform .4s}html.mobile-nav-open{z-index:9000;background-color:transparent;overflow-y:hidden}html.mobile-nav-open #mobile-nav{transform:translateX(0)}html.mobile-nav-open #app-container{transform:translateX(-76%)}@media (min-width:580px){html.mobile-nav-open #mobile-nav{transform:translateX(0)}html.mobile-nav-open #app-container{transform:translateX(-440px)}}#breadcrumb,#breadcrumb a{color:rgba(0,0,0,.6);font-size:16px;font-style:normal;font-weight:400;line-height:normal}#breadcrumb{flex-wrap:wrap;margin-bottom:15px}#breadcrumb,#breadcrumb div{display:flex;align-items:center}#breadcrumb div:first-of-type a{letter-spacing:normal;font-size:0;color:transparent}#breadcrumb div:first-of-type a:before{font-family:Material Symbols Outlined,serif;content:"\e88a";font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24;font-size:23px;letter-spacing:normal;color:rgba(0,0,0,.6);position:relative;top:-2px}#breadcrumb .separator{margin:0 9px}.app-container-homepage #breadcrumb{display:none}@media (max-width:1100px){#breadcrumb div{display:none}#breadcrumb div:nth-last-child(2){display:flex;align-items:center;overflow:hidden}#breadcrumb div:nth-last-child(2) a{display:inline-flex;align-items:center;letter-spacing:normal;font-size:16px;color:rgba(0,0,0,.6);white-space:nowrap;overflow:hidden;max-width:100%}#breadcrumb div:nth-last-child(2) a:before{font-family:Material Symbols Outlined,serif;content:"\e5c4";font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24;font-size:24px;letter-spacing:normal;color:rgba(0,0,0,.6);margin-right:4px}#breadcrumb div:nth-last-child(2) .separator{display:none}}h1,h2,h3,h4{font-family:Lexend,sans-serif;font-weight:400;color:#1d2132}h1,h2,h3,h4{line-height:120%}h1{margin-top:0;margin-bottom:32px;font-size:52px}h2{margin-bottom:24px;color:#000;font-size:36px}h2,h3{line-height:120%}h3{margin-bottom:22px;font-size:28px}ol,ul{margin:15px 0 30px 5px;padding:0}ol ol,ol ol ol,ul ul,ul ul ul{margin:6px 0 6px 5px}ul,ul li{list-style:none}ul li{position:relative;margin-bottom:10px;padding-left:22px;background:none}ul li:before{position:absolute;top:5px;left:0;display:block;color:#423325;opacity:.7;font-family:Font Awesome\ 5 Free,serif;font-size:9px;font-weight:700;content:"\f111"}#tracy-debug ul li{padding:0;margin:0}#tracy-debug ul li:before{content:""}ol{counter-reset:item}ol li{display:block;position:relative;margin-bottom:10px;padding-left:25px}ol li:before{position:absolute;top:1px;left:0;display:block;color:#505050;content:counter(item) ".";counter-increment:item}.list-type ul,.list-type ul li{margin:0;padding:0}.list-type ul:after{display:block;content:"";clear:both}.list-type ul li{list-style-type:none;list-style-image:none}.list-type ul li:before{display:none}.list-type.block ul li{margin-bottom:30px;padding:0 15px}a{color:#25823f;outline:none!important;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}a:active,a:focus,a:hover{color:#1c6430;text-decoration:none}button{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}button,button:active,button:focus,button:hover{outline:none}p{margin-bottom:20px}table{margin-bottom:30px;border-collapse:collapse;table-layout:fixed}table,table tr,table tr td,table tr th{border:none}table tr td,table tr th{padding:8px 4px}hr,table tr td,table tr th{border-top:1px solid #b4b4b4}b,strong{font-weight:700}img{display:inline-block!important;max-width:100%}img:not(.lazy){height:auto!important}img.lazy{max-height:100%}@media (max-width:767px){h1{font-size:42px}h2{font-size:35px}h3{font-size:25px}}html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;color:#423325}#content{min-height:400px}.btn.btn-default{color:#25823f;background:#fff;border:1px solid #25823f;padding:10px 18px;border-radius:0;text-decoration:none;font-weight:700;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.btn.btn-default.focus,.btn.btn-default:active,.btn.btn-default:focus,.btn.btn-default:hover,.btn.btn-default:not(:disabled):not(.disabled):active,.btn.btn-default:not(:disabled):not(.disabled):active:focus{color:#fff;background-color:#1c6430;border:1px solid #1c6430;box-shadow:none}.btn.btn-primary{color:#25823f;background:#fff;border:1px solid #25823f;padding:10px 18px;border-radius:0;text-decoration:none;font-weight:700;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.btn.btn-primary.focus,.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover,.btn.btn-primary:not(:disabled):not(.disabled):active,.btn.btn-primary:not(:disabled):not(.disabled):active:focus{color:#fff;background-color:#25823f;border:1px solid #000;box-shadow:none}.btn.btn-success{color:#fff;background:#25823f;border:1px solid #25823f;padding:10px 18px;border-radius:0;text-decoration:none;font-weight:700;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.btn.btn-success.focus,.btn.btn-success:active,.btn.btn-success:focus,.btn.btn-success:hover,.btn.btn-success:not(:disabled):not(.disabled):active,.btn.btn-success:not(:disabled):not(.disabled):active:focus{color:#fff;background-color:#1c6430;border:1px solid #1c6430;box-shadow:none}.btn.btn-info{color:#fff;background:#25823f;border:1px solid #000;padding:10px 18px;border-radius:0;text-decoration:none;font-weight:700;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.btn.btn-info.focus,.btn.btn-info:active,.btn.btn-info:focus,.btn.btn-info:hover,.btn.btn-info:not(:disabled):not(.disabled):active,.btn.btn-info:not(:disabled):not(.disabled):active:focus{color:#25823f;background-color:#fff;border:1px solid #000;box-shadow:none}.btn.btn-warning{color:#fff;background:#f0ad4e;border:1px solid #eea236;padding:10px 18px;border-radius:0;text-decoration:none;font-weight:700;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.btn.btn-warning.focus,.btn.btn-warning:active,.btn.btn-warning:focus,.btn.btn-warning:hover,.btn.btn-warning:not(:disabled):not(.disabled):active,.btn.btn-warning:not(:disabled):not(.disabled):active:focus{color:#fff;background-color:#d58512;border:1px solid #985f0d;box-shadow:none}.btn.btn-danger{color:#fff;background:#d9534f;border:1px solid #d43f3a;padding:10px 18px;border-radius:0;text-decoration:none;font-weight:700;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.btn.btn-danger.focus,.btn.btn-danger:active,.btn.btn-danger:focus,.btn.btn-danger:hover,.btn.btn-danger:not(:disabled):not(.disabled):active,.btn.btn-danger:not(:disabled):not(.disabled):active:focus{color:#fff;background-color:#ac2925;border:1px solid #761c19;box-shadow:none}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.form-control:focus{color:#423325;background-color:#fff;border-color:#bdbdbd;outline:0;box-shadow:none}.form-control{border-color:#bdbdbd;border-radius:0;height:calc(1.5em + .75rem + 10px)}#catalog-list .header,#company-detail .header,#company-list .header,#offer .header{height:300px;background-color:rgba(140,98,57,.1);padding:0;margin-bottom:48px;display:flex;align-items:center}#catalog-list .header .image img,#company-detail .header .image img,#company-list .header .image img,#offer .header .image img{max-height:200px!important}#catalog-list .header .image.blend img,#company-detail .header .image.blend img,#company-list .header .image.blend img,#offer .header .image.blend img{mix-blend-mode:multiply}#catalog-list .header .text-image,#company-detail .header .text-image,#company-list .header .text-image,#offer .header .text-image{display:flex;align-items:center}#catalog-list .header .text-image .text,#company-detail .header .text-image .text,#company-list .header .text-image .text,#offer .header .text-image .text{padding-right:40px;width:70%}#catalog-list .header .text-image .image,#company-detail .header .text-image .image,#company-list .header .text-image .image,#offer .header .text-image .image{margin-left:auto;width:30%;display:flex;justify-content:right;align-items:center}#catalog-list .header h1,#company-detail .header h1,#company-list .header h1,#offer .header h1{font-size:48px;font-style:normal;font-weight:700;line-height:normal;margin:0}#catalog-list .header .mobile-breadcrumb,#company-detail .header .mobile-breadcrumb,#company-list .header .mobile-breadcrumb,#offer .header .mobile-breadcrumb{display:none;margin-bottom:15px}#catalog-list .header .desktop-breadcrumb,#company-detail .header .desktop-breadcrumb,#company-list .header .desktop-breadcrumb,#offer .header .desktop-breadcrumb{margin-bottom:15px}.ea-photogallery-rte{display:flex;flex-wrap:wrap;margin:0 -8px 30px}.ea-photogallery-rte a{display:block;padding:0 4px 8px}.app-container-catalog .ea-photogallery-rte a,.app-container-company .ea-photogallery-rte a{width:33.3%}.app-container-page .ea-photogallery-rte a{width:25%}.alert{border-radius:0;padding:18px;display:flex;align-items:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.alert.alert-success{border:1px solid rgba(37,130,63,.3);background:rgba(37,130,63,.15);color:#25823f}.alert.alert-success:before{content:"\e86c"}.alert:before{font-family:Material Symbols Outlined,serif;font-size:25px;color:#25823f;margin-right:10px;font-variation-settings:"FILL" 1}@font-face{font-family:Material Symbols Outlined;font-style:normal;font-weight:100 700;src:url(assets/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format("woff2")}@font-face{font-family:Lexend;font-style:normal;font-weight:400;font-display:swap;src:url(assets/wlpwgwvFAVdoq2_v9KQU4Wc.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:Lexend;font-style:normal;font-weight:400;font-display:swap;src:url(assets/wlpwgwvFAVdoq2_v9aQU4Wc.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:Lexend;font-style:normal;font-weight:400;font-display:swap;src:url(assets/wlpwgwvFAVdoq2_v-6QU.woff2) format("woff2");unicode-range:u+00??,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:Lexend;font-style:normal;font-weight:700;font-display:swap;src:url(assets/wlpwgwvFAVdoq2_v9KQU4Wc.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:Lexend;font-style:normal;font-weight:700;font-display:swap;src:url(assets/wlpwgwvFAVdoq2_v9aQU4Wc.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:Lexend;font-style:normal;font-weight:700;font-display:swap;src:url(assets/wlpwgwvFAVdoq2_v-6QU.woff2) format("woff2");unicode-range:u+00??,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}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.app-container-page #content{padding-top:40px}@media (max-width:1199px){.container{max-width:100%}.container,.container .container{padding:0 20px}}@media (max-width:1100px){#catalog-list .header,#company-detail .header,#company-list .header,#offer .header{height:auto!important;padding:20px 0 30px}#catalog-list .header .image,#company-detail .header .image,#company-list .header .image,#offer .header .image{padding-right:10px}#catalog-list .header h1,#company-detail .header h1,#company-list .header h1,#offer .header h1{font-size:30px}#catalog-list .header .mobile-breadcrumb,#company-detail .header .mobile-breadcrumb,#company-list .header .mobile-breadcrumb,#offer .header .mobile-breadcrumb{display:block}#catalog-list .header .desktop-breadcrumb,#company-detail .header .desktop-breadcrumb,#company-list .header .desktop-breadcrumb,#offer .header .desktop-breadcrumb{display:none}}@media (max-width:900px){.app-container-page .ea-photogallery-rte a{width:33.3%}}@media (max-width:560px){.app-container-catalog .ea-photogallery-rte a,.app-container-company .ea-photogallery-rte a,.app-container-page .ea-photogallery-rte a{width:50%}}#header{position:relative}#header #header-inner{z-index:60000;position:relative;display:flex;align-items:center;padding:0 40px;background-color:#fff}#header #header-inner .logo img{height:48px!important;width:auto!important}#header #header-inner>.items{margin-left:auto;display:flex;align-items:center}#header #header-inner>.items .menu{display:flex;align-items:center;position:relative;left:38px}#header #header-inner>.items .menu ul{display:flex;align-items:center;margin:0;padding:0}#header #header-inner>.items .menu ul li{margin:0;padding:0}#header #header-inner>.items .menu ul li:before{content:""}#header #header-inner>.items .menu ul li a{font-weight:400;line-height:normal;font-size:18px;display:flex;padding:0 14px;color:#000;height:100px;align-items:center}#header #header-inner>.items .menu ul li a .value{margin-right:5px;line-height:normal}#header #header-inner>.items .menu ul li a .icon{color:#25823f;position:relative;top:1px;line-height:normal}#header #header-inner>.items .menu ul li a.active{background-color:#f9f7f5}#header #header-inner>.items .menu ul li a:hover{color:#25823f}#header #header-inner>.items .menu ul li.product a:after{content:"\e7cd";font-family:Material Symbols Outlined,serif;font-size:23px;margin-left:5px;color:#25823f}#header #header-inner>.items .search{margin-left:30px}#header #header-inner>.items .search form{display:flex;align-items:center}#header #header-inner>.items .search form .text-wrapper{position:relative;left:38px;z-index:10}#header #header-inner>.items .search form .text-wrapper input{height:44px;border-radius:40px;width:290px;padding-right:50px;padding-left:17px}#header #header-inner>.items .search form .submit-wrapper,#header #header-inner>.items .search form .submit-wrapper-mobile{z-index:20}#header #header-inner>.items .search form .submit-wrapper-mobile .btn,#header #header-inner>.items .search form .submit-wrapper .btn{padding:0;height:44px;width:44px;line-height:12px;border-radius:40px}#header #header-inner>.items .search form .submit-wrapper-mobile .btn.btn-success.focus,#header #header-inner>.items .search form .submit-wrapper-mobile .btn.btn-success:active,#header #header-inner>.items .search form .submit-wrapper-mobile .btn.btn-success:focus,#header #header-inner>.items .search form .submit-wrapper-mobile .btn.btn-success:hover,#header #header-inner>.items .search form .submit-wrapper-mobile .btn.btn-success:not(:disabled):not(.disabled):active,#header #header-inner>.items .search form .submit-wrapper-mobile .btn.btn-success:not(:disabled):not(.disabled):active:focus,#header #header-inner>.items .search form .submit-wrapper .btn.btn-success.focus,#header #header-inner>.items .search form .submit-wrapper .btn.btn-success:active,#header #header-inner>.items .search form .submit-wrapper .btn.btn-success:focus,#header #header-inner>.items .search form .submit-wrapper .btn.btn-success:hover,#header #header-inner>.items .search form .submit-wrapper .btn.btn-success:not(:disabled):not(.disabled):active,#header #header-inner>.items .search form .submit-wrapper .btn.btn-success:not(:disabled):not(.disabled):active:focus{border:none}#header #header-inner>.items .search form .submit-wrapper-mobile{display:none}#header #header-inner>.items .lang{text-transform:uppercase;cursor:pointer;font-family:Lexend,sans-serif;height:44px;margin-left:16px;border:1px solid #bdbdbd;display:flex;align-items:center;border-radius:40px;padding:0 10px;font-weight:500;font-size:14px}#header #header-inner>.items .lang .active{display:flex}#header #header-inner>.items .lang .active .language{opacity:.5}#header #header-inner>.items .lang .active .lang-active{margin:0 10px;line-height:23px}#header #header-inner>.items .lang .active .expand{font-size:20px;color:#1c1b1f;position:relative;top:2px}#header #header-inner>.items .lang .box-lang{background-color:#fff;z-index:10000;display:none;border:1px solid #bdbdbd;padding:8px 8px 4px 5px;position:absolute;right:60px;top:71px}#header #header-inner>.items .lang .box-lang>a{color:#423325;text-align:center;padding:2px 10px;display:flex;margin-bottom:4px;text-decoration:none}#header #header-inner>.items .lang .box-lang>a:hover{color:#25823f}#header #header-inner>.items .lang:hover .box-lang{display:block}#header .categories{position:absolute;left:0;right:0;opacity:0;top:100px;background-color:#fff;z-index:50000;box-shadow:0 8px 8px 0 rgba(0,0,0,.25);transition:top .4s}#header .categories .top{padding:13px 0;background-color:#f9f7f5}#header .categories .top .top-inner{display:flex;align-items:center}#header .categories .top .top-inner .title{font-style:normal;font-weight:700;line-height:normal}#header .categories .top .top-inner .close-menu{margin-left:auto;cursor:pointer}#header .categories .levels{display:flex;margin:0 -30px;background-color:#fff;padding:24px 0 30px}#header .categories .levels .level{width:33.3%;border-right:2px solid #e5e0d2;padding:0 30px}#header .categories .levels .level a{display:flex;align-items:center;color:#423325;margin-bottom:5px;padding:8px}#header .categories .levels .level a .image{width:60px}#header .categories .levels .level a .text{display:flex;align-items:center;width:calc(100% - 60px)}#header .categories .levels .level a .text .title{padding:0 20px 0 12px}#header .categories .levels .level a .text .icon{margin-left:auto;color:#25823f}#header .categories .levels .level a:hover{background-color:#e5e0d2}#header .categories .levels .level.level3{border:none}#header .categories .levels .level.empty{display:flex;flex-direction:column;align-items:center;justify-content:center}#header .categories.active{top:100px!important;opacity:1}#header .categories.loaded{opacity:1}#header .hamburger{position:relative;padding:10px;display:none;z-index:1000;margin-left:auto;margin-top:8px;margin-right:-10px}#header .hamburger .hamburger-box{width:30px}#header .hamburger .hamburger-box .hamburger-inner,#header .hamburger .hamburger-box .hamburger-inner:after,#header .hamburger .hamburger-box .hamburger-inner:before{background-color:#25823f;width:30px;height:3px}#header .hamburger:active,#header .hamburger:focus,#header .hamburger:hover{opacity:1}@media (max-width:1200px){#header #header-inner{padding:0 20px}}@media (max-width:991px){#header .hamburger{display:inline-block}#header #header-inner{height:100px}#header #header-inner>.items .lang,#header #header-inner>.items .menu{display:none}#header #header-inner>.items .search{margin-right:20px}#header .categories{display:none}}@media (max-width:700px){#header #header-inner>.items .search form .submit-wrapper,#header #header-inner>.items .search form .text-wrapper{display:none}#header #header-inner>.items .search form .submit-wrapper-mobile{display:block}#header #header-inner>.items .search form .text-wrapper{position:absolute;left:20px;bottom:-30px;right:20px}#header #header-inner>.items .search form .text-wrapper input{width:100%}}#footer{border-top:1px solid #e5e0d2;padding:45px 0 40px;margin-top:80px}#footer .info,#footer .logo{padding:0 40px}#footer .info img.azet,#footer .logo img.azet{height:30px!important;opacity:.6}#footer .info img.ministry,#footer .info img.mze,#footer .logo img.ministry,#footer .logo img.mze{height:60px!important;margin-left:60px;opacity:.6}#footer .logo{display:flex;align-items:center}#footer .info{text-align:right;color:#423325;font-weight:700}#footer .info a{color:#423325;text-decoration:underline;font-weight:400}@media (max-width:768px){#footer .info,#footer .logo{text-align:center}#footer .logo{margin-bottom:30px;justify-content:center}}@media (max-width:650px){#footer .logo{flex-wrap:wrap}#footer .logo img.ministry{margin-left:0}#footer .logo>div{width:100%;margin-bottom:30px}#footer .logo>div:last-of-type{margin-bottom:0}}#catalog-list .category-items{display:flex;flex-wrap:wrap;margin:0 -15px}#catalog-list .category-items .item{padding:0 15px;width:25%;margin-bottom:20px}#catalog-list .category-items .item a{border:1px solid #e5e0d2;color:#423325;height:100%;display:flex;flex-direction:column}#catalog-list .category-items .item a span{display:block}#catalog-list .category-items .item a span.image{text-align:center;padding:0}#catalog-list .category-items .item a span.title{background-color:#f9f4e7;padding:15px;font-size:18px;height:100%;font-style:normal;font-weight:700;line-height:normal}#catalog-list .category-items .item a:hover{box-shadow:0 0 6px 0 rgba(0,0,0,.1)}#catalog-list .offer-items h2{font-size:32px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 35px}#catalog-list .offer-items .item{display:flex;flex-direction:row-reverse;border:1px solid #e5e0d2;margin-bottom:20px}#catalog-list .offer-items .item .image{border-right:1px solid #e5e0d2;display:flex;align-items:center;justify-content:center;padding:24px;width:220px}#catalog-list .offer-items .item .text{padding:22px 30px 40px 25px;width:calc(100% - 220px)}#catalog-list .offer-items .item .text .title{font-size:24px;font-weight:700;line-height:normal;margin-bottom:20px}#catalog-list .offer-items .item .text .btns{display:flex;flex-wrap:wrap}#catalog-list .offer-items .item .text .btns .btn{display:flex;align-items:center;margin-right:16px}#catalog-list .offer-items .item .text .btns .btn span:first-of-type{margin-right:10px;margin-bottom:0}#catalog-list .offer-items .item .text .btns .btn:first-of-type{margin-bottom:10px}@media (max-width:900px){#catalog-list .items .item{width:33.3%}}@media (max-width:680px){#catalog-list .category-items .item{width:50%}#catalog-list .offer-items .item{flex-wrap:wrap}#catalog-list .offer-items .item .image{width:100%;border-right:none;padding-bottom:20px}#catalog-list .offer-items .item .text{padding-bottom:0;width:100%}#catalog-list .offer-items .item .text .btns>div{width:100%}#catalog-list .offer-items .item .text .btns .btn{margin-right:0}#catalog-list .offer-items .item .text .btns .btn span:first-of-type{margin-right:auto}}@media (max-width:500px){#catalog-list .category-items .item{width:100%}}#offer .body{display:flex;flex-direction:row-reverse;margin:0 -20px}#offer .body .main{width:65%;padding:0 30px}#offer .body .main h1{font-size:32px;margin:0 0 30px}#offer .body .main h1,#offer .body .main h2{font-style:normal;font-weight:700;line-height:normal}#offer .body .main h2{font-size:24px;margin:0 0 20px}#offer .body .bar{width:35%;padding:0 30px}#offer .body .bar .btns{display:flex;flex-wrap:wrap;margin-bottom:20px;align-items:flex-start;flex-direction:column}#offer .body .bar .btns .btn{display:flex;align-items:center;margin-bottom:20px}#offer .body .bar .btns .btn span:first-of-type{margin-right:8px}#offer .body .bar .block{margin-bottom:32px}#offer .body .bar .block div{font-size:18px;font-style:normal;font-weight:700;line-height:normal}#offer .body .bar .block h3{font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 8px}#offer .body .bar .block a{text-decoration:underline}#offer .body .bar .inquiry{background-color:#f9f7f5;padding:32px 32px 25px}#offer .body .bar .inquiry .title{font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:20px}#offer .body .bar .inquiry .form-control{border-color:#e5e0d2}#offer .body .bar .inquiry .btn{font-size:18px;display:flex;align-items:center}#offer .body .bar .inquiry .btn span:first-of-type{margin-right:8px}#offer .body .bar .inquiry #frm-inquiry-form-text{height:200px}@media (max-width:900px){#offer .body{display:flex;flex-wrap:wrap}#offer .body .bar,#offer .body .main{width:100%}}#company-list .body{display:flex;flex-wrap:wrap;margin:0 -20px}#company-list .body .filters{width:35%;padding:0 30px}#company-list .body .filters .filter{margin-bottom:32px}#company-list .body .filters .filter h2{font-size:18px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 15px}#company-list .body .filters .filter .form-group{position:relative;display:flex;margin-bottom:2px}#company-list .body .filters .filter .form-group input[type=checkbox]{position:absolute;left:0;z-index:-1;opacity:0}#company-list .body .filters .filter .form-group label{padding-left:26px}#company-list .body .filters .filter .form-group label:before{width:16px;height:16px;background-color:#fff;display:inline-block;position:absolute;left:0;top:3px;border:1px solid #d9d9d9;content:""}#company-list .body .filters .filter .form-group.nice-input-active label:before{background-color:#25823f;border:1px solid #25823f}#company-list .body .filters .filter .form-group.nice-input-active label:after{content:"\f00c";font-family:Font Awesome\ 5 Free,serif;font-size:10px;color:#fff;display:block;font-weight:700;position:absolute;left:4px;top:4px}#company-list .body .filters .filter.filter-region{display:none}#company-list .body .items{width:65%;padding:0 30px}#company-list .body .items .item{border:1px solid #e5e0d2;display:flex;margin-bottom:16px}#company-list .body .items .item .logo{width:220px;display:flex;align-items:center;justify-content:center;border-right:1px solid #e5e0d2}#company-list .body .items .item .text{width:calc(100% - 220px);padding:25px}#company-list .body .items .item .text h2{font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 18px}#company-list .body .items .item .text .category,#company-list .body .items .item .text .product{margin-bottom:14px}#company-list .body .items .item .text .category .label,#company-list .body .items .item .text .product .label{margin-right:4px;font-weight:700}#company-list .body .items .item .text .category .sep,#company-list .body .items .item .text .product .sep{margin:0 2px 0 7px}#company-list .body .items .item .text .btn-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;flex-direction:column;margin-top:18px}#company-list .body .items .item .text .btn-wrap a.btn{display:flex;align-items:center;justify-content:left}#company-list .body .items .item .text .btn-wrap a.btn span:first-of-type{margin-right:10px}.multiselect ul{margin:0}.multiselect.focus{-webkit-transition:border-color .2s ease-in-out;-moz-transition:border-color .2s ease-in-out;-ms-transition:border-color .2s ease-in-out;-o-transition:border-color .2s ease-in-out;transition:border-color .2s ease-in-out}.multiselect.focus .tokens-container{box-shadow:none!important;border:1px solid #006aeb!important}.multiselect.ss-main{min-height:40px;width:100%}.multiselect.ss-main .ss-values .ss-value{font-size:14px;padding:3px 5px;margin:1px;background-color:#eff2f7;color:#000;border:1px solid #cdd5e3}.multiselect.ss-main .ss-values .ss-value.moved-item{background-color:#25823f;color:#fff;border:1px solid #25823f}.multiselect.ss-main .ss-values .ss-value.moved-item a{color:#fff!important}.multiselect.ss-main .ss-values .ss-value .ss-value-text{color:#000;font-size:14px}.multiselect.ss-main .ss-values .ss-value .ss-value-delete{border-left:1px solid #000}.multiselect.ss-main .ss-values .ss-value .ss-value-delete svg{height:10px;width:10px}.multiselect.ss-main .ss-values .ss-value .ss-value-delete svg path{stroke:#000}.multiselect.ss-main .ss-values .ss-max{padding:3px 11px;font-size:14px}.multiselect.ss-main .ss-deselect{display:none}.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{background-color:#25823f}@media (max-width:900px){#company-list .body .filters,#company-list .body .items{width:100%}#company-list .body .items .item{flex-wrap:wrap;flex-direction:column-reverse}#company-list .body .items .item .logo{width:100%;padding:10px 0 25px;border-right:none}#company-list .body .items .item .text{width:100%}}#company-detail .body{display:flex;flex-direction:row-reverse;margin:0 -20px}#company-detail .body .main{width:65%;padding:0 30px}#company-detail .body .main h1,#company-detail .body .main h2{font-size:32px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 28px}#company-detail .body .main .description{overflow:hidden;position:relative;-moz-transition:height .2s;-ms-transition:height .2s;-o-transition:height .2s;-webkit-transition:height .2s;transition:height .2s}#company-detail .body .main .description table{margin-bottom:0}#company-detail .body .main .description-wrap.smaller-content{margin-bottom:30px}#company-detail .body .main .product-offer{margin-top:10px}#company-detail .body .main .product-offer h2{font-size:32px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:32px}#company-detail .body .main .product-offer h3{font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin-top:32px}#company-detail .body .main .product-offer .item{display:flex;flex-direction:row-reverse;border:1px solid #e5e0d2;margin-bottom:16px}#company-detail .body .main .product-offer .item .image{border-right:1px solid #e5e0d2;display:flex;align-items:center;justify-content:center;width:220px}#company-detail .body .main .product-offer .item .text{padding:22px 30px 40px 25px;width:calc(100% - 220px)}#company-detail .body .main .product-offer .item .text .title{font-size:24px;font-weight:700;line-height:normal;margin-bottom:20px}#company-detail .body .main .product-offer .item .text .btns{display:flex;flex-wrap:wrap}#company-detail .body .main .product-offer .item .text .btns .btn{display:flex;align-items:center;margin-right:16px}#company-detail .body .main .product-offer .item .text .btns .btn span:first-of-type{margin-right:10px;margin-bottom:0}#company-detail .body .main .product-offer .item .text .btns .btn:first-of-type{margin-bottom:10px}#company-detail .body .bar{width:35%;padding:0 30px}#company-detail .body .bar .btns{display:flex;flex-wrap:wrap;margin-bottom:20px;align-items:flex-start;flex-direction:column}#company-detail .body .bar .btns .btn{display:flex;align-items:center;margin-bottom:20px}#company-detail .body .bar .btns .btn span:first-of-type{margin-right:8px}#company-detail .body .bar .block{margin-bottom:32px}#company-detail .body .bar .block div{font-size:18px;font-style:normal;font-weight:700;line-height:normal}#company-detail .body .bar .block h3{font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 8px}#company-detail .body .bar .block a{text-decoration:underline}#company-detail .body .bar .inquiry{background-color:#f9f7f5;padding:32px 32px 25px}#company-detail .body .bar .inquiry .title{font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:20px}#company-detail .body .bar .inquiry .form-control{border-color:#e5e0d2}#company-detail .body .bar .inquiry .btn{font-size:18px;display:flex;align-items:center}#company-detail .body .bar .inquiry .btn span:first-of-type{margin-right:8px}#company-detail .body .bar .inquiry #frm-inquiry-form-text{height:200px}@media (max-width:900px){#company-detail .body{display:flex;flex-wrap:wrap}#company-detail .body .main{width:100%;margin-bottom:20px}#company-detail .body .main .product-offer{margin-bottom:30px}#company-detail .body .main .product-offer h2{font-size:26px}#company-detail .body .main .product-offer h3{font-size:22px}#company-detail .body .main .product-offer .item{flex-wrap:wrap}#company-detail .body .main .product-offer .item .text{width:100%;padding-bottom:0}#company-detail .body .main .product-offer .item .text .title{font-size:22px}#company-detail .body .main .product-offer .item .image{border-right:none;width:100%;padding-bottom:30px}#company-detail .body .bar{width:100%}}.indexsearch .header{min-height:245px;background-color:rgba(140,98,57,.1);padding:0;margin-bottom:48px;display:flex;align-items:center}.indexsearch .header h1{font-size:48px;font-style:normal;font-weight:700;line-height:normal;margin:16px 0 0}.indexsearch .header h2{margin-top:15px}.indexsearch .header h2,.indexsearch .search-result h2{font-size:32px;font-style:normal;font-weight:700;line-height:normal}.indexsearch .search-result .categories{margin-bottom:30px}.indexsearch .search-result .categories .items{display:flex;flex-wrap:wrap;margin:0 -15px}.indexsearch .search-result .categories .items .item{padding:0 15px;width:25%;margin-bottom:20px}.indexsearch .search-result .categories .items .item a{border:1px solid #e5e0d2;color:#423325;height:100%;display:flex;flex-direction:column}.indexsearch .search-result .categories .items .item a span{display:block}.indexsearch .search-result .categories .items .item a span.image{text-align:center;padding:30px 0}.indexsearch .search-result .categories .items .item a span.title{background-color:#f9f4e7;padding:15px;font-size:18px;height:100%;font-style:normal;font-weight:700;line-height:normal}.indexsearch .search-result .categories .items .item a:hover{box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.indexsearch .search-result .companies,.indexsearch .search-result .products{margin-bottom:40px}.indexsearch .search-result .companies a,.indexsearch .search-result .products a{display:flex;flex-direction:row-reverse;border:1px solid #e5e0d2;margin-bottom:20px;color:#423325}.indexsearch .search-result .companies a .image,.indexsearch .search-result .products a .image{border-right:1px solid #e5e0d2;display:flex;align-items:center;justify-content:center;padding:24px;width:220px;position:relative}.indexsearch .search-result .companies a .image .logo,.indexsearch .search-result .products a .image .logo{position:absolute;right:0;top:0;border-left:1px solid #e5e0d2;border-bottom:1px solid #e5e0d2;padding:5px;background-color:#fff}.indexsearch .search-result .companies a .text,.indexsearch .search-result .products a .text{padding:22px 30px 40px 25px;width:calc(100% - 220px)}.indexsearch .search-result .companies a .text .title,.indexsearch .search-result .products a .text .title{font-size:24px;font-weight:700;line-height:normal;margin-bottom:20px}.indexsearch .search-result .companies a:hover,.indexsearch .search-result .products a:hover{box-shadow:0 0 6px 0 rgba(0,0,0,.1)}@media (max-width:900px){.indexsearch .header h1{font-size:30px;font-style:normal;font-weight:700;line-height:normal}.indexsearch .header h2{font-size:26px}.indexsearch .search-result .categories .items .item{width:50%}}@media (max-width:600px){.indexsearch .search-result .categories .items .item{width:100%}.indexsearch .search-result .companies,.indexsearch .search-result .products{margin-bottom:40px}.indexsearch .search-result .companies a,.indexsearch .search-result .products a{flex-direction:row-reverse;flex-wrap:wrap;border:1px solid #e5e0d2}.indexsearch .search-result .companies a .image,.indexsearch .search-result .products a .image{width:100%;border-right:none}.indexsearch .search-result .companies a .image .logo,.indexsearch .search-result .products a .image .logo{position:absolute;right:0;top:24px;border-left:1px solid #e5e0d2;border-top:1px solid #e5e0d2}.indexsearch .search-result .companies a .text,.indexsearch .search-result .products a .text{padding-bottom:0;width:100%}}.app-container-homepage #footer{margin-top:0}.home-image div.mobile{display:none}.home-image svg{position:relative;z-index:200;width:auto;height:100%}.home-image svg path,.home-image svg polygon{z-index:300;position:relative;fill:#25823f;opacity:0;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.home-image svg path:hover,.home-image svg polygon:hover{cursor:pointer;opacity:.3}@media (max-width:550px){.home-image div.desktop{display:none}.home-image div.mobile{display:block}}