:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--bottom:20px;--sep:20px;--s:60px;display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--noanim{animation:none}.joinchat__button{position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);min-width:var(--s);background:#25d366;color:inherit;border-radius:calc(var(--s)/2);box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}.joinchat__button:hover{background:#128c7e}.joinchat__button:active{background:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px}.joinchat__button__open{width:var(--s);height:var(--s);border-radius:50%;background:rgb(0 0 0/0) var(--joinchat-ico) 50% no-repeat;background-size:60%;overflow:hidden}.joinchat__button__image{position:absolute;top:1px;right:1px;width:calc(var(--s) - 2px);height:calc(var(--s) - 2px);border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img,.joinchat__button__image video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--image .joinchat__button__image{opacity:1;animation:none}.joinchat__tooltip{position:absolute;top:calc(var(--s)/2 - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;bottom:calc(var(--s) + 16px);right:0;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--s)/2 - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:0;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--s)/2 - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0;image-rendering:pixelated}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--bottom:6px;--sep:6px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover .joinchat__qr{display:flex}}@media (prefers-reduced-motion){.joinchat{animation:none}}html,body,div,span,object,iframe,img,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,button,details,figcaption,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}html,body{width:100%;height:100%}*{-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:0}a:active,a:hover,input:focus,textarea:focus,select:focus{outline:0}h1,h2,h3,h4,h5,h6{font-weight:normal}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}ins{text-decoration:underline}del{text-decoration:line-through}i,em{font-style:italic}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0;-ms-interpolation-mode:bicubic;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px
solid #c0c0c0;margin:0
2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}caption,td,th,li{vertical-align:top}dl,ul,ol{list-style:none;margin:0}.i-cf{zoom:1}.i-cf:before,.i-cf:after{content:' ';display:table}.i-cf:after{clear:both}.l-body{position:relative}.l-header{position:relative}.l-header-h{}.l-subheader{width:100%;margin:0
auto}.l-subheader-h{width:100%;margin:0
auto}.l-subheader.type_fixed{left:0;top:auto;position:fixed;max-width:100% !important;z-index:30}.l-subheader.at_top{}.l-subheader.at_top .l-subheader-h{}.l-subheader.at_middle{}.l-subheader.at_middle .l-subheader-h{}.l-subheader.at_botom{}.l-subheader.at_botom .l-subheader-h{}.l-main{position:relative}.l-main-h{}.l-submain{width:100%;margin:0
auto}.l-submain-h{width:100%;margin:0
auto}.l-submain.at_top{}.l-submain.at_top .l-submain-h{}.l-submain.at_middle{}.l-submain.at_middle .l-submain-h{}.l-submain.at_bottom{}.l-submain.at_bottom .l-submain-h{}.l-content{width:100%}.l-content-h{min-height:1px;position:relative}.l-sidebar{}.l-sidebar-h{}.l-sidebar.at_left{}.l-sidebar.at_left .l-sidebar-h{}.l-sidebar.at_right{}.l-sidebar.at_right .l-sidebar-h{}.l-footer{position:relative}.l-footer-h{}.l-footer.type_sticky{left:0;bottom:0;position:absolute;width:100%}.l-subfooter{width:100%;margin:0
auto}.l-subfooter-h{width:100%;margin:0
auto}.l-subfooter.type_fixed{left:0;bottom:0;position:fixed;max-width:100% !important}.l-subfooter.at_top{}.l-subfooter.at_top .l-subfooter-h{}.l-subfooter.at_middle{}.l-subfooter.at_middle .l-subfooter-h{}.l-subfooter.at_bottom{}.l-subfooter.at_bottom .l-subfooter-h{}.l-canvas{}.l-canvas-h{}.l-canvas.type_wide{}.l-canvas.type_wide .l-subheader-h,
.l-canvas.type_wide .l-submain-h,
.l-canvas.type_wide + .l-footer .l-subfooter-h{max-width:940px}.l-canvas.type_boxed{}.l-canvas.type_boxed .l-subheader,
.l-canvas.type_boxed .l-submain,
.l-canvas.type_boxed + .l-footer .l-subfooter{max-width:1040px}.l-canvas.type_boxed .l-subheader-h,
.l-canvas.type_boxed .l-submain-h,
.l-canvas.type_boxed + .l-footer .l-subfooter-h{max-width:940px}.l-canvas.col_cont .l-content-h{}.l-canvas.col_cont .l-sidebar.at_left,
.l-canvas.col_cont .l-sidebar.at_right{display:none}.l-canvas.col_contside .l-content{float:left;width:69.1489%}.l-canvas.col_contside .l-sidebar.at_right{float:right;width:25.5319%}.l-canvas.col_contside .l-sidebar.at_left{display:none}.l-canvas.col_sidecont .l-content{float:right;width:69.1489%}.l-canvas.col_sidecont .l-sidebar.at_left{float:left;width:25.5319%}.l-canvas.col_sidecont .l-sidebar.at_right{display:none}.g-alert{position:relative;margin:0
0 20px;padding:0
30px;zoom:1}.w-alert:after,.w-alert:before{display:table;content:' '}.w-alert:after{clear:both}.g-alert-body{padding:20px
0}.g-alert-close{float:right;position:relative;top:10px;right:-35px;cursor:pointer;text-decoration:none;display:none}.g-alert-close:hover{cursor:pointer;text-decoration:none}.g-alert.type_error{color:#a24141;background-color:#ffd9d9}.g-alert.type_success{color:#5e8339;background-color:#dfffb2}.g-alert.type_info{color:#3a648e;background-color:#cef}.g-alert.type_attention{color:#846534;background-color:#fff2b2}.g-alert.with_close{padding-right:50px}.g-alert.with_close .g-alert-close{display:block}.g-breadcrumbs{font-size:85%;position:relative}.g-breadcrumbs-item{margin-right:5px}.g-breadcrumbs-separator{margin-right:5px}.g-cols{zoom:1}.g-cols:before,.g-cols:after{display:table;line-height:0;content:""}.g-cols:after{clear:both}.g-cols>div{float:left;width:100%}.g-cols>div:last-child{margin-bottom:0 !important}.g-cols>div{margin-left:4.0000%}.g-cols>div:first-child,.g-cols>div.full-width{margin-left:0}.g-cols>.one-half,.g-cols>.two-quarters,.g-cols>.two-fourths,.g-cols>.three-sixths{width:48.0000%}.g-cols>.one-third,.g-cols>.two-sixths{width:30.6666%}.g-cols>.two-thirds,.g-cols>.four-sixths{width:65.3333%}.g-cols>.one-quarter,.g-cols>.one-fourth{width:22.0000%}.g-cols>.three-quarters,.g-cols>.three-fourths{width:74.0000%}.g-cols>.one-fifth{width:16.8000%}.g-cols>.two-fifths{width:37.6000%}.g-cols>.three-fifths{width:58.4000%}.g-cols>.four-fifths{width:79.2000%}.g-cols>.one-sixth{width:13.3333%}.g-cols>.five-sixths{width:82.6666%}.g-cols.offset_wide>div{margin-left:6%}.g-cols.offset_wide>div:first-child{margin-left:0}.g-cols.offset_wide>.one-half,.g-cols.offset_wide>.two-quarters,.g-cols.offset_wide>.two-fourths,.g-cols.offset_wide>.three-sixths{width:47%}.g-cols.offset_wide>.one-third,.g-cols.offset_wide>.two-sixths{width:29.3333%}.g-cols.offset_wide>.two-thirds,.g-cols.offset_wide>.four-sixths{width:64.6666%}.g-cols.offset_wide>.one-quarter,.g-cols.offset_wide>.one-fourth{width:20.5000%}.g-cols.offset_wide>.three-quarters,.g-cols.offset_wide>.three-fourths{width:73.5000%}.g-cols.offset_wide>.one-fifth{width:15.2000%}.g-cols.offset_narrow>div{margin-left:2.1276%}.g-cols.offset_narrow>div:first-child{margin-left:0}.g-cols.offset_narrow>.one-half,.g-cols.offset_narrow>.two-quarters,.g-cols.offset_narrow>.two-fourths,.g-cols.offset_narrow>.three-sixths{width:48.9361%}.g-cols.offset_narrow>.one-third,.g-cols.offset_narrow>.two-sixths{width:31.9148%}.g-cols.offset_narrow>.two-thirds,.g-cols.offset_narrow>.four-sixths{width:65.9574%}.g-cols.offset_narrow>.one-quarter,.g-cols.offset_narrow>.one-fourth{width:23.4042%}.g-cols.offset_narrow>.three-quarters,.g-cols.offset_narrow>.three-fourths{width:74.4680%}.g-cols.offset_narrow>.one-fifth{width:18.2978%}@media (max-width : 767px){.g-cols>div{margin-left:0 !important;margin-bottom:30px;width:100% !important}}.g-form-row{padding:5px
0;zoom:1}.g-form-row:before,.g-form-row:after{display:table;content:" "}.g-form-row:after{clear:both}.g-form-row-label{margin:0
0 5px}.g-form-row-state{display:none}.g-form-row.check_correct .g-form-row-state{display:block;color:green}.g-form-row.check_wrong .g-form-row-state{display:block;color:red}.g-form-row-hint{font-size:12px}.g-form-group.layout_line .g-form-row-label{float:left;padding:5px
15px 5px 0;text-align:right;width:150px;margin:0}.g-form-group.layout_line .g-form-row-field{float:left;width:400px}.g-form-group.layout_line .g-form-row-state{clear:both;margin:0
0 0 165px}.g-form-group.layout_line .g-form-row-hint{display:block;clear:both;margin:0
0 0 165px}.g-input{position:relative}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="tel"],input[type="number"],input[type="date"],textarea,select{border:none;padding:5px;width:100%;position:relative}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="tel"],input[type="number"],input[type="date"],select{height:30px;vertical-align:top}select[multiple="multiple"]{height:auto}textarea{line-height:20px;height:120px;resize:vertical}.g-form-row.check_correct input[type="text"],
.g-form-row.check_correct input[type="password"],
.g-form-row.check_correct input[type="email"],
.g-form-row.check_correct input[type="url"],
.g-form-row.check_correct input[type="tel"],
.g-form-row.check_correct input[type="number"],
.g-form-row.check_correct input[type="date"],
.g-form-row.check_correct textarea,
.g-form-row.check_correct
select{}.g-form-row.check_wrong input[type="text"],
.g-form-row.check_wrong input[type="password"],
.g-form-row.check_wrong input[type="email"],
.g-form-row.check_correct input[type="url"],
.g-form-row.check_correct input[type="tel"],
.g-form-row.check_correct input[type="number"],
.g-form-row.check_correct input[type="date"],
.g-form-row.check_wrong textarea,
.g-form-row.check_wrong
select{}.g-form-row.check_disabled input[type="text"],
.g-form-row.check_disabled input[type="password"],
.g-form-row.check_disabled input[type="email"],
.g-form-row.check_correct input[type="url"],
.g-form-row.check_correct input[type="tel"],
.g-form-row.check_correct input[type="number"],
.g-form-row.check_correct input[type="date"],
.g-form-row.check_disabled textarea,
.g-form-row.check_disabled
select{resize:none}.g-radio,.g-checkbox{display:block;margin-bottom:6px;padding-left:20px}.g-radio:first-child,.g-checkbox:first-child{padding-top:5px}.g-radio>label>input[type="radio"],.g-checkbox>label>input[type="checkbox"]{position:absolute;margin:5px
0 0 -20px}.g-form-row.check_wrong .g-radio,
.g-form-row.check_wrong .g-checkbox{}.g-form-row.check_correct .g-radio,
.g-form-row.check_correct .g-checkbox{}.g-btn{display:inline-block;vertical-align:middle;font-size:15px;line-height:20px;text-align:center;text-decoration:none;white-space:nowrap;padding:6px
20px;cursor:pointer;position:relative}.g-btn:hover{}.g-btn:active{top:1px}.g-btn.disabled,.g-btn.disabled:hover,.g-btn.disabled:active{top:0}.g-btn.disabled{opacity:0.5;cursor:default}html{-webkit-font-smoothing:antialiased}body,p,td{font-family:"Trebuchet MS",Tahoma,Arial,sans-serif;font-size:14px;line-height:21px}h1{font:30px/38px 'Trebuchet MS', Tahoma, sans-serif;margin-bottom:15px}h2{font:26px/34px 'Trebuchet MS', Tahoma, sans-serif;margin-bottom:15px}h3{font:22px/30px 'Trebuchet MS', Tahoma, sans-serif;margin-bottom:15px}h4{font:17px/25px 'Trebuchet MS', Tahoma, sans-serif;margin-bottom:15px}.g-html h2,
.g-html h3,
.g-html h4,
.g-html h5,
.g-html
h6{padding-top:10px}.g-html h2:first-child,
.g-html h3:first-child,
.g-html h4:first-child,
.g-html h5:first-child,
.g-html h6:first-child,
.g-html h1 + h2,
.g-html h2 + h3,
.g-html h3 + h4,
.g-html h4 + h5,
.g-html h5+h6{padding-top:0}.g-html
p{margin-bottom:21px}.g-html ul,
.g-html
ol{margin-left:40px;margin-bottom:21px}.g-html
ul{list-style-type:disc}.g-html
ol{list-style-type:decimal}.g-html ul li,
.g-html ol
li{margin-bottom:5px}.g-html
blockquote{margin-bottom:21px;position:relative}.g-html
table{margin-bottom:21px;border-collapse:collapse;position:relative}.g-html table > thead > tr,
.g-html table > tbody > tr,
.g-html table>tfoot>tr{position:relative}.g-html table > thead > tr > td,
.g-html table > thead > tr > th,
.g-html table > tbody > tr > th,
.g-html table > tbody > tr > td,
.g-html table>tfoot>tr>td{padding:10px;border-bottom:1px solid rgba(0,0,0,0.1);position:relative}.g-html table > thead > tr > td,
.g-html table > thead > tr > th,
.g-html table>tbody>tr>th{font-weight:normal;text-align:left}.g-pagination{margin-bottom:20px;position:relative;font-size:0}.g-pagination-item{display:inline-block;vertical-align:top;padding:5px
10px;font-size:14px;text-align:center}.g-pagination-item.disabled{cursor:default;background:none;text-decoration:none}.g-pagination-item.active{cursor:default;text-decoration:none}.g-pagination.align_center{text-align:center}.g-pagination.align_right{text-align:right}.w-actionbox{}.w-actionbox-h{text-align:center;position:relative;width:100%;zoom:1}.w-actionbox-h:before,.w-actionbox-h:after{display:table;content:" "}.w-actionbox-h:after{clear:both}.w-actionbox-text h1,
.w-actionbox-text h2,
.w-actionbox-text h3,
.w-actionbox-text
h4{margin:0}.w-actionbox-text
p{margin:15px
0 0}.w-actionbox-controls{font-size:0;margin-top:20px}.w-actionbox-button{margin:0
10px}.w-actionbox.controls_aside .w-actionbox-h{display:table;text-align:left}.w-actionbox.controls_aside .w-actionbox-text{display:table-cell;vertical-align:middle}.w-actionbox.controls_aside .w-actionbox-controls{display:table-cell;vertical-align:middle;text-align:right;white-space:nowrap;padding-left:40px;margin:0}.w-actionbox.controls_aside .w-actionbox-button{margin:0
0 0 20px}.w-actionbox.controls_aside .w-actionbox-button:first-child{margin-left:0}@media only screen and (max-width: 767px){.w-actionbox.controls_aside .w-actionbox-h{display:block;text-align:center}.w-actionbox.controls_aside .w-actionbox-text{display:block}.w-actionbox.controls_aside .w-actionbox-controls{display:block;text-align:center;padding:20px
0 0}}@media only screen and (max-width: 479px){.w-actionbox-button{margin-bottom:10px}}.w-blog{}.w-blog-h{}.w-blog-list{}.w-blog-entry{margin-bottom:40px}.w-blog-entry-h{position:relative;overflow:hidden}.w-blog-entry-link{text-decoration:none}.w-blog-entry-preview{display:none;width:100%;overflow:hidden;line-height:0}.w-blog-entry-meta{font-size:0}.w-blog-entry-meta-date{display:inline-block;margin-right:25px;margin-bottom:10px;font-size:14px;vertical-align:top}.w-blog-entry-meta-author{display:none;margin-right:25px;margin-bottom:10px;font-size:14px;vertical-align:top}.w-blog-entry-meta-tags{display:none;margin-right:25px;margin-bottom:10px;font-size:14px;vertical-align:top}.w-blog-entry-meta-comments{display:none;margin-bottom:10px;font-size:14px;vertical-align:top}.w-blog.type_masonry .w-blog-list{margin-left:-15px;margin-right:-15px;position:relative}.w-blog.type_masonry .w-blog-entry{float:left;width:33.3%;padding-left:15px;padding-right:15px;margin-bottom:30px;overflow:hidden}.w-blog.type_masonry .w-blog-entry-short{display:none}.w-blog.imgpos_attop .w-blog-entry-preview{display:block}.w-blog.imgpos_attop .w-blog-entry-preview+.w-blog-entry-title{padding-top:20px}.w-blog.imgpos_atleft .w-blog-entry-preview{display:block;float:left;width:30%}.w-blog.imgpos_atleft .w-blog-entry-title{margin-left:35%;padding-top:0}.w-blog.imgpos_atleft .w-blog-entry-body{margin-left:35%}.w-blog.date_atleft .w-blog-entry-title,
.w-blog.date_atleft .w-blog-entry-body{margin-left:100px}.w-blog.date_atleft .w-blog-entry-meta-date{position:absolute;left:0;top:0}.w-blog.imgpos_atleft.date_atleft .w-blog-entry-meta-date{position:static}.w-blog.more_hidden .w-blog-entry-more{display:none}.w-blog.more_hidden .w-blog-entry-short{margin-bottom:-21px}.w-blog.meta_author .w-blog-entry-meta-author{display:inline-block}.w-blog.meta_tags .w-blog-entry-meta-tags{display:inline-block}.w-blog.meta_comments .w-blog-entry-meta-comments{display:inline-block}.w-blog.meta_authortags .w-blog-entry-meta-author,
.w-blog.meta_authortags .w-blog-entry-meta-tags{display:inline-block}.w-blog.meta_authorcomments .w-blog-entry-meta-author,
.w-blog.meta_authorcomments .w-blog-entry-meta-comments{display:inline-block}.w-blog.meta_tagscomments .w-blog-entry-meta-tags,
.w-blog.meta_tagscomments .w-blog-entry-meta-comments{display:inline-block}.w-blog.meta_all .w-blog-entry-meta-author,
.w-blog.meta_all .w-blog-entry-meta-tags,
.w-blog.meta_all .w-blog-entry-meta-comments{display:inline-block}@media (min-width: 480px) and (max-width: 1023px){.w-blog.type_masonry .w-blog-entry{width:49.9999%}}@media (max-width: 479px){.w-blog.type_masonry .w-blog-entry{width:100%}}@media (max-width: 599px){.w-blog.imgpos_atleft .w-blog-entry-title,
.w-blog.imgpos_atleft .w-blog-entry-body{margin-left:0}.w-blog.imgpos_atleft .w-blog-entry-preview{float:none;width:100%}.w-blog.imgpos_atleft .w-blog-entry-title{padding-top:15px}}.w-bloglist{}.w-bloglist-entry{position:relative;margin-bottom:15px}.w-bloglist-entry-link{margin-right:10px}.w-bloglist-entry-date{white-space:nowrap}.w-bloglist.date_atleft .w-bloglist-entry-date{position:absolute;top:0;left:0}.w-bloglist.date_atleft .w-bloglist-entry-link{margin-left:130px}.w-bloglist.date_atbottom .w-bloglist-entry-date{margin-top:5px;display:block}.w-blogpost{}.w-blogpost-h{position:relative}.w-blogpost-image{display:none;margin-bottom:30px}.w-blogpost-content{}.w-blogpost-title{}.w-blogpost-meta{font-size:0}.w-blogpost-meta-date{display:inline-block;margin-right:25px;margin-bottom:10px;font-size:14px;vertical-align:top}.w-blogpost-meta-author{display:none;margin-right:25px;margin-bottom:10px;font-size:14px;vertical-align:top}.w-blogpost-meta-comments{display:none;margin-bottom:10px;font-size:14px;vertical-align:top}.w-blogpost-text{}.w-blogpost .w-tags{display:none}.w-blogpost.with_image .w-blogpost-image{display:block}.w-blogpost.meta_author .w-blogpost-meta-author{display:inline-block}.w-blogpost.meta_tags .w-tags{display:block}.w-blogpost.meta_comments .w-blogpost-meta-comments{display:inline-block}.w-blogpost.meta_authortags .w-blogpost-meta-author{display:inline-block}.w-blogpost.meta_authortags .w-tags{display:block}.w-blogpost.meta_authorcomments .w-blogpost-meta-author,
.w-blogpost.meta_authorcomments .w-blogpost-meta-comments{display:inline-block}.w-blogpost.meta_tagscomments .w-blogpost-meta-comments{display:inline-block}.w-blogpost.meta_tagscomments .w-tags{display:block}.w-blogpost.meta_all .w-blogpost-meta-author,
.w-blogpost.meta_all .w-blogpost-meta-comments{display:inline-block}.w-blogpost.meta_all .w-tags{display:block}.w-clients{}.w-clients-h{position:relative}.w-clients-list{font-size:0;margin-right:-20px}.w-clients-item{display:inline-block;vertical-align:top;width:220px;margin-bottom:20px;margin-right:20px}.w-clients-item
img{display:block;max-width:100%;height:auto}.w-clients-nav{display:none;width:30px;height:30px;position:absolute;right:0;top:0}.w-clients-nav.to_prev{right:40px}.w-clients.columns_4 .w-clients-item{width:220px}.w-clients.columns_5 .w-clients-item{width:172px}.w-clients.columns_6 .w-clients-item{width:140px}.w-clients.columns_8 .w-clients-item{width:100px}.w-clients.type_carousel .w-clients-list{overflow-x:hidden;position:relative;white-space:nowrap;margin:0
auto}.w-clients.type_carousel .w-clients-list-h{position:relative;left:0}.w-clients.type_carousel .w-clients-item{margin-bottom:0}.w-clients.type_carousel .w-clients-nav{display:block}.w-comments{}.w-comments-title{}.w-comments-title
a{text-decoration:none;border-bottom:1px dotted}.w-comments-list{}.w-comments-item{margin-bottom:30px;position:relative}.w-comments-item-meta,.w-comments-item-text,.w-comments-item-answer{margin-left:70px}.w-comments-item-meta{margin-bottom:10px;zoom:1}.w-comments-item-meta:after,.w-comments-item-meta:before{content:' ';display:table}.w-comments-item-meta:after{clear:both}.w-comments-item-icon{position:absolute;top:0;left:0}.w-comments-item-author{float:left;font-weight:bold;margin-right:20px}.w-comments-item-date{float:left}.w-comments-item-number{float:right}.w-comments-item-delete{float:right;font-size:12px;margin-right:20px}.w-comments-item-text{margin-bottom:10px}.w-comments-item-answer{}.w-comments-childlist{margin-left:30px}.w-comments-form{padding:20px}.w-comments-form-title{margin-bottom:20px}@media (max-width : 479px){.w-comments-childlist{margin-left:15px}}.w-contacts{}.w-contacts-h{}.w-contacts-list{}.w-contacts-item{overflow:hidden}.w-contacts-item-name{display:block;float:left;font-weight:bold;margin:0
0 5px}.w-contacts-item-value{display:block;margin:0
0 10px 70px}.w-contacts.layout_list .w-contacts-item-name{float:none}.w-contacts.layout_list .w-contacts-item-value{margin-left:0}.w-faq{}.w-faq-h{}.w-faq-list{}.w-faq-item{margin-bottom:20px}.w-faq-item-h{}.w-faq-item-author,.w-faq-item-date,.w-faq-item-question,.w-faq-item-answer{margin-bottom:5px}.w-faq-item-author{font-size:15px;display:none}.w-faq-item-date{font-size:12px;display:none}.w-faq-item-question{font-weight:bold;font-size:18px}.w-faq-form{padding:20px;background-color:#eee;display:none}.w-faq-form-title{font-size:18px;margin-bottom:20px}.w-faq.has_form .w-faq-form{display:block}.w-faq-list.with_authors .w-faq-item-author{display:block}.w-faq-list.with_dates .w-faq-item-date{display:block}.w-faq-list.with_all .w-faq-item-author,
.w-faq-list.with_all .w-faq-item-date{display:block}.w-faq-list.answers_onclick .w-faq-item-answer{display:none}.w-faq-list.answers_onclick .w-faq-item-question{cursor:pointer}.w-files{overflow:hidden}.w-files-h{font-size:0}.w-files-file{overflow:hidden;margin-bottom:20px}.w-files-file-link{text-decoration:none}.w-files-file-icon{float:left;width:32px;height:32px;background:url(/wp-content/themes/Impreza/css/w-files-icons.png) no-repeat 0 0}.w-files-file-title{display:block;margin-left:36px;padding:0
0 5px;font-size:14px;text-decoration:underline}.w-files-file-short{margin-left:36px;padding:0
0 5px;font-size:13px;display:none}.w-files-file-meta{margin-left:36px;color:#666;font-size:12px;overflow:hidden}.w-files-file-meta-size{float:left;display:none}.w-files-file-meta-date{float:left;display:none}.w-files-file-meta-loads{float:left;display:none}.w-files-file-meta-comma{float:left;margin-right:5px;display:none}.w-files.layout_2col .w-files-file{width:48%;margin-right:4%;display:inline-block;vertical-align:top;*display:inline;zoom:1}.w-files.layout_2col .w-files-file:nth-child(2n){margin-right:0}.w-files.layout_3col .w-files-file{width:30.6666%;margin-right:4%;display:inline-block;vertical-align:top;*display:inline;zoom:1}.w-files.layout_3col .w-files-file:nth-child(3n){margin-right:0}.w-files.layout_4col .w-files-file{width:22%;margin-right:4%;display:inline-block;vertical-align:top;*display:inline;zoom:1}.w-files.layout_4col .w-files-file:nth-child(4n){margin-right:0}.w-files.short_show .w-files-file-short{display:block}.w-files.meta_sizedate .w-files-file-meta-size,
.w-files.meta_sizedate .w-files-file-meta-date,
.w-files.meta_sizedate .w-files-file-meta-comma.order_1{display:block}.w-files.meta_size .w-files-file-meta-size{display:block}.w-files.meta_date .w-files-file-meta-date{display:block}.w-files.meta_loads .w-files-file-meta-loads{display:block}.w-files.meta_sizeloads .w-files-file-meta-size,
.w-files.meta_sizeloads .w-files-file-meta-loads,
.w-files.meta_sizeloads .w-files-file-meta-comma.order_1{display:block}.w-files.meta_dateloads .w-files-file-meta-date,
.w-files.meta_dateloads .w-files-file-meta-loads,
.w-files.meta_dateloads .w-files-file-meta-comma.order_2{display:block}.w-files.meta_all .w-files-file-meta-size,
.w-files.meta_all .w-files-file-meta-date,
.w-files.meta_all .w-files-file-meta-loads,
.w-files.meta_all .w-files-file-meta-comma.order_1,
.w-files.meta_all .w-files-file-meta-comma.order_2{display:block}.w-files-file.type_pdf .w-files-file-icon{background-position:0 -64px}.w-files-file.type_doc .w-files-file-icon,
.w-files-file.type_docx .w-files-file-icon{background-position:0 -32px}.w-files-file.type_xls .w-files-file-icon,
.w-files-file.type_xlsx .w-files-file-icon{background-position:0 -96px}.w-files-file.type_ppt .w-files-file-icon,
.w-files-file.type_pptx .w-files-file-icon{background-position:0 -128px}.w-files-file.type_zip .w-files-file-icon{background-position:0 -160px}.w-files-file.type_rar .w-files-file-icon{background-position:0 -192px}.w-files-file.type_tar .w-files-file-icon{background-position:0 -224px}.w-files-file.type_gz .w-files-file-icon{background-position:0 -256px}.w-files-file.type_txt .w-files-file-icon{background-position:0 -288px}.w-files-file.type_rtf .w-files-file-icon{background-position:0 -320px}.w-files-file.type_jpg .w-files-file-icon,
.w-files-file.type_jpeg .w-files-file-icon{background-position:0 -352px}.w-files-file.type_png .w-files-file-icon{background-position:0 -384px}.w-files-file.type_gif .w-files-file-icon{background-position:0 -416px}@media (max-width : 959px){.w-files.layout_3col .w-files-file{width:48%}.w-files.layout_3col .w-files-file:nth-child(3n){margin-right:4%}.w-files.layout_3col .w-files-file:nth-child(2n){margin-right:0}.w-files.layout_4col .w-files-file{width:48%}.w-files.layout_4col .w-files-file:nth-child(2n){margin-right:0}}@media (max-width : 599px){.w-files .w-files-file{width:100% !important;margin-right:0 !important}}.w-filters{}.w-filters-h{}.w-filters-list{zoom:1}.w-filters-list:before,.w-filters-list:after{display:table;content:" "}.w-filters-list:after{clear:both}.w-filters-item{float:left}.w-filters-item-link{display:block;padding:10px
15px}.w-filters-item.active .w-filters-item-link{cursor:default}.w-gallery{text-align:center;margin-bottom:20px}.w-gallery.i-fullscreen{position:fixed;left:0;top:0;width:100%;height:100%;z-index:200}.w-gallery-h{}.w-gallery-main{display:none;position:relative;overflow:hidden}.w-gallery-main-item{display:none;position:relative}.w-gallery-main-item-img{background-position:50% 50%;background-repeat:no-repeat;margin:0
auto;width:100%;height:300px}.w-gallery-main-item-img
img{display:none}.w-gallery-main-item-title{display:none;padding:5px
80px;font-size:16px}.w-gallery-main-item-description{display:none;padding:5px
80px 5px 20px;font-size:12px;text-align:left}.w-gallery-main-item-counter{display:none;position:absolute;right:10px;bottom:10px}.w-gallery-main-item.current{display:block}.w-gallery-main-nav{display:none;position:absolute;top:0;height:300px;width:30px;font-size:30px;line-height:300px;text-decoration:none;color:#fff;z-index:99}.w-gallery-main-nav.to_prev,.w-gallery-tnail-nav.to_prev{left:0}.w-gallery-main-nav.to_next,.w-gallery-tnail-nav.to_next{right:0}.w-gallery-main-fullscreen{display:none;position:absolute;top:10px;right:10px;font-size:24px;text-decoration:none;color:#fff;z-index:99}.w-gallery-tnails{position:relative}.w-gallery-tnails-h{font-size:0;text-align:left;margin:-10px}.w-gallery-tnail{display:inline-block;vertical-align:top;text-decoration:none;margin:10px;width:172px;height:172px}.w-gallery-tnail-h{display:block;width:100%;height:100%;overflow:hidden;line-height:0;position:relative}.w-gallery-tnail-img{width:100%}.w-gallery-tnail-title{display:none;padding:0
0 10px;font-size:14px;overflow:hidden;line-height:normal}.w-gallery-tnail-nav{display:none;position:absolute;top:0;height:60px;width:24px;font-size:24px;line-height:60px;text-decoration:none;color:#fff;z-index:99}.w-gallery.type_slider .w-gallery-main{display:block}.w-gallery.type_slider .w-gallery-tnails{padding:5px
0;height:50px;overflow:hidden}.w-gallery.type_slider .w-gallery-tnails-h{white-space:nowrap;margin:0}.w-gallery.type_slider .w-gallery-tnail{width:auto;height:50px;margin:0
5px 0 0}.w-gallery.type_masonry .w-gallery-tnails-h{overflow:hidden;margin:-5px}.w-gallery.type_masonry .w-gallery-tnail{float:left;display:block;height:auto;width:24.95%;margin:5px
0;padding:0
5px}.w-gallery.align_center .w-gallery-tnails-h{text-align:center}.w-gallery.size_xs .w-gallery-tnails-h{margin:-5px}.w-gallery.size_xs .w-gallery-tnail{width:85px;height:85px;margin:5px}.w-gallery.size_s .w-gallery-tnail{width:140px;height:140px}.w-gallery.size_m .w-gallery-tnail{width:172px;height:172px}.w-gallery.size_l .w-gallery-tnail{width:220px;height:220px}.w-gallery.with_title .w-gallery-tnail-title{display:block}.w-gallery-main.with_title .w-gallery-main-item-title{display:block}.w-gallery-main.with_description .w-gallery-main-item-description{display:block}.w-gallery-main.with_all .w-gallery-main-item-title,
.w-gallery-main.with_all .w-gallery-main-item-description{display:block}.w-gallery-main.nav_show:hover .w-gallery-main-nav,
.w-gallery-main.nav_show:active .w-gallery-main-nav,
.w-gallery-main.nav_show:focus .w-gallery-main-nav{display:block}.w-gallery-main.fullscreen_show .w-gallery-main-fullscreen{display:block}.w-gallery-main.counter_show .w-gallery-main-item-counter{display:block}@media (min-width : 768px) and (max-width : 1023px){.w-gallery.type_masonry .w-gallery-tnail{width:33.3%}}@media (min-width : 480px) and (max-width : 767px){.w-gallery.type_masonry .w-gallery-tnail{width:49.9999%}}@media (max-width : 479px){.w-gallery.type_masonry .w-gallery-tnail{width:100%}}.w-lang{}.w-lang-h{}.w-lang-list{}.w-lang-item{padding:5px
8px;font-size:0;text-decoration:none}.w-lang-item-icon{display:inline-block;width:16px;height:16px;vertical-align:middle;cursor:pointer}.w-lang-item-title{display:inline-block;font-size:14px;vertical-align:middle;cursor:pointer}.w-lang-item.active{cursor:default}.w-lang-item.active .w-lang-item-title{cursor:default}.w-lang-item.active .w-lang-item-icon{cursor:default}.w-lang-current{display:none}.w-lang.layout_hor .w-lang-list{overflow:hidden}.w-lang.layout_hor .w-lang-item{float:left}.w-lang.layout_dropdown{position:relative}.w-lang.layout_dropdown .w-lang-current{display:block}.w-lang.layout_dropdown .w-lang-item{display:block}.w-lang.layout_dropdown .w-lang-list{position:absolute;z-index:20;padding-top:30px;display:none}.w-lang.layout_dropdown:hover .w-lang-list{display:block}.w-lang.layout_dropdown .w-lang-list>.w-lang-item.active{display:none}.w-lang.layout_dropdown.show_onclick .w-lang-list{}.w-lang.layout_dropdown.show_onclick:hover .w-lang-list{display:none}.w-lang.layout_dropdown.show_onclick:active .w-lang-list,
.w-lang.layout_dropdown.show_onclick .w-lang-list:hover{display:block}.w-lang.has_title .w-lang-item-icon{display:none}.w-lang.has_icon .w-lang-item-title{display:none}.w-lang.has_icontitle .w-lang-item-icon{margin-right:6px}.w-listing{}.w-listing-list{font-size:0;zoom:1}.w-listing-list:before,.w-listing-list:after{content:" ";display:table}.w-listing-list:after{clear:both}.w-listing-item{display:inline-block;vertical-align:top;width:100%;margin-bottom:20px;position:relative}.w-listing-item-h{}.w-listing-item-anchor{text-decoration:none}.w-listing-item-anchor:hover .w-listing-item-image,
.w-listing-item-anchor:hover .w-listing-item-title{cursor:pointer}.w-listing-item-image{display:block;width:100%;overflow:hidden;position:relative}.w-listing-item-title{font-size:20px;margin-bottom:10px;padding-top:10px}.w-listing-item-meta{font-size:14px}.w-listing-item-meta-tags{display:none;margin-bottom:10px}.w-listing-item-meta-text{display:none;overflow:hidden}.w-listing-item-text{}.w-listing-item-text
p{margin-bottom:0}.w-listing.layout_list .w-listing-item-image{display:block;float:left;margin-bottom:0;margin-right:4%;width:22%}.w-listing.layout_tile .w-listing-list{margin-right:-20px}.w-listing.layout_tile.cols_fluid .w-listing-list{margin-right:0;display:table}.w-listing.layout_tile .w-listing-item{width:220px;margin-right:20px}.w-listing.layout_tile.columns_4 .w-listing-item{width:220px}.w-listing.layout_tile.columns_4.cols_fluid .w-listing-item{width:22%;margin-right:4%}.w-listing.layout_tile.columns_4.cols_fluid .w-listing-item.order_4{margin-right:0}.w-listing.layout_tile.columns_4.cols_fluid .w-listing-item:nth-child(4n){margin-right:0}.w-listing.layout_tile.columns_3 .w-listing-item{width:300px}.w-listing.layout_tile.columns_3.cols_fluid .w-listing-item{width:30.6666%;margin-right:4%}.w-listing.layout_tile.columns_3.cols_fluid .w-listing-item.order_3{margin-right:0}.w-listing.layout_tile.columns_3.cols_fluid .w-listing-item:nth-child(3n){margin-right:0}.w-listing.layout_tile.columns_2 .w-listing-item{width:460px}.w-listing.layout_tile.columns_2.cols_fluid .w-listing-item{width:48%;margin-right:4%}.w-listing.layout_tile.columns_2.cols_fluid .w-listing-item.order_2{margin-right:0}.w-listing.layout_tile.columns_2.cols_fluid .w-listing-item:nth-child(2n){margin-right:0}.w-listing.layout_tile.showmeta_onhover .w-listing-item-meta{display:none;position:absolute;top:0;left:0;z-index:2;padding:10px;color:#fff}.w-listing.layout_tile.showmeta_onhover .w-listing-item:hover .w-listing-item-meta{display:block;background:rgba(0, 0, 0, 0.7)}.w-listing.layout_tile.showmeta_onhover .w-listing-item-title{position:relative;z-index:2}.w-listing.layout_tile.type_carousel{position:relative}.w-listing.layout_tile.type_carousel .w-listing-list{position:relative;white-space:nowrap;overflow-x:hidden;margin:0
auto}.w-listing.layout_tile.type_carousel .w-listing-list-h{position:relative;left:0}.w-listing.layout_tile.type_carousel .w-listing-item{margin-bottom:0}.w-listing.layout_tile.columns_2.cols_fluid.type_carousel .w-listing-item:nth-child(2n),
.w-listing.layout_tile.columns_3.cols_fluid.type_carousel .w-listing-item:nth-child(3n),
.w-listing.layout_tile.columns_4.cols_fluid.type_carousel .w-listing-item:nth-child(4n){margin-right:4%}.w-listing.with_tags .w-listing-item-meta-tags{display:block;margin:0}.w-listing.with_text .w-listing-item-meta-text{display:block}.w-listing.with_tagstext .w-listing-item-meta-tags,
.w-listing.with_tagstext .w-listing-item-meta-text{display:block}@media (min-width : 910px) and (max-width : 1023px){.w-listing.layout_tile.columns_4 .w-listing-item{width:190px}.w-listing.layout_tile.columns_3 .w-listing-item{width:260px}.w-listing.layout_tile.columns_2 .w-listing-item{width:400px}}@media (max-width : 909px){.w-listing.layout_tile.columns_4 .w-listing-item{width:160px}.w-listing.layout_tile.columns_3 .w-listing-item{width:220px}.w-listing.layout_tile.columns_2 .w-listing-item{width:340px}}@media (min-width : 600px) and (max-width : 767px){.w-listing.layout_tile.columns_2.cols_fluid .w-listing-item,
.w-listing.layout_tile.columns_3.cols_fluid .w-listing-item,
.w-listing.layout_tile.columns_4.cols_fluid .w-listing-item{width:48%}.w-listing.layout_tile.columns_3.cols_fluid .w-listing-item:nth-child(3n){margin-right:4%}.w-listing.layout_tile.cols_fluid .w-listing-item:nth-child(2n){margin-right:0}}@media (max-width : 599px){.w-listing.layout_tile.columns_2 .w-listing-item,
.w-listing.layout_tile.columns_3 .w-listing-item,
.w-listing.layout_tile.columns_4 .w-listing-item,
.w-listing.layout_tile.columns_2.cols_fluid .w-listing-item,
.w-listing.layout_tile.columns_3.cols_fluid .w-listing-item,
.w-listing.layout_tile.columns_4.cols_fluid .w-listing-item{width:100%;margin-right:0}.w-listing.layout_list .w-listing-item-image{float:none;padding:0
0 10px;margin-right:0;width:100%}}.w-links{}.w-links-h{position:relative}.w-links-list{}.w-links-item{}.w-links-anchor{display:block;padding:10px
0;position:relative}.w-logo{}.w-logo-h{font-size:0}.w-logo-link{display:inline-block;text-decoration:none;overflow:hidden;vertical-align:top}.w-logo-img{display:block;max-width:100%}.w-logo-title{display:none;font-size:30px;line-height:30px;white-space:normal}.w-logo-slogan{display:none;padding-top:10px;vertical-align:top}.w-logo-slogan-h{font-size:16px}.w-logo.with_title .w-logo-img{display:none}.w-logo.with_title .w-logo-title{display:block}.w-logo.sloganat_right .w-logo-link{margin-right:30px}.w-logo.sloganat_right .w-logo-slogan{display:inline-block}.w-logo.sloganat_bottom .w-logo-slogan{display:block}.w-map{}.w-map-h{position:relative;overflow:hidden;width:100%;height:400px}.w-map-h
iframe{position:absolute;top:0;left:0;width:100%;height:100%}.w-nav{position:relative}.w-nav:after{content:'';display:block;clear:both;height:0;overflow:hidden;visibility:hidden}.w-nav-control{display:none}.w-nav-list{display:block;list-style:none;margin:0;width:auto;min-width:150px;position:relative}.w-nav-list.level_2{display:none;position:absolute;left:auto;top:100%;z-index:10}.w-nav-list.level_3{display:none;position:absolute;left:100%;top:0;z-index:11}.w-nav-item:hover>.w-nav-list{display:block}.w-nav-item{display:block;font-size:14px;line-height:20px;position:relative}.w-nav-anchor{display:block;text-align:left;text-decoration:none;padding:10px
20px;overflow:hidden;position:relative}.w-nav-icon{display:none;vertical-align:top;margin-right:5px;overflow:hidden}.w-nav.layout_hor>.w-nav-list:after{content:'';display:block;clear:both;height:0;overflow:hidden;visibility:hidden}.w-nav.layout_hor>.w-nav-list>.w-nav-item{float:left}.w-nav.layout_hor.width_stretch>.w-nav-list{display:table;width:100%}.w-nav.layout_hor.width_stretch>.w-nav-list>.w-nav-item{float:none;display:table-cell}.w-nav.layout_hor.width_stretch>.w-nav-list>.w-nav-item>.w-nav-anchor{text-align:center}.w-nav.layout_hor.last_dropleft .w-nav-item.level_1:last-child .w-nav-list.level_2{right:0}.w-nav.layout_hor.last_dropleft .w-nav-item.level_1:last-child .w-nav-list.level_3{left:auto;right:100%}.w-nav.layout_ver .w-nav-list.level_2{left:100%;top:0}.w-nav.layout_ver.place_inside .w-nav-list{display:block;position:static}.w-nav.layout_ver.place_inside .w-nav-list.level_2 .w-nav-anchor.level_2{padding-left:40px}.w-nav.layout_ver.place_inside .w-nav-list.level_3 .w-nav-anchor.level_3{padding-left:60px}.w-nav.with_icons .w-nav-icon{display:inline}.w-nav.with_icons .w-nav-title{text-align:left}.w-portfolio{}.w-portfolio-h{position:relative}.w-portfolio-list{}.w-portfolio-list-h{margin:0
-5px;position:relative}.w-portfolio-list-h:before,.w-portfolio-list-h:after{content:" ";display:table}.w-portfolio-list-h:after{clear:both}.w-portfolio-item{float:left;margin-bottom:10px;width:24.95%;padding:0
5px;overflow:hidden}.w-portfolio-item-anchor{text-decoration:none;position:relative}.w-portfolio-item-image{width:100%;height:100%;position:relative;line-height:0;overflow:hidden}.w-portfolio-item-meta{position:absolute;left:0;right:0;bottom:0;padding:10px}.w-portfolio-item-title{font-size:20px;line-height:normal;margin-bottom:0}.w-portfolio-item-text{display:block;line-height:normal}.w-portfolio.wide-margins .w-portfolio-list-h{margin:0
-10px}.w-portfolio.wide-margins .w-portfolio-item{padding:0
10px;margin-bottom:20px}.w-portfolio.columns_4 .w-portfolio-item{width:24.95%}.w-portfolio.columns_3 .w-portfolio-item{width:33.3%}.w-portfolio.columns_2 .w-portfolio-item{width:49.9999%}.w-portfolio.type_carousel{position:relative}.w-portfolio.type_carousel .w-portfolio-list{position:relative;white-space:nowrap;margin:0
auto;overflow-x:hidden}.w-portfolio.type_carousel .w-portfolio-list-h{position:relative;left:0}.w-portfolio.type_carousel .w-portfolio-item{margin-bottom:0}@media (min-width : 480px) and (max-width : 767px){.w-portfolio.columns_2 .w-portfolio-item,
.w-portfolio.columns_3 .w-portfolio-item,
.w-portfolio.columns_4 .w-portfolio-item{width:49.9999%}}@media (max-width : 479px){.w-portfolio.columns_2 .w-portfolio-item,
.w-portfolio.columns_3 .w-portfolio-item,
.w-portfolio.columns_4 .w-portfolio-item{width:100%}}.w-pricing{}.w-pricing-h{display:table;table-layout:fixed;width:100%;position:relative}.w-pricing-item{display:table-cell;vertical-align:top;text-align:center}.w-pricing-item-h{}.w-pricing-item-header{}.w-pricing-item-title{padding:5px}.w-pricing-item-price{padding:10px}.w-pricing-item-features{}.w-pricing-item-feature{padding:10px}.w-pricing-item-footer{padding:10px}.w-pricing-item-footer-button{}.w-pricing-item.type_list{text-align:right}.w-pricing-item.type_list .w-pricing-item-footer{display:none}.w-pricing-item.type_list .w-pricing-item-price{visibility:hidden}@media (max-width: 767px){.w-pricing-h{display:block}.w-pricing-item{display:block}.w-pricing-item.type_list{display:none}}.w-search{}.w-search-h{}.w-search-form{position:relative;min-width:200px}.w-search-input{}.w-search-input-h{}.w-search-input
input{display:block;height:18px;width:100%;outline:medium none;padding:5px
9px;position:relative;vertical-align:top}.w-search-submit{}.w-search-submit
input{cursor:pointer;padding:0
15px;height:30px;display:none}.w-search-suggest{clear:left;width:500px}.w-search-suggest-h{}.w-search-suggest-title{padding:10px;display:none}.w-search-suggest-body{}.w-search-suggest-section{}.w-search-suggest-section-title{padding:8px
10px 6px;font-size:11px;line-height:15px}.w-search-suggest-section-list{overflow:hidden}.w-search-suggest-item{text-decoration:none;padding:6px
10px;display:block}.w-search-suggest-item-icon{display:none;float:left;margin:2px
0 0 -25px}.w-search-suggest-footer{padding:5px;overflow:hidden}.w-search-suggest-more,.w-search-suggest-close{background:none;font-size:12px;padding:0
4px}.w-search-suggest-more{float:left}.w-search-suggest-close{float:right}.w-search.submit_inside .w-search-submit input,
.w-search.submit_outside .w-search-submit
input{display:block}.w-search.submit_inside .w-search-input
input{width:100%}.w-search.submit_inside .w-search-submit{position:absolute;right:0;top:0}.w-search.submit_outside .w-search-form{overflow:hidden}.w-search.submit_outside .w-search-input{float:left;margin-right:10px}.w-search-suggest.titles_atleft .w-search-suggest-section{overflow:hidden}.w-search-suggest.titles_atleft .w-search-suggest-section-title{float:left;width:20%}.w-search-suggest.titles_atleft .w-search-suggest-section-list{margin-left:25%}.w-search-suggest.icons_show .w-search-suggest-item{padding-left:35px}.w-search-suggest.icons_show .w-search-suggest-item-icon{display:block}.w-shortblog{}.w-shortblog-list{position:relative;overflow:hidden}.w-shortblog-entry{margin-bottom:30px}.w-shortblog-entry-h{position:relative}.w-shortblog-entry-link{text-decoration:none}.w-shortblog-entry-img{display:none;width:100%;overflow:hidden}.w-shortblog-entry-meta{font-size:0}.w-shortblog-entry-meta-date{display:inline-block;margin-right:25px;margin-bottom:10px;font-size:14px}.w-shortblog-entry-meta-comments{display:none;font-size:14px;margin-bottom:10px}.w-shortblog-entry-short{}.w-shortblog-entry-short
p{margin-bottom:0}.w-shortblog.columns_2 .w-shortblog-list{margin-left:-20px;margin-right:-20px}.w-shortblog.columns_2 .w-shortblog-entry{float:left;width:49.9999%;padding-left:20px;padding-right:20px}.w-shortblog.columns_3 .w-shortblog-list{margin-left:-20px;margin-right:-20px}.w-shortblog.columns_3 .w-shortblog-entry{float:left;width:33.3%;padding-left:20px;padding-right:20px}.w-shortblog.date_atleft .w-shortblog-entry-title,
.w-shortblog.date_atleft .w-shortblog-entry-meta,
.w-shortblog.date_atleft .w-shortblog-entry-short{margin-left:100px}.w-shortblog.date_atleft .w-shortblog-entry-meta-date{position:absolute;left:0;top:0;margin:0}.w-shortblog.imgpos_atleft.date_atleft .w-shortblog-entry-meta-date{position:static}@media (max-width: 1023px){.w-shortblog.columns_3 .w-shortblog-entry{width:100%}}@media (max-width: 767px){.w-shortblog.columns_2 .w-shortblog-entry{width:100%}}.w-socials{}.w-socials-h{}.w-socials-list{margin-left:-5px;zoom:1}.w-socials-list:before,.w-socials-list:after{content:" ";display:table}.w-socials-list:after{clear:both}.w-socials-item{float:left;margin-left:5px;margin-bottom:5px;position:relative;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}.w-socials-item-link{display:block;height:30px;width:30px;text-align:center;text-decoration:none;border:none;overflow:hidden}.w-socials-item-link
i{font-size:14px;line-height:30px}.w-socials-item-popup{display:none;position:absolute;bottom:40px;left:-4px;padding:2px
10px 4px;background:rgba(0,0,0,0.8)}.w-socials-item-popup-text:after{content:'';display:block;position:absolute;bottom:-6px;left:12px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(0,0,0,0.8)}.w-socials-item-popup-text{font-size:13px;line-height:13px;color:#fff}.w-socials-item:hover .w-socials-item-popup{display:block}.w-socials-item.rss:hover{background-color:#ff9702}.w-socials-item.facebook:hover{background-color:#3b5998}.w-socials-item.twitter:hover{background-color:#00acee}.w-socials-item.gplus:hover{background-color:#c63b1e}.w-socials-item.linkedin:hover{background-color:#0073b2}.w-socials-item.youtube:hover{background-color:#cd332d}.w-socials-item.vimeo:hover{background-color:#20b9eb}.w-socials-item.email:hover{background-color:#697277}.w-socials-item.skype:hover{background-color:#00aff0}.w-socials-item.flickr:hover{background-color:#ff0084}.w-socials-item.pinterest:hover{background-color:#cb2027}.w-socials-item.tumblr:hover{background-color:#2c4762}.w-socials-item.blogger:hover{background-color:#fc9947}.w-socials-item.dribbble:hover{background-color:#ea4c89}.w-socials-item.vk:hover{background-color:#4e7299}.w-socials-item.instagram:hover{background-color:#a17357}.w-socials.size_normal .w-socials-item-link{height:40px;width:40px}.w-socials.size_normal .w-socials-item-link
i{font-size:18px;line-height:40px}.w-socials.size_normal .w-socials-item-popup{bottom:50px;left:0}.w-socials.size_normal .w-socials-item-popup-text:after{left:14px}.w-socials.size_big .w-socials-item-link{height:50px;width:50px}.w-socials.size_big .w-socials-item-link
i{font-size:22px;line-height:50px}.w-socials.size_big .w-socials-item-popup{bottom:60px;left:0}.w-socials.size_big .w-socials-item-popup-text:after{left:14px}.w-tabs{}.w-tabs-h{}.w-tabs-list{position:relative;zoom:1}.w-tabs-list:after,.w-tabs-list:before{display:table;content:' '}.w-tabs-list:after{clear:both}.w-tabs-item{float:left;font-size:0;padding:10px;position:relative;cursor:pointer}.w-tabs-item-icon{display:none;position:absolute;top:10px;left:10px;width:24px;height:24px}.w-tabs-item-title{display:block;font-size:16px;line-height:24px}.w-tabs-item-control{display:none;position:absolute;top:10px;right:10px;width:24px;height:24px}.w-tabs-section{position:relative}.w-tabs-section-title{display:none;font-size:0;padding:10px;position:relative;cursor:pointer}.w-tabs-section-title-icon{display:none;position:absolute;top:10px;left:10px;width:24px;height:24px}.w-tabs-section-title-text{display:block;padding-right:34px;font-size:16px;line-height:24px}.w-tabs-section-title-control{display:block;position:absolute;top:10px;right:10px;width:24px;height:24px}.w-tabs-section-content{display:none}.w-tabs-section.active .w-tabs-section-content{display:block}.w-tabs-section-content-h{padding:10px}.w-tabs-item.with_icon .w-tabs-item-icon,
.w-tabs-section.with_icon .w-tabs-section-title-icon{display:block}.w-tabs-item.with_icon .w-tabs-item-title,
.w-tabs-section.with_icon .w-tabs-section-title-text{margin-left:34px}.w-tabs.layout_accordion .w-tabs-list{display:none}.w-tabs.layout_accordion .w-tabs-section-title{display:block}.w-tags{}.w-tags-h{position:relative;zoom:1}.w-tags-h:after,.w-tags-h:before{display:table;content:' '}.w-tags-h:after{clear:both}.w-tags-title{}.w-tags-list{}.w-tags-item{float:left;margin:0
5px 0 0}.w-tags-item-link{}.w-tags-item-separator{}.w-tags.title_atleft .w-tags-title{float:left}.w-tags.title_atleft .w-tags-title-h{font-size:14px;line-height:20px;padding:0;margin:0}.w-tags.title_atleft .w-tags-list{margin-left:50px}.w-tags.title_none .w-tags-title{display:none}.w-tags.layout_block .w-tags-item{margin:0
5px 5px 0}.w-tags.layout_block .w-tags-item-link{display:block;padding:5px
10px;text-decoration:none}.w-tags.layout_block.title_atleft .w-tags-title-h{padding:5px
0}.w-tags.layout_block .w-tags-item-separator{display:none}.w-tags.layout_list .w-tags-item{float:none;margin:0
0 5px}.w-tags.layout_list .w-tags-item-separator{display:none}.w-team{}.w-team-list{font-size:0;margin:0
-20px}.w-team-member{display:inline-block;vertical-align:top;width:100%;padding:0
20px;margin-bottom:40px}.w-team-member-hh{position:relative;overflow:hidden}.w-team-member-image{display:block;float:left;width:180px;line-height:0;position:relative;overflow:hidden;z-index:9}.w-team-member-meta{padding-left:40px;margin-left:180px;min-height:180px;position:relative}.w-team-member-name{margin-bottom:10px}.w-team-member-role{font-size:13px;margin-bottom:10px}.w-team-member-description{}.w-team-member-description
p{margin:0}.w-team-member-links{position:absolute;top:-100%;right:0;font-size:0;text-align:center;width:100%;height:100%;min-height:180px;z-index:10}.w-team-member-links:before{content:'';display:inline-block;height:100%;vertical-align:middle}.w-team-member-links-list{display:inline-block;vertical-align:middle;line-height:0}.w-team-member-links-item{display:inline-block;width:40px;height:40px;font-size:18px;line-height:40px;margin:5px;text-decoration:none}.w-team-member-h:hover .w-team-member-links{top:0}.w-team-member.type_half{width:49.99%}.w-team-member.type_half .w-team-member-image{width:150px}.w-team-member.type_half .w-team-member-meta{padding-left:30px;margin-left:150px;min-height:150px}.w-team-member.type_half .w-team-member-links{min-height:150px}.w-team-member.type_half .w-team-member-links:after{top:75px}.w-team-member.type_small{width:16.66%}.w-team-member.type_small .w-team-member-image{float:none;width:100%}.w-team-member.type_small .w-team-member-meta{padding-left:0;margin-left:0;padding-top:10px;min-height:0}.w-team-member.type_small .w-team-member-links,
.w-team-member.type_small .w-team-member-description{display:none}@media (max-width: 1023px){.w-team-member.type_half .w-team-member-image{width:120px}.w-team-member.type_half .w-team-member-meta{padding-left:30px;margin-left:120px;min-height:120px}.w-team-member.type_half .w-team-member-links{min-height:120px}.w-team-member.type_half .w-team-member-links:after{top:60px}}@media (min-width: 480px) and (max-width: 767px){.w-team-member.type_main .w-team-member-image{width:150px}.w-team-member.type_main .w-team-member-meta{padding-left:30px;margin-left:150px;min-height:150px}.w-team-member.type_main .w-team-member-links{min-height:150px}.w-team-member.type_main .w-team-member-links:after{top:75px}.w-team-member.type_small{width:24.99%}.w-team-member.type_half{width:100%}}@media (max-width: 479px){.w-team-member,.w-team-member.type_half,.w-team-member.type_small{width:100%}.w-team-member-image,
.w-team-member.type_half .w-team-member-image{float:none;width:100%;z-index:11}.w-team-member-meta,
.w-team-member.type_half .w-team-member-meta{padding-left:0;margin-left:0;padding-top:10px}.w-team-member-links-list,
.w-team-member.type_half .w-team-member-links-list{margin-left:0}}.w-timeline{}.w-timeline-h{overflow:hidden}.w-timeline-list{position:relative;margin-top:20px;margin-bottom:10px}.w-timeline-list:before{display:block;content:'';position:absolute;top:13px;left:0;width:100%;height:4px;z-index:10}.w-timeline-list-h{text-align:justify;line-height:0}.w-timeline-list-h:after{display:inline-block;content:'';height:0;width:100%;overflow:hidden;visibility:hidden}.w-timeline-item{display:inline-block;text-align:center;cursor:pointer;position:relative;z-index:11}.w-timeline-item-bullet{display:block;width:30px;height:30px}.w-timeline-item-title{display:block;position:absolute;left:0;top:-20px;height:20px;line-height:20px;width:100%}.w-timeline-sections{}.w-timeline-section{display:none;position:relative}.w-timeline-section.active{display:block}.w-timeline-section-title{display:none;height:30px;padding:10px
0;cursor:pointer}.w-timeline-section-title:before{display:block;content:'';position:absolute;top:0;left:13px;width:4px;height:100%;z-index:10}.w-timeline-section-title-bullet{display:block;position:absolute;top:10px;left:0;width:30px;height:30px;z-index:11}.w-timeline-section-title-text{display:block;height:30px;line-height:30px;margin-left:40px}.w-timeline-section-content{padding:20px;position:relative;z-index:11}.w-timeline.type_vertical .w-timeline-list{display:none}.w-timeline.type_vertical .w-timeline-section-title{display:block}.w-video{margin-bottom:20px}.w-video-h{position:relative;height:0;overflow:hidden;padding-bottom:56.25%}.w-video-h iframe,
.w-video-h object,
.w-video-h
embed{position:absolute;top:0;left:0;width:100%;height:100%}.w-video.ratio_4-3 .w-video-h{padding-bottom:75%}.w-video.ratio_3-2 .w-video-h{padding-bottom:66.667%}.w-video.ratio_1-1 .w-video-h{padding-bottom:100%}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/Impreza/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('/wp-content/themes/Impreza/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('/wp-content/themes/Impreza/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('/wp-content/themes/Impreza/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('/wp-content/themes/Impreza/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes
spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes
spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes
spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes
spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:502;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:503;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{height:100%;text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0
8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0
auto;text-align:left;z-index:505}.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:504}.mfp-preloader
a{color:#ccc}.mfp-preloader a:hover{color:white}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;padding:0;z-index:506}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0
0 18px 10px;color:white;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;top:0;opacity:0.6;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,
.mfp-arrow:focus,
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow:hover,
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow:focus{opacity:1}.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:solid transparent}.mfp-arrow:after,
.mfp-arrow .mfp-a{opacity:0.77;border-top-width:14px;border-bottom-width:14px;top:6px}.mfp-arrow:before,
.mfp-arrow .mfp-b{border-top-width:20px;border-bottom-width:20px}.mfp-arrow-left{left:0}.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a{border-right:14px solid black;left:6px}.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b{border-right:20px solid white}.mfp-arrow-right{right:0}.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a{border-left:14px solid black;left:0}.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b{border-left:20px solid white}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler
iframe{position:absolute;top:-3px;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:black}.mfp-iframe-holder .mfp-close{top:-43px}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px
0 40px;margin:0
auto}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0, 0, 0, 0.6)}.mfp-figure{line-height:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3}.mfp-figure
small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0, 0, 0, 0.6);bottom:0;margin:0;top:auto;padding:3px
5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0, 0, 0, 0.6);position:fixed;text-align:center;padding:0}.mfp-img-mobile .mfp-figure
small{display:inline;margin-left:5px}}@media all and (max-width: 800px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all 0.2s ease-in-out 0s;-moz-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s}.mfp-fade.mfp-bg.mfp-ready{opacity:0.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.2s ease-in-out 0s;-moz-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)}.mfp-fade.mfp-wrap .mfp-arrow{opacity:0;-webkit-transition:all 0.2s ease-in-out 0s;-moz-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s}.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow{opacity:0.6}.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow{opacity:0}
/*!
 * WordPress Widget Styles
 */
