@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_plain{0%,50%,to{stroke-dashoffset:1097}45%,5%{stroke-dashoffset:0}}@keyframes joinchat_chat{0%,50%,to{stroke-dashoffset:1020}45%,5%{stroke-dashoffset:0}}@keyframes uicoreFadeIn{0%{opacity:0}to{opacity:1}}@keyframes uicoreFadeInUp{0%{transform:translate3d(0,7vh,0)}to{transform:translateZ(0)}}ul{box-sizing:border-box}.entry-content{counter-reset:footnotes}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;--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}html :where(img[class*=wp-image-]){height:auto;max-width:100%}.joinchat{--bottom:20px;--sep:20px;--s:60px;--header:calc(var(--s)*1.16667);--vh:100vh;--red:37;--green:211;--blue:102;--rgb:var(--red) var(--green) var(--blue);--color:rgb(var(--rgb));--dark:rgb(calc(var(--red) - 75) calc(var(--green) - 75) calc(var(--blue) - 75));--hover:rgb(calc(var(--red) + 50) calc(var(--green) + 50) calc(var(--blue) + 50));--bg:rgb(var(--rgb)/4%);--bw:100;--text:hsl(0deg 0% clamp(0%,var(--bw)*1%,100%)/clamp(70%,var(--bw)*1%,100%));--msg:var(--color);color:var(--text);display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font: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--noanim{animation:none}@supports not (width:clamp(1px,1%,10px)){.joinchat{--text:hsl(0deg 0% calc(var(--bw)*1%)/90%)}}.joinchat__button{display:flex;flex-direction:row;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;transition-duration:1.5s}.joinchat__button:active{background:#128c7e;transition:none}.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__send{display:none;flex-shrink:0;width:var(--s);height:var(--s);max-width:var(--s);padding:calc(var(--s)*.18);margin:0;overflow:hidden}.joinchat__button__send path{fill:none!important;stroke:var(--text)!important}.joinchat__button__send .joinchat_svg__plain{stroke-dasharray:1097;stroke-dashoffset:1097;animation:joinchat_plain 6s .2s ease-in-out infinite}.joinchat__button__send .joinchat_svg__chat{stroke-dasharray:1020;stroke-dashoffset:1020;animation:joinchat_chat 6s 3.2s ease-in-out infinite}.joinchat__button__sendtext{padding:0;max-width:0;border-radius:var(--s);font-weight:600;line-height:var(--s);white-space:nowrap;opacity:0;overflow:hidden;text-overflow:ellipsis;transition:none}.joinchat__box{display:flex;flex-direction:column;position:absolute;bottom:0;right:0;z-index:1;width:calc(100vw - var(--sep)*2);max-width:400px;max-height:calc(var(--vh) - var(--bottom) - var(--sep));border-radius:calc(var(--s)/2 + 2px);background:#fff linear-gradient(180deg,var(--color),var(--color) var(--header),var(--bg) var(--header),var(--bg));box-shadow:0 2px 6px 0 rgba(0,0,0,.5);text-align:left;overflow:hidden;transform:scale3d(0,0,0);opacity:0;transition:max-height .2s ease-out,opacity .4s ease-out,transform 0s linear .3s}.joinchat__header{display:flex;flex-flow:row;align-items:center;position:relative;flex-shrink:0;height:var(--header);min-height:50px;padding:0 70px 0 26px;margin:0}.joinchat__wa{height:28px;width:auto;fill:currentcolor;opacity:.8}.joinchat__close{--size:34px;position:absolute;top:calc(50% - var(--size)/2);right:24px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(0,0,0,.4)url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6z'/%3E%3C/svg%3E")50%no-repeat;background-size:12px;cursor:pointer;transition:background-color .3s ease-out}.joinchat__close:hover{background-color:rgba(0,0,0,.6)}.joinchat__close:active{background-color:rgba(0,0,0,.7)}.joinchat__box__scroll{overflow:hidden scroll;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.joinchat__box__scroll::-webkit-scrollbar{width:4px;background:rgb(0 0 0/0)}.joinchat__box__scroll::-webkit-scrollbar-thumb{border-radius:2px;background:rgb(0 0 0/0)}.joinchat__box__scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.joinchat__box__content{width:calc(100% + 4px);padding:20px 0 calc(var(--s) + 16px)}.joinchat{--peak:url(#joinchat__peak_l)}.joinchat__message{position:relative;min-height:56px;padding:15px 20px;margin:0 26px 26px;border-radius:26px;background:#fff;color:#4a4a4a;word-break:break-word;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));transform:translateZ(0)}.joinchat__message:before{content:"";display:block;position:absolute;bottom:18px;left:-15px;width:17px;height:25px;background:inherit;clip-path:var(--peak)}@media (prefers-reduced-motion){.joinchat__button__send .joinchat_svg__plain{stroke-dasharray:0;animation:none}.joinchat,.joinchat__button__send .joinchat_svg__chat{animation:none}.joinchat__button__sendtext{transition:none!important}}.elementor-screen-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}*,.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor img{border:0;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}:root{--page-title-display:block}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element,.uicore-navigation-wrapper .uicore-menu .sub-menu a{width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}@media (min-width:768px){.elementor-column.elementor-col-20{width:20%}.elementor-column.elementor-col-100{width:100%}}@media (max-width:767px){.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1*var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button-text,.elementor-icon{display:inline-block}.elementor-icon{color:#69727d;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-36 .elementor-element.elementor-element-b05b921{padding:80px 0}.elementor-36 .elementor-element.elementor-element-50dca7e>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:16px}.elementor-36 .elementor-element.elementor-element-dbecfb7{text-align:left}.elementor-36 .elementor-element.elementor-element-dbecfb7 img{width:200px}.elementor-36 .elementor-element.elementor-element-5b6f76a>.elementor-widget-container{padding:0 20px 0 0}.elementor-36 .elementor-element.elementor-element-426553a .elementor-icon-list-item>a,.elementor-36 .elementor-element.elementor-element-5b6f76a,.elementor-36 .elementor-element.elementor-element-a85d3db .elementor-icon-list-item>a,.elementor-36 .elementor-element.elementor-element-d824d49 .elementor-icon-list-item>a,.elementor-36 .elementor-element.elementor-element-df0cb47 .elementor-icon-list-item>a{font-size:16px}.elementor-36 .elementor-element.elementor-element-426553a,.elementor-36 .elementor-element.elementor-element-a85d3db,.elementor-36 .elementor-element.elementor-element-d824d49{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px}.elementor-36 .elementor-element.elementor-element-426553a .elementor-icon-list-text,.elementor-36 .elementor-element.elementor-element-a85d3db .elementor-icon-list-text,.elementor-36 .elementor-element.elementor-element-d824d49 .elementor-icon-list-text{color:var(--e-global-color-uicore_body);transition:color .3s}.elementor-36 .elementor-element.elementor-element-426553a .elementor-icon-list-item:hover .elementor-icon-list-text,.elementor-36 .elementor-element.elementor-element-a85d3db .elementor-icon-list-item:hover .elementor-icon-list-text,.elementor-36 .elementor-element.elementor-element-d824d49 .elementor-icon-list-item:hover .elementor-icon-list-text,.elementor-36 .elementor-element.elementor-element-df0cb47 .elementor-icon-list-item:hover .elementor-icon-list-text{color:var(--e-global-color-uicore_primary)}.elementor-36 .elementor-element.elementor-element-72bab4e{--grid-template-columns:repeat(0, auto);--icon-size:18px;--grid-column-gap:5px;--grid-row-gap:0px}.elementor-36 .elementor-element.elementor-element-72bab4e .elementor-widget-container{text-align:left}.elementor-36 .elementor-element.elementor-element-72bab4e .elementor-social-icon{background-color:#fff0;--icon-padding:0.5em;border-style:solid;border-width:1px;border-color:#7f7f7f33}.elementor-36 .elementor-element.elementor-element-72bab4e .elementor-social-icon i{color:var(--e-global-color-uicore_headline)}.elementor-36 .elementor-element.elementor-element-72bab4e .elementor-social-icon:hover{background-color:var(--e-global-color-uicore_primary);border-color:var(--e-global-color-uicore_primary)}.elementor-36 .elementor-element.elementor-element-72bab4e .elementor-social-icon:hover i{color:#fff}.elementor-36 .elementor-element.elementor-element-df0cb47{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px}.elementor-36 .elementor-element.elementor-element-df0cb47 .elementor-icon-list-text{color:var(--e-global-color-uicore_body);transition:color .3s}.elementor-36 .elementor-element.elementor-element-2078aa9>.elementor-element-populated{border-style:solid;border-width:1px 0 0;border-color:#e7e7f3;margin:0 10px;--e-column-margin-right:10px;--e-column-margin-left:10px;padding:25px 0}.elementor-36 .elementor-element.elementor-element-6eedf17{font-size:16px}@media (max-width:1024px){.elementor-36 .elementor-element.elementor-element-69b6ba4>.elementor-element-populated,.elementor-36 .elementor-element.elementor-element-78b5199>.elementor-element-populated,.elementor-36 .elementor-element.elementor-element-d1b25e6>.elementor-element-populated{margin:40px 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px}}@media (max-width:767px){.elementor-36 .elementor-element.elementor-element-b05b921{padding:50px 0}.elementor-36 .elementor-element.elementor-element-5b6f76a>.elementor-widget-container{padding:0}.elementor-36 .elementor-element.elementor-element-06b17a5>.elementor-element-populated,.elementor-36 .elementor-element.elementor-element-69b6ba4>.elementor-element-populated,.elementor-36 .elementor-element.elementor-element-78b5199>.elementor-element-populated,.elementor-36 .elementor-element.elementor-element-d1b25e6>.elementor-element-populated{margin:30px 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px}}@media (min-width:768px){.elementor-36 .elementor-element.elementor-element-06b17a5{width:16.521%}.elementor-36 .elementor-element.elementor-element-69b6ba4{width:20.943%}.elementor-36 .elementor-element.elementor-element-78b5199{width:22.536%}}@media (max-width:1024px) and (min-width:768px){.elementor-36 .elementor-element.elementor-element-06b17a5,.elementor-36 .elementor-element.elementor-element-50dca7e,.elementor-36 .elementor-element.elementor-element-69b6ba4,.elementor-36 .elementor-element.elementor-element-78b5199,.elementor-36 .elementor-element.elementor-element-d1b25e6{width:50%}}.lazy-hidden{background-image:url(/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);background-repeat:no-repeat;background-position:50% 50%;background-color:#fff}html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}h1{font-size:2em;margin:.67em 0}a{background-color:#fff0;text-decoration:none;transition:all .2s cubic-bezier(.68,.01,.58,.75)}strong{font-weight:bolder}small{font-size:80%}img{border-style:none;height:auto;vertical-align:unset}button,input,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button{text-transform:none}[type=button],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}button{border:0}textarea{overflow:auto}[type=checkbox]{box-sizing:border-box;padding:0}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}ul[class]:not(.wp-block-list){list-style:none}input[type=text],textarea{background-clip:padding-box}form input,form textarea{display:block;font-family:inherit;font-size:14px;line-height:normal;padding:10px 15px;border-radius:3px;font-weight:400;border:1px solid #e6e9ec;transition:all .3s ease-in-out;width:100%}form input[type=submit]{color:#fff;transition:all .3s ease-in-out;cursor:pointer;width:auto;padding:10px 35px}input[type=checkbox]{margin-right:5px;height:30px;float:left;width:auto}.search-form label:after{display:inline-flex;width:32px;height:100%;position:absolute;top:0;left:7px;align-items:center;justify-content:center}.elementor-widget-text-editor p{font-size:inherit}.elementor-widget-text-editor p:last-child{margin-bottom:0}.elementor-widget-text-editor p:first-child{margin-top:0}.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-text{transition:all .3s ease}body,html{margin:0;position:relative}html{-webkit-tap-highlight-color:#fff0;-webkit-font-smoothing:antialiased;text-size-adjust:none;text-rendering:optimizelegibility;font-feature-settings:"kern";font-kerning:normal;max-width:100vw;overflow-x:hidden}body{font-family:Segoe UI,sans-serif;--page-title-display:block}:focus{outline:0}p{margin-top:0;margin-bottom:1em}.uicore-body-content{position:relative;width:100%;max-width:100vw}.uicore-meta-separator:before{content:"•"}.uicore-container{margin:0 auto}.uicore.uicore-box .uicore.uicore-container{padding-left:10px!important;padding-right:10px!important}.uicore-section{position:relative}.uicore-section .uicore-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;position:relative}.elementor-section.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container,.uicore-section.uicore-box:not(.elementor-inner-section) .uicore-header-wrapper>.uicore-container,.uicore-section.uicore-box:not(.elementor-inner-section)>.uicore-container{width:95%}.uicore-title.h1,h1{font-family:var(--uicore-typography--h1-f,"Inter");font-weight:var(--uicore-typography--h1-w,"600");line-height:var(--uicore-typography--h1-h,"1.2");letter-spacing:var(--uicore-typography--h1-ls,"-0.027em");text-transform:var(--uicore-typography--h1-t,"none");font-style:var(--uicore-typography--h1-st,"normal");color:var(--uicore-typography--h1-c,"#070707");font-size:var(--uicore-typography--h1-s,"10px")}h2{font-family:var(--uicore-typography--h2-f,"Inter");font-weight:var(--uicore-typography--h2-w,"600");line-height:var(--uicore-typography--h2-h,"1.2");letter-spacing:var(--uicore-typography--h2-ls,"-0.027em");text-transform:var(--uicore-typography--h2-t,"none");font-style:var(--uicore-typography--h2-st,"normal");color:var(--uicore-typography--h2-c,"#070707");font-size:var(--uicore-typography--h2-s,"10px")}h3{font-family:var(--uicore-typography--h3-f,"Inter");font-weight:var(--uicore-typography--h3-w,"600");line-height:var(--uicore-typography--h3-h,"1.2");letter-spacing:var(--uicore-typography--h3-ls,"-0.027em");text-transform:var(--uicore-typography--h3-t,"none");font-style:var(--uicore-typography--h3-st,"normal");color:var(--uicore-typography--h3-c,"#070707");font-size:var(--uicore-typography--h3-s,"10px")}.elementor-widget-heading h4.elementor-heading-title,h4{font-family:var(--uicore-typography--h4-f,"Inter");font-weight:var(--uicore-typography--h4-w,"600");line-height:var(--uicore-typography--h4-h,"1.2");letter-spacing:var(--uicore-typography--h4-ls,"-0.027em");text-transform:var(--uicore-typography--h4-t,"none");font-style:var(--uicore-typography--h4-st,"normal");color:var(--uicore-typography--h4-c,"#070707");font-size:var(--uicore-typography--h4-s,"10px")}.tags-links a,.uicore-blog .uicore-post-content article .entry-content,.uicore-body,.uicore-body-content input,.uicore-body-content textarea,body,body .uicore-body-content{font-family:var(--uicore-typography--p-f,"Inter");font-weight:var(--uicore-typography--p-w,"600");line-height:var(--uicore-typography--p-h,"1.2");letter-spacing:var(--uicore-typography--p-ls,"-0.027em");text-transform:var(--uicore-typography--p-t,"none");font-style:var(--uicore-typography--p-st,"normal");color:var(--uicore-typography--p-c,"#070707");font-size:var(--uicore-typography--p-s,"10px")}.uicore-progress-bar,form input[type=submit]{background-color:var(--e-global-color-uicore_primary)}.uicore-body-content .elementor-icon{color:var(--e-global-color-uicore_primary)}form input[type=submit]:hover{background-color:var(--e-global-color-uicore_secondary);border-color:var(--e-global-color-uicore_secondary)}.uicore-body-content .elementor-icon:hover{color:var(--e-global-color-uicore_secondary)}form input[type=submit]{border-color:var(--e-global-color-uicore_primary)}@media (min-width:1025px){.elementor-section{--ui-e-align-offset:max(0px,calc((100vw - var(--ui-container-size))/2))}.uicore-navigation-wrapper{display:none}.uicore-only-mobile{display:none!important}}@media (max-width:1025px){.uicore_hide_mobile{display:none!important}}@media (max-width:1024px){.uicore-section .uicore-container{-ms-flex-wrap:wrap;flex-wrap:wrap}}body button.uicore-ham,body button.uicore-ham:focus,body button.uicore-ham:hover{-webkit-appearance:none;appearance:none;border:0;cursor:pointer;padding:0;-webkit-tap-highlight-color:#fff0;background:#fff0 0 0;box-shadow:none;flex-flow:row wrap;align-items:center;justify-content:center}button.uicore-ham{padding:0 0 0 20px!important}.uicore-ham .bar,.uicore-ham .bars{display:flex;flex-flow:column nowrap;align-items:inherit;justify-content:inherit}.uicore-ham .bars{float:right;width:20px;height:15px;-webkit-transform:rotate(0);transform:rotate(0);transition:all .3s cubic-bezier(.23,1,.32,1)}.uicore-ham .bar{width:20px;height:2px;border-radius:50em;margin-bottom:4.4px;position:relative;transition:all .45s cubic-bezier(.23,1,.32,1)}.uicore-ham .bar:first-child,.uicore-ham .bar:last-child{opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.23,1,.32,1)}.uicore-ham .bar:first-child{transform:translate3d(0,-3px,0)}.uicore-ham .bar:last-child{margin-bottom:0;transform:translate3d(0,3px,0)}.uicore-ham .bar:nth-child(2){width:22px;margin-right:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition-delay:.1s;transition-timing-function:cubic-bezier(.23,1,.32,1)}.uicore-ham .bar:nth-child(2):before{content:"";display:inline-block;width:100%;height:100%;position:absolute;top:0;left:0;border-radius:inherit;transition:inherit;background-color:inherit;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}body:not(.uicore-mobile-nav-show) .uicore-ham .bars{-webkit-transform:none;transform:none;transition-delay:0s}body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child,body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child,body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2){opacity:1;visibility:visible;-webkit-transform:none;transform:none;transition:all .3s ease,background-color .15s}body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child:after,body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child:before,body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child:after,body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child:before,body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2):after,body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2):before{-webkit-transform:rotate(0) translate(0);transform:rotate(0) translate(0)}body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child,body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child{transition-delay:.15s}body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2){width:16px}.uicore-mobile-head-right{display:flex;align-items:center;gap:20px}.uicore-navigation-wrapper{position:fixed!important;top:0;right:0;left:0;background:#fff;pointer-events:none;height:100%;max-width:100vw;opacity:0;z-index:99999999}.uicore-navigation-wrapper .uicore-container{padding:0 10px}.uicore-navigation-wrapper .uicore-menu-container{position:relative;padding:0;height:100%}.uicore-navigation-wrapper .uicore-nav{justify-content:flex-start!important}.uicore-navigation-wrapper .uicore-menu .menu-item,.uicore-navigation-wrapper .uicore-menu .menu-item:hover{position:static}.uicore-navigation-wrapper .uicore-menu .sub-menu{display:none}.uicore-navigation-wrapper .uicore-navigation-content{display:flex;flex-direction:column;overflow:hidden}.uicore-navigation-wrapper .uicore-navigation-content .uicore-extra{flex-direction:column;margin-bottom:30px}.uicore-navigation-wrapper .uicore-navigation-content .uicore-extra .uicore-btn{width:calc(95% - 20px);text-align:center;margin:20px auto 0}.uicore-navigation-wrapper .uicore-menu-container ul .menu-item-has-children>a:after{font-family:uicore-icons;content:"";position:absolute;transform:rotate(-90deg) translate3d(50%,-50%,0);font-size:16px;width:16px;height:16px;right:10px;top:50%;opacity:.5;transition:all .5s cubic-bezier(.22,1,.36,1) .3s}.uicore-navigation-wrapper .uicore-menu-container ul .menu-item{display:block!important}.uicore-navigation-wrapper .uicore-menu-container ul .menu-item>a{position:relative;color:inherit;display:block;margin:0 auto}.uicore-navigation-wrapper .uicore-menu-container ul .menu-item:not(.uicore-visible){opacity:0;transform:translate3d(0,40px,0)}.uicore-branding{height:var(--uicore-header--logo-h)}.uicore-navbar .uicore-branding{margin:var(--uicore-header--logo-padding)0}.uicore-navbar:not(.uicore-left-menu) .uicore-nav-menu ul.uicore-menu li.menu-item>a{padding-right:var(--uicore-header--menu-spaceing);padding-left:var(--uicore-header--menu-spaceing)}.uicore-h-classic.uicore-navbar .uicore-menu>.menu-item-has-children>a:after{right:var(--uicore-header--menu-spaceing)}.uicore-mobile-menu-wrapper .uicore-menu .menu-item>a,.uicore-nav-menu .uicore-nav .sub-menu:not(.uicore-megamenu)>li a,.uicore-nav-menu .uicore-nav .uicore-menu>.menu-item>a,.uicore-navbar .uicore-btn{font-family:var(--uicore-header--menu-typo-f,"Inter");font-weight:var(--uicore-header--menu-typo-w,"600");line-height:var(--uicore-header--menu-typo-h,"1.2");letter-spacing:var(--uicore-header--menu-typo-ls,"-0.027em");text-transform:var(--uicore-header--menu-typo-t,"none");font-style:var(--uicore-header--menu-typo-st,"normal");font-size:var(--uicore-header--menu-typo-s,"10px");color:inherit}.uicore-nav-menu a:hover{color:inherit}.uicore-mobile-menu-wrapper .uicore-menu-container ul .menu-item-has-children:after{line-height:var(--uicore-header--menu-typo-h,"1.2")}.uicore-custom-area,.uicore-extra a,.uicore-header-wrapper .uicore-link,.uicore-mobile-menu-wrapper .uicore-menu li.menu-item,.uicore-nav-menu .uicore-nav .sub-menu:not(.uicore-megamenu)>li a,.uicore-nav-menu li{color:var(--uicore-header--menu-typo-c,"#070707")}.uicore-extra a:hover,.uicore-header-wrapper .uicore-link:hover,.uicore-mobile-menu-wrapper .uicore-menu li.menu-item:hover,.uicore-nav-menu .uicore-menu li:hover{color:var(--uicore-header--menu-typo-ch,"#070707")}.uicore-navbar .uicore-extra .uicore-search-btn{font-size:clamp(16px,var(--uicore-header--menu-typo-s,"10px"),21px)}.uicore-navbar .uicore-extra .uicore-search-btn:before{font-size:110%}.uicore-navigation-wrapper span.bar{background:var(--uicore-header--menu-typo-c,"#070707")!important}.uicore-navbar .uicore-ham{height:var(--uicore-header--logo-h);width:var(--uicore-header--logo-h)}.uicore-menu .ui-menu-item-wrapper{position:relative}.uicore-mobile-main,.uicore-mobile-second{display:none}nav.uicore-container.uicore{position:unset}.uicore-navbar{z-index:11}.uicore-navbar .uicore-header-wrapper{transition:all .4s ease;will-change:unset;background-clip:padding-box;position:relative;top:0}.uicore-navbar .uicore-header-wrapper:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;will-change:opacity;transition:opacity .3s ease-in;z-index:-1;height:var(--ui-bg-height,100%);transition:all .2s cubic-bezier(.16,.72,.23,1.06)}.uicore-navbar.uicore-sticky{position:sticky;width:100%;top:0}.uicore-navbar.uicore-sticky:before{bottom:0}.uicore-navbar.uicore-transparent{max-width:100vw;width:100%}.uicore-navbar.uicore-transparent .uicore-header-wrapper:before,.uicore-navbar.uicore-transparent .uicore-main,.uicore-navbar.uicore-transparent .uicore-mobile-main{opacity:0}.uicore-navbar.uicore-transparent .uicore-mobile-second,.uicore-navbar.uicore-transparent .uicore-second{opacity:1}.uicore-navbar:not(.uicore-left-menu) .uicore-branding{padding-right:20px}.uicore-navbar .uicore-branding,.uicore-navbar .uicore-branding a .uicore-logo.uicore-main,.uicore-navbar nav .menu-item-has-children>a{position:relative}.uicore-navbar .uicore-branding a{height:inherit;transition:none}.uicore-navbar .uicore-branding a .uicore-logo{position:absolute;top:0;bottom:0;left:0;right:0;transition:all .2s cubic-bezier(.68,.01,.58,.75);height:inherit;max-width:unset;width:auto}.uicore-navbar li>a{transition:all .2s cubic-bezier(.68,.01,.58,.75);display:block}.uicore-navbar:not(.uicore-left-menu) li.menu-item{display:inline-block}.uicore-navbar .uicore ul{list-style:none;margin:0;padding:0}.uicore-navbar .uicore ul.sub-menu:not(.uicore-megamenu) li{display:block}.uicore-navbar .uicore ul.sub-menu:not(.uicore-megamenu) li a{padding:8px 25px}.uicore-navbar nav{display:flex;justify-content:space-between;align-items:center}.uicore-cta-wrapper,.uicore-custom-area,.uicore-navbar nav .uicore-menu{display:flex}.uicore-navbar .uicore-nav,.uicore-navbar .uicore-nav-menu{display:flex!important;flex:1;justify-content:flex-end}.uicore-navbar .uicore-nav-menu .uicore{display:block}.uicore-navbar .sub-menu:hover,.uicore-navbar nav .menu-item-has-children:hover>.sub-menu{opacity:1;transform:none!important;pointer-events:all}.uicore-navbar nav .menu-item-has-children>a:after{font-family:uicore-icons;content:"";font-size:12px;position:absolute;right:0;top:0}.uicore-navbar nav.uicore ul.sub-menu{border-radius:var(--ui-radius-sm);position:absolute;opacity:0;pointer-events:none;will-change:opacity,transform;z-index:10}.uicore-navbar nav.uicore ul.sub-menu,.uicore-navbar nav.uicore ul.sub-menu:not(.uicore-megamenu){display:flex;flex-direction:column;box-shadow:0 0 0 1px rgb(0 0 0/.02),0 2px 35px 0 rgb(0 0 0/.04);min-width:280px}.uicore-navbar nav.uicore ul.sub-menu:not(.uicore-megamenu){padding:22px 0}.uicore-navbar nav.uicore ul.sub-menu:not(.uicore-megamenu) a{line-height:1.3;color:inherit!important}.uicore-navbar .uicore-extra{display:flex!important;align-items:center}.uicore-navbar .uicore-extra .uicore-btn{transition:all .2s cubic-bezier(.68,.01,.58,.75)!important}.uicore-navbar .uicore-extra .uicore-search-btn{display:inline-block;cursor:pointer}.uicore-navbar a.uicore-btn{align-self:center}.uicore-nav-menu .uicore-nav .uicore-menu>.menu-item-has-children>a .ui-menu-item-wrapper{margin-right:10px}.uicore-h-classic.uicore-navbar .uicore-menu>.menu-item-has-children>a:after{margin-right:-10px;top:2px}.ui-menu-item-wrapper{white-space:nowrap;vertical-align:middle;grid-area:1/2/2/3}.uicore-link{transition:color .25s cubic-bezier(.42,0,.29,1.16);will-change:color}@media (min-width:1025px){body .uicore-mobile-head-right{display:none!important}.uicore-navbar .uicore-extra{gap:25px}.uicore-nav-menu{flex:1}.uicore-cta-wrapper a{padding:clamp(14px,.8em,18px) clamp(18px,1.8em,36px)}}@media (max-width:1025px){.uicore-btn{display:block}.uicore-cta-wrapper{width:100%}.uicore-branding.uicore-desktop,.uicore-only-desktop{display:none!important}.uicore-navigation-wrapper .uicore-menu-container .uicore-menu{position:absolute;top:0;right:0;width:100%}.uicore-navigation-wrapper .uicore-menu-container ul{padding:0}.uicore-navigation-wrapper .uicore-menu-container ul li.menu-item>a{padding:15px 10px!important;max-width:95%}.uicore-mobile-menu-wrapper .uicore-menu-container{overflow:hidden auto;flex:0 auto}.uicore-navbar .uicore-branding a .uicore-logo.uicore-mobile-main{position:relative}.ui-a-dsmm-slide .uicore-navigation-wrapper .uicore-menu .sub-menu{top:0;position:absolute;left:auto;opacity:1;width:100%;z-index:9}.uicore-mobile-menu-wrapper .uicore-custom-area{padding:20px 0 0}.uicore-custom-area{margin:0 auto;display:block}.uicore-header-wrapper .uicore-extra,.uicore-navbar .uicore-nav-menu{display:none!important}.uicore-navbar .uicore-ham:not(.uicore-drawer-toggle){display:block!important}.uicore-main,.uicore-second{display:none}.uicore-mobile-main,.uicore-mobile-second{display:block}}@media (max-width:768px){.uicore-navbar.uicore-sticky{top:0!important}}@media screen and (max-width:1025px){.uicore-navbar .uicore-branding{margin:calc(var(--uicore-header--logo-padding)*.7)0}}@media (max-width:1300px){.uicore-navbar:not(.uicore-left-menu) .uicore-nav-menu ul.uicore-menu li.menu-item>a{padding-right:calc(var(--uicore-header--menu-spaceing)*.75);padding-left:calc(var(--uicore-header--menu-spaceing)*.75)}.uicore-h-classic.uicore-navbar .uicore-menu>.menu-item-has-children>a:after{right:calc(var(--uicore-header--menu-spaceing)*.75)}}@media (max-width:1200px){.uicore-navbar:not(.uicore-left-menu) .uicore-nav-menu ul.uicore-menu li.menu-item>a{padding-right:calc(var(--uicore-header--menu-spaceing)*.6);padding-left:calc(var(--uicore-header--menu-spaceing)*.6)}.uicore-h-classic.uicore-navbar .uicore-menu>.menu-item-has-children>a:after{right:calc(var(--uicore-header--menu-spaceing)*.6)}}.uicore-page-title{overflow:hidden}.uicore-page-title .uicore-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.uicore-page-title .uicore-entry-meta{flex-flow:wrap;display:flex}.uicore-page-title .uicore{flex-direction:column}.uicore-page-title .uicore h1.uicore-title{margin:.4em 0}.uicore-page-title .uicore p{margin:0}.uicore-page-title .uicore .ui-blog-date,.uicore-page-title .uicore .ui-breadcrumb span a span,.uicore-page-title .uicore .uicore-description,.uicore-page-title .uicore .uicore-entry-meta a{opacity:.6}.uicore-page-title .uicore .ui-breadcrumb a:hover span,.uicore-page-title .uicore a:hover{opacity:1}.uicore-page-title .uicore .ui-breadcrumb a span{transition:opacity .3s ease;will-change:opacity}.uicore-page-title .uicore .uicore-separator:before{opacity:.5;content:"";font-size:10px;transform:rotate(-90deg);display:inline-block;vertical-align:middle;padding:0 6px}@media only screen and (max-width:500px){.uicore-page-title .uicore-entry-meta{font-size:80%}}.elementor-kit-5{--e-global-color-uicore_primary:#4787FA;--e-global-color-uicore_secondary:#233253;--e-global-color-uicore_accent:#66D134;--e-global-color-uicore_headline:#0F0F0F;--e-global-color-uicore_body:#080808;--e-global-color-uicore_dark:#233253;--e-global-color-uicore_light:#F4F5FA;--e-global-color-uicore_white:#FFFFFF;--e-global-typography-uicore_primary-font-family:"Space Grotesk";--e-global-typography-uicore_primary-font-weight:700;--e-global-typography-uicore_secondary-font-family:"DM Sans";--e-global-typography-uicore_secondary-font-weight:500;--e-global-typography-uicore_text-font-family:"DM Sans";--e-global-typography-uicore_text-font-weight:normal;--e-global-typography-uicore_accent-font-family:"Arial";--e-global-typography-uicore_accent-font-weight:500}.elementor-kit-5 [type=submit],.elementor-kit-5 input[type=submit],.uicore-mobile-menu-wrapper .uicore-cta-wrapper a,.uicore-navbar a.uicore-btn{background-color:var(--e-global-color-uicore_primary);font-family:"DM Sans",Sans-serif;font-size:17px;font-weight:500;text-transform:None;line-height:1em;letter-spacing:0;color:#fff;border-style:none;border-radius:6px 6px 6px 6px}.elementor-kit-5 [type=submit]:focus,.elementor-kit-5 [type=submit]:hover,.elementor-kit-5 input[type=submit]:focus,.elementor-kit-5 input[type=submit]:hover,.uicore-mobile-menu-wrapper .uicore-cta-wrapper a:focus,.uicore-mobile-menu-wrapper .uicore-cta-wrapper a:hover,.uicore-navbar a.uicore-btn:focus,.uicore-navbar a.uicore-btn:hover{background-color:var(--e-global-color-uicore_secondary);color:#fff}.elementor-kit-5 [type=submit],.elementor-kit-5 input[type=submit],.uicore-mobile-menu-wrapper .uicore-cta-wrapper a{padding:22px 40px}.uicore-section.uicore-box nav.uicore-container,.uicore-section.uicore-box>.uicore-container{max-width:1380px}.elementor-widget:not(:last-child){margin-block-end:20px}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px}@media (max-width:1024px){.elementor-kit-5 [type=submit],.elementor-kit-5 input[type=submit],.uicore-mobile-menu-wrapper .uicore-cta-wrapper a,.uicore-navbar a.uicore-btn{font-size:17px}.elementor-kit-5 [type=submit],.elementor-kit-5 input[type=submit],.uicore-mobile-menu-wrapper .uicore-cta-wrapper a{padding:20px 40px}.uicore-section.uicore-box nav.uicore-container,.uicore-section.uicore-box>.uicore-container{max-width:1024px}}@media (max-width:767px){.elementor-kit-5 [type=submit],.elementor-kit-5 input[type=submit],.uicore-mobile-menu-wrapper .uicore-cta-wrapper a,.uicore-navbar a.uicore-btn{font-size:16px}.elementor-kit-5 [type=submit],.elementor-kit-5 input[type=submit],.uicore-mobile-menu-wrapper .uicore-cta-wrapper a{padding:16px 35px}.uicore-section.uicore-box nav.uicore-container,.uicore-section.uicore-box>.uicore-container{max-width:767px}}@font-face{font-display:swap;font-family:"uicore-icons";src:url(https://www.makaletercume.com/wp-content/plugins/uicore-framework/assets/fonts/uicore-icons.woff?bc5uma)format("woff"),url(https://www.makaletercume.com/wp-content/plugins/uicore-framework/assets/fonts/uicore-icons.ttf?bc5uma)format("truetype"),url(https://www.makaletercume.com/wp-content/plugins/uicore-framework/assets/fonts/uicore-icons.svg?bc5uma#uicore-icons)format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" uicore-i-"]{font-family:"uicore-icons"!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.uicore-i-arrow:before{content:""}.uicore-i-close:before{content:""}.uicore-i-search:before{content:""}.uicore-navbar.uicore-transparent .uicore-header-wrapper{position:absolute;width:100%}.uicore-transparent~#content header.uicore{padding-top:105px}.uicore-navbar.uicore-transparent:not(.uicore-scrolled) .uicore-header-wrapper{box-shadow:0 0 0 1px #fff0}.uicore-navbar .uicore-header-wrapper{box-shadow:0 0 0 1px #eae9f2}.uicore-mobile-menu-wrapper:before,.uicore-navbar .uicore-header-wrapper:before,.uicore-wrapper.uicore-search.uicore-section{background-color:#fff}@media only screen and (max-width:1025px){.uicore-navigation-wrapper{background-color:#fff}}@media only screen and (min-width:1025px){.uicore-navbar .uicore-extra{margin-left:25px}}.uicore-transparent:not(.uicore-scrolled){--uicore-header--menu-typo-c:var(--uicore-headline-color);--uicore-header--menu-typo-ch:var(--uicore-headline-color)}.uicore-navbar{--uicore-header--logo-h:60px;--uicore-header--logo-padding:30px;--uicore-header--menu-spaceing:25px;--uicore-header--menu-typo-f:var(--e-global-typography-uicore_secondary-font-family);--uicore-header--menu-typo-w:500;--uicore-header--menu-typo-h:120px;--uicore-header--menu-typo-ls:0em;--uicore-header--menu-typo-t:None;--uicore-header--menu-typo-st:normal;--uicore-header--menu-typo-c:var(--uicore-headline-color);--uicore-header--menu-typo-ch:var(--uicore-headline-color);--uicore-header--menu-typo-s:16px;--uicore-header--items-gap:25px}@media only screen and (min-width:1025px){.uicore-navbar li ul{--uicore-header--menu-typo-f:var(--e-global-typography-uicore_secondary-font-family);--uicore-header--menu-typo-w:500;--uicore-header--menu-typo-h:120px;--uicore-header--menu-typo-ls:0em;--uicore-header--menu-typo-t:None;--uicore-header--menu-typo-st:normal;--uicore-header--menu-typo-c:#878787;--uicore-header--menu-typo-ch:1.1;--uicore-header--menu-typo-s:16px}}.uicore-ham .bar{background-color:var(--uicore-header--menu-typo-c)}@media (max-width:767px){.uicore-navbar{--uicore-header--logo-h:24px}#wrapper-navbar nav{max-width:95%}}.uicore-nav-menu .sub-menu:not(.uicore-megamenu){background-color:var(--uicore-dark-color)}.uicore-nav-menu .sub-menu:not(.uicore-megamenu) a,.uicore-nav-menu .sub-menu:not(.uicore-megamenu) li{color:#878787!important}.uicore-nav-menu .sub-menu:not(.uicore-megamenu) a:hover,.uicore-nav-menu:not(.uicore-megamenu) .sub-menu li:hover{color:1.1!important}@media (max-width:767px){.uicore-navbar .uicore-btn{font-size:18px;font-weight:700;font-style:normal;font-family:var(--e-global-typography-uicore_secondary-font-family);letter-spacing:0;text-transform:None}}.uicore-navigation-content{height:calc(100% - 84px)}@media only screen and (max-width:1025px){.uicore-mobile-menu-wrapper{--uicore-header--menu-typo-f:var(--e-global-typography-uicore_primary-font-family);--uicore-header--menu-typo-w:700;--uicore-header--menu-typo-h:1;--uicore-header--menu-typo-ls:0em;--uicore-header--menu-typo-t:None;--uicore-header--menu-typo-st:normal;--uicore-header--menu-typo-c:var(--uicore-headline-color);--uicore-header--menu-typo-ch:var(--uicore-primary-color);--uicore-header--menu-typo-s:18px}}@media (max-width:1025px){.uicore-navbar.uicore-sticky{position:relative}}@media (min-width:1025px){.uicore-navbar .uicore-cta-wrapper a{padding:clamp(12px,.9em,18px) clamp(24px,1.9em,26px)}}.uicore-wrapper.uicore-search.uicore-section{height:100vh;position:fixed;right:0;left:0;top:0;opacity:0;pointer-events:none;transition:all .4s cubic-bezier(0,0,.2,1);justify-content:center;align-content:center;align-items:center;display:flex}.uicore-search .search-field{font-size:2em!important;background:#fff0;border:0}.uicore-search .uicore-close.uicore-i-close{position:absolute;right:0;top:0;cursor:pointer;font-size:20px;padding:20px}.uicore-close.uicore-i-close,.uicore-wrapper .search-field,.uicore-wrapper .search-field::placeholder{color:var(--uicore-headline-color)}@media (min-width:1025px){body:not(.elementor-editor-active) #wrapper-navbar .uicore-extra>*,body:not(.elementor-editor-active) .uicore-header-wrapper .uicore-branding,body:not(.elementor-editor-active) .uicore-header-wrapper nav .uicore-ham,body:not(.elementor-editor-active) .uicore-header-wrapper ul.uicore-menu>.menu-item>a{animation-delay:500ms;opacity:0;animation-fill-mode:forwards;animation-duration:1s;animation-name:uicoreFadeInUp,uicoreFadeIn;animation-play-state:paused;animation-timing-function:cubic-bezier(.22,1,.36,1),cubic-bezier(0,0,.2,1)}.uicore-navbar ul.sub-menu{transform:translate3d(0,18px,0);transition:opacity .3s cubic-bezier(.165,.84,.44,1),transform .4s cubic-bezier(.1,.76,.37,1.19)}}@media (max-width:1025px){.uicore-header-wrapper>nav>div .uicore-cta-wrapper a{padding:8px 14px;font-size:13px;line-height:16px}}ul.uicore-menu{--uicore-header--menu-effect-bg:var(--uicore-primary-color)}.uicore-page-title .uicore{align-items:center}.uicore-page-title div.uicore-animate{display:flex;justify-content:center}.uicore-page-title{text-align:center;background-image:linear-gradient(180deg,#eef4fb,#eef4fb00);background-size:cover;background-position:center;border-radius:0;margin:0}.uicore-page-title .uicore-overlay{display:none}@media (max-width:1024px){.uicore-page-title.uicore-section>.uicore{padding:75px 0}}@media (min-width:1024px){.uicore-page-title.uicore-section>.uicore{padding:100px 0}.uicore-page-title a,.uicore-page-title h1.uicore-title{max-width:50%}}@media (max-width:767px){.uicore-page-title.uicore-section>.uicore{padding:50px 0}}.uicore-page-title .uicore-entry-meta .uicore-post-category,.uicore-page-title .uicore-entry-meta span,.uicore-page-title a,.uicore-page-title a:hover,.uicore-page-title h1.uicore-title,.uicore-page-title p{color:var(--uicore-dark-color)}.uicore-page-title h1.uicore-title{text-transform:none}.single-post .uicore-page-title p.uicore-description{font-size:120%;margin:-.6em 0 1.3em;opacity:.88}.tags-links a,input[type=text]{color:var(--uicore-headline-color)}body{--uicore-typography--h1-f:var(--e-global-typography-uicore_primary-font-family);--uicore-typography--h1-w:700;--uicore-typography--h1-h:1.05;--uicore-typography--h1-ls:-.04em;--uicore-typography--h1-t:None;--uicore-typography--h1-st:normal;--uicore-typography--h1-c:var(--uicore-headline-color);--uicore-typography--h1-s:80px;--uicore-typography--h2-f:var(--e-global-typography-uicore_primary-font-family);--uicore-typography--h2-w:700;--uicore-typography--h2-h:1.175;--uicore-typography--h2-ls:-.027em;--uicore-typography--h2-t:None;--uicore-typography--h2-st:normal;--uicore-typography--h2-c:var(--uicore-headline-color);--uicore-typography--h2-s:40px;--uicore-typography--h3-f:var(--e-global-typography-uicore_secondary-font-family);--uicore-typography--h3-w:500;--uicore-typography--h3-h:1.2;--uicore-typography--h3-ls:-.027em;--uicore-typography--h3-t:None;--uicore-typography--h3-st:normal;--uicore-typography--h3-c:var(--uicore-headline-color);--uicore-typography--h3-s:36px;--uicore-typography--h4-f:var(--e-global-typography-uicore_primary-font-family);--uicore-typography--h4-w:700;--uicore-typography--h4-h:1.42;--uicore-typography--h4-ls:-.027em;--uicore-typography--h4-t:None;--uicore-typography--h4-st:normal;--uicore-typography--h4-c:var(--uicore-headline-color);--uicore-typography--h4-s:25px;--uicore-typography--h5-f:var(--e-global-typography-uicore_primary-font-family);--uicore-typography--h5-w:700;--uicore-typography--h5-h:1.187;--uicore-typography--h5-ls:0em;--uicore-typography--h5-t:none;--uicore-typography--h5-st:normal;--uicore-typography--h5-c:var(--uicore-headline-color);--uicore-typography--h5-s:19px;--uicore-typography--h6-f:var(--e-global-typography-uicore_secondary-font-family);--uicore-typography--h6-w:500;--uicore-typography--h6-h:1.4;--uicore-typography--h6-ls:0em;--uicore-typography--h6-t:none;--uicore-typography--h6-st:normal;--uicore-typography--h6-c:var(--uicore-headline-color);--uicore-typography--h6-s:15px;--uicore-typography--p-f:var(--e-global-typography-uicore_text-font-family);--uicore-typography--p-w:normal;--uicore-typography--p-h:1.75;--uicore-typography--p-ls:0em;--uicore-typography--p-t:None;--uicore-typography--p-st:normal;--uicore-typography--p-c:var(--uicore-body-color);--uicore-typography--p-s:19px}@media (max-width:1024px){body{--uicore-typography--h1-s:60px;--uicore-typography--h2-s:40px;--uicore-typography--h3-s:21px;--uicore-typography--h4-s:21px;--uicore-typography--h5-s:15px;--uicore-typography--h6-s:13px;--uicore-typography--p-s:17px}.uicore-blog .uicore-post-content:not(.uicore-archive) .entry-content{--uicore-typography--h1-s:48px;--uicore-typography--h2-s:34px;--uicore-typography--h3-s:26px;--uicore-typography--h4-s:18px;--uicore-typography--h5-s:15px;--uicore-typography--h6-s:13px;--uicore-typography--p-s:17px}}@media (max-width:767px){body{--uicore-typography--h1-s:44px;--uicore-typography--h2-s:32px;--uicore-typography--h3-s:20px;--uicore-typography--h4-s:18px;--uicore-typography--h5-s:14px;--uicore-typography--h6-s:12px;--uicore-typography--p-s:16px}.uicore-blog .uicore-post-content:not(.uicore-archive) .entry-content{--uicore-typography--h1-s:34px;--uicore-typography--h2-s:26px;--uicore-typography--h3-s:20px;--uicore-typography--h4-s:16px;--uicore-typography--h5-s:14px;--uicore-typography--h6-s:12px;--uicore-typography--p-s:16px}}:root body{--uicore-primary-color:#4787FA;--uicore-secondary-color:#233253;--uicore-accent-color:#66D134;--uicore-headline-color:#0F0F0F;--uicore-body-color:#080808;--uicore-dark-color:#233253;--uicore-light-color:#F4F5FA;--uicore-white-color:#FFF}body{--ui-border-color:#ebebeb;--uicore-boxed-width:100%;--ui-container-size:1380px;--ui-radius:6px;--ui-radius-sm:3px;--uicore-woo-single-add-to-cart-height:44px;--uicore-woo-summary-width:37%;--uicore-swatch-size:30px;--uicore-swatch-radius:8px;--uicore-swatch-big-radius:6px;--uicore-swatch-border-width:1px;--uicore-swatch-border:34,34,34;--ui-shop-grid-gap:30px}.content-area,.uicore-body-content{background-color:#fff}a{color:var(--uicore-primary-color)}.blog-fonts a:hover,a:hover{color:var(--uicore-secondary-color)}.elementor-section.elementor-section-boxed>.elementor-container,.uicore-section.uicore-box nav.uicore-container,.uicore-section.uicore-box>.uicore-container{max-width:var(--container-max-width)}.elementor-section,.uicore-section{--container-max-width:min(95%, var(--ui-container-size))}#uicore-page{position:relative;z-index:0}#uicore-back-to-top{background:var(--uicore-white-color)}.uicore-back-to-top{position:fixed;right:2em;bottom:2em;display:inline-block;z-index:999;transform:rotate(180deg) scale(1);font-size:15px;line-height:40px!important;width:40px;text-align:center;color:var(--uicore-headline-color);border-radius:4px;box-shadow:1px 0 22px -9px rgb(0 0 0/.4);transition:all .3s cubic-bezier(.61,-.12,.08,1.55);cursor:pointer}.uicore-back-to-top:hover{transform:rotate(180deg) scale(1.1);box-shadow:0 0 20px -9px rgb(0 0 0/.2);color:var(--uicore-headline-color)}.uicore-back-to-top:before{font-size:100%}.uicore-back-to-top:not(.uicore-visible){opacity:0;pointer-events:none;transform:rotate(180deg) scale(.3)}.comments-area{width:100%;margin-top:36px}.comments-area .comment-respond{padding:36px 0 0;border-top:1px solid var(--ui-border-color);margin-bottom:0}.comments-area .comment-respond .comment-reply-title{margin-top:0;margin-bottom:26px}.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link{float:right;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.01em}.comments-area p{margin:9px 0 0}.comments-area .comment-form{margin-left:-10px;margin-right:-10px}.comments-area .comment-form>p{margin-bottom:20px;padding-left:10px;padding-right:10px}.comments-area .comment-form>p.comment-form-author,.comments-area .comment-form>p.comment-form-email,.comments-area .comment-form>p.comment-form-url{width:33.33%;float:left;position:relative}.comments-area .comment-form label{display:inline-block;margin-bottom:.5em;font-size:80%}.comments-area .comment-form .comment-form-cookies-consent{width:100%;float:left;margin-bottom:30px!important;display:flex;align-items:center}.comments-area .comment-form .comment-form-cookies-consent label{width:auto;margin-bottom:0;margin-left:5px;display:inline-block;font-size:80%}.single-post.uicore-narow .uicore-post-content:not(.uicore-related){width:100%;margin:0 auto}.single-post .ui-breadcrumb .uicore-separator:before{opacity:.5;content:"";font-size:10px;transform:rotate(-90deg);display:inline-block;vertical-align:middle;padding:0 6px}.uicore-post-content{width:100%}.uicore-post-content img{max-width:100%;height:auto;display:block}.uicore-meta-separator{margin:0 .5em}.uicore-entry-meta .uicore-post-category{display:inline-block;line-height:inherit}.uicore-entry-meta span{text-transform:capitalize}div.tags-links{display:flex;flex-wrap:wrap;margin:-5px;padding:10px 0 36px}div.tags-links a{font-size:10px!important;font-weight:500;text-transform:uppercase;letter-spacing:1px;padding:10px 15px;border:1px solid #e6e9ec;margin:5px;line-height:1.5}div.tags-links a:hover{border:1px solid #a3afb7}.uicore-blog:not(.elementor-page) .uicore-post-content:not(.uicore-archive) .entry-content h2{margin-top:1em;margin-bottom:.5em}@media (max-width:767px){.comments-area{width:100%;margin-top:25px}.comments-area .comment-form>p.comment-form-author,.comments-area .comment-form>p.comment-form-email,.comments-area .comment-form>p.comment-form-url{width:100%}.comments-area .comment-form .comment-form-cookies-consent label{width:80%;margin-left:10px;float:left;margin-bottom:20px}#cancel-comment-reply-link{float:none!important;display:block;margin-top:18px}}@media (min-width:1025px){.single-post.uicore-narow .uicore-post-content:not(.uicore-related){max-width:800px}}@-ms-viewport{width:device-width}.uicore-blog .uicore-post-content:not(.uicore-archive) .entry-content{--uicore-typography--h1-f:var(--e-global-typography-uicore_primary-font-family);--uicore-typography--h1-w:700;--uicore-typography--h1-h:1.2;--uicore-typography--h1-ls:-.027em;--uicore-typography--h1-t:none;--uicore-typography--h1-st:normal;--uicore-typography--h1-c:var(--uicore-headline-color);--uicore-typography--h1-s:72px;--uicore-typography--h2-f:var(--e-global-typography-uicore_primary-font-family);--uicore-typography--h2-w:700;--uicore-typography--h2-h:1.2;--uicore-typography--h2-ls:-.027em;--uicore-typography--h2-t:None;--uicore-typography--h2-st:normal;--uicore-typography--h2-c:var(--uicore-headline-color);--uicore-typography--h2-s:40px;--uicore-typography--h3-f:var(--e-global-typography-uicore_primary-font-family);--uicore-typography--h3-w:700;--uicore-typography--h3-h:1.25;--uicore-typography--h3-ls:0em;--uicore-typography--h3-t:None;--uicore-typography--h3-st:normal;--uicore-typography--h3-c:var(--uicore-headline-color);--uicore-typography--h3-s:34px;--uicore-typography--h4-f:var(--e-global-typography-uicore_primary-font-family);--uicore-typography--h4-w:700;--uicore-typography--h4-h:1.1;--uicore-typography--h4-ls:0em;--uicore-typography--h4-t:None;--uicore-typography--h4-st:normal;--uicore-typography--h4-c:var(--uicore-headline-color);--uicore-typography--h4-s:20px;--uicore-typography--h5-f:var(--e-global-typography-uicore_primary-font-family);--uicore-typography--h5-w:700;--uicore-typography--h5-h:1.1;--uicore-typography--h5-ls:0em;--uicore-typography--h5-t:None;--uicore-typography--h5-st:normal;--uicore-typography--h5-c:var(--uicore-headline-color);--uicore-typography--h5-s:16px;--uicore-typography--h6-f:var(--e-global-typography-uicore_text-font-family);--uicore-typography--h6-w:normal;--uicore-typography--h6-h:1.1;--uicore-typography--h6-ls:0em;--uicore-typography--h6-t:Uppercase;--uicore-typography--h6-st:normal;--uicore-typography--h6-c:var(--uicore-headline-color);--uicore-typography--h6-s:14px;--uicore-typography--p-f:var(--e-global-typography-uicore_text-font-family);--uicore-typography--p-w:normal;--uicore-typography--p-h:1.875;--uicore-typography--p-ls:0em;--uicore-typography--p-t:None;--uicore-typography--p-st:normal;--uicore-typography--p-c:var(--uicore-body-color);--uicore-typography--p-s:18px}.blog-fonts a{color:var(--uicore-primary-color)}@media (max-width:1024px){body{--uicore-typography--h1-s:60px;--uicore-typography--h2-s:40px;--uicore-typography--h3-s:21px;--uicore-typography--h4-s:21px;--uicore-typography--h5-s:15px;--uicore-typography--h6-s:13px;--uicore-typography--p-s:17px}.uicore-blog .uicore-post-content:not(.uicore-archive) .entry-content{--uicore-typography--h1-s:48px;--uicore-typography--h2-s:34px;--uicore-typography--h3-s:26px;--uicore-typography--h4-s:18px;--uicore-typography--h5-s:15px;--uicore-typography--h6-s:13px;--uicore-typography--p-s:17px}}@media (max-width:767px){body{--uicore-typography--h1-s:44px;--uicore-typography--h2-s:32px;--uicore-typography--h3-s:20px;--uicore-typography--h4-s:18px;--uicore-typography--h5-s:14px;--uicore-typography--h6-s:12px;--uicore-typography--p-s:16px}.uicore-blog .uicore-post-content:not(.uicore-archive) .entry-content{--uicore-typography--h1-s:34px;--uicore-typography--h2-s:26px;--uicore-typography--h3-s:20px;--uicore-typography--h4-s:16px;--uicore-typography--h5-s:14px;--uicore-typography--h6-s:12px;--uicore-typography--p-s:16px}}@media (min-width:1024px){.uicore-blog.single .uicore-page-title a,.uicore-blog.single .uicore-page-title h1.uicore-title,.uicore-blog.single .uicore-page-title p{max-width:75%}}@media (max-width:1024px){.uicore-blog #main.uicore{padding:75px 0}}@media (max-width:767px){.uicore-blog #main.uicore{padding:45px 0}}@media (min-width:1024px){.uicore-blog #main.uicore{padding:100px 0}}.uicore-progress-bar{height:2px;top:0;width:0;max-width:100vw;overflow:hidden;position:fixed;z-index:98;left:0;right:0}.bdt-list-circle>::before,.bdt-list-decimal>::before,.bdt-list-disc>::before,.bdt-list-square>::before{content:""}.bdt-list-circle>::before,.bdt-list-decimal>::before,.bdt-list-disc>::before,.bdt-list-hyphen>::before,.bdt-list-square>::before{position:relative;left:-30px;width:30px;height:1.5em;margin-bottom:-1.5em;display:list-item;list-style-position:inside;text-align:right}.bdt-list-disc>::before{list-style-type:disc}.bdt-list-circle>::before{list-style-type:circle}.bdt-list-square>::before{list-style-type:square}.bdt-list-decimal>::before{content:counter(decimal,decimal)" . "}.bdt-list-hyphen>::before{content:"–  "}.bdt-list-muted>::before{color:#999!important}.bdt-list-emphasis>::before{color:#333!important}.bdt-list-primary>::before{color:#1e87f0!important}.bdt-list-secondary>::before{color:#222!important}.bdt-list-bullet>::before{content:"";display:list-item;position:relative;left:-30px;width:30px;height:1.5em;margin-bottom:-1.5em;background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:50% 50%}:root{--bdt-leader-fill-content:.;--bdt-position-margin-offset:.0001px}.bdt-subnav-divider>::before{content:"";height:1.5em;margin-left:0;margin-right:20px;border-left:1px solid #fff0}.bdt-breadcrumb>*>:hover,.bdt-pagination>*>:hover{color:#666;text-decoration:none}.bdt-dotnav>*>:hover{background-color:rgb(102 102 102/.6)}.bdt-dotnav>*>:active{background-color:rgb(102 102 102/.2)}*{--bdt-inverse:initial}.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:"Font Awesome 5 Brands";font-weight:400}.fa-facebook:before{content:""}.fa-instagram:before{content:""}.fa-twitter:before{content:""}@font-face{font-display:swap;font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix)format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2)format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff)format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf)format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome)format("svg")}.elementor-widget-image{text-align:center}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{bottom:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container{font-size:0;line-height:1}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2*var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2*var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-facebook{background-color:#3b5998}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-twitter{background-color:#1da1f2}@font-face{font-display:swap;font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.35.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.35.0#iefix)format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.35.0)format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.35.0)format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.35.0)format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.35.0#eicon)format("svg");font-weight:400;font-style:normal}