.widget{margin-bottom:45px}.widgettitle{font-size:20px;line-height:28px;margin-bottom:20px}.g-html .widget
ul{list-style-type:none;margin:0}.g-html .widget ul
li{margin:0;padding:0}.comment-reply-title{font-size:20px;line-height:30px;margin-bottom:15px}.comment-reply-title
small{font-size:13px;margin-left:10px}.no-touch .comment-reply-title a:hover{border-bottom:1px solid}.w-comments-form .comment-form
p{margin-bottom:20px}.w-comments-form p
label{display:block;font-size:15px;margin-bottom:5px}.w-comments-form p input[type="text"],
.w-comments-form p input[type="email"]{max-width:400px}.widget_search
form{position:relative}.widget_search form
label{display:none}.widget_search form input[type="text"]{height:42px;padding:10px
80px 10px 10px}.widget_search form input[type="submit"]{position:absolute;top:0;right:0;font-size:13px;line-height:40px;height:42px;width:70px;padding:0}.widget.widget_archive ul
li{font-size:14px;line-height:20px;padding:7px
18px;position:relative}.widget.widget_archive ul li:before{display:block;position:absolute;top:8px;left:2px;content:'\f105';font-size:16px;font-family:"FontAwesome";font-style:normal;font-weight:normal;color:#999}#wp-calendar{margin:0;width:100%}#wp-calendar
caption{font-size:15px;padding:8px
20px 2px}#wp-calendar thead th,
#wp-calendar tbody td,
#wp-calendar tfoot
td{padding:0;border-top:1px solid #e8e8e8;border-bottom:none;text-align:center;line-height:32px}#wp-calendar thead
th{font-size:10px;font-weight:normal;border-top:none;color:#999}#wp-calendar tbody
td{font-size:15px}#wp-calendar tbody td
a{display:block;font-weight:bold}#wp-calendar tbody
td#today{font-weight:bold}#wp-calendar
td#prev{text-align:left;padding-left:10px}#wp-calendar
td#next{text-align:right;padding-right:10px}.widget.widget_categories ul
li{font-size:14px;line-height:20px;padding:7px
18px;position:relative}.widget.widget_categories
.children{margin:8px
0 -8px}.widget.widget_categories ul li:before{display:block;position:absolute;top:8px;left:2px;content:'\f105';font-size:16px;font-family:"FontAwesome";font-style:normal;font-weight:normal;color:#999}.widget.widget_nav_menu .menu-item
a{display:block;padding:12px
20px 12px 25px;font-size:15px;line-height:20px;position:relative;-webkit-transition:color 0.1s ease-out, background-color 0.1s ease-out, border-color 0.1s ease-out;transition:color 0.1s ease-out, background-color 0.1s ease-out, border-color 0.1s ease-out;border-bottom:1px solid #e8e8e8;color:#666}.widget.widget_nav_menu .menu-item a:before{display:block;position:absolute;top:12px;left:10px;content:'\f105';font-family:"FontAwesome";font-style:normal;font-weight:normal;color:#999}.no-touch .widget.widget_nav_menu .menu-item a:hover{border-color:#e8e8e8;background-color:#d13a7a;color:#fff !important}.no-touch .widget.widget_nav_menu .menu-item a:hover:before{color:#fff !important}.widget.widget_nav_menu .menu-item.current-menu-item>a{background-color:#f2f2f2;color:#d13a7a}.widget.widget_nav_menu .sub-menu>.menu-item>a{padding:12px
20px 12px 45px}.widget.widget_nav_menu .sub-menu .menu-item a:before{left:30px}.widget.widget_nav_menu .sub-menu .sub-menu>.menu-item>a{padding:12px
20px 12px 65px}.widget.widget_nav_menu .sub-menu .sub-menu .menu-item a:before{left:50px}.widget.widget_meta
ul{list-style-type:disc;font-size:14px;margin-left:22px}.widget.widget_meta ul
li{margin-bottom:8px}.widget.widget_pages
ul{list-style-type:disc;font-size:14px;margin-left:22px}.widget.widget_pages ul
li{margin-bottom:8px}.widget.widget_pages
.children{padding-top:8px}.widget.widget_recent_comments
.recentcomments{position:relative;font-size:14px;line-height:20px;padding-left:22px;margin-bottom:14px}.widget.widget_recent_comments .recentcomments:before{display:block;position:absolute;top:1px;left:2px;content:'\f075';font-size:12px;font-family:"FontAwesome";font-style:normal;font-weight:normal;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);opacity:0.5}.widget.widget_recent_entries ul
li{font-size:15px;line-height:20px;margin-bottom:18px;position:relative}.widget.widget_recent_entries ul li
span{display:block;padding-top:3px;font-size:13px;color:#999}.widget.widget_rss .widgettitle
a{padding-left:28px;position:relative}.widget.widget_rss .widgettitle a:first-child{display:none}.widget.widget_rss .widgettitle a:before{position:absolute;top:0;left:0;display:block;content:'\f143';font-size:25px;font-family:"FontAwesome";font-style:normal;font-weight:normal}.widget.widget_rss ul
li{line-height:22px;padding-bottom:14px;margin-bottom:14px}.widget.widget_rss ul li
a{font-size:15px}.widget.widget_rss ul li
span{display:block;padding-top:5px;font-size:13px;color:#999}.widget.widget_rss ul li
cite{font-size:13px;font-style:normal;color:#999}.widget.widget_rss ul li
div{display:block;font-size:13px;padding:6px
0}.widget.widget_tag_cloud .tagcloud
a{color:#999}.no-touch .widget.widget_tag_cloud .tagcloud a:hover{border-bottom:1px solid;color:#666}.g-html .wp-caption{line-height:0;margin:0
0 30px;max-width:100%;position:relative}.g-html .wp-caption-text{display:block;font-size:13px;text-align:center;margin:0
auto;padding:5px
10px}.g-html .wp-caption.aligncenter{margin-left:auto;margin-right:auto}.g-html .wp-caption.alignleft{float:left;margin-right:30px}.g-html .wp-caption.alignright{float:right;margin-left:30px}.gallery-caption{font-size:inherit}.bypostauthor{font-size:inherit}img#wpstats{display:none}
/*!
 * Impreza BASIC STYLES
 */
.displaynone{display:none}.l-sidebar
.widget{margin-bottom:30px !important}.term-analisi-parametri .products
.freq_corso{font-size:16px !important}.products .price
p{color:#666}.l-submain.last_home{padding-top:0}#WooCommerceLogin
ul{list-style:none;margin-left:0}#WooCommerceLogin{border:2px
solid rgba(153,153,153,0.6);padding:20px;border-radius:20px;margin-right:-25px}#WooCommerceLogin .login h2, #WooCommerceLogin .logout
h2{font-size:24px}.wpcf7-form input[type="text"],.wpcf7-form input[type="email"],.wpcf7-form input[type="tel"], .wpcf7-form
textarea{color:black}.w-tabs-section.active .w-tabs-section-title-text{color:#1B84DE}.icon_corso .w-iconbox.iconpos_top .w-iconbox-title{padding-top:0}.content_corso_prele .w-tabs-section-title-text{color:#44b0d1;font-size:22px}.content_corso_prele
img{z-index:2;position:relative;top:85px}.documenti
h2{margin-bottom:0}.documenti .fa-2x{font-size:1.4em}.documenti .w-iconbox.iconpos_top .w-iconbox-icon-img{max-width:90px}.g-cols.sportello_garanzia
li{font-size:16px}.g-cols.sportello_garanzia
h4{color:#444}.messaggio_reflua{clear:both}.icon_444 .w-iconbox-title, .icon_444 .w-iconbox-text{color:#444}.contact_form{margin-left:18%}.btn_corso .btn:active{background-color:#70c8e2}.btn_corso
.log{border-bottom-left-radius:0;border-top-left-radius:0}.btn_corso
.reg{border-bottom-right-radius:0;border-top-right-radius:0}.btn_corso{text-align:center}.btn_corso
a{color:white;padding:5px;border:2px
solid #70c8e2;width:220px;text-align:center;border-radius:5px;background:#70c8e2;font-size:16px}.btn_corso a:hover{color:white;background:#1b83a3;border-color:#1b83a3}.corso_prele{border:2px
solid #0eaee1;border-radius:15px;padding:0
0px 10px 0px}.title_corso_prele{}.corso_prele .title_corso_prele
h2{color:white;padding:10px}.content_corso_prele{padding:15px;padding-bottom:0}.l-subfooter.at_bottom .w-nav{margin-top:20px }#woocommercemyaccountwidget-3{margin-bottom:20px}.contact_sidebar{background:url('http://www.aipaca.it/wp-content/uploads/2014/05/pattern-grigrg.png');padding:12px;border-radius:10px;color:#333}.contact_sidebar
a{text-decoration:underline}.contact_sidebar input[type="submit"]{background:#44b0d1}.contact_sidebar input[type="text"],.contact_sidebar input[type="email"],.contact_sidebar input[type="tel"]{background-color:white}.contact_sidebar
textarea{background-color:white}.li_style
li{background:url('http://www.aipaca.it/wp-content/uploads/2014/04/arrow1.png') no-repeat top left;list-style:none;padding:0
5px 5px 20px !important}.icon_mission .w-iconbox.iconpos_top .w-iconbox-icon-img{max-width:90px}.icon_analisi_acqua .w-iconbox.iconpos_top .w-iconbox-icon-img{max-width:90px}.l-submain.color_primary.analisi_acqua_cont{background:#185391;color:rgb(255,255,255)}.l-submain.color_primary.actionbox_top_cont{}.actionbox_top_cont .w-actionbox-h .w-actionbox-text
h3{color:#555 !important}.actionbox_top_cont .w-actionbox-h .w-actionbox-text
p{color:#666 !important}.actionbox_top_cont .w-actionbox-text
b{color:black}.woocommerce-billing-fields .create-account{margin-top:220px}.iconbox_descri .w-iconbox-icon{display:none}.iconbox_descri .w-iconbox-title{font-weight:bold}.woocommerce .col-1
h3{color:black}.woocommerce
#order_review_heading{color:black}.woocommerce
#order_review{color:black}.woocommerce .shop_table .order-total{font-size:21px}.woocommerce #customer_details .col-2
label{font-size:24px;margin-bottom:8px;color:black}.woocommerce #customer_details .col-1
label{font-size:24px;margin-bottom:8px;color:black}.woocommerce #customer_details .col-1
input{font-size:18px}.woocommerce #customer_details .col-2
input{font-size:18px}.woocommerce #customer_details .col-1{}.woocommerce .term-description{float:left;margin-top:10px;margin-bottom:10px}.woocommerce .woocommerce-breadcrumb{display:block;font-size:14px;line-height:20px;margin:0
0 10px}.woocommerce div.product-cat-analisi-parametri
.images{display:none}.woocommerce div.product-cat-analisi-parametri
.summary{width:100%;margin-bottom:30px}.woocommerce div.product-cat-analisi-parametri .woocommerce-tabs{padding-bottom:1px;margin-bottom:30px;width:100%}.woocommerce .upsells .products .product
img{display:none}.woocommerce .products .product-cat-analisi-parametri
img{display:none}.tariffario .w-iconbox-title{}.tariffario .w-timeline-item-title{font-size:17px;line-height:30px;position:relative;display:block;position:absolute;left:5%;right:5%;top:30px;height:20px;line-height:20px;width:90%}.tariffario .w-timeline-item{height:110px;width:110px}.corso_prele .two-thirds{opacity:0.88 !important;background-color:white;border-radius:10px;padding:10px;color:black}.corso_prele .one-third{border:10px
rgba(255,255,255,0.88) solid;border-radius:10px;color:black}p{font-size:18px !important}html,body{height:auto;overflow-x:hidden}a{color:#d13a7a;text-decoration:none;-webkit-transition:padding 0.2s ease-out, color 0.2s ease-out, background-color 0.2s ease-out, box-shadow 0.2s ease-out, border 0.2s ease-out;transition:padding 0.2s ease-out, color 0.2s ease-out, background-color 0.2s ease-out, box-shadow 0.2s ease-out, border 0.2s ease-out}a:hover,a:active{color:#666}::-moz-selection{background-color:rgba(0,0,0,0.66);color:#fff}::selection{background-color:rgba(0,0,0,0.66);color:#fff}.l-body{position:static;background-color:#ddd}.l-canvas{background-color:#fff;color:#666}.l-canvas.type_boxed,
.l-canvas.type_boxed .l-subheader,
.l-canvas.type_boxed + .l-footer .l-subfooter{max-width:1240px;margin:0
auto}.l-canvas.type_wide .l-subheader,
.l-canvas.type_boxed .l-submain{max-width:100%}.l-canvas.type_wide .l-subheader-h,
.l-canvas.type_wide .l-submain-h,
.l-canvas.type_wide + .l-footer .l-subfooter-h,
.l-canvas.type_boxed .l-subheader-h,
.l-canvas.type_boxed .l-submain-h,
.l-canvas.type_boxed + .l-footer .l-subfooter-h{max-width:1140px}.l-subheader.at_top{display:none;line-height:36px;height:36px;padding-left:40px;padding-right:40px;position:relative;background-color:#f5f5f5}.l-subheader.at_middle{line-height:120px;height:120px;padding-left:40px;padding-right:40px;position:relative;box-shadow:0 2px 3px -1px rgba(0,0,0,0.1);background-color:#fff}.l-subheader.at_bottom{display:none;clear:both;line-height:50px;padding-left:40px;padding-right:40px;position:relative;background-color:#f5f5f5}.l-subheader-h{height:100%;position:relative}.l-canvas.headerpos_fixed .l-header{position:fixed;left:0;width:100%;z-index:101}.l-canvas.headertype_extended .l-subheader.at_top{display:block}.l-canvas.headertype_advanced .l-subheader.at_middle{box-shadow:none}.l-canvas.headerpos_fixed.headertype_advanced .l-header.state_sticky .l-subheader.at_middle{overflow:hidden}.l-canvas.headertype_advanced .l-subheader.at_bottom{display:block;box-shadow:0 2px 3px -1px rgba(0,0,0,0.1)}.l-main{z-index:1;box-shadow:0 1px 8px rgba(0,0,0,0.05)}.l-canvas.headerpos_fixed .l-main{padding-top:120px}.l-canvas.headerpos_fixed.headertype_extended .l-main{padding-top:156px}.l-canvas.headerpos_fixed.headertype_advanced .l-main{padding-top:150px}.l-submain{padding:50px
40px;position:relative}.l-submain-h{position:relative}.l-submain-bg{position:absolute;top:0;left:0;height:100%;width:100%;background-position:center center;-webkit-background-size:cover;background-size:cover}.l-submain.for_pagehead{padding:30px
40px 32px;box-shadow:0 -2px 3px -1px rgba(0,0,0,0.1) inset}.l-submain.for_pagehead.color_alternate{box-shadow:0 -2px 3px -1px rgba(0,0,0,0.06) inset}.l-submain.full_width{padding-left:0;padding-right:0}.l-submain.full_width .l-submain-h{max-width:100%}.l-submain.full_height{padding-top:0;padding-bottom:0}.l-submain.parallax_ver .l-submain-bg{display:block}.no-touch .l-submain.parallax_ver .l-submain-bg{background-attachment:fixed}.l-submain.parallax_hor{overflow:hidden}.l-submain.parallax_hor .l-submain-bg{display:block;width:130%}.l-submain.parallax_hor.bgwidth_110 .l-submain-bg{width:110%}.l-submain.parallax_hor.bgwidth_120 .l-submain-bg{width:120%}.l-submain.parallax_hor.bgwidth_140 .l-submain-bg{width:140%}.l-submain.parallax_hor.bgwidth_150 .l-submain-bg{width:150%}.l-submain.color_alternate{background-color:#f2f2f2;color:#555}.l-submain.color_primary{background-color:#d13a7a;color:#fff;color:rgba(255,255,255,0.8)}.l-submain.color_primary .g-html h1,
.l-submain.color_primary .g-html h2,
.l-submain.color_primary .g-html h3,
.l-submain.color_primary .g-html h4,
.l-submain.color_primary .g-html h5,
.l-submain.color_primary .g-html
h6{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,0.1)}.l-submain.color_primary
a{color:#fff}.no-touch .l-submain.color_primary a:hover{color:#fff}.l-submain.color_primary .g-hr-h:before,
.l-submain.color_primary .g-hr-h:after{background-color:#fff;background-color:rgba(255,255,255,0.5)}.l-submain.color_primary .g-hr-h
i{color:#fff;color:rgba(255,255,255,0.5)}.color_primary .g-btn.type_contrast.outlined{box-shadow:0 0 0 2px #fff inset;color:#fff}.no-touch .color_primary .g-btn.type_contrast.outlined:hover{color:#444}.color_primary .g-btn.type_contrast.outlined:before{background-color:#fff}.color_primary .g-btn.type_contrast{background-color:#fff;color:#444}.no-touch .color_primary .g-btn.type_contrast:hover{color:#222}.l-submain.color_primary .w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item{color:#fff}.no-touch .l-submain.color_primary .w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item:hover{box-shadow:0 0 0 2px #fff inset;color:#fff}.l-submain.bg_fade:before{display:block;content:'';position:absolute;top:0;left:0;height:100%;width:100%;z-index:1}.l-submain.bg_fade .l-submain-h{z-index:2}.l-submain.bg_fade.black_30:before{background-color:rgba(0,0,0,0.3)}.l-submain.bg_fade.black_50:before{background-color:rgba(0,0,0,0.5)}.l-submain.bg_fade.white_30:before{background-color:rgba(255,255,255,0.3)}.l-submain.bg_fade.white_50:before{background-color:rgba(255,255,255,0.5)}.l-subfooter.at_top{font-size:13px;line-height:21px;padding:50px
40px 20px;background-color:#1a1a1a;color:#808080}.l-subfooter.at_top
p{font-size:13px;line-height:21px;margin:0
0 20px}.l-subfooter.at_top p:last-child{margin-bottom:0}.l-subfooter.at_top h1,
.l-subfooter.at_top h2,
.l-subfooter.at_top h3,
.l-subfooter.at_top h4,
.l-subfooter.at_top
a{color:#ccc}.no-touch .l-subfooter.at_top a:hover{color:#fff}.no-touch .l-subfooter.at_top p a:hover,
.no-touch .l-subfooter.at_top li a:hover{border-bottom:1px solid}.l-subfooter.at_bottom{font-size:13px;line-height:20px;padding:30px
40px;background-color:#222;color:#666}.l-subfooter.at_bottom
a{color:#999}.no-touch .l-subfooter.at_bottom a:hover{border-bottom:1px solid;color:#fff}.l-subfooter.at_top
.widget{margin-bottom:30px}.l-sidebar
.widget{margin-bottom:50px}.l-sidebar .widget
h4{margin-bottom:18px}body,p,td{font:14px/24px 'Open Sans', sans-serif}h1{font-size:38px;line-height:48px}h2{font-size:32px;line-height:42px}h3{font-size:26px;line-height:36px}h4{font-size:22px;line-height:32px}h5{font-size:20px;line-height:30px}h6{font-size:18px;line-height:26px}h1,h2,h3,h4,h5,h6{font-family:'Noto Sans',sans-serif;margin-bottom:24px;color:#444}.g-html>h1:last-child,.g-html>h2:last-child,.g-html>h3:last-child,.g-html>h4:last-child,.g-html>h5:last-child,.g-html>h6:last-child{margin-bottom:0}.g-html h2,
.g-html h3,
.g-html h4,
.g-html h5,
.g-html
h6{padding-top:15px}.g-html h1 + h3,
.g-html h1 + h4,
.g-html h1 + h5,
.g-html h1 + h6,
.g-html h2 + h4,
.g-html h2 + h5,
.g-html h2 + h6,
.g-html h3 + h5,
.g-html h3 + h6,
.g-html h4 + h6,
.g-html .g-hr + h2,
.g-html .g-hr + h3,
.g-html .g-hr + h4,
.g-html .g-hr + h5,
.g-html .g-hr+h6{padding-top:0}.g-html
p{margin-bottom:24px}.g-html .g-cols>div>p:last-child,.g-html>p:last-child{margin-bottom:0}.no-touch .g-html p a:hover{}.g-html ul,
.g-html
ol{margin-left:35px;margin-bottom:24px}.g-html .g-cols > div > ul:last-child,
.g-html > ul:last-child,
.g-html .g-cols>div>ol:last-child,.g-html>ol:last-child{margin-bottom:0}.g-html
ul{list-style-type:disc}.g-html
ol{list-style-type:decimal}.g-html ul li,
.g-html ol
li{margin-bottom:6px;padding-left:2px}.no-touch .g-html li a:hover{border-bottom:1px solid}.g-html ul > li ul,
.g-html ul > li ol,
.g-html ol > li ul,
.g-html ol > li
ol{margin-bottom:6px;margin-top:6px}.g-html img + h1,
.g-html img + h2,
.g-html img + h3,
.g-html img + h4,
.g-html img + ul,
.g-html img + ol,
.g-html img+p{margin-top:20px}.g-html div[class^="animate"]{margin-bottom:20px}.g-html
img.alignleft{display:inline;float:left;margin-right:20px;margin-bottom:20px}.g-html
img.alignright{display:inline;float:right;margin-left:20px;margin-bottom:20px}.g-html
img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.no-touch .g-html a.image-link:hover{border-bottom:none}.g-html a.image-link
img{-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out}.no-touch .g-html a.image-link:hover
img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);opacity:0.8}.g-html
address{margin-bottom:24px}.g-html
pre{font-size:12px;line-height:18px;padding:10px;margin-bottom:24px;border-radius:5px;background-color:#333;color:#fff}.g-html
blockquote{font-size:16px;line-height:26px;font-style:italic;padding:0
0 0 32px;margin:0
0 24px;border-left:5px solid #d13a7a}.g-html blockquote:before{display:none;content:'\201C';position:absolute;top:0;left:0;font-size:60px;line-height:60px;height:60px;width:40px}.g-html blockquote q,
.g-html blockquote
p{font:inherit;margin:0}.g-html blockquote
cite{display:block;font-size:80%;margin-top:8px}.g-hr{font-size:0;text-align:center;height:20px;width:100%;margin:35px
0;padding:2px
0;overflow:hidden;position:relative;clear:both}.g-hr-h:before,.g-hr-h:after{display:inline-block;content:"";height:1px;width:50%;margin-top:7px;vertical-align:top;position:relative;background-color:#e8e8e8}.g-hr-h:before{left:-13px;margin-left:-50%}.g-hr-h:after{left:13px;margin-right:-50%}.g-hr-h
i{font-size:16px;line-height:16px;height:16px;width:20px;vertical-align:top;text-align:center;color:#e8e8e8}.g-hr.size_small{margin:25px
0}.g-hr.size_big{margin:45px
0}.g-hr.size_huge{margin:65px
0}.g-hr.type_invisible{height:0;margin:20px
0}.g-hr.type_invisible.size_small{margin:10px
0}.g-hr.type_invisible.size_big{margin:30px
0}.g-hr.type_invisible.size_huge{margin:50px
0}.g-hr.type_invisible .g-hr-h{display:none}.g-hr.type_short{width:30%;margin-left:auto !important;margin-right:auto !important}.g-hr.type_simple .g-hr-h:before{left:0;margin-left:0;width:100%}.g-hr.type_simple .g-hr-h:after,
.g-hr.type_simple .g-hr-h
i{display:none}.g-html
.highlight{color:#31c5c7}.g-html
.thin{font-weight:300}.g-html
.bold{font-weight:700}.g-html
.align_left{text-align:left}.g-html
.align_right{text-align:right}.g-html
.align_center{text-align:center}.g-html
.align_justify{text-align:justify}.g-form-row{padding:0
0 16px}.g-form-row-label{margin:0
0 6px}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="tel"],input[type="number"],input[type="date"],textarea,select{border:none;border-radius:5px;font-size:15px;padding:8px;-webkit-transition:all 0.25s ease-out;transition:all 0.25s ease-out;box-shadow:0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;background-color:#f2f2f2;color:#444}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="tel"],input[type="number"],input[type="date"],select{height:42px;vertical-align:top}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="tel"]:focus,input[type="number"]:focus,input[type="date"]:focus,textarea:focus,select:focus{box-shadow:0 0 0 2px #d13a7a}.g-form-row.check_wrong input[type="text"],
.g-form-row.check_wrong input[type="password"],
.g-form-row.check_wrong input[type="email"],
.g-form-row.check_wrong input[type="url"],
.g-form-row.check_wrong input[type="tel"],
.g-form-row.check_wrong input[type="number"],
.g-form-row.check_wrong input[type="date"],
.g-form-row.check_wrong textarea,
.g-form-row.check_wrong
select{border-color:#f00;box-shadow:0 0 0 1px #f00}.g-form-row.check_correct input[type="text"],
.g-form-row.check_correct input[type="password"],
.g-form-row.check_correct input[type="email"],
.g-form-row.check_correct input[type="url"],
.g-form-row.check_correct input[type="tel"],
.g-form-row.check_correct input[type="number"],
.g-form-row.check_correct input[type="date"],
.g-form-row.check_correct textarea,
.g-form-row.check_correct
select{border-color:#5a0;box-shadow:0 0 0 1px #5a0}.g-form-row.check_disabled input[type="text"],
.g-form-row.check_disabled input[type="password"],
.g-form-row.check_disabled input[type="email"],
.g-form-row.check_disabled input[type="url"],
.g-form-row.check_disabled input[type="tel"],
.g-form-row.check_disabled input[type="number"],
.g-form-row.check_disabled input[type="date"],
.g-form-row.check_disabled textarea,
.g-form-row.check_disabled
select{opacity:0.7;box-shadow:none !important;border-color:transparent !important}.g-form.protected-post-form .g-form-row-field{float:left}.g-form.protected-post-form .g-input{margin:5px
10px 5px 0;width:250px}.g-btn,input[type="submit"]{font-family:'Open Sans';font-size:15px;line-height:22px;font-weight:700;text-transform:uppercase;padding:10px
36px;margin:5px
0;border:none !important;border-radius:5px;overflow:hidden;-webkit-transition:color 0.25s ease-out, background-color 0.25s ease-out;transition:color 0.25s ease-out, background-color 0.25s ease-out}.no-touch .g-btn:before{display:block;content:'';position:absolute;top:0;left:0;width:100%;height:0;background-color:rgba(0,0,0,0.12);-webkit-transition:height 0.25s ease-out;transition:height 0.25s ease-out}.no-touch .g-btn:hover:before{height:100%}.g-btn
span{position:relative}.g-btn
i{font-size:1em;line-height:inherit;margin:0
10px 0 -2px}.g-btn.size_small,input.g-btn.size_small{padding:8px
26px;font-size:13px;border-radius:4px}.g-btn.size_big,input.g-btn.size_big{padding:16px
50px;font-size:18px}.g-btn.outlined{background-color:transparent !important}.g-btn.type_default{background-color:#e8e8e8;color:#666}.no-touch .g-btn.type_default:hover{color:#444}.g-btn.type_default:before{background-color:rgba(0,0,0,0.06)}.g-btn.type_default.outlined{box-shadow:0 0 0 2px #e8e8e8 inset;color:#666}.no-touch .g-btn.type_default.outlined:hover,
.no-touch .color_alternate .g-btn.type_default.outlined:hover{color:#444}.g-btn.type_default.outlined:before{background-color:#e8e8e8}.g-btn.type_primary,input[type="submit"]{background-color:#d13a7a;color:#fff}.no-touch .g-btn.type_primary:hover,
.no-touch input[type="submit"]:hover{color:#fff}.g-btn.type_primary.outlined{box-shadow:0 0 0 2px #d13a7a inset;color:#d13a7a}.no-touch .g-btn.type_primary.outlined:hover,
.no-touch .color_alternate .g-btn.type_primary.outlined:hover{color:#fff}.g-btn.type_primary.outlined:before{background-color:#d13a7a}.g-btn.type_secondary{background-color:#666;color:#fff}.no-touch .g-btn.type_secondary:hover{color:#fff}.g-btn.type_secondary:before{background-color:rgba(0,0,0,0.18)}.g-btn.type_secondary.outlined{box-shadow:0 0 0 2px #666 inset;color:#666}.no-touch .g-btn.type_secondary.outlined:hover,
.no-touch .color_alternate .g-btn.type_secondary.outlined:hover{color:#fff}.g-btn.type_secondary.outlined:before{background-color:#666}.g-btn.type_contrast{background-color:#444;color:#fff}.no-touch .g-btn.type_contrast:hover{color:#fff}.g-btn.type_contrast:before{background-color:rgba(0,0,0,0.06)}.g-btn.type_contrast.outlined{box-shadow:0 0 0 2px #444 inset;color:#444}.no-touch .g-btn.type_contrast.outlined:hover,
.no-touch .color_alternate .g-btn.type_contrast.outlined:hover{color:#fff}.g-btn.type_contrast.outlined:before{background-color:#444}.g-btn.type_pink{background-color:#ff6b6b;color:#fff}.no-touch .g-btn.type_pink:hover{color:#fff}.g-btn.type_pink.outlined{box-shadow:0 0 0 2px #ff6b6b inset;color:#ff6b6b}.no-touch .g-btn.type_pink.outlined:hover{color:#fff}.g-btn.type_pink.outlined:before{background-color:#ff6b6b}.g-btn.type_blue{background-color:#5ac8ed;color:#fff}.no-touch .g-btn.type_blue:hover{color:#fff}.g-btn.type_blue.outlined{box-shadow:0 0 0 2px #5ac8ed inset;color:#5ac8ed}.no-touch .g-btn.type_blue.outlined:hover{color:#fff}.g-btn.type_blue.outlined:before{background-color:#5ac8ed}.g-btn.type_midnight{background-color:#2c3e50;color:#fff}.no-touch .g-btn.type_midnight:hover{color:#fff}.g-btn.type_midnight.outlined{box-shadow:0 0 0 2px #2c3e50 inset;color:#2c3e50}.no-touch .g-btn.type_midnight.outlined:hover{color:#fff}.g-btn.type_midnight.outlined:before{background-color:#2c3e50}.g-btn.type_purple{background-color:#8560a8;color:#fff}.no-touch .g-btn.type_purple:hover{color:#fff}.g-btn.type_purple.outlined{box-shadow:0 0 0 2px #8560a8 inset;color:#8560a8}.no-touch .g-btn.type_purple.outlined:hover{color:#fff}.g-btn.type_purple.outlined:before{background-color:#8560a8}.g-btn.type_navy{background-color:#1265a8;color:#fff}.no-touch .g-btn.type_navy:hover{color:#fff}.g-btn.type_navy.outlined{box-shadow:0 0 0 2px #1265a8 inset;color:#1265a8}.no-touch .g-btn.type_navy.outlined:hover{color:#fff}.g-btn.type_navy.outlined:before{background-color:#1265a8}.g-btn.type_green{background-color:#59ba41;color:#fff}.no-touch .g-btn.type_green:hover{color:#fff}.g-btn.type_green.outlined{box-shadow:0 0 0 2px #59ba41 inset;color:#59ba41}.no-touch .g-btn.type_green.outlined:hover{color:#fff}.g-btn.type_green.outlined:before{background-color:#59ba41}.g-btn.type_yellow{background-color:#fac000;color:#fff}.no-touch .g-btn.type_yellow:hover{color:#fff}.g-btn.type_yellow.outlined{box-shadow:0 0 0 2px #fac000 inset;color:#fac000}.no-touch .g-btn.type_yellow.outlined:hover{color:#fff}.g-btn.type_yellow.outlined:before{background-color:#fac000}.g-btn.type_teal{background-color:#008b83;color:#fff}.no-touch .g-btn.type_teal:hover{color:#fff}.g-btn.type_teal.outlined{box-shadow:0 0 0 2px #008b83 inset;color:#008b83}.no-touch .g-btn.type_teal.outlined:hover{color:#fff}.g-btn.type_teal.outlined:before{background-color:#008b83}.g-btn.type_brown{background-color:#6a4530;color:#fff}.no-touch .g-btn.type_brown:hover{color:#fff}.g-btn.type_brown.outlined{box-shadow:0 0 0 2px #6a4530 inset;color:#6a4530}.no-touch .g-btn.type_brown.outlined:hover{color:#fff}.g-btn.type_brown.outlined:before{background-color:#6a4530}.g-btn.type_cream{background-color:#f5ddbf;color:#605c57}.no-touch .g-btn.type_cream:hover{color:#fff}.g-btn.type_cream.outlined{box-shadow:0 0 0 2px #f5ddbf inset;color:#605c57}.no-touch .g-btn.type_cream.outlined:hover{color:#605c57}.g-btn.type_cream.outlined:before{background-color:#f5ddbf}.g-btn.type_red{background-color:#f40;color:#fff}.no-touch .g-btn.type_red:hover{color:#fff}.g-btn.type_red.outlined{box-shadow:0 0 0 2px #f40 inset;color:#f40}.no-touch .g-btn.type_red.outlined:hover{color:#fff}.g-btn.type_red.outlined:before{background-color:#f40}.g-btn.type_lime{background-color:#baeb59;color:#656c57}.no-touch .g-btn.type_lime:hover{color:#fff}.g-btn.type_lime.outlined{box-shadow:0 0 0 2px #baeb59 inset;color:#656c57}.no-touch .g-btn.type_lime.outlined:hover{color:#656c57}.g-btn.type_lime.outlined:before{background-color:#baeb59}.g-alert{padding:0
20px;border-radius:5px}.g-alert-close{right:-38px;top:12px;font-size:20px;text-align:center;line-height:30px;height:30px;width:30px;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);opacity:0.3;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out}.no-touch .g-alert-close:hover{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}.g-alert-body{padding:15px
0}.g-alert-body
p{margin:0}.g-pagination-item{padding:0;margin:0
3px;font-size:17px;line-height:50px;height:50px;width:50px;position:relative;overflow:hidden;border-radius:50%;box-shadow:0 0 0 2px #e8e8e8 inset;color:#666}.g-pagination-item
span{position:relative}.no-touch .g-pagination-item:hover{color:#fff}.no-touch .g-pagination-item:before{display:block;content:'';position:absolute;top:0;left:0;height:0;width:100%;-webkit-transition:height 0.3s ease-out;transition:height 0.3s ease-out;background-color:#d13a7a}.no-touch .g-pagination-item:hover:before{height:100%}.g-pagination-item.active{box-shadow:none !important;background-color:#d13a7a;color:#fff !important}.g-pagination-item.to_prev,.g-pagination-item.to_next{display:none;padding:0
35px 0 15px;width:auto;box-shadow:none}.w-actionbox{margin-bottom:0;padding:30px
40px;border-radius:5px}.w-actionbox.controls_aside .w-actionbox-text{padding:0}.w-actionbox-text h1,
.w-actionbox-text h2,
.w-actionbox-text h3,
.w-actionbox-text
h4{margin:0
!important}.no-touch .w-actionbox-text a:hover{border-bottom:1px solid}.w-actionbox-text h3+p{margin:12px
0 0}.w-actionbox-controls{margin-top:30px}.w-actionbox-button.g-btn{margin:4px
8px}.w-actionbox.color_primary{background-color:#d13a7a;color:#fff}.g-html .w-actionbox.color_primary h1,
.g-html .w-actionbox.color_primary h2,
.g-html .w-actionbox.color_primary h3,
.g-html .w-actionbox.color_primary h4,
.g-html .w-actionbox.color_primary h5,
.g-html .w-actionbox.color_primary
h6{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.1)}.w-actionbox.color_primary .w-actionbox-text
a{color:#111}.no-touch .w-actionbox.color_primary .w-actionbox-text a:hover{color:#fff}.l-submain.color_alternate .w-actionbox.color_alternate,
.l-submain.color_primary .w-actionbox.color_primary{padding:0;background-color:transparent}.w-blog-entry{padding-bottom:35px;border-bottom:1px solid #e8e8e8}.w-blog-entry.sticky{padding:20px
20px 25px;margin-left:-20px;margin-right:-20px;border-radius:5px;border:2px
solid #d13a7a}.w-blog-entry-preview{position:relative}.w-blog-entry.format-image .w-blog-entry-preview:after,
.w-blog-entry.format-standard .w-blog-entry-preview:after{display:block;content:'';position:absolute;top:0;left:0;height:100%;width:100%;border-radius:3px;-webkit-transition:background-color 0.25s ease-out;transition:background-color 0.25s ease-out}.no-touch .w-blog-entry.format-image .w-blog-entry-link:hover .w-blog-entry-preview:after,
.no-touch .w-blog-entry.format-standard .w-blog-entry-link:hover .w-blog-entry-preview:after{background-color:rgba(255,255,255,0.35)}.w-blog-entry.format-quote .w-blog-entry-title{padding:0}.w-blog-entry.format-quote .w-blog-entry-title
blockquote{font-size:24px;line-height:34px;font-style:normal}.w-blog-entry.format-gallery .w-blog-entry-preview .w-gallery{margin-bottom:0}.w-blog-entry.format-video .w-blog-entry-preview{height:0;padding-bottom:56.25%;overflow:hidden}.w-blog-entry.format-video .w-blog-entry-preview iframe,
.w-blog-entry.format-video .w-blog-entry-preview object,
.w-blog-entry.format-video .w-blog-entry-preview
embed{position:absolute;top:0;left:0;width:100%;height:100%}.w-blog-entry-title{padding:0;margin-bottom:16px;color:#444}.w-blog-entry-preview + .w-blog-entry-link .w-blog-entry-title{margin-top:20px}.w-blog.imgpos_atleft .w-blog-entry-title,
.w-blog.imgpos_attop .w-blog-entry-title{margin-bottom:20px}.w-blog-entry-title-h{-webkit-transition:color 0.25s ease-out;transition:color 0.25s ease-out}.no-touch .w-blog-entry-link:hover .w-blog-entry-title-h{color:#d13a7a}.w-blog-entry-short{margin-bottom:-4px;padding-top:8px}.w-blog.more_hidden .w-blog-entry-short{margin-bottom:0}.w-blog.more_hidden .w-blog-entry-short p:last-child{margin-bottom:0}.no-touch .w-blog-entry-meta a:hover{border-bottom:1px solid}.w-blog-entry-meta-date,.w-blog-entry-meta-author,.w-blog-entry-meta-tags,.w-blog-entry-meta-comments{font-size:13px}.w-blog-entry-meta-date i,
.w-blog-entry-meta-author i,
.w-blog-entry-meta-tags i,
.w-blog-entry-meta-comments
i{font-size:14px;margin-right:4px;margin-left:1px;color:#999}.w-blog.imgpos_atleft .w-blog-entry-preview{border-radius:50%;max-width:350px}.w-blog.imgpos_atleft .w-blog-entry.format-audio .w-blog-entry-preview,
.w-blog.imgpos_atleft .w-blog-entry.format-gallery .w-blog-entry-preview,
.w-blog.imgpos_atleft .w-blog-entry.format-link .w-blog-entry-preview,
.w-blog.imgpos_atleft .w-blog-entry.format-quote .w-blog-entry-preview,
.w-blog.imgpos_atleft .w-blog-entry.format-status .w-blog-entry-preview,
.w-blog.imgpos_atleft .w-blog-entry.format-video .w-blog-entry-preview{height:auto;padding-bottom:0;border-radius:0}.w-blog.imgpos_atleft .w-blog-entry.format-audio .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-gallery .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-link .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-quote .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-status .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-video .w-blog-entry-preview-icon{display:block;height:0;width:100%;padding-bottom:100%;position:relative;border-radius:50%;-webkit-transition:color 0.25s ease-out;transition:color 0.25s ease-out;background-color:#f2f2f2;color:#999}.w-blog.imgpos_atleft .w-blog-entry.format-audio .w-blog-entry-link:hover .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-gallery .w-blog-entry-link:hover .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-link .w-blog-entry-link:hover .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-quote .w-blog-entry-link:hover .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-status .w-blog-entry-link:hover .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-video .w-blog-entry-link:hover .w-blog-entry-preview-icon{color:#d13a7a}.w-blog.imgpos_atleft .w-blog-entry.format-audio .w-blog-entry-preview-icon i,
.w-blog.imgpos_atleft .w-blog-entry.format-gallery .w-blog-entry-preview-icon i,
.w-blog.imgpos_atleft .w-blog-entry.format-link .w-blog-entry-preview-icon i,
.w-blog.imgpos_atleft .w-blog-entry.format-quote .w-blog-entry-preview-icon i,
.w-blog.imgpos_atleft .w-blog-entry.format-status .w-blog-entry-preview-icon i,
.w-blog.imgpos_atleft .w-blog-entry.format-video .w-blog-entry-preview-icon
i{display:block;position:absolute;top:50%;left:50%;font-size:50px;text-align:center;line-height:80px;height:80px;width:80px;margin:-40px 0 0 -40px;border-radius:50%}.w-blog.type_masonry .w-blog-list{margin:0;overflow:visible !important}.l-body.page-template-page-grid_blog-php .l-submain{overflow:hidden}.w-blog.type_masonry .w-blog-entry{border:none;padding:0;margin-bottom:0;text-align:center;width:33.333333%;box-shadow:0 1px 1px rgba(0,0,0,0);-webkit-transition:box-shadow 0.25s ease-out;transition:box-shadow 0.25s ease-out}.no-touch .w-blog.type_masonry .w-blog-entry:hover{box-shadow:0 2px 20px rgba(0,0,0,0.2);z-index:3}.w-blog.type_masonry .w-blog-entry.sticky{margin:0;padding:0;border:none;border-radius:0}.w-blog.type_masonry .w-blog-entry-link{display:block}.w-blog.type_masonry .w-blog-entry-preview{position:relative}.w-blog.type_masonry .w-blog-entry-preview:before{display:block;content:'';position:absolute;bottom:-17px;left:50%;margin-left:-15px;height:30px;width:30px;border-radius:5px;z-index:1;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#fff}.w-blog.type_masonry .w-blog-entry-title{font-size:20px;line-height:30px;padding:20px
30px 15px;margin-bottom:0}.w-blog.type_masonry .w-blog-entry.sticky .w-blog-entry-title{font-weight:700}.w-blog.type_masonry .w-blog-entry-body{padding:0
30px 30px}.w-blog.type_masonry .w-blog-entry.format-video .w-blog-entry-preview{display:block;height:60px;padding:20px
0 0;margin-bottom:-10px;font-size:33px}.w-blog.type_masonry .w-blog-entry.format-video .w-blog-entry-preview:before{display:none}.w-blog.type_masonry .w-blog-entry.format-video .w-blog-entry-preview-icon{-webkit-transition:color 0.25s ease-out;transition:color 0.25s ease-out;color:#999}.no-touch .w-blog.type_masonry .w-blog-entry.format-video .w-blog-entry-link:hover .w-blog-entry-preview-icon{color:#d13a7a}.w-blog.type_masonry .w-blog-entry.format-quote .w-blog-entry-title
blockquote{font-size:18px;line-height:26px;font-style:italic;padding:0;margin:0;border:none}.w-blog.type_masonry .w-blog-entry-meta-date,
.w-blog.type_masonry .w-blog-entry-meta-author,
.w-blog.type_masonry .w-blog-entry-meta-tags,
.w-blog.type_masonry .w-blog-entry-meta-comments{font-size:12px;line-height:16px;margin:0
10px 15px;color:#999}.w-blog.type_masonry .w-blog-entry-meta
a{color:#999}.no-touch .w-blog.type_masonry .w-blog-entry-meta a:hover{color:#666}.w-blog.type_masonry .w-blog-entry-short{display:block;padding-top:0}.w-blog.type_masonry+.w-blog-pagination{padding-top:30px}.w-blog-load{text-align:center;height:58px;padding-top:20px}.w-blog-load .w-blog-entry-more{margin:0;vertical-align:top}.w-blog-load
img{display:none}.w-bloglist{padding:30px
0 25px;border-bottom:1px solid #e8e8e8}.w-bloglist-title{margin-bottom:18px}.w-bloglist-title
i{margin-right:8px}.w-bloglist-entry{margin-bottom:8px}.no-touch .w-bloglist-entry-link:hover{border-bottom:1px solid}.w-bloglist-entry-date{font-size:13px;color:#999}.w-bloglist-entry-author{font-size:13px;color:#999}.w-bloglist-entry-short{display:block;font-size:14px;line-height:20px;clear:both;padding:6px
0}.w-bloglist.date_atbottom{background:none;border-bottom:none;padding:0;margin-bottom:0}.w-bloglist.date_atbottom .w-bloglist-entry{line-height:22px;margin-bottom:16px}.no-touch .w-bloglist.date_atbottom .w-bloglist-entry-link:hover{border-bottom:1px solid}.w-bloglist.date_atbottom .w-bloglist-entry-date{margin-top:3px;margin-right:10px}.w-bloglist.date_atbottom .w-bloglist-entry-author{display:block;margin-top:3px}.w-blogpost{padding-bottom:50px;border-bottom:1px solid #e8e8e8}.w-blogpost.format-quote .w-blogpost-title
blockquote{font-size:24px;line-height:34px;font-style:normal}.w-blogpost.format-image .w-blogpost-content>img{margin-bottom:20px}.w-blogpost.format-gallery .w-blogpost-content>.w-gallery{margin-bottom:30px}.w-blogpost.format-video .w-blogpost-content>.w-video{margin-bottom:30px}.w-blogpost h1.w-blogpost-title{margin-top:0}.w-blogpost-meta{margin-bottom:10px;color:#999}.no-touch .w-blogpost-meta a:hover{border-bottom:1px solid}.w-blogpost-meta-tags{margin-bottom:10px;margin-right:25px;vertical-align:top}.w-blogpost.meta_all .w-blogpost-meta-tags{display:inline-block}.w-blogpost-meta-date,.w-blogpost-meta-author,.w-blogpost-meta-tags,.w-blogpost-meta-comments{font-size:13px}.w-blogpost-meta-date i,
.w-blogpost-meta-author i,
.w-blogpost-meta-tags i,
.w-blogpost-meta-comments
i{font-size:16px;margin-right:4px}.w-blogpost .w-tags{margin-top:50px}.l-canvas.col_cont .w-blogpost-title,
.l-canvas.col_cont .w-blogpost-meta{text-align:center}.l-canvas.col_cont .w-blogpost-meta
div{margin:0
12px 15px}.w-cart{display:none;float:right;height:100%;margin-left:20px;position:relative;z-index:11}.w-cart.has_items{display:none}.w-cart-link{display:block;font-size:20px;text-align:center;border:none;color:#666}.w-cart-link:hover{color:#d13a7a}.w-cart-quantity{font-size:16px;font-weight:bold;line-height:1;margin:0
1px 0 4px;color:#d13a7a}.w-cart-notification{display:none;position:absolute;right:0;font-size:13px;line-height:20px;padding:18px
20px;width:240px;z-index:11;background-color:rgba(0,0,0,0.8);color:#ccc}.w-cart-notification .product-name{color:#fff}.w-cart-dropdown{display:none;position:absolute;right:0;padding:10px
20px 0;max-height:430px;min-width:280px;overflow-y:auto;box-shadow:0 8px 15px rgba(0,0,0,0.1);background-color:#fff}.w-cart:hover .w-cart-dropdown{display:block}.l-body.woocommerce-cart .w-cart:hover .w-cart-dropdown,
.l-body.woocommerce-checkout .w-cart:hover .w-cart-dropdown{display:none}.w-clients-item{border:2px
solid transparent;border-radius:5px;overflow:hidden;-webkit-transition:border 0.25s ease-out;transition:border 0.25s ease-out}.w-clients-item:hover{border-color:#d13a7a}.l-submain.color_primary .w-clients-item:hover{border-color:#fff}.w-clients-item
img{margin:0
auto}.w-clients.columns_5 .w-clients-item{height:136px;width:204px;margin-right:30px}.w-clients-nav{top:50%;margin-top:-25px;font-size:30px;text-align:center;line-height:50px;height:50px;width:50px;border-radius:50%;box-shadow:0 0 0 2px transparent inset;color:#666}.w-clients-nav:hover{box-shadow:0 0 0 2px #d13a7a inset;color:#d13a7a}.l-submain.color_primary .w-clients-nav:hover{box-shadow:0 0 0 2px #fff inset}.w-clients-nav.to_prev{left:-70px}.w-clients-nav.to_prev:before{display:block;content:'\f104';font-family:FontAwesome;margin-right:3px}.w-clients-nav.to_next{right:-70px}.w-clients-nav.to_next:before{display:block;content:'\f105';font-family:FontAwesome;margin-left:3px}.w-clients-nav.disabled,.w-clients-nav.disabled:hover{cursor:default;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);opacity:0.3;box-shadow:none !important;color:#666}.w-comments{margin-top:40px}.w-comments-title{margin-bottom:10px}.w-comments-title
i{margin-right:10px;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);opacity:0.4}.w-comments-list{padding-bottom:5px}.w-comments-item{padding-top:30px;border-top:1px solid #e8e8e8}.w-comments-list>.w-comments-item:first-child{border-top:none}.w-comments-item-meta{margin-bottom:15px}.w-comments-item-icon{top:30px;line-height:0;border-radius:50%;overflow:hidden}.w-comments-item-date{float:none;font-size:13px;color:#999}.w-comments-item-text{margin-bottom:-6px}.no-touch .w-comments-item-meta a:hover,
.no-touch .w-comments-item-text a:hover,
.no-touch .w-comments-item-answer a:hover{border-bottom:1px solid}.w-comments .g-pagination{font-size:13px;text-align:center}.w-comments .g-pagination
a{margin:0
10px}.no-touch .w-comments .g-pagination a:hover{border-bottom:1px solid}.w-comments-form{padding:0}.w-comments-form-title{font-size:20px;line-height:30px;margin:0
0 20px}.w-comments-form-text{margin:0
0 24px}.w-contacts-item-name{display:none}.no-touch .w-contacts a:hover{border-bottom:1px solid}.l-main .w-contacts-list{font-size:0;margin:0
-20px -20px}.l-main .w-contacts-item{display:inline-block;vertical-align:middle;min-height:50px;padding:0
20px;margin-bottom:20px;position:relative}.l-main .w-contacts-item
i{position:absolute;top:0;left:20px;text-align:center;font-size:20px;line-height:50px;height:50px;width:50px;border-radius:50%;box-shadow:0 0 0 2px #d13a7a inset;color:#d13a7a}.l-main .w-contacts-item-value{font-size:16px;line-height:26px;margin:12px
0 0 65px;white-space:normal}.l-subheader .w-contacts{margin-right:15px;font-size:13px;color:#999}.l-subheader.at_top .w-contacts{float:left}.l-subheader.at_middle .w-contacts{float:right;line-height:36px;margin-top:42px}.l-subheader .w-contacts-list{margin:0
-10px}.l-subheader .w-contacts-item{display:inline-block;vertical-align:top;overflow:visible;margin:0
10px;white-space:nowrap}.l-subheader .w-contacts-item
i{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);opacity:0.5}.l-subheader .w-contacts-item-value{display:inline-block;vertical-align:top;margin:0
0 0 5px}.l-subheader .w-contacts-item-value
a{color:#999}.no-touch .l-subheader .w-contacts-item-value a:hover{color:#666}.l-subfooter .w-contacts-item{position:relative}.l-subfooter .w-contacts-item
i{display:block;position:absolute;top:0;left:0;text-align:center;font-size:18px;line-height:21px;height:21px;width:21px}.l-subfooter .w-contacts-item-value{margin:0
0 12px 36px}.w-copyright{float:left}.w-counter{text-align:center;margin:0
auto;max-width:300px}.w-counter-number{font:70px/70px 'Noto Sans';color:#444}.w-counter.color_primary .w-counter-number{color:#d13a7a}.w-counter.color_secondary .w-counter-number{color:#666}.w-counter h6.w-counter-title{font-size:16px;line-height:24px;padding:10px
0 8px;margin:0}.w-filters{text-align:center;font-size:0;background-color:#f2f2f2}.w-filters-item{float:none;display:inline-block;vertical-align:top;font-size:14px}.w-filters-item-link{padding:0
15px;height:50px;line-height:50px;color:#666}.no-touch .w-filters-item-link:hover{background-color:#d13a7a;color:#fff}.w-filters-item.active .w-filters-item-link,
.no-touch .w-filters-item.active .w-filters-item-link:hover{background-color:#fff;color:#d13a7a}.w-gallery{margin-bottom:0}.w-gallery-tnails-h{text-align:center}.w-gallery-tnail-title{display:block;position:absolute;top:0;left:0;padding:0;width:100%;height:100%;-webkit-transition:box-shadow 0.25s ease-out;transition:box-shadow 0.25s ease-out;box-shadow:0 0 0 1px transparent inset}.no-touch .w-gallery-tnail:hover .w-gallery-tnail-title{box-shadow:0 0 0 8px #fff inset}.w-gallery-tnail-title
i{display:none}.w-gallery.type_masonry .w-gallery-tnails-h{margin:0}.w-gallery.type_masonry .w-gallery-tnail{margin:0;padding:0}.w-gallery.layout_tile .w-gallery-tnails-h{margin:0}.w-gallery.size_xs .w-gallery-tnail{height:114px;width:114px;margin:0}.w-gallery.size_s .w-gallery-tnail{height:190px;width:190px;margin:0}.w-gallery.size_m .w-gallery-tnail{height:228px;width:228px;margin:0}.w-gallery.size_l .w-gallery-tnail{height:285px;width:285px;margin:0}.w-icon{display:inline-block;vertical-align:top;margin:4px}.w-icon-link{display:block}.w-icon-link:hover{border:none !important}.w-icon.with_circle{text-align:center;border-radius:50%;overflow:hidden}.w-icon.color_text .w-icon-link{color:#666}.w-icon.color_text.with_circle .w-icon-link{background-color:#f2f2f2}.color_primary .w-icon.color_text .w-icon-link{color:#fff}.color_primary .w-icon.color_text.with_circle .w-icon-link{color:#666}.w-icon.color_border .w-icon-link{color:#e8e8e8}.w-icon.color_border.with_circle .w-icon-link{background-color:#e8e8e8;color:#fff}.w-icon.color_primary .w-icon-link{color:#d13a7a}.w-icon.color_primary.with_circle .w-icon-link{background-color:#d13a7a;color:#fff !important}.w-icon.color_secondary .w-icon-link{color:#666}.w-icon.color_secondary.with_circle .w-icon-link{background-color:#666;color:#fff !important}.w-icon.color_fade .w-icon-link{color:#999}.w-icon.color_fade.with_circle .w-icon-link{background-color:#f2f2f2}.no-touch .w-icon.color_fade.with_circle .w-icon-link:hover{color:#999}.w-icon.size_tiny{font-size:24px}.w-icon.size_tiny.with_circle{font-size:16px;line-height:36px;height:36px;width:36px}.w-icon.size_small{font-size:36px}.w-icon.size_small.with_circle{font-size:24px;line-height:48px;height:48px;width:48px}.w-icon.size_medium{font-size:48px}.w-icon.size_medium.with_circle{font-size:32px;line-height:60px;height:60px;width:60px}.w-icon.size_big{font-size:68px}.w-icon.size_big.with_circle{font-size:48px;line-height:86px;height:86px;width:86px}.w-icon.size_huge{font-size:90px}.w-icon.size_huge.with_circle{font-size:64px;line-height:110px;height:110px;width:110px}.w-iconbox{position:relative}.w-iconbox-link{display:inline}.w-iconbox-icon{position:relative;-webkit-transition:color 0.3s ease-out;transition:color 0.3s ease-out;color:#d13a7a}.w-iconbox-icon
i{vertical-align:top;line-height:inherit}.w-iconbox.with_img .w-iconbox-icon
i{display:none}.w-iconbox-icon-img{display:inline-block;vertical-align:middle;height:auto;margin:0
auto}.w-iconbox .w-iconbox-title{margin-bottom:0;-webkit-transition:color 0.3s ease-out;transition:color 0.3s ease-out}.no-touch .w-iconbox-link:hover .w-iconbox-title{color:#d13a7a}.w-iconbox-text p,
.w-iconbox-text ul,
.w-iconbox-text
ol{margin-bottom:12px}.w-iconbox.iconpos_left{text-align:left}.w-iconbox.iconpos_left .w-iconbox-icon{position:absolute;top:0;left:1px;font-size:36px;line-height:40px;height:40px;width:40px}.w-iconbox.iconpos_left.with_circle .w-iconbox-icon{font-size:28px;line-height:70px;height:70px;width:70px}.w-iconbox.iconpos_left .w-iconbox-icon-img{max-width:36px}.w-iconbox.iconpos_left.with_circle .w-iconbox-icon-img{max-width:30px}.w-iconbox.iconpos_left .w-iconbox-title{margin-left:55px;padding-top:5px;padding-bottom:15px}.w-iconbox.iconpos_left.with_circle .w-iconbox-title{margin-left:96px;margin-bottom:0;padding-top:0}.w-iconbox.iconpos_left.with_circle .w-iconbox-text{margin-left:96px}.w-iconbox.iconpos_top{text-align:center;max-width:350px;margin:0
auto}.w-iconbox.iconpos_top .w-iconbox-icon{font-size:70px;line-height:90px;height:90px;width:90px;margin:0
auto}.w-iconbox.iconpos_top.with_circle .w-iconbox-icon{font-size:36px}.w-iconbox.iconpos_top .w-iconbox-icon-img{max-width:60px}.w-iconbox.iconpos_top.with_circle .w-iconbox-icon-img{max-width:40px}.w-iconbox.iconpos_top .w-iconbox-title{padding:10px
0 18px}.w-iconbox.iconpos_top.with_circle .w-iconbox-title{padding:18px
0 15px}.w-iconbox.with_circle .w-iconbox-icon{text-align:center;overflow:hidden;border-radius:50%;box-shadow:0 0 0 2px #d13a7a inset}.no-touch .w-iconbox.with_circle .w-iconbox-link:hover .w-iconbox-icon{color:#fff}.w-iconbox.with_circle .w-iconbox-icon
i{position:relative}.no-touch .w-iconbox.with_circle .w-iconbox-icon:before{display:block;content:'';position:absolute;top:0;left:0;height:0;width:100%;-webkit-transition:height 0.3s ease-out;transition:height 0.3s ease-out;background-color:#d13a7a}.no-touch .w-iconbox.with_circle .w-iconbox-link:hover .w-iconbox-icon:before{height:100%}.no-touch .w-iconbox.with_circle.with_img .w-iconbox-link:hover .w-iconbox-icon:before{height:0}.l-subheader.at_top .w-lang{float:left}.l-subheader.at_middle .w-lang{float:right;line-height:36px;height:36px;margin-right:20px;margin-top:42px}.w-lang.layout_dropdown .w-lang-list{padding-top:36px;box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-sizing:content-box;box-sizing:content-box}.w-lang-item{padding:0
30px 0 10px}.w-lang-list .w-lang-item{line-height:30px;background-color:#f5f5f5;color:#999}.no-touch .w-lang-list .w-lang-item:hover{color:#666}.w-lang-item-title{font-size:13px;vertical-align:top}.w-lang-current{position:relative;cursor:pointer;-webkit-transition:color 0.25s ease-out;transition:color 0.25s ease-out;color:#999}.no-touch .w-lang-current:hover{color:#666}.w-lang-current:before{display:block;content:"\f107";position:absolute;top:0;right:10px;font-size:20px;font-family:FontAwesome;cursor:pointer}.w-links-item{line-height:22px;padding:7px
18px;position:relative}.w-links-anchor{display:inline;padding:0;position:static}.no-touch .w-links-anchor:hover{border-bottom:1px solid}.w-links-anchor:before{display:block;position:absolute;top:8px;left:2px;content:'\f105';font-size:16px;font-family:FontAwesome;font-style:normal;font-weight:normal;color:#999}.w-logo{float:left;height:100%}.w-logo-h{height:100%}.w-logo-link{display:block;height:100%;color:#666}.no-touch .w-logo-link:hover{color:#333}.w-logo-img{display:inline-block;vertical-align:middle;max-height:100%;height:30px;-webkit-transition:height 0.1s ease;transition:height 0.1s ease}.l-header.state_sticky .w-logo-img{height:30px}.w-logo-title{font-family:'Noto Sans';line-height:inherit}.w-map
img{max-width:none}.w-map
label{display:inline;width:auto}.l-subheader.at_middle .w-nav{float:right}.l-subheader.at_bottom .w-nav{float:left}.l-subheader .w-nav-control{float:right;font-size:21px;text-align:center;height:auto;width:50px;cursor:pointer;color:#666}.l-subheader.at_bottom .w-nav-control{float:none;text-align:left}.l-subheader .w-nav-list.level_2,
.l-subheader .w-nav-list.level_3{min-width:200px}.l-subheader .w-nav-item{font-size:16px;line-height:inherit}.l-subheader .w-nav-anchor.level_1{padding:0
20px;height:100%;color:#666}.no-touch .l-subheader .w-nav-item.level_1:hover .w-nav-anchor.level_1{color:#d13a7a}.l-subheader .w-nav-item.level_1.active .w-nav-anchor.level_1,
.l-subheader .w-nav-item.level_1.current-menu-item .w-nav-anchor.level_1,
.l-subheader .w-nav-item.level_1.current-menu-ancestor .w-nav-anchor.level_1{color:#d13a7a}.l-subheader .w-nav-arrow{display:none;position:absolute;top:0;right:0;font-family:FontAwesome;font-size:20px;font-weight:normal;line-height:inherit;height:100%;width:20px}.l-subheader .w-nav-arrow:before{content:'\f107'}.l-subheader .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-arrow{display:block;line-height:40px}.l-subheader .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-arrow:before{content:'\f105'}.l-subheader .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-title{padding-right:20px}.no-touch .l-subheader .w-nav-anchor.level_1:after{display:block;content:'';position:relative;left:0;top:-43px;margin:0
auto -2px;height:2px;width:100%;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;-webkit-transition:all 0.25s ease-out;transition:all 0.25s ease-out;background-color:#d13a7a}.no-touch .l-subheader.at_middle .w-nav-item.level_1:hover .w-nav-anchor.level_1:after{top:-47px;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}.no-touch .l-header.state_sticky .l-subheader.at_middle .w-nav-anchor.level_1:after{top:-13px}.no-touch .l-header.state_sticky .l-subheader.at_middle .w-nav-item.level_1:hover .w-nav-anchor.level_1:after{top:-17px}.no-touch .l-subheader.at_bottom .w-nav-anchor.level_1:after{display:none;top:-8px}.no-touch .l-subheader.at_bottom .w-nav-item.level_1:hover .w-nav-anchor.level_1:after{top:-12px;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}.l-subheader .w-nav-list.level_2,
.l-subheader .w-nav-list.level_3{box-shadow:0 8px 15px rgba(0,0,0,0.1)}.l-subheader .w-nav-anchor.level_2,
.l-subheader .w-nav-anchor.level_3{font-size:14px;line-height:20px;padding:10px
20px;white-space:nowrap;-webkit-transition:color 0.1s ease-out, background-color 0.1s ease-out;transition:color 0.1s ease-out, background-color 0.1s ease-out;background-color:#fff;color:#666}.l-subheader .w-nav-item.level_2.active .w-nav-anchor.level_2,
.l-subheader .w-nav-item.level_3.active .w-nav-anchor.level_3,
.l-subheader .w-nav-item.level_2.current-menu-item .w-nav-anchor.level_2,
.l-subheader .w-nav-item.level_3.current-menu-item .w-nav-anchor.level_3,
.l-subheader .w-nav-item.level_2.current-menu-ancestor .w-nav-anchor.level_2,
.l-subheader .w-nav-item.level_3.current-menu-ancestor .w-nav-anchor.level_3{color:#d13a7a}.no-touch .l-subheader .w-nav-item.level_2:hover .w-nav-anchor.level_2,
.no-touch .l-subheader .w-nav-item.level_3:hover .w-nav-anchor.level_3{background-color:#d13a7a;color:#fff}.l-subheader .w-nav.touch_enabled{float:none}.l-subheader .w-nav.touch_enabled .w-nav-control{display:block}.l-subheader .w-nav.touch_enabled .w-nav-list.level_1{clear:both;margin:0
-40px;padding:0
40px}.l-subheader .w-nav.touch_enabled .w-nav-item{float:none;width:100%;line-height:26px;box-shadow:0 1px 0 rgba(0,0,0,0.06) inset}.l-subheader .w-nav.touch_enabled .w-nav-anchor.level_1:after{display:none}.l-subheader .w-nav.touch_enabled .w-nav-item.level_1.has_sublevel .w-nav-anchor.level_1 .w-nav-arrow,
.l-subheader .w-nav.touch_enabled .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-arrow{display:block;font-size:26px;text-align:center;line-height:46px;width:50px}.l-subheader .w-nav.touch_enabled .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-arrow:before{content:'\f107'}.l-subheader .w-nav.touch_enabled .w-nav-item.level_1.has_sublevel .w-nav-anchor.level_1 .w-nav-title,
.l-subheader .w-nav.touch_enabled .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-title{padding-right:50px}.l-subheader .w-nav.touch_enabled .w-nav-item.level_1.open .w-nav-anchor.level_1 .w-nav-arrow,
.l-subheader .w-nav.touch_enabled .w-nav-item.level_2.open .w-nav-anchor.level_2 .w-nav-arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.l-subheader .w-nav.touch_enabled .w-nav-list.level_2,
.l-subheader .w-nav.touch_enabled .w-nav-list.level_3{display:block;position:relative;left:0;top:0;padding:0
0 0 20px;box-shadow:none}.l-subheader .w-nav.touch_enabled .w-nav-anchor.level_2,
.l-subheader .w-nav.touch_enabled .w-nav-anchor.level_3{line-height:26px}.l-subheader .w-nav.touch_enabled .w-nav-anchor.level_1,
.l-subheader .w-nav.touch_enabled .w-nav-anchor.level_2,
.l-subheader .w-nav.touch_enabled .w-nav-anchor.level_3{text-align:left;padding:10px
0;margin:0;background-color:transparent !important}.l-subheader .w-nav.touch_enabled .w-nav-item.level_1.active .w-nav-anchor.level_1,
.l-subheader .w-nav.touch_enabled .w-nav-item.level_2.active .w-nav-anchor.level_2,
.l-subheader .w-nav.touch_enabled .w-nav-item.level_3.active .w-nav-anchor.level_3,
.l-subheader .w-nav.touch_enabled .w-nav-item.level_1.current-menu-item .w-nav-anchor.level_1,
.l-subheader .w-nav.touch_enabled .w-nav-item.level_2.current-menu-item .w-nav-anchor.level_2,
.l-subheader .w-nav.touch_enabled .w-nav-item.level_3.current-menu-item .w-nav-anchor.level_3,
.l-subheader .w-nav.touch_enabled .w-nav-item.level_1.current-menu-ancestor .w-nav-anchor.level_1,
.l-subheader .w-nav.touch_enabled .w-nav-item.level_2.current-menu-ancestor .w-nav-anchor.level_2,
.l-subheader .w-nav.touch_enabled .w-nav-item.level_3.current-menu-ancestor .w-nav-anchor.level_3{color:#d13a7a}.w-nav.layout_ver .w-nav-list{list-style:none;margin:0}.w-nav.layout_ver .w-nav-list .w-nav-item{padding:0;margin:0}.w-nav.layout_ver  .w-nav-list .w-nav-anchor{padding:9px
20px 10px 20px;font-size:15px;line-height:25px;border-bottom:1px solid #e8e8e8;color:#666}.w-nav.layout_ver  .w-nav-list .w-nav-anchor:before{display:block;position:absolute;top:10px;left:2px;content:'\f105';font-family:FontAwesome;font-style:normal;font-weight:normal;color:#999}.no-touch .w-nav.layout_ver  .w-nav-list .w-nav-anchor:hover{padding:9px
16px 10px 24px;color:#d13a7a}.w-nav.layout_ver .w-nav-item.active>.w-nav-anchor{color:#d13a7a}.w-nav.layout_ver  .w-nav-list .w-nav-anchor.level_2{padding:9px
20px 10px 40px}.w-nav.layout_ver  .w-nav-list .w-nav-anchor.level_2:before{left:22px}.no-touch .w-nav.layout_ver .w-nav-item.level_2:hover .w-nav-anchor.level_2{padding:9px
16px 10px 44px}.w-nav.layout_ver  .w-nav-list .w-nav-anchor.level_3{padding:9px
20px 10px 60px}.w-nav.layout_ver  .w-nav-list .w-nav-anchor.level_3:before{left:42px}.no-touch .w-nav.layout_ver .w-nav-item.level_3:hover .w-nav-anchor.level_3{padding:9px
16px 10px 64px}.l-subfooter.at_bottom .w-nav{float:right}.l-subfooter.at_bottom .w-nav-item{font-size:inherit;line-height:inherit}.l-subfooter.at_bottom .w-nav-anchor.level_1{display:inline;padding:0;margin:0
10px}.l-subfooter.at_bottom .w-nav-list.level_2{display:none !important}.w-pagehead{text-align:center}.g-html .w-pagehead
h1{margin:0}.w-pagehead
p{line-height:22px;margin:6px
0 0;color:#999}.l-submain.color_primary .w-pagehead
p{color:#fff !important;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);opacity:0.7}.w-pagehead .g-breadcrumbs{font-size:13px;line-height:24px;margin:8px
0 4px}.no-touch .g-breadcrumbs a:hover{border-bottom:1px solid}.g-breadcrumbs-item{margin:0
4px}.g-breadcrumbs-separator{display:inline-block;vertical-align:top;width:6px;height:9px;margin:0
4px}.w-pagehead-nav{font-size:0;text-align:center;overflow:hidden;margin:16px
0 -6px}.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item{display:inline-block;vertical-align:top;font-size:30px;line-height:50px;height:50px;width:50px;margin:0
2px;border-radius:50%;box-shadow:0 0 0 2px transparent inset;color:#999}.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item.type_all{font-size:21px}.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item.type_all:before{display:block;content:'\f00a';font-family:FontAwesome;margin-top:2px}.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item.type_next:before{display:block;content:'\f105';font-family:FontAwesome;margin-left:2px}.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item.type_prev:before{display:block;content:'\f104';font-family:FontAwesome;margin-right:2px}.no-touch .w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item:hover{box-shadow:0 0 0 2px #d13a7a inset;color:#d13a7a}.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item
i{line-height:inherit}.w-pagehead.type_row
h1{float:left;font-size:24px;line-height:34px;margin:3px
0}.w-pagehead.type_row
p{float:left;margin:12px
0 0 22px}.w-pagehead.type_row .g-breadcrumbs{float:right}.w-pagehead.type_row .w-pagehead-nav{float:right;margin:-5px 0}.w-portfolio-list-h{margin:5px
-5px}.w-portfolio.indents_none .w-portfolio-list-h{margin:0}.w-portfolio-item{margin-bottom:0;padding:5px}.w-portfolio.indents_none .w-portfolio-item{padding:0}.w-portfolio.columns_5 .w-portfolio-item{width:20%}.w-portfolio.columns_5.type_sortable .w-portfolio-item{width:19.9999%}.w-portfolio.columns_4 .w-portfolio-item{width:25%}.w-portfolio.columns_4.type_sortable .w-portfolio-item{width:24.96%}.w-portfolio.columns_3 .w-portfolio-item{width:33.33333333%}.w-portfolio.columns_3.type_sortable .w-portfolio-item{width:33.3%}.w-portfolio.columns_2 .w-portfolio-item{width:50%}.w-portfolio.columns_2.type_sortable .w-portfolio-item{width:49.9999%}.w-portfolio-item-anchor{display:block;overflow:hidden}.w-portfolio-item-image{position:static;overflow:visible;z-index:10}.no-touch .w-portfolio-item-image{height:0;padding-bottom:66.6666%}.no-touch .w-portfolio.ratio_4-3 .w-portfolio-item-image{padding-bottom:75%}.no-touch .w-portfolio.ratio_1-1 .w-portfolio-item-image{padding-bottom:100%}.no-touch .w-portfolio.ratio_3-4 .w-portfolio-item-image{padding-bottom:133.3333%}.no-touch .w-portfolio.ratio_2-3 .w-portfolio-item-image{padding-bottom:150%}.w-portfolio-item-meta{padding:0;position:relative;background-color:#fff}.no-touch .w-portfolio-item-meta{position:absolute;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform 0.25s ease-out;transition:transform 0.25s ease-out}.no-touch .w-portfolio-item-anchor:hover .w-portfolio-item-meta{-webkit-transform:translateY(0);transform:translateY(0)}.w-portfolio .w-portfolio-item .w-portfolio-item-title{font:15px/22px 'Open Sans', sans-serif;text-align:center;padding:14px;margin:0;color:#444}.w-portfolio-item-arrow{display:block;position:absolute;top:-10px;left:50%;margin-left:-15px;height:24px;width:24px;border-radius:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:top 0.25s ease-out;transition:top 0.25s ease-out;background-color:#fff}.no-touch .w-portfolio-item-arrow{top:4px}.no-touch .w-portfolio-item-anchor:hover .w-portfolio-item-arrow{top:-10px}.no-touch .w-portfolio-item-image-first{margin:0;-webkit-transition:margin 0.25s ease-out;transition:margin 0.25s ease-out}.no-touch .w-portfolio-item-anchor:hover .w-portfolio-item-image-first{margin-top:-30px}.w-portfolio-item-image-second{display:none}.no-touch .w-portfolio-item-image-second{display:inline-block;margin:0;-webkit-transition:margin 0.5s ease-out;transition:margin 0.5s ease-out}.no-touch .w-portfolio.ratio_1-1 .w-portfolio-item-image-second{-webkit-transition:margin 0.3s ease-out;transition:margin 0.3s ease-out}.no-touch .w-portfolio-item-anchor:hover .w-portfolio-item-image-second{margin-top:-100%}.no-touch .w-portfolio.ratio_3-4 .w-portfolio-item-anchor:hover .w-portfolio-item-image-second{margin-top:-126%}.no-touch .w-portfolio.ratio_2-3 .w-portfolio-item-anchor:hover .w-portfolio-item-image-second{margin-top:-142%}.w-portfolio-pagination{padding-top:30px}.w-pricing{margin-bottom:10px}.w-pricing-item-h{margin:10px
0;border-bottom:1px solid #e8e8e8;box-shadow:1px 0 0 rgba(0,0,0,0.08) inset}.w-pricing-item:first-child .w-pricing-item-h{border-radius:8px 0 0 8px}.w-pricing-item:last-child .w-pricing-item-h{border-radius:0 8px 8px 0}.l-submain.color_primary .w-pricing-item-h{border-color:1px solid #fff}.w-pricing-item:first-child .w-pricing-item-h,
.w-pricing-item:first-child .w-pricing-item-title,
.w-pricing-item:first-child .w-pricing-item-price{box-shadow:none}.w-pricing-item-header{margin-bottom:20px}.w-pricing-item-title{font:20px/20px 'Noto Sans', sans-serif;padding:25px
0 10px;box-shadow:1px 0 0 rgba(0,0,0,0.05) inset;background-color:#f2f2f2;color:#444}.w-pricing-item:first-child .w-pricing-item-title{border-radius:8px 0 0 0}.w-pricing-item:last-child .w-pricing-item-title{border-radius:0 8px 0 0}.w-pricing-item-price{font:300 44px/44px 'Noto Sans', sans-serif;padding:0
20px 20px;box-shadow:1px 0 0 rgba(0,0,0,0.05) inset;background-color:#f2f2f2;color:#444}.w-pricing-item-price
small{display:block;font-size:13px;line-height:22px;font-weight:normal;margin-top:4px}.w-pricing-item .w-pricing-item-features{list-style-type:none;margin:0;padding:0}.w-pricing-item .w-pricing-item-features
li{padding:10px;margin:0}.w-pricing-item-footer{padding:30px
0}.w-pricing-item.type_featured .w-pricing-item-h{margin:0;position:relative;box-shadow:0 1px 10px rgba(0,0,0,0.15);border-radius:8px}.w-pricing-item.type_featured .w-pricing-item-title{padding:30px
0 15px;border-radius:8px 8px 0 0;box-shadow:none;background-color:#d13a7a;color:#fff}.w-pricing-item.type_featured .w-pricing-item-price{box-shadow:none;background-color:#d13a7a;color:#fff}.w-pricing-item.type_featured .w-pricing-item-footer{padding-bottom:40px}.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-h,
.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-title,
.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-price{box-shadow:none}.w-search{margin-bottom:40px}.w-search-form{min-width:100px}.w-search-input
input{padding:0
10px}.w-search.submit_inside .w-search-input
input{padding-right:42px}.w-search.submit_inside .w-search-submit{border:none;height:42px;width:42px;top:0;right:0;padding:0}.w-search.submit_inside .w-search-submit:before{display:block;position:absolute;top:0;left:12px;content:'\f002';font-size:16px;line-height:40px;font-family:FontAwesome;font-style:normal;font-weight:normal;-webkit-transition:color 0.25s ease-out;transition:color 0.25s ease-out;color:#999}.w-search.submit_inside .w-search-submit:hover:before{color:#444}.w-search.submit_inside .w-search-submit
input{position:absolute;top:0;left:0;height:42px;width:42px;margin:0;padding:0;text-indent:-9999px;box-shadow:none !important;background:none;border:none}.l-subheader .w-search{float:right;line-height:inherit;height:100%;width:36px;margin:0
0 0 10px;position:relative;z-index:11}.l-subheader .w-search-show{display:block;font-size:18px;line-height:inherit;text-align:center;color:#666}.no-touch .l-subheader .w-search-show:hover{color:#d13a7a}.l-subheader .w-search-show
i{line-height:inherit;vertical-align:top}.l-subheader .w-search-form{position:fixed;left:0;top:-100%;height:100%;width:100%;z-index:100;color:#fff}.l-subheader .w-search-form:before{display:block;content:'';position:absolute;left:0;top:0;height:100%;width:100%;z-index:-1;opacity:0.96;background-color:#d13a7a}.l-subheader .w-search-form-h{display:table;height:100%;width:100%}.l-subheader .w-search-form-row{display:table-cell;vertical-align:middle;text-align:center;width:100%}.l-subheader .w-search-label{font-size:2em;line-height:1.6em;color:#fff}.l-subheader .w-search-input{width:80%;margin:0
auto}.l-subheader .w-search-input
input{font-size:5em;line-height:1em;text-align:center;height:auto;padding:0;border:none;border-radius:0;box-shadow:none !important;background-color:transparent;color:#fff}.l-subheader .w-search.submit_inside .w-search-submit{display:none}.l-subheader .w-search-close{display:block;position:absolute;top:0;right:0;font-size:40px;line-height:80px;height:80px;width:80px;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);opacity:0.5;color:#fff}.no-touch .l-subheader .w-search-close:hover{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}.w-shortblog.columns_2 .w-shortblog-list,
.w-shortblog.columns_3 .w-shortblog-list{margin-left:-30px;margin-right:-30px}.w-shortblog.columns_2 .w-shortblog-entry,
.w-shortblog.columns_3 .w-shortblog-entry{min-height:75px;padding-left:30px;padding-right:30px}.w-shortblog.date_atleft .w-shortblog-entry-title,
.w-shortblog.date_atleft .w-shortblog-entry-meta,
.w-shortblog.date_atleft .w-shortblog-entry-short{margin-left:110px}.w-shortblog-entry-title{margin-bottom:16px}.w-shortblog-entry-title-h{color:#d13a7a;-webkit-transition:color 0.25s ease-out;transition:color 0.25s ease-out}.no-touch .w-shortblog-entry-link:hover .w-shortblog-entry-title-h{border-bottom:1px solid;color:#666}.w-shortblog-entry-meta-date{font-family:'Noto Sans',sans-serif;text-align:center;height:80px;width:80px;padding:18px
0 0;border-radius:50%;box-shadow:0 0 0 2px #999 inset;color:#444}.w-shortblog-entry-meta-date-day{display:block;font-size:26px;line-height:32px}.w-shortblog-entry-meta-date-month{display:block;font-size:14px;line-height:14px;text-transform:uppercase}.w-shortblog-entry-meta-date-year{display:none}.w-shortblog-entry .w-shortblog-entry-short
p{margin-bottom:0}.w-socials-list{margin-bottom:-5px}.w-socials-item{background:none !important}.w-socials-item-link,
.l-subfooter.at_top .w-socials-item-link{position:relative;height:36px;width:36px;border-radius:5px;overflow:hidden}.w-socials-item-link{box-shadow:0 0 0 2px #e8e8e8 inset;color:#666}.l-subfooter.at_top .w-socials-item-link{box-shadow:0 0 0 2px #222 inset;color:#808080}.w-socials-item-link:hover{border:none !important;color:#fff !important}.w-socials.size_normal .w-socials-item-link{height:46px;width:46px}.w-socials.size_big .w-socials-item-link{height:54px;width:54px}.w-socials-item-link
i{font-size:16px;line-height:36px;position:relative}.w-socials.size_normal .w-socials-item-link
i{font-size:20px;line-height:46px}.w-socials.size_big .w-socials-item-link
i{font-size:24px;line-height:54px}.w-socials-item .w-socials-item-link:before{display:block;content:'';position:absolute;top:0;left:0;height:0;width:100%;-webkit-transition:height 0.3s ease-out;transition:height 0.3s ease-out}.w-socials-item:hover .w-socials-item-link:before{height:100%}.w-socials-item.rss .w-socials-item-link:before{background-color:#ff9702}.w-socials-item.facebook .w-socials-item-link:before{background-color:#3b5998}.w-socials-item.twitter .w-socials-item-link:before{background-color:#00acee}.w-socials-item.gplus .w-socials-item-link:before{background-color:#c63b1e}.w-socials-item.linkedin .w-socials-item-link:before{background-color:#0073b2}.w-socials-item.youtube .w-socials-item-link:before{background-color:#cd332d}.w-socials-item.vimeo .w-socials-item-link:before{background-color:#20b9eb}.w-socials-item.email .w-socials-item-link:before{background-color:#697277}.w-socials-item.skype .w-socials-item-link:before{background-color:#00aff0}.w-socials-item.flickr .w-socials-item-link:before{background-color:#ff0084}.w-socials-item.pinterest .w-socials-item-link:before{background-color:#cb2027}.w-socials-item.tumblr .w-socials-item-link:before{background-color:#2c4762}.w-socials-item.blogger .w-socials-item-link:before{background-color:#fc9947}.w-socials-item.dribbble .w-socials-item-link:before{background-color:#ea4c89}.w-socials-item.vk .w-socials-item-link:before{background-color:#4e7299}.w-socials-item.instagram .w-socials-item-link:before{background-color:#a17357}.w-socials-item-popup{display:block;left:0;bottom:44px;visibility:hidden;border-radius:3px;z-index:10;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;transform:translateY(-20px);-webkit-transition:opacity 0.2s ease-out 0.3s;transition:transform 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.3s}.w-socials-item:hover .w-socials-item-popup{visibility:visible;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1;transform:translateY(0)}.w-socials.size_normal .w-socials-item-popup{bottom:56px}.w-socials.size_big .w-socials-item-popup{bottom:62px}.l-subheader .w-socials{float:right}.l-subheader.at_middle .w-socials{margin-top:42px}.l-subheader .w-socials-list,
.l-subheader .w-socials-item{margin:0}.l-subheader.at_top .w-socials-item-link{border-radius:0;box-shadow:none}.l-subheader.at_middle .w-socials-item-link{line-height:36px;border-radius:3px;box-shadow:none}.l-subheader .w-socials-item-popup{display:none !important}.w-tabs-list{background-color:#f2f2f2}.w-tabs-item{padding:14px
24px;border-top:2px solid transparent;-webkit-transition:background-color 0.25s ease-out, color 0.25s ease-out;transition:background-color 0.25s ease-out, color 0.25s ease-out}.no-touch .w-tabs-item:hover{background-color:rgba(0,0,0,0.025);color:#444}.w-tabs-item.active,
.no-touch .w-tabs-item.active:hover{box-shadow:none;background-color:#fff;border-color:#d13a7a;color:#d13a7a}.w-tabs.layout_accordion .w-tabs-section-title-text,.w-tabs-item-title{font-size:18px;line-height:26px}.w-tabs-section-content-h{padding:30px
0 20px}.w-tabs-section-content-h p:last-child,
.w-tabs-section-content-h ul:last-child,
.w-tabs-section-content-h ol:last-child{margin-bottom:0}.w-tabs-section-title{padding:14px
20px}.w-tabs-item-icon{font-size:18px;line-height:26px;text-align:center;top:14px;left:22px}.w-tabs-section-title-icon{font-size:18px;line-height:24px;text-align:center;top:14px;left:18px;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);opacity:0.5;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out}.no-touch .w-tabs-section-title:hover .w-tabs-section-title-icon,
.w-tabs-section.active .w-tabs-section-title-icon{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}.w-tabs-item.with_icon .w-tabs-item-title,
.w-tabs-section.with_icon .w-tabs-section-title-text{margin-left:32px}.w-tabs.layout_accordion{border-bottom:1px solid #e8e8e8}.w-tabs.layout_accordion .w-tabs-section{border-top:1px solid #e8e8e8}.w-tabs.layout_accordion .w-tabs-section-title{-webkit-transition:background-color 0.25s ease-out, color 0.25s ease-out;transition:background-color 0.25s ease-out, color 0.25s ease-out}.no-touch .w-tabs.layout_accordion .w-tabs-section-title:hover{background-color:rgba(0,0,0,0.04)}.w-tabs.layout_accordion .w-tabs-section.active .w-tabs-section-title{color:#d13a7a}.w-tabs.layout_accordion .w-tabs-section-content-h{padding:15px
20px 30px}.w-tabs.layout_accordion .w-tabs-section-title-control{top:12px;right:20px;font-size:24px;line-height:24px;height:24px;width:24px;text-align:center;transition:transform 0.25s ease-out}.w-tabs.layout_accordion .w-tabs-section.active .w-tabs-section-title-control{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.w-tags.layout_block .w-tags-item{margin:0
3px 3px 0}.w-tags.layout_block .w-tags-item-link{padding:3px
10px 4px;font-size:13px;border-radius:3px;box-shadow:0 0 0 2px #e8e8e8 inset;color:#666}.no-touch .w-tags.layout_block .w-tags-item-link:hover{box-shadow:0 0 0 2px #d13a7a inset;color:#d13a7a}.w-tags.layout_block.title_atleft .w-tags-title-h{line-height:24px;padding:3px
0}.w-team-member{display:block;margin:0
auto;max-width:350px;padding:0}.w-team-member-image{float:none;height:100%;width:100%;overflow:visible}.no-touch .w-team-member-image{height:0;padding-bottom:100%;border-radius:50%;overflow:hidden}.w-team-member-image
img{border-radius:50%}.w-team-member-links{position:relative;top:0;min-height:0}.no-touch .w-team-member-links{position:absolute;top:-100%;-webkit-transition:top 0.3s ease-out;transition:top 0.3s ease-out;background-color:#d13a7a}.w-team-member-links-list{padding:8px
0}.w-team-member-links-item{font-size:18px;line-height:40px;height:40px;width:40px;margin:4px;position:relative;overflow:hidden;border-radius:50%;box-shadow:0 0 0 2px #e8e8e8 inset;color:inherit}.no-touch .w-team-member-links-item{font-size:22px;line-height:50px;height:50px;width:50px;box-shadow:0 0 0 2px #fff inset;color:#fff}.no-touch .w-team-member-links-item:before{display:block;content:'';position:absolute;top:0;left:0;height:0;width:100%;-webkit-transition:height 0.3s ease-out;transition:height 0.3s ease-out;background-color:#fff}.no-touch .w-team-member-links-item:hover:before{height:100%}.w-team-member-links-item
i{position:relative}.color_alternate .w-team-member-links-item{color:#fff}.no-touch .w-team-member-links-item:hover,
.no-touch .l-submain.color_alternate .w-team-member-links-item:hover,
.no-touch .l-submain.color_primary .w-team-member-links-item:hover{color:#666}.w-team-member-meta{margin-left:0;min-height:0;padding:0;text-align:center}.no-touch .w-team-member-meta{padding-top:15px}.w-team-member-meta .w-team-member-name{margin-bottom:6px}.w-team-member-link .w-team-member-name{color:#d13a7a;-webkit-transition:color 0.2s ease-out;transition:color 0.2s ease-out}.no-touch .w-team-member-link:hover .w-team-member-name{color:#666}.no-touch .w-team-member-link:hover .w-team-member-name
span{border-bottom:1px solid}.w-team-member-role{font-size:13px;margin-bottom:10px;color:#999}.w-team-member-description
p{margin-bottom:0}.w-testimonial{position:relative;padding:30px
32px;border-radius:5px;-webkit-transition:box-shadow 0.25s ease-out, color 0.25s ease-out;transition:box-shadow 0.25s ease-out, color 0.25s ease-out;box-shadow:0 0 0 2px #e8e8e8 inset}.no-touch .w-testimonial:hover{box-shadow:0 0 0 2px #d13a7a inset;color:#444}.w-testimonial-h
blockquote{background:none;border:none;margin:0;padding:0;font:inherit}.w-testimonial  .w-testimonial-text{display:block;font-size:18px;font-style:italic;line-height:28px}.w-testimonial-person{font-size:13px;padding:16px
0 0;position:relative}.w-testimonial-person
i{font-size:20px;margin-right:10px;color:#999}.w-testimonial-person-name{font-weight:bold}.w-timeline-list{margin:10px
0 35px}.w-timeline-list:before{height:2px;top:39px;left:1px;right:1px;width:auto;background-color:#e8e8e8}.w-timeline-item{height:80px;width:80px;overflow:hidden;border-radius:50%;-webkit-transition:color 0.25s ease-out;transition:color 0.25s ease-out;box-shadow:0 0 0 2px #d13a7a inset;background-color:#fff;color:#444}.w-timeline-item:before{display:block;content:'';position:absolute;top:0;left:0;height:0;width:100%;-webkit-transition:height 0.3s ease-out;transition:height 0.3s ease-out;background-color:#d13a7a}.no-touch .w-timeline-item:hover:before,.w-timeline-item.active:before{height:100%}.no-touch .w-timeline-item:hover,.w-timeline-item.active{color:#fff}.w-timeline-item-bullet{display:none}.w-timeline-item-title{font-size:17px;line-height:80px;position:rekative;top:0}.w-timeline-section{overflow:hidden}.w-timeline.type_vertical .w-timeline-section:before{display:block;content:'';position:absolute;top:0;left:50%;height:100%;width:4px;margin-left:-2px;background-color:#d13a7a}.w-timeline-section-title{text-align:center;height:60px;width:60px;padding:0;margin:10px
auto 0;position:relative;z-index:12;overflow:hidden;border-radius:50%;-webkit-transition:color 0.25s ease-out;transition:color 0.25s ease-out;box-shadow:0 0 0 2px #d13a7a inset;background-color:#fff;color:#444}.w-timeline-section-title:before{display:block;content:'';position:absolute;top:0;left:0;height:0;width:100%;-webkit-transition:height 0.3s ease-out;transition:height 0.3s ease-out;background-color:#d13a7a}.no-touch .w-timeline-section-title:hover:before,
.w-timeline-section.active .w-timeline-section-title:before{height:100%}.w-timeline-section:first-child .w-timeline-section-title{margin-top:0}.no-touch .w-timeline-section-title:hover,
.w-timeline-section.active .w-timeline-section-title{color:#fff}.w-timeline-section-title-bullet{display:none}.w-timeline-section-title-text{font-size:16px;height:60px;line-height:60px;margin-left:0;position:relative;z-index:13}.w-timeline-section-content{border-radius:5px;padding:0
0 15px}.w-timeline.type_vertical .w-timeline-section-content{padding:49px
20px 15px;margin-top:-30px;border:1px
solid #e8e8e8;background-color:#fff}.w-toplink{display:block;position:fixed;bottom:-52px;right:15px;text-align:center;font-size:30px;line-height:48px;height:50px;width:50px;border-radius:5px;z-index:100;-webkit-transition:background-color 0.25s ease-out;transition:background-color 0.25s ease-out;background-color:rgba(0,0,0,0.3);color:#fff}.w-toplink.active{bottom:15px}.no-touch .w-toplink.active:hover{background-color:#d13a7a;color:#fff}.w-toplink.active:active{color:#fff}.w-toplink
i{line-height:inherit}.w-video{margin-bottom:0}.page-404{text-align:center}.page-404
i{font-size:200px;color:#e5e5e5}.g-html .wpb_text_column:last-child h1:last-child,
.g-html .wpb_text_column:last-child h2:last-child,
.g-html .wpb_text_column:last-child h3:last-child,
.g-html .wpb_text_column:last-child h4:last-child,
.g-html .wpb_text_column:last-child h5:last-child,
.g-html .wpb_text_column:last-child h6:last-child,
.g-html .wpb_text_column:last-child p:last-child,
.g-html .wpb_text_column:last-child ul:last-child,
.g-html .wpb_text_column:last-child ol:last-child{margin-bottom:0}.wpb_button.align_left{display:inline-block;vertical-align:top;margin-right:6px}.wpb_button.align_center{display:block;text-align:center}.wpb_button.align_right{float:right;margin-left:10px}.wpb_single_image{line-height:0;margin-bottom:40px}.wpb_single_image.align_left{display:inline;float:left;margin-right:30px}.wpb_single_image.align_right{display:inline;float:right;margin-left:30px}.wpb_single_image.align_center{clear:both;text-align:center}.one-half .wpb_single_image,
.one-third .wpb_single_image,
.two-thirds .wpb_single_image,
.one-quarter .wpb_single_image,
.three-quarters
.wpb_single_image{margin-bottom:24px}.wpb_single_image:last-child,
.l-submain.full_width
.wpb_single_image{margin-bottom:0}.wpb_single_image+h1,.wpb_single_image+h2,.wpb_single_image+h3,.wpb_single_image+h4,.wpb_single_image+h5,.wpb_single_image+h6{padding-top:0}.flex-loading{min-height:100px;background:url(/wp-content/themes/Impreza/img/loader.gif) no-repeat center center}.flexslider{margin:0;padding:0;overflow:hidden;position:relative}.flexslider
ul.slides{list-style-type:none;margin:0;padding:0}.flexslider .slides:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.flexslider .slides>li{display:none;line-height:0;-webkit-backface-visibility:hidden;margin-bottom:0;padding-left:0}.flexslider .slides>li>img{width:100%}ul.flex-direction-nav{list-style-type:none;margin:0}.no-touch ul.flex-direction-nav{opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out}.no-touch .flexslider:hover ul.flex-direction-nav{opacity:1}ul.flex-direction-nav
li{padding:0;margin:0}.flex-direction-nav li
span{display:block;position:absolute;top:50%;font-size:0;text-align:center;line-height:49px;height:50px;width:50px;margin-top:-25px;border-radius:50%;background-image:none;overflow:hidden;cursor:pointer;z-index:1;box-shadow:0 0 0 2px #fff inset;color:#fff}.no-touch .flex-direction-nav li span:before{display:block;content:'';position:absolute;top:0;left:0;height:0;width:100%;-webkit-transition:height 0.3s ease-out;transition:height 0.3s ease-out;background-color:#d13a7a}.no-touch .flex-direction-nav li span:hover:before{height:100%}.flex-direction-nav .flex-next:after{display:block;position:absolute;top:0;left:0;content:'\f105';font-size:34px;font-family:FontAwesome;width:48px;padding-left:2px}.flex-direction-nav .flex-prev:after{display:block;position:absolute;top:0;left:0;content:'\f104';font-size:34px;font-family:FontAwesome;width:48px}.flex-direction-nav .flex-next{right:20px}.flex-direction-nav .flex-prev{left:20px}.flex-direction-nav .flex-disabled{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);opacity: .3!important;cursor:default}.fullwidthbanner-container{overflow:hidden !important}.revslider-initialised ul,
.revslider-initialised
li{list-style-type:none !important;padding:0
!important;margin:0
!important}.revslider-initialised li a:hover{border-bottom:none !important}.tp-leftarrow.default,.tp-rightarrow.default{font-size:34px;text-align:center;line-height:50px;height:50px;width:50px;border-radius:50%;overflow:hidden;background-image:none;box-shadow:0 0 0 2px #fff inset;color:#fff}.no-touch .tp-leftarrow.default,
.no-touch .tp-rightarrow.default{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out}.no-touch .fullwidthbanner-container:hover .tp-leftarrow.default,
.no-touch .fullwidthbanner-container:hover .tp-rightarrow.default,
.no-touch .rev_slider_wrapper:hover .tp-leftarrow.default,
.no-touch .rev_slider_wrapper:hover .tp-rightarrow.default{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}.no-touch .tp-leftarrow.default:before,
.no-touch .tp-rightarrow.default:before{display:block;content:'';position:absolute;top:0;left:0;height:0;width:100%;-webkit-transition:height 0.3s ease-out;transition:height 0.3s ease-out;background-color:#d13a7a}.no-touch .tp-leftarrow.default:hover:before,
.no-touch .tp-rightarrow.default:hover:before{height:100%}.tp-rightarrow.default:after{display:block;content:'\f105';font-family:FontAwesome;margin-left:3px;position:relative}.tp-leftarrow.default:after{display:block;content:'\f104';font-family:FontAwesome;margin-right:3px;position:relative}.tp-loader{margin-top:-30px;margin-left:-30px;height:60px;width:60px;border-radius:50%;background:url(/wp-content/themes/Impreza/img/loader.gif) no-repeat center center #fff}.tp-bannertimer{background:rgba(0,0,0,0.1) !important;height:5px}.tp-bullets.simplebullets.round
.bullet{display:inline-block;float:none;cursor:pointer;position:relative;width:16px;height:16px;margin:3px;border-radius:50%;-webkit-transition:box-shadow 0.25s ease-out;transition:box-shadow 0.25s ease-out;box-shadow:0 0 0 2px rgba(0,0,0,0) inset;background:rgba(0,0,0,0.3)}.tp-bullets.simplebullets.round
.bullet.last{margin-right:3px}.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round
.bullet.selected{box-shadow:0 0 0 2px #fff inset}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope,
.isotope .isotope-item{-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s}.isotope{-webkit-transition-property:height, width;-moz-transition-property:height, width;-ms-transition-property:height, width;-o-transition-property:height, width;transition-property:height, width}.isotope .isotope-item{-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;-ms-transition-property:-ms-transform, opacity;-o-transition-property:-o-transform, opacity;transition-property:transform, opacity}.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition{-webkit-transition-duration:0s;-moz-transition-duration:0s;-ms-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.g-html .wpcf7-form
p{margin-bottom:20px}span.wpcf7-form-control-wrap{display:inline-block;width:100%}.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-form
select{margin-top:5px}.wpcf7-form-control.wpcf7-radio,.wpcf7-form-control.wpcf7-checkbox{display:inline-block;padding:10px
0}span.wpcf7-list-item{margin:0
20px 0 0}span.wpcf7-list-item input[type="checkbox"],
span.wpcf7-list-item input[type="radio"]{margin:0
2px 0 0}div.wpcf7 img.ajax-loader{margin-left:10px}div.wpcf7-response-output{text-align:center;line-height:24px;margin:0;padding:8px
16px;border-radius:5px}span.wpcf7-not-valid-tip{left:auto;top:auto;right:5px;bottom:5px;text-align:center;width:250px;border-radius:3px}@media only screen and (max-width: 1300px){.w-blog.type_masonry .w-blog-entry{width:33.3%}.w-clients{padding:0
40px}.w-clients-nav.to_next{right:-60px}.w-clients-nav.to_prev{left:-60px}}@media only screen and (max-width: 1023px){.l-subheader.at_top{height:auto;text-align:center}.l-subheader.at_top .w-lang,
.l-subheader.at_top .w-socials{float:none;display:inline-block;vertical-align:top;margin:0
10px}.l-subheader.at_top .w-contacts{float:none;display:inline-block;vertical-align:top;margin:0}.l-subheader.at_middle{height:auto;line-height:80px}.w-logo{height:80px}.w-logo-img{max-height:60px}.l-subheader.at_middle .w-socials{float:none;position:absolute;top:0;right:0;margin-top:6px}.l-subheader.at_middle .w-socials:last-child{margin-top:22px}.l-subheader.at_middle .w-contacts{margin:22px
10px 0 20px}.l-subheader.at_middle .w-socials~.w-contacts{margin-top:38px}.l-subheader.at_middle .w-lang{margin:22px
0 0 0}.l-subheader.at_middle .w-socials~.w-contacts~.w-lang{margin-top:38px}.no-touch .l-subheader.at_middle .w-nav-anchor.level_1:after{top:-23px}.no-touch .l-subheader.at_middle .w-nav-item.level_1:hover .w-nav-anchor.level_1:after{top:-27px}.l-canvas.headerpos_fixed .l-header{position:relative}.l-canvas.headerpos_fixed .l-main,
.l-canvas.headerpos_fixed.headertype_extended .l-main,
.l-canvas.headerpos_fixed.headertype_advanced .l-main{padding-top:0}.l-submain{padding-top:40px;padding-bottom:40px}.l-submain.for_pagehead{padding-top:16px;padding-bottom:18px}.l-subsection.full_height{padding-top:0;padding-bottom:0}.l-submain.parallax_ver .l-submain-bg{background-position:center center !important}.l-subfooter.at_top{padding-top:40px;padding-bottom:10px}.l-subfooter.at_bottom{padding-top:25px;padding-bottom:0;text-align:center}.l-subfooter.at_bottom .w-copyright,
.l-subfooter.at_bottom .w-nav{float:none;margin-bottom:20px}.l-subfooter.at_bottom .w-nav-list{display:inline-block}.g-html
h1{font-size:30px;line-height:40px;margin-bottom:20px}.g-html
h2{font-size:26px;line-height:36px;margin-bottom:20px}.g-html
h3{font-size:22px;line-height:32px;margin-bottom:20px}.g-html
h4{font-size:20px;line-height:30px;margin-bottom:20px}.g-html
h5{font-size:18px;line-height:26px;margin-bottom:20px}.g-html
h6{font-size:16px;line-height:24px;margin-bottom:20px}.g-html
p{margin-bottom:20px}.g-hr{margin:30px
0}.g-hr.size_small{margin:20px
0}.g-hr.size_big{margin:40px
0}.g-hr.size_huge{margin:50px
0}.g-hr.type_invisible{margin:10px
0}.g-hr.type_invisible.size_small{margin:0}.g-hr.type_invisible.size_big{margin:20px
0}.g-hr.type_invisible.size_huge{margin:30px
0}.g-btn.size_big,input.g-btn.size_big,button.g-btn.size_big{padding:12px
36px;font-size:15px}.w-blog.type_masonry .w-blog-entry{width:49.9999%}.w-blog-entry{margin-bottom:25px;padding-bottom:25px}.w-portfolio.columns_5 .w-portfolio-item,
.w-portfolio.columns_4 .w-portfolio-item{width:33.3333333333333%}.flex-direction-nav .flex-prev{left:10px}.flex-direction-nav .flex-next{right:10px}}@media only screen and (max-width: 899px){.l-sidebar{float:none !important;width:100% !important}.l-content{float:none !important;width:100% !important;padding-bottom:30px}.g-cols>.one-half,.g-cols>.one-third,.g-cols>.two-sixths,.g-cols>.two-thirds,.g-cols>.four-sixths,.g-cols>.one-quarter,.g-cols>.one-fourth,.g-cols>.three-quarters,.g-cols>.three-fourths{margin-bottom:30px;margin-left:0;width:100%}.w-pagehead
p{display:none}.w-portfolio.columns_5 .w-portfolio-item,
.w-portfolio.columns_4 .w-portfolio-item,
.w-portfolio.columns_3 .w-portfolio-item{width:50%}}@media only screen and (max-width: 767px){.l-canvas.headertype_advanced .l-subheader.at_middle{height:auto;line-height:normal;text-align:center}.l-subheader.at_middle .w-socials,
.l-subheader.at_middle .w-contacts,
.l-subheader.at_middle .w-lang{float:none;display:inline-block;vertical-align:top;position:relative}.l-subheader.at_middle .w-socials,
.l-subheader.at_middle .w-contacts,
.l-subheader.at_middle .w-lang,
.l-subheader.at_middle .w-socials:last-child,
.l-subheader.at_middle .w-socials ~ .w-contacts,
.l-subheader.at_middle .w-socials~.w-contacts~.w-lang{margin:0
10px}.l-canvas.headertype_advanced .w-logo{float:none;height:auto;margin:20px
0 15px}.l-subfooter.at_top{padding-bottom:5px}.l-subfooter.at_top .g-cols>div{margin-bottom:10px}.g-pagination-item{line-height:40px;height:40px;width:40px}.g-pagination-item.to_next{padding:0
25px 0 10px}.g-pagination-item.to_next:before{right:10px}.g-pagination-item.to_prev{padding:0
10px 0 25px}.g-pagination-item.to_prev:before{left:10px}.w-actionbox{padding:20px}.w-filters-item{font-size:13px}.w-filters-item-link{height:42px;line-height:42px;padding:0
10px}.w-pagehead.type_row .g-breadcrumbs{float:none;clear:both;text-align:left;margin:8px
-4px 0}.l-subheader.at_middle .w-search-input
input{font-size:4em}.page-404
i{font-size:100px}}@media only screen and (max-width: 599px){.l-subheader.at_top,.l-subheader.at_middle,.l-subheader.at_bottom,.l-subfooter.at_top,.l-subfooter.at_bottom,.l-submain,.l-submain.for_pagehead{padding-left:25px;padding-right:25px}.l-subheader.at_middle{line-height:60px}.w-logo{height:60px}.w-logo-img{max-height:40px}.w-logo-title{font-size:26px}.l-submain{padding-top:25px;padding-bottom:25px}.l-subfooter.at_bottom .w-nav.layout_hor>.w-nav-list>.w-nav-item{float:none;margin-bottom:10px}.l-subheader .w-search-label{font-size:1.2em}.l-subheader .w-search-input
input{font-size:2.2em}.g-html
h1{font-size:26px;line-height:36px;margin-bottom:16px}.g-html
h2{font-size:22px;line-height:32px;margin-bottom:16px}.g-html
h3{font-size:20px;line-height:30px;margin-bottom:16px}.g-html
h4{font-size:18px;line-height:26px;margin-bottom:16px}.g-html
h5{font-size:16px;line-height:24px;margin-bottom:16px}.g-html
h6{font-size:14px;line-height:24px;margin-bottom:16px}.g-html
p{margin-bottom:16px}.g-hr{margin:15px
0}.g-hr.size_small{margin:5px
0}.g-hr.size_big{margin:25px
0}.g-hr.size_huge{margin:35px
0}.g-hr.type_invisible{margin:5px
0}.g-hr.type_invisible.size_small{margin:0}.g-hr.type_invisible.size_big{margin:10px
0}.g-hr.type_invisible.size_huge{margin:15px
0}.w-blog.type_masonry .w-blog-entry{width:100%}.l-subheader .w-search{margin:0}.l-subheader.at_middle .w-cart{margin:0;width:36px}.l-subheader.at_middle .w-cart-quantity{display:none}ul.flex-direction-nav,.tp-leftarrow.default,.tp-rightarrow.default{display:none}}@media only screen and (max-width: 479px){.l-submain,.l-subheader.at_top,.l-subheader.at_middle,.l-subfooter.at_top,.l-subfooter.at_bottom,.l-submain.for_pagehead{padding-left:20px;padding-right:20px}.l-subheader.at_top{line-height:30px}.w-actionbox.controls_aside .w-actionbox-controls{white-space:normal}.w-actionbox-button.g-btn,
.w-actionbox.controls_aside .w-actionbox-button.g-btn{margin:4px}.w-logo-img{height:auto !important;max-width:150px}.l-canvas.headertype_advanced .w-logo-img{max-width:220px}.w-logo-title{font-size:20px}.w-pagehead .g-breadcrumbs{display:none}.w-pagehead.type_row .w-pagehead-nav{float:none;clear:both}.l-subheader .w-nav-anchor.level_2,
.l-subheader .w-nav-anchor.level_3{white-space:normal}.w-portfolio.columns_5 .w-portfolio-item,
.w-portfolio.columns_4 .w-portfolio-item,
.w-portfolio.columns_3 .w-portfolio-item,
.w-portfolio.columns_2 .w-portfolio-item{width:100%}}@keyframes
afc{from{opacity:0;transform:scale(0.2)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes
afc{from{opacity:0;-webkit-transform:scale(0.2)}to{opacity:1;-webkit-transform:scale(1)}}.animate_afc{opacity:0}.animate_afc.animate_start{-webkit-animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afc;animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afc;opacity:1}@keyframes
afl{from{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes
afl{from{opacity:0;-webkit-transform:translateX(-100px)}to{opacity:1;-webkit-transform:translateX(0)}}.animate_afl{opacity:0}.animate_afl.animate_start{-webkit-animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afl;animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afl;opacity:1}@keyframes
afr{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes
afr{from{opacity:0;-webkit-transform:translateX(100px)}to{opacity:1;-webkit-transform:translateX(0)}}.animate_afr{opacity:0}.animate_afr.animate_start{-webkit-animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afr;animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afr;opacity:1}@keyframes
aft{from{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes
aft{from{opacity:0;-webkit-transform:translateY(-100px)}to{opacity:1;-webkit-transform:translateY(0)}}.animate_aft{opacity:0}.animate_aft.animate_start{-webkit-animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 aft;animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 aft;opacity:1}@keyframes
afb{from{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes
afb{from{opacity:0;-webkit-transform:translateY(100px)}to{opacity:1;-webkit-transform:translateY(0)}}.animate_afb{opacity:0}.animate_afb.animate_start{-webkit-animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afb;animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afb;opacity:1}@keyframes
wfc{from{opacity:0;transform:scaleX(0.01)}to{opacity:1;transform:scaleX(1)}}@-webkit-keyframes
wfc{from{opacity:0;-webkit-transform:scaleX(0.01)}to{opacity:1;-webkit-transform:scaleX(1)}}.animate_wfc{opacity:0}.animate_wfc.animate_start{-webkit-animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 wfc;animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 wfc;opacity:1}@keyframes
hfc{from{opacity:0;transform:scaleY(0.01)}to{opacity:1;transform:scaleY(1)}}@-webkit-keyframes
hfc{from{opacity:0;-webkit-transform:scaleY(0.01)}to{opacity:1;-webkit-transform:scaleY(1)}}.animate_hfc{opacity:0}.animate_hfc.animate_start{-webkit-animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 hfc;animation:0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 hfc;opacity:1}@keyframes
rfc{from{opacity:0;transform:scale(0.01) rotate(360deg)}to{opacity:1;transform:scale(1) rotate(0)}}@-webkit-keyframes
rfc{from{opacity:0;-webkit-transform:scale(0.01) rotate(360deg)}to{opacity:1;-webkit-transform:scale(1) rotate(0)}}.animate_rfc{opacity:0}.animate_rfc.animate_start{-webkit-animation:0.8s ease 0s normal backwards 1 rfc;animation:0.8s ease 0s normal backwards 1 rfc;opacity:1}@keyframes
rfl{from{opacity:0;transform:translateX(-100px) rotate(-180deg)}to{opacity:1;transform:translateX(0) rotate(0)}}@-webkit-keyframes
rfl{from{opacity:0;-webkit-transform:translateX(-100px) rotate(-180deg)}to{opacity:1;-webkit-transform:translateX(0) rotate(0)}}.animate_rfl{opacity:0}.animate_rfl.animate_start{-webkit-animation:0.8s ease 0s normal backwards 1 rfl;animation:0.8s ease 0s normal backwards 1 rfl;opacity:1}@keyframes
rfr{from{opacity:0;transform:translateX(100px) rotate(180deg)}to{opacity:1;transform:translateX(0) rotate(0)}}@-webkit-keyframes
rfr{from{opacity:0;-webkit-transform:translateX(100px) rotate(180deg)}to{opacity:1;-webkit-transform:translateX(0) rotate(0)}}.animate_rfr{opacity:0}.animate_rfr.animate_start{-webkit-animation:0.8s ease 0s normal backwards 1 rfr;animation:0.8s ease 0s normal backwards 1 rfr;opacity:1}.d1.animate_start{-webkit-animation-delay:0.2s;animation-delay:0.2s}.d2.animate_start{-webkit-animation-delay:0.4s;animation-delay:0.4s}.d3.animate_start{-webkit-animation-delay:0.6s;animation-delay:0.6s}.d4.animate_start{-webkit-animation-delay:0.8s;animation-delay:0.8s}.d5.animate_start{-webkit-animation-delay:1s;animation-delay:1s}@media only screen and (max-width: 1023px){.animate_afc,.animate_aft,.animate_afb,.animate_afl,.animate_afr,.animate_wfc,.animate_hfc,.animate_rfl,.animate_rfr,.animate_rfc{opacity:1;-webkit-animation:none !important;animation:none !important}}