Version Description
1 March 2022 =
New: Double Opt In support for mailchimp widget.
Tweak: Improve Slider on load behavior
Tweak: Improve Image Carousel on load behavior
Tweak: Comparison Table description field
Tweak: Comparison Table add button style control for individual item
Download this release
Release Info
Developer | thehappymonster |
Plugin | Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget) |
Version | 3.4.4 |
Comparing to | |
See all releases |
Code changes from version 3.4.3 to 3.4.4
- assets/admin/js/dashboard.min.js +1 -1
- assets/admin/js/editor.min.js +1 -1
- assets/css/main.css +2 -2
- assets/css/main.min.css +2 -2
- assets/css/widgets/comparison-table.min.css +1 -1
- assets/css/widgets/mailchimp.min.css +1 -1
- assets/js/happy-addons.js +53 -92
- assets/js/happy-addons.min.js +53 -92
- changelog.txt +8 -0
- classes/ajax-handler.php +227 -216
- classes/assets-manager.php +10 -1
- classes/select2-handler.php +2 -2
- i18n/happy-elementor-addons.pot +240 -228
- plugin.php +4 -4
- readme.txt +9 -1
- widgets/carousel/widget.php +1 -1
- widgets/comparison-table/widget.php +423 -134
- widgets/mailchimp/mailchimp-api.php +156 -146
- widgets/mailchimp/widget.php +1632 -1604
- widgets/slider/widget.php +1 -1
assets/admin/js/dashboard.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
"use strict";!function(c,d){c(function(){var a=c(".ha-dashboard-tabs"),e=a.find(".ha-dashboard-tabs__nav"),i=a.find(".ha-dashboard-tabs__content"),s=c("#toplevel_page_happy-addons").find(".wp-submenu"),t=(e.on("click",".ha-dashboard-tabs__nav-item",function(a){var e=c(a.currentTarget),t=a.currentTarget.hash,n="#tab-content-"+t.substring(1),n=i.find(n);if(e.is(".nav-item-is--link"))return!0;a.preventDefault(),e.addClass("tab--is-active").siblings().removeClass("tab--is-active"),n.addClass("tab--is-active").siblings().removeClass("tab--is-active"),window.location.hash=t,s.find("a").filter(function(a,e){return t===e.hash}).parent().addClass("current").siblings().removeClass("current")}),window.location.hash&&(e.find('a[href="'+window.location.hash+'"]').click(),s.find("a").filter(function(a,e){return window.location.hash===e.hash}).parent().addClass("current").siblings().removeClass("current")),s.on("click","a",function(a){
|
1 |
+
"use strict";!function(c,d){c(function(){var a=c(".ha-dashboard-tabs"),e=a.find(".ha-dashboard-tabs__nav"),i=a.find(".ha-dashboard-tabs__content"),s=c("#toplevel_page_happy-addons").find(".wp-submenu"),t=(e.on("click",".ha-dashboard-tabs__nav-item",function(a){var e=c(a.currentTarget),t=a.currentTarget.hash,n="#tab-content-"+t.substring(1),n=i.find(n);if(e.is(".nav-item-is--link"))return!0;a.preventDefault(),e.addClass("tab--is-active").siblings().removeClass("tab--is-active"),n.addClass("tab--is-active").siblings().removeClass("tab--is-active"),window.location.hash=t,s.find("a").filter(function(a,e){return t===e.hash}).parent().addClass("current").siblings().removeClass("current")}),window.location.hash&&(e.find('a[href="'+window.location.hash+'"]').click(),s.find("a").filter(function(a,e){return window.location.hash===e.hash}).parent().addClass("current").siblings().removeClass("current")),s.on("click","a",function(a){if(!a.currentTarget.hash)return!0;a.preventDefault(),window.location.hash=a.currentTarget.hash,c(a.currentTarget).parent().addClass("current").siblings().removeClass("current"),e.find('a[href="'+a.currentTarget.hash+'"]').click()}),c("#ha-dashboard-form")),o=t.find(".ha-dashboard-widgets"),n=t.find(".ha-dashboard-btn--save"),r=(t.on("submit",function(a){a.preventDefault(),c.post({url:d.ajaxUrl,data:{nonce:d.nonce,action:d.action,data:t.serialize()},beforeSend:function(){n.text(".....").css("animation","animateTextIndent infinite 2.5s")},success:function(a){var e;a.success&&(e=setTimeout(function(){n.css("animation","").attr("disabled",!0).text(d.savedLabel),location.reload(),clearTimeout(e)},500))}})}),t.on("change keyup paste","input",function(){n.attr("disabled",!1).text(d.saveChangesLabel)}),c(".ha-action--btn").on("click",function(a){a.preventDefault();var a=c(this),e=a.data("filter"),a=a.data("action"),t=o.find(".ha-dashboard-widgets__item"),n=t.not(".item--is-pro"),i=t.filter(".item--is-pro"),s=t.not(".item--is-placeholder").find(":checkbox.ha-widget"),r=t.not(".item--is-placeholder").find(":checkbox.ha-feature");if(e)switch(e){case"free":n.show(),i.hide();break;case"pro":n.hide(),i.show();break;default:t.show()}a&&("enable"===a?s.prop("checked",!0):"disable"===a?s.prop("checked",!1):"enable_feature"===a?r.prop("checked",!0):"disable_feature"===a&&r.prop("checked",!1),s.trigger("change"),r.trigger("change"))}),c(".ha-feature-sub-title-a").magnificPopup({disableOn:700,type:"iframe",mainClass:"mfp-fade",removalDelay:160,preloader:!1,fixedContentPos:!1}),c(".btn-how-to-contribute").on("click",function(a){a.preventDefault(),c(this).next().show()}),c("#ha-dashboard-analytics-disable"));r.on("click",function(a){a.preventDefault(),c(this).next().val("true"),c.post({url:d.ajaxUrl,data:{nonce:d.nonce,action:d.action,data:t.serialize()},beforeSend:function(){r.text(".....").css("animation","animateTextIndent infinite 2.5s")},success:function(a){a.success&&location.reload()}})})})}(jQuery,window.HappyDashboard);
|
assets/admin/js/editor.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
"use strict";!function(i){window.haHasIconLibrary=function(){return elementor.helpers&&elementor.helpers.renderIcon},window.haGetFeatureLabel=function(e){var t=document.createElement("DIV");return t.innerHTML=e,20<(e=t.textContent||t.innerText||e).length?e.substring(0,20)+"...":e},window.haGetTranslated=function(e,t){return elementorCommon.translate(e,null,t,HappyAddonsEditor.i18n)},window.haGetButtonWithIcon=function(e,t){var n,c,o,i,p,a=[];if(t=t||{},t=_.defaults(t,{oldIcon:"button_icon",iconPos:"button_icon_position",newIcon:"button_selected_icon",text:"button_text",link:"button_link",class:"ha-btn ha-btn--link",textClass:"ha-btn-text"}),_.isObject(e)){var r=e.model.attributes.settings.toJSON(),s=_.isUndefined(r[t.text])?"":r[t.text],d=!(_.isUndefined(r[t.oldIcon])||!r[t.oldIcon]),l=!(_.isUndefined(r[t.newIcon])||!_.isObject(r[t.newIcon])||!r[t.newIcon].value);if(s||l||d)return haHasIconLibrary()&&(n=elementor.helpers.renderIcon(e,r[t.newIcon],{"aria-hidden":!0,class:"ha-btn-icon"},"i","object"),c=elementor.helpers.isIconMigrated(r,t.newIcon)),e.addInlineEditingAttributes(t.text,"none"),e.addRenderAttribute(t.text,"class",t.textClass),e.addRenderAttribute("button","class",t.class),e.addRenderAttribute("button","href",r[t.link].url),(l||d)&&(haHasIconLibrary()&&n&&n.rendered&&(!d||c)?o="svg"===r[t.newIcon].library?'<span class="ha-btn-icon ha-btn-icon--svg">'+n.value+"</span>":n.value:d&&(o='<i class="ha-btn-icon '+t.oldIcon+'" aria-hidden="true"></i>')),!s||l||d?s||!l&&!d?s&&(l||d)&&("before"===r[t.iconPos]?(e.addRenderAttribute("button","class","ha-btn--icon-before"),i=o,p="<span "+e.getRenderAttributeString(t.text)+">"+s+"</span>"):(e.addRenderAttribute("button","class","ha-btn--icon-after"),p=o,i="<span "+e.getRenderAttributeString(t.text)+">"+s+"</span>"),a=["<a "+e.getRenderAttributeString("button")+">",i,p,"</a>"]):a=["<a "+e.getRenderAttributeString("button")+">",o,"</a>"]:a=["<a "+e.getRenderAttributeString("button")+">","<span "+e.getRenderAttributeString(t.text)+">",s,"</span>","</a>"],a.join("")}};elementor.on("panel:init",function(){var e,n;i("#elementor-panel-elements-search-input").on("keyup",_.debounce(function(){i("#elementor-panel-elements").find(".hm").parents(".elementor-element").addClass("is-ha-widget")},100)),"undefined"==typeof $e&&null===$e||(e={callback:function(){var e=elementor.settings.page.model.attributes.ha_grid;""===e?elementor.settings.page.model.setExternalChange("ha_grid","yes"):"yes"===e&&elementor.settings.page.model.setExternalChange("ha_grid","")}},$e.shortcuts.register("ctrl+shift+g",e),$e.shortcuts.register("cmd+shift+g",e)),(n=i("#"+(e="happy-addons-editor-dark-css"))).length||(n=i("<link>",{id:e,rel:"stylesheet",href:HappyAddonsEditor.dark_stylesheet_url})),elementor.settings.editorPreferences.model.on("change:ui_theme",function(e,t){"light"!==t?n.attr("media","auto"===t?"(prefers-color-scheme: dark)":"").appendTo(elementorCommon.elements.$body):n.remove()})}),elementor.hooks.addFilter("panel/elements/regionViews",function(e){if(HappyAddonsEditor.hasPro||_.isEmpty(HappyAddonsEditor.placeholder_widgets))return e;var t,n="happy_addons_pro",o=e.elements.view,i=e.categories.view,a=e.elements.options.collection,r=e.categories.options.collection,s=[];return _.each(HappyAddonsEditor.placeholder_widgets,function(e,t){a.add({name:"ha-"+t,title:e.title,icon:e.icon,categories:[n],editable:!1})}),a.each(function(e){e.get("categories")[0]===n&&s.push(e)}),(t=r.findIndex({name:"happy_addons_category"}))&&r.add({name:"happy_addons_pro_category",title:"Happy Addons Pro",icon:"hm hm-happyaddons",defaultActive:!1,items:s},{at:t+1}),e.elements.view=o.extend({childView:o.prototype.childView.extend(r={className:function(){var e=this.constructor.__super__.className.call(this);return!this.isEditable()&&this.isHappyWidget()&&(e+=" ha-element--promotion"),e},isHappyWidget:function(){return 0===this.model.get("name").indexOf("ha-")},onMouseDown:function(){if(!this.isHappyWidget())return elementor.promotion.dialog.buttons[0].removeClass("ha-btn--promotion"),void this.constructor.__super__.onMouseDown.call(this);elementor.promotion.dialog.buttons[0].addClass("ha-btn--promotion"),elementor.promotion.showDialog({headerMessage:haGetTranslated("promotionDialogHeader",[this.model.get("title")]),message:haGetTranslated("promotionDialogMessage",[this.model.get("title")]),top:"-7",element:this.el,actionURL:"https://demo.happyaddons.com/"})}})}),e.categories.view=i.extend({childView:i.prototype.childView.extend({childView:i.prototype.childView.prototype.childView.extend(r)})}),e});var e=elementor.modules.controls.Select2.extend({onBeforeRender:function(){var n,o;this.container&&"section"===this.container.type&&(n=elementor.widgetsCache||elementor.config.widgets,o={},this.container.children.forEach(function(e){e.view.$childViewContainer.children("[data-widget_type]").each(function(e,t){t=(t=i(t).data("widget_type")).slice(0,t.lastIndexOf(".")),t=!_.isUndefined(n[t])&&n[t];t&&(o[t.widget_type]=t.title+" ("+t.widget_type+")")})}),this.model.set("options",o))}}),e=(elementor.addControlView("widget-list",e),elementor.modules.controls.BaseData.extend({getSelect2Placeholder:function(){return this.ui.select.children('option:first[value=""]').text()||this.model.get("placeholder")},getDependencyArgs:function(){var n=this,o=n.model.get("dynamic_params");return(o
|
1 |
+
"use strict";!function(i){window.haHasIconLibrary=function(){return elementor.helpers&&elementor.helpers.renderIcon},window.haGetFeatureLabel=function(e){var t=document.createElement("DIV");return t.innerHTML=e,20<(e=t.textContent||t.innerText||e).length?e.substring(0,20)+"...":e},window.haGetTranslated=function(e,t){return elementorCommon.translate(e,null,t,HappyAddonsEditor.i18n)},window.haGetButtonWithIcon=function(e,t){var n,c,o,i,p,a=[];if(t=t||{},t=_.defaults(t,{oldIcon:"button_icon",iconPos:"button_icon_position",newIcon:"button_selected_icon",text:"button_text",link:"button_link",class:"ha-btn ha-btn--link",textClass:"ha-btn-text"}),_.isObject(e)){var r=e.model.attributes.settings.toJSON(),s=_.isUndefined(r[t.text])?"":r[t.text],d=!(_.isUndefined(r[t.oldIcon])||!r[t.oldIcon]),l=!(_.isUndefined(r[t.newIcon])||!_.isObject(r[t.newIcon])||!r[t.newIcon].value);if(s||l||d)return haHasIconLibrary()&&(n=elementor.helpers.renderIcon(e,r[t.newIcon],{"aria-hidden":!0,class:"ha-btn-icon"},"i","object"),c=elementor.helpers.isIconMigrated(r,t.newIcon)),e.addInlineEditingAttributes(t.text,"none"),e.addRenderAttribute(t.text,"class",t.textClass),e.addRenderAttribute("button","class",t.class),e.addRenderAttribute("button","href",r[t.link].url),(l||d)&&(haHasIconLibrary()&&n&&n.rendered&&(!d||c)?o="svg"===r[t.newIcon].library?'<span class="ha-btn-icon ha-btn-icon--svg">'+n.value+"</span>":n.value:d&&(o='<i class="ha-btn-icon '+t.oldIcon+'" aria-hidden="true"></i>')),!s||l||d?s||!l&&!d?s&&(l||d)&&("before"===r[t.iconPos]?(e.addRenderAttribute("button","class","ha-btn--icon-before"),i=o,p="<span "+e.getRenderAttributeString(t.text)+">"+s+"</span>"):(e.addRenderAttribute("button","class","ha-btn--icon-after"),p=o,i="<span "+e.getRenderAttributeString(t.text)+">"+s+"</span>"),a=["<a "+e.getRenderAttributeString("button")+">",i,p,"</a>"]):a=["<a "+e.getRenderAttributeString("button")+">",o,"</a>"]:a=["<a "+e.getRenderAttributeString("button")+">","<span "+e.getRenderAttributeString(t.text)+">",s,"</span>","</a>"],a.join("")}};elementor.on("panel:init",function(){var e,n;i("#elementor-panel-elements-search-input").on("keyup",_.debounce(function(){i("#elementor-panel-elements").find(".hm").parents(".elementor-element").addClass("is-ha-widget")},100)),"undefined"==typeof $e&&null===$e||(e={callback:function(){var e=elementor.settings.page.model.attributes.ha_grid;""===e?elementor.settings.page.model.setExternalChange("ha_grid","yes"):"yes"===e&&elementor.settings.page.model.setExternalChange("ha_grid","")}},$e.shortcuts.register("ctrl+shift+g",e),$e.shortcuts.register("cmd+shift+g",e)),(n=i("#"+(e="happy-addons-editor-dark-css"))).length||(n=i("<link>",{id:e,rel:"stylesheet",href:HappyAddonsEditor.dark_stylesheet_url})),elementor.settings.editorPreferences.model.on("change:ui_theme",function(e,t){"light"!==t?n.attr("media","auto"===t?"(prefers-color-scheme: dark)":"").appendTo(elementorCommon.elements.$body):n.remove()})}),elementor.hooks.addFilter("panel/elements/regionViews",function(e){if(HappyAddonsEditor.hasPro||_.isEmpty(HappyAddonsEditor.placeholder_widgets))return e;var t,n="happy_addons_pro",o=e.elements.view,i=e.categories.view,a=e.elements.options.collection,r=e.categories.options.collection,s=[];return _.each(HappyAddonsEditor.placeholder_widgets,function(e,t){a.add({name:"ha-"+t,title:e.title,icon:e.icon,categories:[n],editable:!1})}),a.each(function(e){e.get("categories")[0]===n&&s.push(e)}),(t=r.findIndex({name:"happy_addons_category"}))&&r.add({name:"happy_addons_pro_category",title:"Happy Addons Pro",icon:"hm hm-happyaddons",defaultActive:!1,items:s},{at:t+1}),e.elements.view=o.extend({childView:o.prototype.childView.extend(r={className:function(){var e=this.constructor.__super__.className.call(this);return!this.isEditable()&&this.isHappyWidget()&&(e+=" ha-element--promotion"),e},isHappyWidget:function(){return 0===this.model.get("name").indexOf("ha-")},onMouseDown:function(){if(!this.isHappyWidget())return elementor.promotion.dialog.buttons[0].removeClass("ha-btn--promotion"),void this.constructor.__super__.onMouseDown.call(this);elementor.promotion.dialog.buttons[0].addClass("ha-btn--promotion"),elementor.promotion.showDialog({headerMessage:haGetTranslated("promotionDialogHeader",[this.model.get("title")]),message:haGetTranslated("promotionDialogMessage",[this.model.get("title")]),top:"-7",element:this.el,actionURL:"https://demo.happyaddons.com/"})}})}),e.categories.view=i.extend({childView:i.prototype.childView.extend({childView:i.prototype.childView.prototype.childView.extend(r)})}),e});var e=elementor.modules.controls.Select2.extend({onBeforeRender:function(){var n,o;this.container&&"section"===this.container.type&&(n=elementor.widgetsCache||elementor.config.widgets,o={},this.container.children.forEach(function(e){e.view.$childViewContainer.children("[data-widget_type]").each(function(e,t){t=(t=i(t).data("widget_type")).slice(0,t.lastIndexOf(".")),t=!_.isUndefined(n[t])&&n[t];t&&(o[t.widget_type]=t.title+" ("+t.widget_type+")")})}),this.model.set("options",o))}}),e=(elementor.addControlView("widget-list",e),elementor.modules.controls.BaseData.extend({getSelect2Placeholder:function(){return this.ui.select.children('option:first[value=""]').text()||this.model.get("placeholder")},getDependencyArgs:function(){var n=this,o=n.model.get("dynamic_params");return(o=_.isObject(o)?o:{}).control_dependency&&_.isObject(o.control_dependency)&&_.each(o.control_dependency,function(e,t){o[t]=n.container.settings.get(e)}),o},getSelect2DefaultOptions:function(){var t=this;return{allowClear:!0,placeholder:this.getSelect2Placeholder(),dir:elementorCommon.config.isRTL?"rtl":"ltr",minimumInputLength:1,ajax:{url:ajaxurl,dataType:"json",method:"POST",delay:250,data:function(e){e={nonce:HappyAddonsEditor.editor_nonce,action:"ha_process_dynamic_select",object_type:"post",query_term:e.term};return i.extend(e,t.model.get("dynamic_params"),t.getDependencyArgs())},processResults:function(e){if(!e.success||0===e.data.length)return{results:[{id:-1,text:"No results found",disabled:!0}]};var n=[];return _.each(e.data,function(e,t){n.push({id:t,text:e})}),{results:n}},cache:!0}}},getSelect2Options:function(){return i.extend(this.getSelect2DefaultOptions(),this.model.get("select2options"))},addLoadingSpinner:function(){this.$el.find(".elementor-control-title").after('<span class="elementor-control-spinner"> <i class="eicon-spinner eicon-animation-spin"></i> </span>')},onBeforeRender:function(){var n,e;this.isRendered||(e=(n=this).getControlValue(),_.isEmpty(e)||(_.isArray(e)||(e=[e]),e={nonce:HappyAddonsEditor.editor_nonce,action:"ha_process_dynamic_select",object_type:"post",saved_values:e},i.ajax({url:ajaxurl,type:"POST",data:i.extend(e,n.model.get("dynamic_params"),n.getDependencyArgs()),beforeSend:n.addLoadingSpinner.bind(this),success:function(e){var t;e.success&&0!==e.data.length&&(t=_.keys(e.data).map(function(e){return" "+i.trim(e)}),n.container.settings.set(n.model.get("name"),t),n.model.set("options",e.data),n.render())}})))},applySavedValue:function(){elementor.modules.controls.BaseData.prototype.applySavedValue.apply(this,arguments),this.ui.select.data("select2")?this.ui.select.trigger("change"):(this.ui.select.select2(this.getSelect2Options()),this.model.get("sortable")&&this.initSortable())},initSortable:function(){var e=this.$el.find("ul.select2-selection__rendered"),t=this;e.sortable({containment:"parent",update:function(){t._orderSortedOption(e),t.container.settings.setExternalChange(t.model.get("name"),t.ui.select.val()),t.model.set("options",t.ui.select.val())}})},_orderSortedOption:function(e){var o=this;e.children("li[title]").each(function(e,t){var n=o.ui.select.children("option").filter(function(){return i(this).html()==t.title});o._moveOptionToEnd(n)})},_moveOptionToEnd:function(e){var t=e.parent();e.detach(),t.append(e)},onBeforeDestroy:function(){this.ui.select.select2("destroy"),this.$el.remove()}}));elementor.addControlView("ha_advanced_select2",e)}(jQuery);
|
assets/css/main.css
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
.ha-card{--ha-card-body-width-left:calc(100% - var(--ha-card-image-width) + (-1 * var(--ha-card-image-offset-x)));--ha-card-body-width-right:calc(100% - var(--ha-card-image-width) + var(--ha-card-image-offset-x));--ha-card-image-offset-x:calc(1px - 1px);--ha-card-image-offset-y:calc(1px - 1px);--ha-card-image-width:100%}.ha-card>.elementor-widget-container{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-card-figure{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-image-width);-ms-flex:0 0 var(--ha-card-image-width);flex:0 0 var(--ha-card-image-width);max-width:var(--ha-card-image-width);width:100%;height:250px;-webkit-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));-ms-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y))}.ha-card-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-card-figure .ha-badge{position:absolute}.ha-card-body{padding:25px}.ha-card-title{margin-top:0;margin-bottom:10px;color:#151515;font-weight:700;font-size:22px}.ha-card-text{margin-bottom:25px;color:#616161;font-size:16px;line-height:1.7}.ha-card-text>p{margin-top:0;margin-bottom:0}.ha-card--top .ha-card-figure{display:inline-block}.ha-card--top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--top .ha-card-body{margin-top:var(--ha-card-image-offset-y);max-width:initial;width:100%}.ha-card.ha-card--left,.ha-card.ha-card--right{--ha-card-image-width:50%}.ha-card--left>.elementor-widget-container,.ha-card--right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--left .ha-card-body,.ha-card--right .ha-card-body{padding:35px}.ha-card--left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--right .ha-card-figure img{border-radius:0 5px 5px 0}@media (max-width:1024px){.ha-card--tablet-top .ha-card-figure{display:inline-block}.ha-card--tablet-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--tablet-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--tablet-left>.elementor-widget-container,.ha-card--tablet-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--tablet-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--tablet-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--tablet-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--tablet-right .ha-card-figure img{border-radius:0 5px 5px 0}}@media (max-width:767px){.ha-card--mobile-top .ha-card-figure{display:inline-block}.ha-card--mobile-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--mobile-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--mobile-left>.elementor-widget-container,.ha-card--mobile-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--mobile-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--mobile-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--mobile-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--mobile-right .ha-card-figure img{border-radius:0 5px 5px 0}}
|
4 |
@-webkit-keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@-webkit-keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}@keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.ha-cig,.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cig{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ha-cig-item{position:relative;display:inline-block;border-radius:100%;text-decoration:none;line-height:100%}.ha-cig-item a.ha-cig-item-outline,.ha-cig-item-outline{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;max-width:100%;width:60px;height:60px;border:3px solid #fff;border-radius:50%;background:#fff;-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-o-object-fit:cover;object-fit:cover}.ha-cig-item:not(:first-child){margin-left:-30px;-webkit-transition:all .3s ease;transition:all .3s ease}.ha-cig-item:not(:last-child){margin-right:5px}.ha-cig:hover .ha-cig-item{margin-left:0}[tooltip]{position:relative}[tooltip]::after,[tooltip]::before{position:absolute;display:none;text-transform:none;font-size:.8em;line-height:1;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[tooltip]::before{z-index:1001;border:5px solid transparent;content:""}[tooltip]::after{z-index:1000;overflow:hidden;padding:1ch 1.5ch;min-width:3em;max-width:21em;border-radius:.3ch;background:#333;-webkit-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);color:#fff;content:attr(tooltip);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-family:Helvetica,sans-serif}[tooltip]:hover::after,[tooltip]:hover::before{display:block}[tooltip=""]::after,[tooltip=""]::before{display:none!important}[tooltip]:not([flow])::before,[tooltip][flow^=up]::before{bottom:100%;border-top-color:var(--caret-color, #333);border-bottom-width:0}[tooltip]:not([flow])::after,[tooltip][flow^=up]::after{bottom:calc(100% + 5px)}[tooltip]:not([flow])::after,[tooltip]:not([flow])::before,[tooltip][flow^=up]::after,[tooltip][flow^=up]::before{left:50%;-webkit-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}[tooltip][flow^=down]::before{top:100%;border-top-width:0;border-bottom-color:var(--caret-color, #333)}[tooltip][flow^=down]::after{top:calc(100% + 5px)}[tooltip][flow^=down]::after,[tooltip][flow^=down]::before{left:50%;-webkit-transform:translate(-50%,.5em);-ms-transform:translate(-50%,.5em);transform:translate(-50%,.5em)}[tooltip][flow^=left]::after,[tooltip][flow^=left]::before{top:50%;-webkit-transform:translate(-.5em,-50%);-ms-transform:translate(-.5em,-50%);transform:translate(-.5em,-50%)}[tooltip][flow^=left]::before{left:calc(0em - 5px);border-right-width:0;border-left-color:var(--caret-color, #333)}[tooltip][flow^=left]::after{right:calc(100% + 5px)}[tooltip][flow^=right]::after,[tooltip][flow^=right]::before{top:50%;-webkit-transform:translate(.5em,-50%);-ms-transform:translate(.5em,-50%);transform:translate(.5em,-50%)}[tooltip][flow^=right]::before{right:calc(0em - 5px);border-right-color:var(--caret-color, #333);border-left-width:0}[tooltip][flow^=right]::after{left:calc(100% + 5px)}[tooltip]:not([flow]):hover::after,[tooltip]:not([flow]):hover::before,[tooltip][flow^=down]:hover::after,[tooltip][flow^=down]:hover::before,[tooltip][flow^=up]:hover::after,[tooltip][flow^=up]:hover::before{-webkit-animation:tooltips-vert 300ms ease-out forwards;animation:tooltips-vert 300ms ease-out forwards}[tooltip][flow^=left]:hover::after,[tooltip][flow^=left]:hover::before,[tooltip][flow^=right]:hover::after,[tooltip][flow^=right]:hover::before{-webkit-animation:tooltips-horz 300ms ease-out forwards;animation:tooltips-horz 300ms ease-out forwards}
|
5 |
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
|
6 |
-
.ha-comparison-table{position:relative}.ha-comparison-table__head
|
7 |
.ha-cs-design-round .ha-cs-switch.active span{color:#562dd4}.ha-cs-design-round-2 .ha-cs-switch.active span{color:#e2498a}.ha-cs-design-square .ha-cs-switch.active span{color:#61ce70}.ha-cs-design-square-2 .ha-cs-switch.active span{color:#f67c21}.ha-cs-design-button .ha-cs-switch-wrapper{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:20px}.ha-cs-switch-wrapper,.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-cs-switch-wrapper{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-cs-switch-wrapper .ha-cs-switch{font-weight:700;font-size:18px;font-family:"Nunito",Sans-serif}.ha-cs-switch-wrapper .ha-cs-switch.primary{margin-right:20px}.ha-cs-switch-wrapper .ha-cs-switch.secondary{margin-left:20px}.ha-cs-switch-wrapper .ha-cs-switch.active{color:#2196f3}.ha-cs-switch-wrapper .ha-cs-button{border:0;background-color:#fff;color:#333}.ha-cs-switch-wrapper .ha-cs-button span{font-weight:700;font-size:16px;font-family:"Nunito",Sans-serif}.ha-cs-switch-wrapper .ha-cs-button:not(:last-of-type){margin-right:20px}.ha-cs-switch-wrapper .ha-cs-button.active{background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-button:focus{outline:0;background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:1em;height:1em}.ha-cs-switch-wrapper .ha-cs-icon-left .ha-cs-icon-wrapper{margin-right:10px}.ha-cs-switch-wrapper .ha-cs-icon-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-cs-switch-wrapper .ha-cs-icon-right .ha-cs-icon-wrapper{margin-left:10px}.ha-input-label{position:relative;display:inline-block;margin:unset;width:5em;height:2.5em}.ha-input-label .ha-cs-slider,.ha-input-label .ha-cs-slider:before{position:absolute;border-width:0;border-style:solid;-webkit-transition:.4s;transition:.4s}.ha-input-label .ha-cs-slider{top:0;right:0;bottom:0;left:0;background-color:#ccc;cursor:pointer}.ha-input-label .ha-cs-slider:before{bottom:.25em;left:.2em;width:2em;height:2em;background-color:#fff;content:""}.ha-input-label .ha-cs-slider.ha-cs-square{border-radius:0;background-color:#175eb3}.ha-input-label .ha-cs-slider.ha-cs-square:before{border-radius:0;background-color:#61ce70}.ha-input-label .ha-cs-slider.ha-cs-round{border-radius:2em;background-color:#562dd4}.ha-input-label .ha-cs-slider.ha-cs-round:before{border-radius:50%;background-color:#fff}.ha-input-label .ha-cs-slider.ha-cs-round-2,.ha-input-label .ha-cs-slider.ha-cs-square-2{top:50%;height:1em;border-radius:2em;background-color:#e2498a5c;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-input-label .ha-cs-slider.ha-cs-round-2:before{bottom:-50%;left:-.1em;border-radius:50%;background-color:#e2498a}.ha-input-label .ha-cs-slider.ha-cs-square-2{border-radius:0;background-color:#ffec6b}.ha-input-label .ha-cs-slider.ha-cs-square-2:before{bottom:-50%;left:-.1em;border-radius:0;background-color:#f67c21}.ha-input-label input{width:0;height:0;opacity:0}.ha-input-label input:checked+.ha-cs-round:before,.ha-input-label input:checked+.ha-cs-square:before{left:.8em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:checked+.ha-cs-round-2:before,.ha-input-label input:checked+.ha-cs-square-2:before{left:1.1em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:focus+.ha-cs-round,.ha-input-label input:focus+.ha-cs-round-2,.ha-input-label input:focus+.ha-cs-square,.ha-input-label input:focus+.ha-cs-square-2{-webkit-box-shadow:unset;box-shadow:unset}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section{font-weight:600;font-family:"Nunito",Sans-serif}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section:not(.active){display:none}
|
8 |
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@-webkit-keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.ha-creative-btn-wrap{display:inline-block;--ha-ctv-btn-bg-clr:#fff;--ha-ctv-btn-bg-hvr-clr:#ff067d;--ha-ctv-btn-border-clr:#ff067d;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-creative-btn{position:relative;z-index:0;display:inline-block;padding:15px 25px;max-width:100%;border-color:var(--ha-ctv-btn-border-clr);border-radius:5px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-creative-btn:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo{padding:25px 80px;border-width:3px;border-style:solid;border-radius:0;cursor:pointer}.ha-creative-btn-wrap .ha-stl--estilo:after{position:absolute;z-index:-1;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--estilo:active,.ha-creative-btn-wrap .ha-stl--estilo:hover{background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:after{top:0;left:0;width:100%;height:100%;opacity:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:active,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover:after{opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:after{top:0;left:0;width:100%;height:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:hover:after{height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:after{top:0;left:0;width:0;height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:hover:after{width:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y{overflow:hidden}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:after{top:50%;left:50%;width:0;height:103%;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:hover:after{width:90%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:active:after{width:101%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:after{top:50%;left:50%;width:100%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:hover:after{height:260%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:active:after{height:400%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:after{top:50%;left:50%;width:101%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:hover:after{height:75%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:active:after{height:130%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo,.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--symbolab{display:inline-block;overflow:hidden;outline:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-transform:uppercase;letter-spacing:1px;font-weight:700}.ha-creative-btn-wrap .ha-stl--symbolab{padding:25px 80px;border-width:3px;border-style:solid;border-radius:50px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover,.ha-creative-btn-wrap .ha-stl--symbolab:active,.ha-creative-btn-wrap .ha-stl--symbolab:hover{background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--symbolab>i{position:absolute;top:50%;-webkit-transition:left .3s,right .3s;transition:left .3s,right .3s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right i{left:130%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:hover i{left:80%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left i{left:-50%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:hover i{left:10%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right i{left:70%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:hover i{left:80%;opacity:1}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left i{left:30%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:hover i{left:10%;opacity:1}.ha-creative-btn-wrap .ha-stl--iconica{padding:0!important;border-radius:0;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica:active,.ha-creative-btn-wrap .ha-stl--iconica:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--iconica>span{display:inline-block;padding:25px 80px;-webkit-transition:all .3s;transition:all .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica>i{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>span{-webkit-transform:translateY(300%);-ms-transform:translateY(300%);transform:translateY(300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down>i{top:-100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>i{top:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>span{-webkit-transform:translateY(-300%);-ms-transform:translateY(-300%);transform:translateY(-300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top>i{top:100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>span{-webkit-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right>i{top:0;left:-100%}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>i{left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>span{-webkit-transform:translateX(-200%);-ms-transform:translateX(-200%);transform:translateX(-200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left>i{top:0;left:100%}.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--montino{border-width:3px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr)}.ha-creative-btn-wrap .ha-stl--montino:active,.ha-creative-btn-wrap .ha-stl--montino:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona{z-index:1;overflow:hidden;padding:0!important;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{padding:25px 80px;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{display:block;vertical-align:middle}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after{position:absolute;top:0;left:0;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);opacity:0;-webkit-transform:translate(0,25%);-ms-transform:translate(0,25%);transform:translate(0,25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover>span{opacity:0;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover::after{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before{position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{display:block;padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover::before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover>span{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen{z-index:1;overflow:hidden;padding:25px 80px;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{position:absolute;bottom:100%;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{background:var(--ha-ctv-btn-bg-hvr-clr);opacity:.7}.ha-creative-btn-wrap .ha-stl--hermosa,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover{background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after{-webkit-transition-delay:.175s;transition-delay:.175s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha{z-index:1;padding:25px 80px;outline:0;border-width:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:inherit;content:"";opacity:0;-webkit-transition:all .3s;transition:all .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);-webkit-transform:scale3d(.6,.6,1);transform:scale3d(.6,.6,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover::before{border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);-webkit-transition:background .3s;transition:background .3s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{display:inline-block;color:var(--ha-ctv-btn-txt-clr);opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{position:absolute;top:0;left:0}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{padding:25px 80px;content:attr(data-text)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover::before{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover>span{color:var(--ha-ctv-btn-txt-hvr-clr);opacity:1;-webkit-transition-delay:var(--delay, .045s);transition-delay:var(--delay, .045s);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman{padding:25px 80px;border-width:0;background:var(--ha-ctv-btn-bg-hvr-clr);--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{z-index:-1;border-radius:inherit;content:"";pointer-events:none}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:0;-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after{width:100%;height:100%;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::before{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::after{opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:inherit;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite:hover::before{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite>span{pointer-events:none}.ha-creative-btn-wrap .ha-stl--hermosa{padding:25px 80px;color:var(--ha-ctv-btn-txt-clr)}.ha-creative-btn-wrap .ha-stl--hermosa:active,.ha-creative-btn-wrap .ha-stl--hermosa:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa::after,.ha-creative-btn-wrap .ha-stl--hermosa::before{position:absolute;top:0;left:0;width:100%;height:100%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:20px 25px;border-width:2px;border-style:solid;border-radius:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span{position:relative;display:inline-block;overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span.text{width:0;white-space:nowrap;-webkit-transition:width .2s;transition:width .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable:hover span.text{margin-right:10px;width:auto}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward{overflow:hidden;border-width:2px;border-style:solid;border-radius:3em;font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward:hover::before{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie{overflow:hidden;padding:25px 80px;border-width:2px;border-style:solid;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover>span>span{-webkit-animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s;animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.5em;background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render>span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render::before{left:-10%;width:120%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1),-webkit-transform .4s cubic-bezier(.3,1,.8,1);-webkit-transform:skew(30deg);-ms-transform:skew(30deg);transform:skew(30deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:active{border-color:var(--ha-ctv-btn-border-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover::before{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1.5em 3em;width:175px;height:120px;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#562dd4;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease;transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);-webkit-clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::before{background:var(--ha-ctv-btn-bg-hvr-clr);-webkit-clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::after{top:5%;z-index:-1;width:97%;height:86%;border-width:1px;border-style:solid;border-color:var(--ha-ctv-btn-bg-clr);border-radius:58% 42% 55% 45%/56% 45% 55% 44%;content:"";-webkit-transition:-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55),-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::after{border-color:var(--ha-ctv-btn-bg-hvr-clr);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape>span{z-index:1;display:block;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover span{-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit>span{position:relative;z-index:10;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover span{-webkit-animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s;animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::before{top:-110%;left:-10%;padding-bottom:120%;width:120%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,68%,0) scale3d(0,0,0);transform:translate3d(0,68%,0) scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after{background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::after{-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;width:100px;height:100px;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:50%;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover>span>span{-webkit-animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill::before{padding-bottom:100%;width:100%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover::before{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom{padding:0!important;border-width:0!important;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div{border-color:var(--ha-ctv-btn-border-hvr-clr);-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{position:absolute;background:var(--ha-ctv-btn-bg-hvr-clr);content:""}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{top:50%;left:50%;padding-bottom:110%;width:110%;height:0;border-radius:50%;-webkit-transform:translate3d(-50%,-50%,0) scale3d(0,0,1);transform:translate3d(-50%,-50%,0) scale3d(0,0,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);transform:translate3d(-50%,-50%,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after{top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-duration:.01s;transition-duration:.01s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom span{position:relative;display:block;padding:1.5em 3em}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0;width:120px;height:120px;border-width:0!important;background:0 0;font-weight:700;--ha-ctv-btn-border-clr:#e8e8e8;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-stroke-width:1px;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#ff067d;-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress{position:absolute;top:50%;left:50%;width:96px;height:96px;-webkit-transition:-webkit-transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress{-webkit-transform:translate(-50%,-50%) scale3d(1.2,1.2,1);transform:translate(-50%,-50%) scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__circle{fill:none;stroke:var(--ha-ctv-btn-border-clr);stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{fill:none;stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:focus-visible .progress__circle{fill:rgba(252,196,63,.4)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);stroke:var(--ha-ctv-btn-border-hvr-clr);stroke-dasharray:1;stroke-dashoffset:1}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress__path{stroke-dashoffset:0}
|
9 |
.ha-data-table .elementor-widget-container{overflow:hidden}.ha-data-table .ha-table{margin-bottom:0}.ha-data-table .ha-table__head-column-cell{padding:20px;border:1px solid;border-color:#5636d1 #320ebd #5636d1 #5636d1;background-color:#5636d1;color:#fff;vertical-align:middle;text-align:center}.ha-data-table .ha-table__head-column-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__head-column-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body-row-cell-icon img,.ha-data-table .ha-table__head-column-cell-icon img{width:40px;-o-object-fit:cover;object-fit:cover}.ha-data-table .ha-table__body-row-cell-icon svg,.ha-data-table .ha-table__head-column-cell-icon svg{width:40px;height:auto;fill:currentColor}.ha-data-table .ha-table__body-row:nth-child(even),.ha-data-table .ha-table__body-row:nth-child(odd){background-color:#fff}.ha-data-table .ha-table__body-row:nth-child(even):hover{background-color:rgba(86,54,209,.08)}.ha-data-table .ha-table__body-row:nth-child(odd):hover{background-color:rgba(232,53,124,.08)}.ha-data-table .ha-table__body-row-cell{padding:15px;border:1px solid #ddd;background-color:transparent;vertical-align:middle}.ha-data-table .ha-table__body-row-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__body-row-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:none}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-icon{width:100%}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-icon{width:auto}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-icon{width:100%}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-icon{width:auto}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.ha-data-table .ha-table__head{display:none}.ha-data-table .ha-table__body .ha-table__body-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table .ha-table__body .ha-table__body-row-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:-1px;padding:0!important}.ha-data-table .ha-table__body .ha-table__body-row-cell:first-child{margin-top:auto}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:block;width:100%}.ha-data-table .ha-table__body .ha-table__body-row-cell-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.ha-data-table.ha-row-icon-left.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-data-table.ha-row-icon-left.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-left.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-left .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-center .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-right .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}
|
@@ -23,7 +23,7 @@
|
|
23 |
@-webkit-keyframes haSmoothReveal{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes haSmoothReveal{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.ha-justified-gallery .ha-justified-grid__wrap{margin-right:calc(-1*var(--justified-grid-pull, 0));margin-left:calc(-1*var(--justified-grid-pull, 0));width:auto}.ha-justified-gallery .ha-justified-grid__item{border-radius:3px}.ha-justified-gallery .ha-justified-grid__item img{border-radius:inherit}.ha-justified-gallery .justified-gallery>.ha-justified-grid__item>.caption{bottom:-100px!important;padding:10px;-webkit-transition:all .25s!important;transition:all .25s!important;-webkit-animation:haSmoothReveal .3s forwards;animation:haSmoothReveal .3s forwards}.ha-justified-gallery .justified-gallery>.ha-justified-grid__item>.caption.caption-visible{bottom:0!important}.ha-justified-gallery .justified-gallery>.entry-visible>a>img,.ha-justified-gallery .justified-gallery>.entry-visible>img{-webkit-transition:all 300ms,opacity 500ms ease-in;transition:all 300ms,opacity 500ms ease-in;-o-object-fit:cover;object-fit:cover}
|
24 |
@-webkit-keyframes lineUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes lineUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@-webkit-keyframes glitchText{0%{opacity:1;-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}10%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}20%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}35%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}50%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}60%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}70%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}80%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}90%{-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes glitchText{0%{opacity:1;-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}10%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}20%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}35%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}50%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}60%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}70%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}80%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}90%{-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@-webkit-keyframes glitchLine{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}20%{-webkit-transform:translate3d(0,4px,0);transform:translate3d(0,4px,0)}30%{-webkit-transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}40%{-webkit-transform:scale3d(1,.3,1) translate3d(0,25px,0);transform:scale3d(1,.3,1) translate3d(0,25px,0)}50%{-webkit-transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0);transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0)}60%{-webkit-transform:scale3d(1,1.25,1) translate3d(10px,-5px,0);transform:scale3d(1,1.25,1) translate3d(10px,-5px,0)}70%{-webkit-transform:scale3d(.5,.5,1) translate3d(0,20px,0);transform:scale3d(.5,.5,1) translate3d(0,20px,0)}80%{-webkit-transform:translate3d(-30,10px,0) scale3d(1,.4,1);transform:translate3d(-30,10px,0) scale3d(1,.4,1);-webkit-transform-origin:100% 0;transform-origin:100% 0}90%{-webkit-transform:scale3d(1,.5,1) translate3d(0,-15px,0);transform:scale3d(1,.5,1) translate3d(0,-15px,0);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{opacity:1}}@keyframes glitchLine{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}20%{-webkit-transform:translate3d(0,4px,0);transform:translate3d(0,4px,0)}30%{-webkit-transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}40%{-webkit-transform:scale3d(1,.3,1) translate3d(0,25px,0);transform:scale3d(1,.3,1) translate3d(0,25px,0)}50%{-webkit-transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0);transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0)}60%{-webkit-transform:scale3d(1,1.25,1) translate3d(10px,-5px,0);transform:scale3d(1,1.25,1) translate3d(10px,-5px,0)}70%{-webkit-transform:scale3d(.5,.5,1) translate3d(0,20px,0);transform:scale3d(.5,.5,1) translate3d(0,20px,0)}80%{-webkit-transform:translate3d(-30,10px,0) scale3d(1,.4,1);transform:translate3d(-30,10px,0) scale3d(1,.4,1);-webkit-transform-origin:100% 0;transform-origin:100% 0}90%{-webkit-transform:scale3d(1,.5,1) translate3d(0,-15px,0);transform:scale3d(1,.5,1) translate3d(0,-15px,0);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{opacity:1}}@-webkit-keyframes coverUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes coverUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}.ha-link-hover{font-size:16px;--color-bg:#fff;--color-link:#1352d1;--color-link-hover:#1352d1;--color-number:#999;--color-text:#111}.ha-link-hover *,.ha-link-hover ::after,.ha-link-hover ::before{-webkit-box-sizing:border-box;box-sizing:border-box}.ha-link-hover a{outline:0;color:var(--color-link);text-decoration:none}.ha-link-hover a:hover{outline:0;color:var(--color-link-hover)}.ha-link-hover a:focus{outline:0;background:#d3d3d3}.ha-link-hover a:focus:not(:focus-visible){background:0 0}.ha-link-hover a:focus-visible{outline:2px solid red;background:0 0}.ha-link-hover .ha_content__item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0}.ha-link-hover .ha-link{position:relative;color:var(--color-text);white-space:nowrap;font-size:18px;font-family:"Roboto",sans-serif;cursor:pointer}.ha-link-hover .ha-link::after,.ha-link-hover .ha-link::before{position:absolute;top:100%;left:0;width:100%;height:1px;background:currentColor;pointer-events:none}.ha-link-hover .ha-link::before{content:""}.ha-link-hover .ha-link--metis{text-transform:lowercase}.ha-link-hover .ha-link--io::after,.ha-link-hover .ha-link--io::before,.ha-link-hover .ha-link--metis::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--metis::before{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ha-link-hover .ha-link--io:hover::after,.ha-link-hover .ha-link--io:hover::before,.ha-link-hover .ha-link--metis:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--io::after,.ha-link-hover .ha-link--io::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-link-hover .ha-link--io:hover::after,.ha-link-hover .ha-link--io:hover::before{-webkit-transition-timing-function:cubic-bezier(.4,1,.8,1);transition-timing-function:cubic-bezier(.4,1,.8,1)}.ha-link-hover .ha-link--io::after{top:calc(100% + 4px);content:"";-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--io:hover::after{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--thebe{text-transform:uppercase}.ha-link-hover .ha-link--thebe::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1),-webkit-transform .3s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--thebe:hover::before{-webkit-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--leda::before,.ha-link-hover .ha-link--thebe::after,.ha-link-hover .ha-link--thebe::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--thebe::after{top:calc(100% + 4px);content:"";-webkit-transition:-webkit-transform .4s .1s cubic-bezier(.2,1,.8,1);transition:transform .4s .1s cubic-bezier(.2,1,.8,1);transition:transform .4s .1s cubic-bezier(.2,1,.8,1),-webkit-transform .4s .1s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--thebe:hover::after,.ha-link-hover .ha-link--thebe:hover::before{-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1)}.ha-link-hover .ha-link--leda{overflow:hidden;font-weight:700;line-height:2}.ha-link-hover .ha-link--leda::before{top:calc(100% - 5px);height:2px}.ha-link-hover .ha-link--leda:hover::before,.ha-link-hover .ha-link--thebe:hover::after{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--leda span,.ha-link-hover .ha-link--leda::after,.ha-link-hover .ha-link--leda::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.5,.5,.3,1);transition:transform .3s cubic-bezier(.5,.5,.3,1);transition:transform .3s cubic-bezier(.5,.5,.3,1),-webkit-transform .3s cubic-bezier(.5,.5,.3,1)}.ha-link-hover .ha-link--leda::after{top:0;height:100%;background:0 0;content:attr(data-text);-webkit-transform:translate3d(150%,0,0);transform:translate3d(150%,0,0);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--leda:hover::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-link-hover .ha-link--leda span{display:inline-block}.ha-link-hover .ha-link--leda:hover span{-webkit-transform:translate3d(-150%,0,0);transform:translate3d(-150%,0,0)}.ha-link-hover .ha-link--ersa{padding:0 10px;text-indent:1px;text-transform:uppercase;letter-spacing:1px}.ha-link-hover .ha-link--ersa span,.ha-link-hover .ha-link--ersa::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.4,1,.8,1);transition:transform .3s cubic-bezier(.4,1,.8,1);transition:transform .3s cubic-bezier(.4,1,.8,1),-webkit-transform .3s cubic-bezier(.4,1,.8,1)}.ha-link-hover .ha-link--ersa::before{top:50%;height:2px;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--ersa:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--ersa span{display:inline-block}.ha-link-hover .ha-link--ersa:hover span{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-link-hover .ha-link--elara::before{-webkit-transition:-webkit-clip-path .3s,-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:clip-path .3s,transform .3s cubic-bezier(.2,1,.8,1);transition:clip-path .3s,transform .3s cubic-bezier(.2,1,.8,1),-webkit-clip-path .3s,-webkit-transform .3s cubic-bezier(.2,1,.8,1);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-clip-path:polygon(0 0,0 100%,0 100%,0 0,100% 0,100% 100%,0 100%,0 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,0 100%,0 0,100% 0,100% 100%,0 100%,0 100%,100% 100%,100% 0)}.ha-link-hover .ha-link--elara:hover::before{-webkit-transform:translate3d(0,2px,0) scale3d(1.08,3,1);transform:translate3d(0,2px,0) scale3d(1.08,3,1);-webkit-clip-path:polygon(0 0,0 100%,50% 100%,50% 0,50% 0,50% 100%,50% 100%,0 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,50% 100%,50% 0,50% 0,50% 100%,50% 100%,0 100%,100% 100%,100% 0)}.ha-link-hover .ha-link--elara span{display:inline-block;-webkit-transition:-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1),-webkit-transform .3s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--elara:hover span{-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}.ha-link-hover .ha-link--dia::after,.ha-link-hover .ha-link--dia::before{opacity:0;-webkit-transition-timing-function:cubic-bezier(.2,1,.8,1);transition-timing-function:cubic-bezier(.2,1,.8,1);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(0,3px,0);transform:translate3d(0,3px,0);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.ha-link-hover .ha-link--dia:hover::after,.ha-link-hover .ha-link--dia:hover::before{opacity:1;-webkit-transition-timing-function:cubic-bezier(.2,0,.3,1);transition-timing-function:cubic-bezier(.2,0,.3,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-link-hover .ha-link--dia::after{top:calc(100% + 4px);left:15%;width:70%;content:""}.ha-link-hover .ha-link--dia::before,.ha-link-hover .ha-link--dia:hover::after{-webkit-transition-delay:.1s;transition-delay:.1s}.ha-link-hover .ha-link--dia:hover::before{-webkit-transition-delay:0s;transition-delay:0s}.ha-link-hover .ha-link--kale{text-transform:lowercase;font-weight:600}.ha-link-hover .ha-link--kale::before{top:100%;height:10px;opacity:0}.ha-link-hover .ha-link--kale:hover::before{opacity:1;-webkit-animation:lineUp .3s ease forwards;animation:lineUp .3s ease forwards}.ha-link-hover .ha-link--kale::after{content:"";opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transition-delay:0s;transition-delay:0s}.ha-link-hover .ha-link--kale:hover::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s}.ha-link-hover .ha-link--carpo{text-transform:uppercase;font-weight:700}.ha-link-hover .ha-link--carpo::after,.ha-link-hover .ha-link--carpo::before{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ha-link-hover .ha-link--carpo::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--carpo:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-link-hover .ha-link--carpo::after{top:calc(100% + 4px);content:"";-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--carpo:hover::after{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}.ha-link-hover .ha-link--helike{font-weight:700}.ha-link-hover .ha-link--helike:hover span{-webkit-animation:glitchText .4s linear;animation:glitchText .4s linear}.ha-link-hover .ha-link--helike::before{height:2px;opacity:0}.ha-link-hover .ha-link--helike:hover::before{opacity:1;-webkit-animation:glitchLine .4s steps(2,start) forwards;animation:glitchLine .4s steps(2,start) forwards}.ha-link-hover .ha-link--mneme{text-transform:uppercase}.ha-link-hover .ha-link--mneme::before{top:0;height:100%;opacity:0}.ha-link-hover .ha-link--mneme:hover::before{opacity:1;-webkit-animation:coverUp .3s ease forwards;animation:coverUp .3s ease forwards}.ha-link-hover .ha-link--mneme::after{content:"";-webkit-transition:opacity .3s;transition:opacity .3s}.ha-link-hover .ha-link--mneme:hover::after{opacity:0}.ha-link-hover .ha-link--iocaste{overflow:hidden;padding:7px 0}.ha-link-hover .ha_link__graphic{position:absolute;top:0;left:0;pointer-events:none;fill:none;stroke:currentColor;stroke-width:1px}.ha-link-hover .ha_link__graphic--slide{top:-3px;-webkit-transition:-webkit-transform .7s;transition:transform .7s;transition:transform .7s,-webkit-transform .7s;-webkit-transition-timing-function:cubic-bezier(0,.25,.5,1);transition-timing-function:cubic-bezier(0,.25,.5,1);stroke-width:2px}.ha-link-hover .ha-link:hover .ha_link__graphic--slide{-webkit-transform:translate3d(-66.6%,0,0);transform:translate3d(-66.6%,0,0)}.ha-link-hover .ha-link--herse{font-weight:700}.ha-link-hover .ha-link--carme::before,.ha-link-hover .ha-link--herse::before{display:none}.ha-link-hover .ha_link__graphic--stroke path{stroke-dasharray:1;stroke-dashoffset:1}.ha-link-hover .ha-link:hover .ha_link__graphic--stroke path{stroke-dashoffset:0}.ha-link-hover .ha_link__graphic--arc{top:73%;left:-23%}.ha-link-hover .ha_link__graphic--arc path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1)}.ha-link-hover .ha-link:hover .ha_link__graphic--arc path,.ha-link-hover .ha-link:hover .ha_link__graphic--scribble path{-webkit-transition-timing-function:cubic-bezier(.8,1,.7,1);transition-timing-function:cubic-bezier(.8,1,.7,1);-webkit-transition-duration:.3s;transition-duration:.3s}.ha-link-hover .ha_link__graphic--scribble{top:100%}.ha-link-hover .ha_link__graphic--scribble path{-webkit-transition:stroke-dashoffset .6s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .6s cubic-bezier(.7,0,.3,1)}.ha-link-hover .ha-link--eirene{font-weight:700}.ha-link-hover .ha-link--eirene::before{height:7px;border-radius:20px;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s;-webkit-transition-timing-function:cubic-bezier(.2,.57,.67,1.53);transition-timing-function:cubic-bezier(.2,.57,.67,1.53);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-link-hover .ha-link--eirene:hover span,.ha-link-hover .ha-link--eirene:hover::before{-webkit-transition-timing-function:cubic-bezier(.8,0,.1,1);transition-timing-function:cubic-bezier(.8,0,.1,1);-webkit-transition-duration:.4s;transition-duration:.4s}.ha-link-hover .ha-link--eirene:hover::before{opacity:1;-webkit-transform:scale3d(1.2,.1,1);transform:scale3d(1.2,.1,1)}.ha-link-hover .ha-link--eirene span{display:inline-block;-webkit-transition:-webkit-transform .2s .05s cubic-bezier(.2,.57,.67,1.53);transition:transform .2s .05s cubic-bezier(.2,.57,.67,1.53);transition:transform .2s .05s cubic-bezier(.2,.57,.67,1.53),-webkit-transform .2s .05s cubic-bezier(.2,.57,.67,1.53);-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}.ha-link-hover .ha-link--eirene:hover span{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
|
25 |
.ha-logo-grid-wrapper:after{display:block;clear:both;content:""}.ha-logo-grid-item{float:left;overflow:hidden;height:180px;border-color:#e7e7e7}.ha-logo-grid-figure{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin:0;padding:30px;width:100%;height:100%}.ha-logo-grid-img{max-height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:1025px){.ha-logo-grid--col-2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col-3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col-4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col-5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col-6 .ha-logo-grid-item{width:calc(100%/6)}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--col--tablet2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col--tablet3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col--tablet4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col--tablet5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col--tablet6 .ha-logo-grid-item{width:calc(100%/6)}}@media (max-width:767px){.ha-logo-grid--col--mobile2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col--mobile3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col--mobile4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col--mobile5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col--mobile6 .ha-logo-grid-item{width:calc(100%/6)}}.ha-logo-grid--tictactoe .ha-logo-grid-item{border-width:2px 2px 0 0;border-style:solid}@media (min-width:1025px){.ha-logo-grid--tictactoe.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}@media (max-width:767px){.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}.ha-logo-grid--border .ha-logo-grid-item{border-width:0 2px 2px 0;border-style:solid}.ha-logo-grid--border .ha-logo-grid-item:first-child{border-top-left-radius:10px}.ha-logo-grid--border .ha-logo-grid-item:last-child{border-bottom-right-radius:10px}@media (min-width:1025px){.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}@media (max-width:767px){.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}.ha-logo-grid--box .ha-logo-grid-wrapper{margin:-.5rem}.ha-logo-grid--box .ha-logo-grid-item{margin:.5rem;border-width:2px;border-style:solid;border-radius:.5rem}@media (min-width:1025px){.ha-logo-grid--box.ha-logo-grid--col-2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--box.ha-logo-grid--col--tablet2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}@media (max-width:767px){.ha-logo-grid--box.ha-logo-grid--col--mobile2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}
|
26 |
-
.ha-mailchimp-
|
27 |
@-webkit-keyframes ha-member-lightbox-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha-member-lightbox-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.ha-member>.elementor-widget-container{padding:25px;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-member-figure{position:relative;display:inline-block;margin:0 0 25px!important}.ha-member-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-member.ha-member-hover-image-on .ha-member-figure img:nth-of-type(2){position:absolute;top:0;left:0;z-index:-1;opacity:0}.ha-member.ha-member-hover-image-on .ha-member-figure:hover img:nth-of-type(1){z-index:-1;opacity:0}.ha-member.ha-member-hover-image-on .ha-member-figure:hover img:nth-of-type(2){z-index:2;opacity:1}.ha-member-name{margin-top:0;margin-bottom:10px;color:#151515;font-size:18px}.ha-member-position{margin-bottom:25px;color:#7f7f7f;font-size:14px}.ha-member-bio{margin-bottom:25px;font-size:14px;line-height:1.6}.ha-member-links>a{display:inline-block;color:#9895ad;text-align:center;line-height:1;-webkit-transition:all .2s;transition:all .2s}.ha-member-links>a:focus,.ha-member-links>a:hover{color:#222}.ha-member-links>a>i{width:1em;height:1em}.ha-member-links>a:not(:last-child){margin-right:10px}.ha-member .ha-btn{margin-bottom:15px;cursor:pointer}.ha-member-body .ha-btn:last-child{margin-top:15px;margin-bottom:0}.ha-member-lightbox{position:fixed;top:0;left:0;z-index:-999999;display:none;visibility:hidden;width:0;height:0}.ha-member-lightbox.ha-member-lightbox-show{z-index:999999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;overflow:auto;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.ha-member-lightbox.ha-member-lightbox-show .ha-member-lightbox-close{position:absolute;z-index:99999;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#9ec8f0;font-size:30px;cursor:pointer;-webkit-transition:-webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;transition:transform .3s;-webkit-transition-delay:.5s;transition-delay:.5s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ha-member-lightbox.ha-member-lightbox-show .ha-member-lightbox-inner{width:100%;-webkit-animation-name:ha-member-lightbox-zoomIn;animation-name:ha-member-lightbox-zoomIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
|
28 |
.ha-news-ticker-wrapper{position:relative;overflow:hidden;padding:20px 0;border:1px solid #d2d2d2;border-radius:5px}.ha-news-ticker-wrapper ul.ha-news-ticker-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.ha-news-ticker-wrapper ul.ha-news-ticker-container:focus,.ha-news-ticker-wrapper ul.ha-news-ticker-container:hover{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.ha-news-ticker-wrapper span.ha-news-ticker-sticky-title{position:absolute;top:50%;left:auto;z-index:1;padding:20px;background:#333;color:#fff;font-size:1rem;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-news-ticker-wrapper li.ha-news-ticker-item{margin-right:20px;white-space:nowrap}.ha-news-ticker-wrapper li.ha-news-ticker-item:last-child{margin-right:0}.ha-news-ticker-wrapper .ha-news-ticker-title{margin:0;font-size:1rem;line-height:1}.ha-news-ticker-wrapper li.ha-news-ticker-item a{color:#242424}.ha-news-ticker-wrapper li.ha-news-ticker-item a:hover{color:#e04c8a}
|
29 |
.ha-number-body{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:6px;width:50px;height:50px;border-radius:100%;background-color:#562dd4;color:#fff;text-align:center;font-size:20px}.ha-number-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ha-number-text{position:relative;z-index:1;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
|
3 |
.ha-card{--ha-card-body-width-left:calc(100% - var(--ha-card-image-width) + (-1 * var(--ha-card-image-offset-x)));--ha-card-body-width-right:calc(100% - var(--ha-card-image-width) + var(--ha-card-image-offset-x));--ha-card-image-offset-x:calc(1px - 1px);--ha-card-image-offset-y:calc(1px - 1px);--ha-card-image-width:100%}.ha-card>.elementor-widget-container{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-card-figure{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-image-width);-ms-flex:0 0 var(--ha-card-image-width);flex:0 0 var(--ha-card-image-width);max-width:var(--ha-card-image-width);width:100%;height:250px;-webkit-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));-ms-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y))}.ha-card-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-card-figure .ha-badge{position:absolute}.ha-card-body{padding:25px}.ha-card-title{margin-top:0;margin-bottom:10px;color:#151515;font-weight:700;font-size:22px}.ha-card-text{margin-bottom:25px;color:#616161;font-size:16px;line-height:1.7}.ha-card-text>p{margin-top:0;margin-bottom:0}.ha-card--top .ha-card-figure{display:inline-block}.ha-card--top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--top .ha-card-body{margin-top:var(--ha-card-image-offset-y);max-width:initial;width:100%}.ha-card.ha-card--left,.ha-card.ha-card--right{--ha-card-image-width:50%}.ha-card--left>.elementor-widget-container,.ha-card--right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--left .ha-card-body,.ha-card--right .ha-card-body{padding:35px}.ha-card--left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--right .ha-card-figure img{border-radius:0 5px 5px 0}@media (max-width:1024px){.ha-card--tablet-top .ha-card-figure{display:inline-block}.ha-card--tablet-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--tablet-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--tablet-left>.elementor-widget-container,.ha-card--tablet-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--tablet-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--tablet-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--tablet-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--tablet-right .ha-card-figure img{border-radius:0 5px 5px 0}}@media (max-width:767px){.ha-card--mobile-top .ha-card-figure{display:inline-block}.ha-card--mobile-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--mobile-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--mobile-left>.elementor-widget-container,.ha-card--mobile-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--mobile-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--mobile-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--mobile-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--mobile-right .ha-card-figure img{border-radius:0 5px 5px 0}}
|
4 |
@-webkit-keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@-webkit-keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}@keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.ha-cig,.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cig{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ha-cig-item{position:relative;display:inline-block;border-radius:100%;text-decoration:none;line-height:100%}.ha-cig-item a.ha-cig-item-outline,.ha-cig-item-outline{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;max-width:100%;width:60px;height:60px;border:3px solid #fff;border-radius:50%;background:#fff;-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-o-object-fit:cover;object-fit:cover}.ha-cig-item:not(:first-child){margin-left:-30px;-webkit-transition:all .3s ease;transition:all .3s ease}.ha-cig-item:not(:last-child){margin-right:5px}.ha-cig:hover .ha-cig-item{margin-left:0}[tooltip]{position:relative}[tooltip]::after,[tooltip]::before{position:absolute;display:none;text-transform:none;font-size:.8em;line-height:1;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[tooltip]::before{z-index:1001;border:5px solid transparent;content:""}[tooltip]::after{z-index:1000;overflow:hidden;padding:1ch 1.5ch;min-width:3em;max-width:21em;border-radius:.3ch;background:#333;-webkit-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);color:#fff;content:attr(tooltip);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-family:Helvetica,sans-serif}[tooltip]:hover::after,[tooltip]:hover::before{display:block}[tooltip=""]::after,[tooltip=""]::before{display:none!important}[tooltip]:not([flow])::before,[tooltip][flow^=up]::before{bottom:100%;border-top-color:var(--caret-color, #333);border-bottom-width:0}[tooltip]:not([flow])::after,[tooltip][flow^=up]::after{bottom:calc(100% + 5px)}[tooltip]:not([flow])::after,[tooltip]:not([flow])::before,[tooltip][flow^=up]::after,[tooltip][flow^=up]::before{left:50%;-webkit-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}[tooltip][flow^=down]::before{top:100%;border-top-width:0;border-bottom-color:var(--caret-color, #333)}[tooltip][flow^=down]::after{top:calc(100% + 5px)}[tooltip][flow^=down]::after,[tooltip][flow^=down]::before{left:50%;-webkit-transform:translate(-50%,.5em);-ms-transform:translate(-50%,.5em);transform:translate(-50%,.5em)}[tooltip][flow^=left]::after,[tooltip][flow^=left]::before{top:50%;-webkit-transform:translate(-.5em,-50%);-ms-transform:translate(-.5em,-50%);transform:translate(-.5em,-50%)}[tooltip][flow^=left]::before{left:calc(0em - 5px);border-right-width:0;border-left-color:var(--caret-color, #333)}[tooltip][flow^=left]::after{right:calc(100% + 5px)}[tooltip][flow^=right]::after,[tooltip][flow^=right]::before{top:50%;-webkit-transform:translate(.5em,-50%);-ms-transform:translate(.5em,-50%);transform:translate(.5em,-50%)}[tooltip][flow^=right]::before{right:calc(0em - 5px);border-right-color:var(--caret-color, #333);border-left-width:0}[tooltip][flow^=right]::after{left:calc(100% + 5px)}[tooltip]:not([flow]):hover::after,[tooltip]:not([flow]):hover::before,[tooltip][flow^=down]:hover::after,[tooltip][flow^=down]:hover::before,[tooltip][flow^=up]:hover::after,[tooltip][flow^=up]:hover::before{-webkit-animation:tooltips-vert 300ms ease-out forwards;animation:tooltips-vert 300ms ease-out forwards}[tooltip][flow^=left]:hover::after,[tooltip][flow^=left]:hover::before,[tooltip][flow^=right]:hover::after,[tooltip][flow^=right]:hover::before{-webkit-animation:tooltips-horz 300ms ease-out forwards;animation:tooltips-horz 300ms ease-out forwards}
|
5 |
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
|
6 |
+
.ha-comparison-table{position:relative}.ha-comparison-table__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:0;background-color:#5636d1;color:#fff;vertical-align:middle;font-weight:700;font-size:18px;line-height:20px}.ha-comparison-table__head-column-cell-title-tag{margin:0}.ha-comparison-table__head.table-sticky{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%}.ha-comparison-table__head-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__head-item:first-child{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ha-comparison-table__head-item .ha-comparison-table__head-column-cell-icon{margin:0 10px 0 0}.ha-comparison-table__head-item.icon-right .ha-comparison-table__head-column-cell-icon{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin:0 0 0 10px}.ha-comparison-table__row{margin-bottom:25px}.ha-comparison-table__row-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e7e7e9;background-color:transparent;vertical-align:middle}.ha-comparison-table__row-item:first-child{border-top:0}.ha-comparison-table__row-item:last-child{border-bottom:0}.ha-comparison-table__row-item-cell{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__row-item-cell:first-child{-webkit-box-flex:10;-webkit-flex-grow:10;-ms-flex-positive:10;flex-grow:10}.ha-comparison-table__row-item-cell-title-tag{margin:0;font-weight:var(--e-global-typography-text-font-weight);font-family:var(--e-global-typography-text-font-family),Sans-serif}.ha-comparison-table__row-cell-icon{font-size:20px;line-height:1}.ha-comparison-table__btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:100%}.ha-comparison-table__btns-item{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:15%;text-align:center}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table__btns-item{width:auto}}.ha-comparison-table__btns-item a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:10px 15px;border-radius:5px;background-color:#151515;color:#fff;font-weight:var(--e-global-typography-accent-font-weight);font-family:var(--e-global-typography-accent-font-family),Sans-serif}.ha-comparison-table__btns-item a:hover{background-color:#d6226e}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table .elementor-widget-container{overflow-x:auto}}
|
7 |
.ha-cs-design-round .ha-cs-switch.active span{color:#562dd4}.ha-cs-design-round-2 .ha-cs-switch.active span{color:#e2498a}.ha-cs-design-square .ha-cs-switch.active span{color:#61ce70}.ha-cs-design-square-2 .ha-cs-switch.active span{color:#f67c21}.ha-cs-design-button .ha-cs-switch-wrapper{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:20px}.ha-cs-switch-wrapper,.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-cs-switch-wrapper{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-cs-switch-wrapper .ha-cs-switch{font-weight:700;font-size:18px;font-family:"Nunito",Sans-serif}.ha-cs-switch-wrapper .ha-cs-switch.primary{margin-right:20px}.ha-cs-switch-wrapper .ha-cs-switch.secondary{margin-left:20px}.ha-cs-switch-wrapper .ha-cs-switch.active{color:#2196f3}.ha-cs-switch-wrapper .ha-cs-button{border:0;background-color:#fff;color:#333}.ha-cs-switch-wrapper .ha-cs-button span{font-weight:700;font-size:16px;font-family:"Nunito",Sans-serif}.ha-cs-switch-wrapper .ha-cs-button:not(:last-of-type){margin-right:20px}.ha-cs-switch-wrapper .ha-cs-button.active{background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-button:focus{outline:0;background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:1em;height:1em}.ha-cs-switch-wrapper .ha-cs-icon-left .ha-cs-icon-wrapper{margin-right:10px}.ha-cs-switch-wrapper .ha-cs-icon-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-cs-switch-wrapper .ha-cs-icon-right .ha-cs-icon-wrapper{margin-left:10px}.ha-input-label{position:relative;display:inline-block;margin:unset;width:5em;height:2.5em}.ha-input-label .ha-cs-slider,.ha-input-label .ha-cs-slider:before{position:absolute;border-width:0;border-style:solid;-webkit-transition:.4s;transition:.4s}.ha-input-label .ha-cs-slider{top:0;right:0;bottom:0;left:0;background-color:#ccc;cursor:pointer}.ha-input-label .ha-cs-slider:before{bottom:.25em;left:.2em;width:2em;height:2em;background-color:#fff;content:""}.ha-input-label .ha-cs-slider.ha-cs-square{border-radius:0;background-color:#175eb3}.ha-input-label .ha-cs-slider.ha-cs-square:before{border-radius:0;background-color:#61ce70}.ha-input-label .ha-cs-slider.ha-cs-round{border-radius:2em;background-color:#562dd4}.ha-input-label .ha-cs-slider.ha-cs-round:before{border-radius:50%;background-color:#fff}.ha-input-label .ha-cs-slider.ha-cs-round-2,.ha-input-label .ha-cs-slider.ha-cs-square-2{top:50%;height:1em;border-radius:2em;background-color:#e2498a5c;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-input-label .ha-cs-slider.ha-cs-round-2:before{bottom:-50%;left:-.1em;border-radius:50%;background-color:#e2498a}.ha-input-label .ha-cs-slider.ha-cs-square-2{border-radius:0;background-color:#ffec6b}.ha-input-label .ha-cs-slider.ha-cs-square-2:before{bottom:-50%;left:-.1em;border-radius:0;background-color:#f67c21}.ha-input-label input{width:0;height:0;opacity:0}.ha-input-label input:checked+.ha-cs-round:before,.ha-input-label input:checked+.ha-cs-square:before{left:.8em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:checked+.ha-cs-round-2:before,.ha-input-label input:checked+.ha-cs-square-2:before{left:1.1em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:focus+.ha-cs-round,.ha-input-label input:focus+.ha-cs-round-2,.ha-input-label input:focus+.ha-cs-square,.ha-input-label input:focus+.ha-cs-square-2{-webkit-box-shadow:unset;box-shadow:unset}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section{font-weight:600;font-family:"Nunito",Sans-serif}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section:not(.active){display:none}
|
8 |
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@-webkit-keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.ha-creative-btn-wrap{display:inline-block;--ha-ctv-btn-bg-clr:#fff;--ha-ctv-btn-bg-hvr-clr:#ff067d;--ha-ctv-btn-border-clr:#ff067d;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-creative-btn{position:relative;z-index:0;display:inline-block;padding:15px 25px;max-width:100%;border-color:var(--ha-ctv-btn-border-clr);border-radius:5px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-creative-btn:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo{padding:25px 80px;border-width:3px;border-style:solid;border-radius:0;cursor:pointer}.ha-creative-btn-wrap .ha-stl--estilo:after{position:absolute;z-index:-1;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--estilo:active,.ha-creative-btn-wrap .ha-stl--estilo:hover{background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:after{top:0;left:0;width:100%;height:100%;opacity:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:active,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover:after{opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:after{top:0;left:0;width:100%;height:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:hover:after{height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:after{top:0;left:0;width:0;height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:hover:after{width:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y{overflow:hidden}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:after{top:50%;left:50%;width:0;height:103%;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:hover:after{width:90%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:active:after{width:101%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:after{top:50%;left:50%;width:100%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:hover:after{height:260%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:active:after{height:400%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:after{top:50%;left:50%;width:101%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:hover:after{height:75%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:active:after{height:130%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo,.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--symbolab{display:inline-block;overflow:hidden;outline:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-transform:uppercase;letter-spacing:1px;font-weight:700}.ha-creative-btn-wrap .ha-stl--symbolab{padding:25px 80px;border-width:3px;border-style:solid;border-radius:50px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover,.ha-creative-btn-wrap .ha-stl--symbolab:active,.ha-creative-btn-wrap .ha-stl--symbolab:hover{background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--symbolab>i{position:absolute;top:50%;-webkit-transition:left .3s,right .3s;transition:left .3s,right .3s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right i{left:130%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:hover i{left:80%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left i{left:-50%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:hover i{left:10%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right i{left:70%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:hover i{left:80%;opacity:1}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left i{left:30%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:hover i{left:10%;opacity:1}.ha-creative-btn-wrap .ha-stl--iconica{padding:0!important;border-radius:0;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica:active,.ha-creative-btn-wrap .ha-stl--iconica:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--iconica>span{display:inline-block;padding:25px 80px;-webkit-transition:all .3s;transition:all .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica>i{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>span{-webkit-transform:translateY(300%);-ms-transform:translateY(300%);transform:translateY(300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down>i{top:-100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>i{top:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>span{-webkit-transform:translateY(-300%);-ms-transform:translateY(-300%);transform:translateY(-300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top>i{top:100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>span{-webkit-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right>i{top:0;left:-100%}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>i{left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>span{-webkit-transform:translateX(-200%);-ms-transform:translateX(-200%);transform:translateX(-200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left>i{top:0;left:100%}.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--montino{border-width:3px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr)}.ha-creative-btn-wrap .ha-stl--montino:active,.ha-creative-btn-wrap .ha-stl--montino:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona{z-index:1;overflow:hidden;padding:0!important;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{padding:25px 80px;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{display:block;vertical-align:middle}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after{position:absolute;top:0;left:0;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);opacity:0;-webkit-transform:translate(0,25%);-ms-transform:translate(0,25%);transform:translate(0,25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover>span{opacity:0;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover::after{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before{position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{display:block;padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover::before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover>span{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen{z-index:1;overflow:hidden;padding:25px 80px;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{position:absolute;bottom:100%;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{background:var(--ha-ctv-btn-bg-hvr-clr);opacity:.7}.ha-creative-btn-wrap .ha-stl--hermosa,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover{background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after{-webkit-transition-delay:.175s;transition-delay:.175s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha{z-index:1;padding:25px 80px;outline:0;border-width:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:inherit;content:"";opacity:0;-webkit-transition:all .3s;transition:all .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);-webkit-transform:scale3d(.6,.6,1);transform:scale3d(.6,.6,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover::before{border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);-webkit-transition:background .3s;transition:background .3s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{display:inline-block;color:var(--ha-ctv-btn-txt-clr);opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{position:absolute;top:0;left:0}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{padding:25px 80px;content:attr(data-text)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover::before{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover>span{color:var(--ha-ctv-btn-txt-hvr-clr);opacity:1;-webkit-transition-delay:var(--delay, .045s);transition-delay:var(--delay, .045s);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman{padding:25px 80px;border-width:0;background:var(--ha-ctv-btn-bg-hvr-clr);--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{z-index:-1;border-radius:inherit;content:"";pointer-events:none}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:0;-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after{width:100%;height:100%;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::before{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::after{opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:inherit;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite:hover::before{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite>span{pointer-events:none}.ha-creative-btn-wrap .ha-stl--hermosa{padding:25px 80px;color:var(--ha-ctv-btn-txt-clr)}.ha-creative-btn-wrap .ha-stl--hermosa:active,.ha-creative-btn-wrap .ha-stl--hermosa:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa::after,.ha-creative-btn-wrap .ha-stl--hermosa::before{position:absolute;top:0;left:0;width:100%;height:100%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:20px 25px;border-width:2px;border-style:solid;border-radius:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span{position:relative;display:inline-block;overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span.text{width:0;white-space:nowrap;-webkit-transition:width .2s;transition:width .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable:hover span.text{margin-right:10px;width:auto}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward{overflow:hidden;border-width:2px;border-style:solid;border-radius:3em;font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward:hover::before{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie{overflow:hidden;padding:25px 80px;border-width:2px;border-style:solid;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover>span>span{-webkit-animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s;animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.5em;background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render>span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render::before{left:-10%;width:120%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1),-webkit-transform .4s cubic-bezier(.3,1,.8,1);-webkit-transform:skew(30deg);-ms-transform:skew(30deg);transform:skew(30deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:active{border-color:var(--ha-ctv-btn-border-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover::before{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1.5em 3em;width:175px;height:120px;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#562dd4;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease;transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);-webkit-clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::before{background:var(--ha-ctv-btn-bg-hvr-clr);-webkit-clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::after{top:5%;z-index:-1;width:97%;height:86%;border-width:1px;border-style:solid;border-color:var(--ha-ctv-btn-bg-clr);border-radius:58% 42% 55% 45%/56% 45% 55% 44%;content:"";-webkit-transition:-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55),-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::after{border-color:var(--ha-ctv-btn-bg-hvr-clr);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape>span{z-index:1;display:block;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover span{-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit>span{position:relative;z-index:10;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover span{-webkit-animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s;animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::before{top:-110%;left:-10%;padding-bottom:120%;width:120%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,68%,0) scale3d(0,0,0);transform:translate3d(0,68%,0) scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after{background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::after{-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;width:100px;height:100px;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:50%;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover>span>span{-webkit-animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill::before{padding-bottom:100%;width:100%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover::before{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom{padding:0!important;border-width:0!important;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div{border-color:var(--ha-ctv-btn-border-hvr-clr);-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{position:absolute;background:var(--ha-ctv-btn-bg-hvr-clr);content:""}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{top:50%;left:50%;padding-bottom:110%;width:110%;height:0;border-radius:50%;-webkit-transform:translate3d(-50%,-50%,0) scale3d(0,0,1);transform:translate3d(-50%,-50%,0) scale3d(0,0,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);transform:translate3d(-50%,-50%,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after{top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-duration:.01s;transition-duration:.01s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom span{position:relative;display:block;padding:1.5em 3em}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0;width:120px;height:120px;border-width:0!important;background:0 0;font-weight:700;--ha-ctv-btn-border-clr:#e8e8e8;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-stroke-width:1px;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#ff067d;-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress{position:absolute;top:50%;left:50%;width:96px;height:96px;-webkit-transition:-webkit-transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress{-webkit-transform:translate(-50%,-50%) scale3d(1.2,1.2,1);transform:translate(-50%,-50%) scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__circle{fill:none;stroke:var(--ha-ctv-btn-border-clr);stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{fill:none;stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:focus-visible .progress__circle{fill:rgba(252,196,63,.4)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);stroke:var(--ha-ctv-btn-border-hvr-clr);stroke-dasharray:1;stroke-dashoffset:1}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress__path{stroke-dashoffset:0}
|
9 |
.ha-data-table .elementor-widget-container{overflow:hidden}.ha-data-table .ha-table{margin-bottom:0}.ha-data-table .ha-table__head-column-cell{padding:20px;border:1px solid;border-color:#5636d1 #320ebd #5636d1 #5636d1;background-color:#5636d1;color:#fff;vertical-align:middle;text-align:center}.ha-data-table .ha-table__head-column-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__head-column-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body-row-cell-icon img,.ha-data-table .ha-table__head-column-cell-icon img{width:40px;-o-object-fit:cover;object-fit:cover}.ha-data-table .ha-table__body-row-cell-icon svg,.ha-data-table .ha-table__head-column-cell-icon svg{width:40px;height:auto;fill:currentColor}.ha-data-table .ha-table__body-row:nth-child(even),.ha-data-table .ha-table__body-row:nth-child(odd){background-color:#fff}.ha-data-table .ha-table__body-row:nth-child(even):hover{background-color:rgba(86,54,209,.08)}.ha-data-table .ha-table__body-row:nth-child(odd):hover{background-color:rgba(232,53,124,.08)}.ha-data-table .ha-table__body-row-cell{padding:15px;border:1px solid #ddd;background-color:transparent;vertical-align:middle}.ha-data-table .ha-table__body-row-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__body-row-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:none}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-icon{width:100%}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-icon{width:auto}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-icon{width:100%}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-icon{width:auto}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.ha-data-table .ha-table__head{display:none}.ha-data-table .ha-table__body .ha-table__body-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table .ha-table__body .ha-table__body-row-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:-1px;padding:0!important}.ha-data-table .ha-table__body .ha-table__body-row-cell:first-child{margin-top:auto}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:block;width:100%}.ha-data-table .ha-table__body .ha-table__body-row-cell-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.ha-data-table.ha-row-icon-left.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-data-table.ha-row-icon-left.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-left.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-left .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-center .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-right .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}
|
23 |
@-webkit-keyframes haSmoothReveal{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes haSmoothReveal{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.ha-justified-gallery .ha-justified-grid__wrap{margin-right:calc(-1*var(--justified-grid-pull, 0));margin-left:calc(-1*var(--justified-grid-pull, 0));width:auto}.ha-justified-gallery .ha-justified-grid__item{border-radius:3px}.ha-justified-gallery .ha-justified-grid__item img{border-radius:inherit}.ha-justified-gallery .justified-gallery>.ha-justified-grid__item>.caption{bottom:-100px!important;padding:10px;-webkit-transition:all .25s!important;transition:all .25s!important;-webkit-animation:haSmoothReveal .3s forwards;animation:haSmoothReveal .3s forwards}.ha-justified-gallery .justified-gallery>.ha-justified-grid__item>.caption.caption-visible{bottom:0!important}.ha-justified-gallery .justified-gallery>.entry-visible>a>img,.ha-justified-gallery .justified-gallery>.entry-visible>img{-webkit-transition:all 300ms,opacity 500ms ease-in;transition:all 300ms,opacity 500ms ease-in;-o-object-fit:cover;object-fit:cover}
|
24 |
@-webkit-keyframes lineUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes lineUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@-webkit-keyframes glitchText{0%{opacity:1;-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}10%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}20%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}35%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}50%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}60%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}70%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}80%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}90%{-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes glitchText{0%{opacity:1;-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}10%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}20%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}35%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}50%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}60%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}70%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}80%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}90%{-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@-webkit-keyframes glitchLine{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}20%{-webkit-transform:translate3d(0,4px,0);transform:translate3d(0,4px,0)}30%{-webkit-transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}40%{-webkit-transform:scale3d(1,.3,1) translate3d(0,25px,0);transform:scale3d(1,.3,1) translate3d(0,25px,0)}50%{-webkit-transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0);transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0)}60%{-webkit-transform:scale3d(1,1.25,1) translate3d(10px,-5px,0);transform:scale3d(1,1.25,1) translate3d(10px,-5px,0)}70%{-webkit-transform:scale3d(.5,.5,1) translate3d(0,20px,0);transform:scale3d(.5,.5,1) translate3d(0,20px,0)}80%{-webkit-transform:translate3d(-30,10px,0) scale3d(1,.4,1);transform:translate3d(-30,10px,0) scale3d(1,.4,1);-webkit-transform-origin:100% 0;transform-origin:100% 0}90%{-webkit-transform:scale3d(1,.5,1) translate3d(0,-15px,0);transform:scale3d(1,.5,1) translate3d(0,-15px,0);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{opacity:1}}@keyframes glitchLine{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}20%{-webkit-transform:translate3d(0,4px,0);transform:translate3d(0,4px,0)}30%{-webkit-transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}40%{-webkit-transform:scale3d(1,.3,1) translate3d(0,25px,0);transform:scale3d(1,.3,1) translate3d(0,25px,0)}50%{-webkit-transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0);transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0)}60%{-webkit-transform:scale3d(1,1.25,1) translate3d(10px,-5px,0);transform:scale3d(1,1.25,1) translate3d(10px,-5px,0)}70%{-webkit-transform:scale3d(.5,.5,1) translate3d(0,20px,0);transform:scale3d(.5,.5,1) translate3d(0,20px,0)}80%{-webkit-transform:translate3d(-30,10px,0) scale3d(1,.4,1);transform:translate3d(-30,10px,0) scale3d(1,.4,1);-webkit-transform-origin:100% 0;transform-origin:100% 0}90%{-webkit-transform:scale3d(1,.5,1) translate3d(0,-15px,0);transform:scale3d(1,.5,1) translate3d(0,-15px,0);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{opacity:1}}@-webkit-keyframes coverUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes coverUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}.ha-link-hover{font-size:16px;--color-bg:#fff;--color-link:#1352d1;--color-link-hover:#1352d1;--color-number:#999;--color-text:#111}.ha-link-hover *,.ha-link-hover ::after,.ha-link-hover ::before{-webkit-box-sizing:border-box;box-sizing:border-box}.ha-link-hover a{outline:0;color:var(--color-link);text-decoration:none}.ha-link-hover a:hover{outline:0;color:var(--color-link-hover)}.ha-link-hover a:focus{outline:0;background:#d3d3d3}.ha-link-hover a:focus:not(:focus-visible){background:0 0}.ha-link-hover a:focus-visible{outline:2px solid red;background:0 0}.ha-link-hover .ha_content__item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0}.ha-link-hover .ha-link{position:relative;color:var(--color-text);white-space:nowrap;font-size:18px;font-family:"Roboto",sans-serif;cursor:pointer}.ha-link-hover .ha-link::after,.ha-link-hover .ha-link::before{position:absolute;top:100%;left:0;width:100%;height:1px;background:currentColor;pointer-events:none}.ha-link-hover .ha-link::before{content:""}.ha-link-hover .ha-link--metis{text-transform:lowercase}.ha-link-hover .ha-link--io::after,.ha-link-hover .ha-link--io::before,.ha-link-hover .ha-link--metis::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--metis::before{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ha-link-hover .ha-link--io:hover::after,.ha-link-hover .ha-link--io:hover::before,.ha-link-hover .ha-link--metis:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--io::after,.ha-link-hover .ha-link--io::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-link-hover .ha-link--io:hover::after,.ha-link-hover .ha-link--io:hover::before{-webkit-transition-timing-function:cubic-bezier(.4,1,.8,1);transition-timing-function:cubic-bezier(.4,1,.8,1)}.ha-link-hover .ha-link--io::after{top:calc(100% + 4px);content:"";-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--io:hover::after{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--thebe{text-transform:uppercase}.ha-link-hover .ha-link--thebe::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1),-webkit-transform .3s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--thebe:hover::before{-webkit-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--leda::before,.ha-link-hover .ha-link--thebe::after,.ha-link-hover .ha-link--thebe::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--thebe::after{top:calc(100% + 4px);content:"";-webkit-transition:-webkit-transform .4s .1s cubic-bezier(.2,1,.8,1);transition:transform .4s .1s cubic-bezier(.2,1,.8,1);transition:transform .4s .1s cubic-bezier(.2,1,.8,1),-webkit-transform .4s .1s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--thebe:hover::after,.ha-link-hover .ha-link--thebe:hover::before{-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1)}.ha-link-hover .ha-link--leda{overflow:hidden;font-weight:700;line-height:2}.ha-link-hover .ha-link--leda::before{top:calc(100% - 5px);height:2px}.ha-link-hover .ha-link--leda:hover::before,.ha-link-hover .ha-link--thebe:hover::after{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--leda span,.ha-link-hover .ha-link--leda::after,.ha-link-hover .ha-link--leda::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.5,.5,.3,1);transition:transform .3s cubic-bezier(.5,.5,.3,1);transition:transform .3s cubic-bezier(.5,.5,.3,1),-webkit-transform .3s cubic-bezier(.5,.5,.3,1)}.ha-link-hover .ha-link--leda::after{top:0;height:100%;background:0 0;content:attr(data-text);-webkit-transform:translate3d(150%,0,0);transform:translate3d(150%,0,0);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--leda:hover::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-link-hover .ha-link--leda span{display:inline-block}.ha-link-hover .ha-link--leda:hover span{-webkit-transform:translate3d(-150%,0,0);transform:translate3d(-150%,0,0)}.ha-link-hover .ha-link--ersa{padding:0 10px;text-indent:1px;text-transform:uppercase;letter-spacing:1px}.ha-link-hover .ha-link--ersa span,.ha-link-hover .ha-link--ersa::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.4,1,.8,1);transition:transform .3s cubic-bezier(.4,1,.8,1);transition:transform .3s cubic-bezier(.4,1,.8,1),-webkit-transform .3s cubic-bezier(.4,1,.8,1)}.ha-link-hover .ha-link--ersa::before{top:50%;height:2px;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--ersa:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--ersa span{display:inline-block}.ha-link-hover .ha-link--ersa:hover span{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-link-hover .ha-link--elara::before{-webkit-transition:-webkit-clip-path .3s,-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:clip-path .3s,transform .3s cubic-bezier(.2,1,.8,1);transition:clip-path .3s,transform .3s cubic-bezier(.2,1,.8,1),-webkit-clip-path .3s,-webkit-transform .3s cubic-bezier(.2,1,.8,1);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-clip-path:polygon(0 0,0 100%,0 100%,0 0,100% 0,100% 100%,0 100%,0 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,0 100%,0 0,100% 0,100% 100%,0 100%,0 100%,100% 100%,100% 0)}.ha-link-hover .ha-link--elara:hover::before{-webkit-transform:translate3d(0,2px,0) scale3d(1.08,3,1);transform:translate3d(0,2px,0) scale3d(1.08,3,1);-webkit-clip-path:polygon(0 0,0 100%,50% 100%,50% 0,50% 0,50% 100%,50% 100%,0 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,50% 100%,50% 0,50% 0,50% 100%,50% 100%,0 100%,100% 100%,100% 0)}.ha-link-hover .ha-link--elara span{display:inline-block;-webkit-transition:-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1),-webkit-transform .3s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--elara:hover span{-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}.ha-link-hover .ha-link--dia::after,.ha-link-hover .ha-link--dia::before{opacity:0;-webkit-transition-timing-function:cubic-bezier(.2,1,.8,1);transition-timing-function:cubic-bezier(.2,1,.8,1);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(0,3px,0);transform:translate3d(0,3px,0);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.ha-link-hover .ha-link--dia:hover::after,.ha-link-hover .ha-link--dia:hover::before{opacity:1;-webkit-transition-timing-function:cubic-bezier(.2,0,.3,1);transition-timing-function:cubic-bezier(.2,0,.3,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-link-hover .ha-link--dia::after{top:calc(100% + 4px);left:15%;width:70%;content:""}.ha-link-hover .ha-link--dia::before,.ha-link-hover .ha-link--dia:hover::after{-webkit-transition-delay:.1s;transition-delay:.1s}.ha-link-hover .ha-link--dia:hover::before{-webkit-transition-delay:0s;transition-delay:0s}.ha-link-hover .ha-link--kale{text-transform:lowercase;font-weight:600}.ha-link-hover .ha-link--kale::before{top:100%;height:10px;opacity:0}.ha-link-hover .ha-link--kale:hover::before{opacity:1;-webkit-animation:lineUp .3s ease forwards;animation:lineUp .3s ease forwards}.ha-link-hover .ha-link--kale::after{content:"";opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transition-delay:0s;transition-delay:0s}.ha-link-hover .ha-link--kale:hover::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s}.ha-link-hover .ha-link--carpo{text-transform:uppercase;font-weight:700}.ha-link-hover .ha-link--carpo::after,.ha-link-hover .ha-link--carpo::before{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ha-link-hover .ha-link--carpo::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--carpo:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-link-hover .ha-link--carpo::after{top:calc(100% + 4px);content:"";-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--carpo:hover::after{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}.ha-link-hover .ha-link--helike{font-weight:700}.ha-link-hover .ha-link--helike:hover span{-webkit-animation:glitchText .4s linear;animation:glitchText .4s linear}.ha-link-hover .ha-link--helike::before{height:2px;opacity:0}.ha-link-hover .ha-link--helike:hover::before{opacity:1;-webkit-animation:glitchLine .4s steps(2,start) forwards;animation:glitchLine .4s steps(2,start) forwards}.ha-link-hover .ha-link--mneme{text-transform:uppercase}.ha-link-hover .ha-link--mneme::before{top:0;height:100%;opacity:0}.ha-link-hover .ha-link--mneme:hover::before{opacity:1;-webkit-animation:coverUp .3s ease forwards;animation:coverUp .3s ease forwards}.ha-link-hover .ha-link--mneme::after{content:"";-webkit-transition:opacity .3s;transition:opacity .3s}.ha-link-hover .ha-link--mneme:hover::after{opacity:0}.ha-link-hover .ha-link--iocaste{overflow:hidden;padding:7px 0}.ha-link-hover .ha_link__graphic{position:absolute;top:0;left:0;pointer-events:none;fill:none;stroke:currentColor;stroke-width:1px}.ha-link-hover .ha_link__graphic--slide{top:-3px;-webkit-transition:-webkit-transform .7s;transition:transform .7s;transition:transform .7s,-webkit-transform .7s;-webkit-transition-timing-function:cubic-bezier(0,.25,.5,1);transition-timing-function:cubic-bezier(0,.25,.5,1);stroke-width:2px}.ha-link-hover .ha-link:hover .ha_link__graphic--slide{-webkit-transform:translate3d(-66.6%,0,0);transform:translate3d(-66.6%,0,0)}.ha-link-hover .ha-link--herse{font-weight:700}.ha-link-hover .ha-link--carme::before,.ha-link-hover .ha-link--herse::before{display:none}.ha-link-hover .ha_link__graphic--stroke path{stroke-dasharray:1;stroke-dashoffset:1}.ha-link-hover .ha-link:hover .ha_link__graphic--stroke path{stroke-dashoffset:0}.ha-link-hover .ha_link__graphic--arc{top:73%;left:-23%}.ha-link-hover .ha_link__graphic--arc path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1)}.ha-link-hover .ha-link:hover .ha_link__graphic--arc path,.ha-link-hover .ha-link:hover .ha_link__graphic--scribble path{-webkit-transition-timing-function:cubic-bezier(.8,1,.7,1);transition-timing-function:cubic-bezier(.8,1,.7,1);-webkit-transition-duration:.3s;transition-duration:.3s}.ha-link-hover .ha_link__graphic--scribble{top:100%}.ha-link-hover .ha_link__graphic--scribble path{-webkit-transition:stroke-dashoffset .6s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .6s cubic-bezier(.7,0,.3,1)}.ha-link-hover .ha-link--eirene{font-weight:700}.ha-link-hover .ha-link--eirene::before{height:7px;border-radius:20px;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s;-webkit-transition-timing-function:cubic-bezier(.2,.57,.67,1.53);transition-timing-function:cubic-bezier(.2,.57,.67,1.53);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-link-hover .ha-link--eirene:hover span,.ha-link-hover .ha-link--eirene:hover::before{-webkit-transition-timing-function:cubic-bezier(.8,0,.1,1);transition-timing-function:cubic-bezier(.8,0,.1,1);-webkit-transition-duration:.4s;transition-duration:.4s}.ha-link-hover .ha-link--eirene:hover::before{opacity:1;-webkit-transform:scale3d(1.2,.1,1);transform:scale3d(1.2,.1,1)}.ha-link-hover .ha-link--eirene span{display:inline-block;-webkit-transition:-webkit-transform .2s .05s cubic-bezier(.2,.57,.67,1.53);transition:transform .2s .05s cubic-bezier(.2,.57,.67,1.53);transition:transform .2s .05s cubic-bezier(.2,.57,.67,1.53),-webkit-transform .2s .05s cubic-bezier(.2,.57,.67,1.53);-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}.ha-link-hover .ha-link--eirene:hover span{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
|
25 |
.ha-logo-grid-wrapper:after{display:block;clear:both;content:""}.ha-logo-grid-item{float:left;overflow:hidden;height:180px;border-color:#e7e7e7}.ha-logo-grid-figure{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin:0;padding:30px;width:100%;height:100%}.ha-logo-grid-img{max-height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:1025px){.ha-logo-grid--col-2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col-3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col-4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col-5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col-6 .ha-logo-grid-item{width:calc(100%/6)}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--col--tablet2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col--tablet3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col--tablet4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col--tablet5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col--tablet6 .ha-logo-grid-item{width:calc(100%/6)}}@media (max-width:767px){.ha-logo-grid--col--mobile2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col--mobile3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col--mobile4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col--mobile5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col--mobile6 .ha-logo-grid-item{width:calc(100%/6)}}.ha-logo-grid--tictactoe .ha-logo-grid-item{border-width:2px 2px 0 0;border-style:solid}@media (min-width:1025px){.ha-logo-grid--tictactoe.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}@media (max-width:767px){.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}.ha-logo-grid--border .ha-logo-grid-item{border-width:0 2px 2px 0;border-style:solid}.ha-logo-grid--border .ha-logo-grid-item:first-child{border-top-left-radius:10px}.ha-logo-grid--border .ha-logo-grid-item:last-child{border-bottom-right-radius:10px}@media (min-width:1025px){.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}@media (max-width:767px){.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}.ha-logo-grid--box .ha-logo-grid-wrapper{margin:-.5rem}.ha-logo-grid--box .ha-logo-grid-item{margin:.5rem;border-width:2px;border-style:solid;border-radius:.5rem}@media (min-width:1025px){.ha-logo-grid--box.ha-logo-grid--col-2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--box.ha-logo-grid--col--tablet2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}@media (max-width:767px){.ha-logo-grid--box.ha-logo-grid--col--mobile2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}
|
26 |
+
.ha-mailchimp-horizontal .ha-mailchimp-form,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-horizontal .ha-mailchimp-form{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-mailchimp-horizontal .ha-mailchimp-form .ha-mc-input-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-horizontal .ha-mailchimp-form .ha-mc-input-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px;margin-bottom:unset}.ha-mailchimp-horizontal .ha-mailchimp-form .ha-mc-button-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-horizontal .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.ha-mailchimp-vertical .ha-mailchimp-form,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-vertical .ha-mailchimp-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.ha-mailchimp-vertical .ha-mailchimp-form .ha-mc-input-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-vertical .ha-mailchimp-form .ha-mc-input-wrapper{margin-right:unset;margin-bottom:30px}.ha-mailchimp-vertical .ha-mailchimp-form .ha-mc-button-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-vertical .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:unset;-ms-flex-item-align:unset;align-self:unset}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-horizontal .ha-mailchimp-form{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-horizontal .ha-mailchimp-form .ha-mc-input-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px;margin-bottom:unset}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-horizontal .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-vertical .ha-mailchimp-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-vertical .ha-mailchimp-form .ha-mc-input-wrapper{margin-right:unset;margin-bottom:30px}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-vertical .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:unset;-ms-flex-item-align:unset;align-self:unset}.ha-mailchimp-wrapper .ha-mc-response-message{display:none;margin-bottom:10px;padding:10px 15px;border-radius:5px}.ha-mailchimp-wrapper .ha-mc-response-message.error{display:block;border:1px solid #f5c6cb;background-color:#f8d7da;color:#721c24}.ha-mailchimp-wrapper .ha-mc-response-message.success{display:block;border:1px solid #c3e6cb;background-color:#d4edda;color:#155724}.ha-mailchimp-wrapper .ha-mailchimp-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input-label{display:inline-block;margin-bottom:.5rem;color:#000}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input .ha-mc-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:15px;height:100%;border:1px solid #ced4da;background-color:#e9ecef;color:#495057;text-align:center;white-space:nowrap;font-size:10px}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input .ha-mc-icon-wrapper i{color:#000}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input input{position:relative;display:block;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 20px;min-height:42px;width:1%;height:auto;border:1px solid #ced4da;background-color:#fff;background-clip:padding-box;color:#495057;font-weight:400;font-size:1rem;line-height:1.5;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.after .ha-mc-icon-wrapper{border-radius:0 5px 5px 0}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.after input,.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.before .ha-mc-icon-wrapper{margin-right:-1px;border-radius:5px 0 0 5px}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.before input{border-radius:0 5px 5px 0}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button{position:relative;z-index:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:0;margin-bottom:0;padding:8px 20px;width:100%;border:0 solid #374a5e;border-radius:5px;background-color:#374a5e;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-size:16px;line-height:26px;cursor:pointer;-webkit-transition:all .4s ease;transition:all .4s ease}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button,.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button .ha-mc-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button .ha-mc-icon-wrapper i{margin-right:10px}
|
27 |
@-webkit-keyframes ha-member-lightbox-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha-member-lightbox-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.ha-member>.elementor-widget-container{padding:25px;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-member-figure{position:relative;display:inline-block;margin:0 0 25px!important}.ha-member-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-member.ha-member-hover-image-on .ha-member-figure img:nth-of-type(2){position:absolute;top:0;left:0;z-index:-1;opacity:0}.ha-member.ha-member-hover-image-on .ha-member-figure:hover img:nth-of-type(1){z-index:-1;opacity:0}.ha-member.ha-member-hover-image-on .ha-member-figure:hover img:nth-of-type(2){z-index:2;opacity:1}.ha-member-name{margin-top:0;margin-bottom:10px;color:#151515;font-size:18px}.ha-member-position{margin-bottom:25px;color:#7f7f7f;font-size:14px}.ha-member-bio{margin-bottom:25px;font-size:14px;line-height:1.6}.ha-member-links>a{display:inline-block;color:#9895ad;text-align:center;line-height:1;-webkit-transition:all .2s;transition:all .2s}.ha-member-links>a:focus,.ha-member-links>a:hover{color:#222}.ha-member-links>a>i{width:1em;height:1em}.ha-member-links>a:not(:last-child){margin-right:10px}.ha-member .ha-btn{margin-bottom:15px;cursor:pointer}.ha-member-body .ha-btn:last-child{margin-top:15px;margin-bottom:0}.ha-member-lightbox{position:fixed;top:0;left:0;z-index:-999999;display:none;visibility:hidden;width:0;height:0}.ha-member-lightbox.ha-member-lightbox-show{z-index:999999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;overflow:auto;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.ha-member-lightbox.ha-member-lightbox-show .ha-member-lightbox-close{position:absolute;z-index:99999;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#9ec8f0;font-size:30px;cursor:pointer;-webkit-transition:-webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;transition:transform .3s;-webkit-transition-delay:.5s;transition-delay:.5s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ha-member-lightbox.ha-member-lightbox-show .ha-member-lightbox-inner{width:100%;-webkit-animation-name:ha-member-lightbox-zoomIn;animation-name:ha-member-lightbox-zoomIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
|
28 |
.ha-news-ticker-wrapper{position:relative;overflow:hidden;padding:20px 0;border:1px solid #d2d2d2;border-radius:5px}.ha-news-ticker-wrapper ul.ha-news-ticker-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.ha-news-ticker-wrapper ul.ha-news-ticker-container:focus,.ha-news-ticker-wrapper ul.ha-news-ticker-container:hover{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.ha-news-ticker-wrapper span.ha-news-ticker-sticky-title{position:absolute;top:50%;left:auto;z-index:1;padding:20px;background:#333;color:#fff;font-size:1rem;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-news-ticker-wrapper li.ha-news-ticker-item{margin-right:20px;white-space:nowrap}.ha-news-ticker-wrapper li.ha-news-ticker-item:last-child{margin-right:0}.ha-news-ticker-wrapper .ha-news-ticker-title{margin:0;font-size:1rem;line-height:1}.ha-news-ticker-wrapper li.ha-news-ticker-item a{color:#242424}.ha-news-ticker-wrapper li.ha-news-ticker-item a:hover{color:#e04c8a}
|
29 |
.ha-number-body{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:6px;width:50px;height:50px;border-radius:100%;background-color:#562dd4;color:#fff;text-align:center;font-size:20px}.ha-number-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ha-number-text{position:relative;z-index:1;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
|
assets/css/main.min.css
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
.ha-card{--ha-card-body-width-left:calc(100% - var(--ha-card-image-width) + (-1 * var(--ha-card-image-offset-x)));--ha-card-body-width-right:calc(100% - var(--ha-card-image-width) + var(--ha-card-image-offset-x));--ha-card-image-offset-x:calc(1px - 1px);--ha-card-image-offset-y:calc(1px - 1px);--ha-card-image-width:100%}.ha-card>.elementor-widget-container{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-card-figure{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-image-width);-ms-flex:0 0 var(--ha-card-image-width);flex:0 0 var(--ha-card-image-width);max-width:var(--ha-card-image-width);width:100%;height:250px;-webkit-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));-ms-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y))}.ha-card-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-card-figure .ha-badge{position:absolute}.ha-card-body{padding:25px}.ha-card-title{margin-top:0;margin-bottom:10px;color:#151515;font-weight:700;font-size:22px}.ha-card-text{margin-bottom:25px;color:#616161;font-size:16px;line-height:1.7}.ha-card-text>p{margin-top:0;margin-bottom:0}.ha-card--top .ha-card-figure{display:inline-block}.ha-card--top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--top .ha-card-body{margin-top:var(--ha-card-image-offset-y);max-width:initial;width:100%}.ha-card.ha-card--left,.ha-card.ha-card--right{--ha-card-image-width:50%}.ha-card--left>.elementor-widget-container,.ha-card--right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--left .ha-card-body,.ha-card--right .ha-card-body{padding:35px}.ha-card--left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--right .ha-card-figure img{border-radius:0 5px 5px 0}@media (max-width:1024px){.ha-card--tablet-top .ha-card-figure{display:inline-block}.ha-card--tablet-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--tablet-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--tablet-left>.elementor-widget-container,.ha-card--tablet-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--tablet-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--tablet-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--tablet-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--tablet-right .ha-card-figure img{border-radius:0 5px 5px 0}}@media (max-width:767px){.ha-card--mobile-top .ha-card-figure{display:inline-block}.ha-card--mobile-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--mobile-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--mobile-left>.elementor-widget-container,.ha-card--mobile-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--mobile-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--mobile-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--mobile-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--mobile-right .ha-card-figure img{border-radius:0 5px 5px 0}}
|
4 |
@-webkit-keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@-webkit-keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}@keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.ha-cig,.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cig{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ha-cig-item{position:relative;display:inline-block;border-radius:100%;text-decoration:none;line-height:100%}.ha-cig-item a.ha-cig-item-outline,.ha-cig-item-outline{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;max-width:100%;width:60px;height:60px;border:3px solid #fff;border-radius:50%;background:#fff;-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-o-object-fit:cover;object-fit:cover}.ha-cig-item:not(:first-child){margin-left:-30px;-webkit-transition:all .3s ease;transition:all .3s ease}.ha-cig-item:not(:last-child){margin-right:5px}.ha-cig:hover .ha-cig-item{margin-left:0}[tooltip]{position:relative}[tooltip]::after,[tooltip]::before{position:absolute;display:none;text-transform:none;font-size:.8em;line-height:1;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[tooltip]::before{z-index:1001;border:5px solid transparent;content:""}[tooltip]::after{z-index:1000;overflow:hidden;padding:1ch 1.5ch;min-width:3em;max-width:21em;border-radius:.3ch;background:#333;-webkit-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);color:#fff;content:attr(tooltip);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-family:Helvetica,sans-serif}[tooltip]:hover::after,[tooltip]:hover::before{display:block}[tooltip=""]::after,[tooltip=""]::before{display:none!important}[tooltip]:not([flow])::before,[tooltip][flow^=up]::before{bottom:100%;border-top-color:var(--caret-color, #333);border-bottom-width:0}[tooltip]:not([flow])::after,[tooltip][flow^=up]::after{bottom:calc(100% + 5px)}[tooltip]:not([flow])::after,[tooltip]:not([flow])::before,[tooltip][flow^=up]::after,[tooltip][flow^=up]::before{left:50%;-webkit-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}[tooltip][flow^=down]::before{top:100%;border-top-width:0;border-bottom-color:var(--caret-color, #333)}[tooltip][flow^=down]::after{top:calc(100% + 5px)}[tooltip][flow^=down]::after,[tooltip][flow^=down]::before{left:50%;-webkit-transform:translate(-50%,.5em);-ms-transform:translate(-50%,.5em);transform:translate(-50%,.5em)}[tooltip][flow^=left]::after,[tooltip][flow^=left]::before{top:50%;-webkit-transform:translate(-.5em,-50%);-ms-transform:translate(-.5em,-50%);transform:translate(-.5em,-50%)}[tooltip][flow^=left]::before{left:calc(0em - 5px);border-right-width:0;border-left-color:var(--caret-color, #333)}[tooltip][flow^=left]::after{right:calc(100% + 5px)}[tooltip][flow^=right]::after,[tooltip][flow^=right]::before{top:50%;-webkit-transform:translate(.5em,-50%);-ms-transform:translate(.5em,-50%);transform:translate(.5em,-50%)}[tooltip][flow^=right]::before{right:calc(0em - 5px);border-right-color:var(--caret-color, #333);border-left-width:0}[tooltip][flow^=right]::after{left:calc(100% + 5px)}[tooltip]:not([flow]):hover::after,[tooltip]:not([flow]):hover::before,[tooltip][flow^=down]:hover::after,[tooltip][flow^=down]:hover::before,[tooltip][flow^=up]:hover::after,[tooltip][flow^=up]:hover::before{-webkit-animation:tooltips-vert 300ms ease-out forwards;animation:tooltips-vert 300ms ease-out forwards}[tooltip][flow^=left]:hover::after,[tooltip][flow^=left]:hover::before,[tooltip][flow^=right]:hover::after,[tooltip][flow^=right]:hover::before{-webkit-animation:tooltips-horz 300ms ease-out forwards;animation:tooltips-horz 300ms ease-out forwards}
|
5 |
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
|
6 |
-
.ha-comparison-table{position:relative}.ha-comparison-table__head
|
7 |
.ha-cs-design-round .ha-cs-switch.active span{color:#562dd4}.ha-cs-design-round-2 .ha-cs-switch.active span{color:#e2498a}.ha-cs-design-square .ha-cs-switch.active span{color:#61ce70}.ha-cs-design-square-2 .ha-cs-switch.active span{color:#f67c21}.ha-cs-design-button .ha-cs-switch-wrapper{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:20px}.ha-cs-switch-wrapper,.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-cs-switch-wrapper{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-cs-switch-wrapper .ha-cs-switch{font-weight:700;font-size:18px;font-family:"Nunito",Sans-serif}.ha-cs-switch-wrapper .ha-cs-switch.primary{margin-right:20px}.ha-cs-switch-wrapper .ha-cs-switch.secondary{margin-left:20px}.ha-cs-switch-wrapper .ha-cs-switch.active{color:#2196f3}.ha-cs-switch-wrapper .ha-cs-button{border:0;background-color:#fff;color:#333}.ha-cs-switch-wrapper .ha-cs-button span{font-weight:700;font-size:16px;font-family:"Nunito",Sans-serif}.ha-cs-switch-wrapper .ha-cs-button:not(:last-of-type){margin-right:20px}.ha-cs-switch-wrapper .ha-cs-button.active{background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-button:focus{outline:0;background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:1em;height:1em}.ha-cs-switch-wrapper .ha-cs-icon-left .ha-cs-icon-wrapper{margin-right:10px}.ha-cs-switch-wrapper .ha-cs-icon-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-cs-switch-wrapper .ha-cs-icon-right .ha-cs-icon-wrapper{margin-left:10px}.ha-input-label{position:relative;display:inline-block;margin:unset;width:5em;height:2.5em}.ha-input-label .ha-cs-slider,.ha-input-label .ha-cs-slider:before{position:absolute;border-width:0;border-style:solid;-webkit-transition:.4s;transition:.4s}.ha-input-label .ha-cs-slider{top:0;right:0;bottom:0;left:0;background-color:#ccc;cursor:pointer}.ha-input-label .ha-cs-slider:before{bottom:.25em;left:.2em;width:2em;height:2em;background-color:#fff;content:""}.ha-input-label .ha-cs-slider.ha-cs-square{border-radius:0;background-color:#175eb3}.ha-input-label .ha-cs-slider.ha-cs-square:before{border-radius:0;background-color:#61ce70}.ha-input-label .ha-cs-slider.ha-cs-round{border-radius:2em;background-color:#562dd4}.ha-input-label .ha-cs-slider.ha-cs-round:before{border-radius:50%;background-color:#fff}.ha-input-label .ha-cs-slider.ha-cs-round-2,.ha-input-label .ha-cs-slider.ha-cs-square-2{top:50%;height:1em;border-radius:2em;background-color:#e2498a5c;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-input-label .ha-cs-slider.ha-cs-round-2:before{bottom:-50%;left:-.1em;border-radius:50%;background-color:#e2498a}.ha-input-label .ha-cs-slider.ha-cs-square-2{border-radius:0;background-color:#ffec6b}.ha-input-label .ha-cs-slider.ha-cs-square-2:before{bottom:-50%;left:-.1em;border-radius:0;background-color:#f67c21}.ha-input-label input{width:0;height:0;opacity:0}.ha-input-label input:checked+.ha-cs-round:before,.ha-input-label input:checked+.ha-cs-square:before{left:.8em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:checked+.ha-cs-round-2:before,.ha-input-label input:checked+.ha-cs-square-2:before{left:1.1em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:focus+.ha-cs-round,.ha-input-label input:focus+.ha-cs-round-2,.ha-input-label input:focus+.ha-cs-square,.ha-input-label input:focus+.ha-cs-square-2{-webkit-box-shadow:unset;box-shadow:unset}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section{font-weight:600;font-family:"Nunito",Sans-serif}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section:not(.active){display:none}
|
8 |
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@-webkit-keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.ha-creative-btn-wrap{display:inline-block;--ha-ctv-btn-bg-clr:#fff;--ha-ctv-btn-bg-hvr-clr:#ff067d;--ha-ctv-btn-border-clr:#ff067d;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-creative-btn{position:relative;z-index:0;display:inline-block;padding:15px 25px;max-width:100%;border-color:var(--ha-ctv-btn-border-clr);border-radius:5px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-creative-btn:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo{padding:25px 80px;border-width:3px;border-style:solid;border-radius:0;cursor:pointer}.ha-creative-btn-wrap .ha-stl--estilo:after{position:absolute;z-index:-1;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--estilo:active,.ha-creative-btn-wrap .ha-stl--estilo:hover{background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:after{top:0;left:0;width:100%;height:100%;opacity:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:active,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover:after{opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:after{top:0;left:0;width:100%;height:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:hover:after{height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:after{top:0;left:0;width:0;height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:hover:after{width:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y{overflow:hidden}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:after{top:50%;left:50%;width:0;height:103%;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:hover:after{width:90%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:active:after{width:101%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:after{top:50%;left:50%;width:100%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:hover:after{height:260%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:active:after{height:400%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:after{top:50%;left:50%;width:101%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:hover:after{height:75%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:active:after{height:130%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo,.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--symbolab{display:inline-block;overflow:hidden;outline:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-transform:uppercase;letter-spacing:1px;font-weight:700}.ha-creative-btn-wrap .ha-stl--symbolab{padding:25px 80px;border-width:3px;border-style:solid;border-radius:50px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover,.ha-creative-btn-wrap .ha-stl--symbolab:active,.ha-creative-btn-wrap .ha-stl--symbolab:hover{background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--symbolab>i{position:absolute;top:50%;-webkit-transition:left .3s,right .3s;transition:left .3s,right .3s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right i{left:130%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:hover i{left:80%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left i{left:-50%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:hover i{left:10%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right i{left:70%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:hover i{left:80%;opacity:1}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left i{left:30%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:hover i{left:10%;opacity:1}.ha-creative-btn-wrap .ha-stl--iconica{padding:0!important;border-radius:0;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica:active,.ha-creative-btn-wrap .ha-stl--iconica:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--iconica>span{display:inline-block;padding:25px 80px;-webkit-transition:all .3s;transition:all .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica>i{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>span{-webkit-transform:translateY(300%);-ms-transform:translateY(300%);transform:translateY(300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down>i{top:-100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>i{top:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>span{-webkit-transform:translateY(-300%);-ms-transform:translateY(-300%);transform:translateY(-300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top>i{top:100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>span{-webkit-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right>i{top:0;left:-100%}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>i{left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>span{-webkit-transform:translateX(-200%);-ms-transform:translateX(-200%);transform:translateX(-200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left>i{top:0;left:100%}.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--montino{border-width:3px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr)}.ha-creative-btn-wrap .ha-stl--montino:active,.ha-creative-btn-wrap .ha-stl--montino:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona{z-index:1;overflow:hidden;padding:0!important;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{padding:25px 80px;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{display:block;vertical-align:middle}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after{position:absolute;top:0;left:0;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);opacity:0;-webkit-transform:translate(0,25%);-ms-transform:translate(0,25%);transform:translate(0,25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover>span{opacity:0;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover::after{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before{position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{display:block;padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover::before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover>span{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen{z-index:1;overflow:hidden;padding:25px 80px;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{position:absolute;bottom:100%;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{background:var(--ha-ctv-btn-bg-hvr-clr);opacity:.7}.ha-creative-btn-wrap .ha-stl--hermosa,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover{background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after{-webkit-transition-delay:.175s;transition-delay:.175s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha{z-index:1;padding:25px 80px;outline:0;border-width:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:inherit;content:"";opacity:0;-webkit-transition:all .3s;transition:all .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);-webkit-transform:scale3d(.6,.6,1);transform:scale3d(.6,.6,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover::before{border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);-webkit-transition:background .3s;transition:background .3s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{display:inline-block;color:var(--ha-ctv-btn-txt-clr);opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{position:absolute;top:0;left:0}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{padding:25px 80px;content:attr(data-text)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover::before{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover>span{color:var(--ha-ctv-btn-txt-hvr-clr);opacity:1;-webkit-transition-delay:var(--delay, .045s);transition-delay:var(--delay, .045s);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman{padding:25px 80px;border-width:0;background:var(--ha-ctv-btn-bg-hvr-clr);--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{z-index:-1;border-radius:inherit;content:"";pointer-events:none}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:0;-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after{width:100%;height:100%;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::before{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::after{opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:inherit;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite:hover::before{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite>span{pointer-events:none}.ha-creative-btn-wrap .ha-stl--hermosa{padding:25px 80px;color:var(--ha-ctv-btn-txt-clr)}.ha-creative-btn-wrap .ha-stl--hermosa:active,.ha-creative-btn-wrap .ha-stl--hermosa:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa::after,.ha-creative-btn-wrap .ha-stl--hermosa::before{position:absolute;top:0;left:0;width:100%;height:100%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:20px 25px;border-width:2px;border-style:solid;border-radius:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span{position:relative;display:inline-block;overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span.text{width:0;white-space:nowrap;-webkit-transition:width .2s;transition:width .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable:hover span.text{margin-right:10px;width:auto}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward{overflow:hidden;border-width:2px;border-style:solid;border-radius:3em;font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward:hover::before{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie{overflow:hidden;padding:25px 80px;border-width:2px;border-style:solid;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover>span>span{-webkit-animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s;animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.5em;background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render>span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render::before{left:-10%;width:120%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1),-webkit-transform .4s cubic-bezier(.3,1,.8,1);-webkit-transform:skew(30deg);-ms-transform:skew(30deg);transform:skew(30deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:active{border-color:var(--ha-ctv-btn-border-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover::before{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1.5em 3em;width:175px;height:120px;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#562dd4;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease;transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);-webkit-clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::before{background:var(--ha-ctv-btn-bg-hvr-clr);-webkit-clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::after{top:5%;z-index:-1;width:97%;height:86%;border-width:1px;border-style:solid;border-color:var(--ha-ctv-btn-bg-clr);border-radius:58% 42% 55% 45%/56% 45% 55% 44%;content:"";-webkit-transition:-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55),-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::after{border-color:var(--ha-ctv-btn-bg-hvr-clr);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape>span{z-index:1;display:block;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover span{-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit>span{position:relative;z-index:10;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover span{-webkit-animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s;animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::before{top:-110%;left:-10%;padding-bottom:120%;width:120%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,68%,0) scale3d(0,0,0);transform:translate3d(0,68%,0) scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after{background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::after{-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;width:100px;height:100px;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:50%;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover>span>span{-webkit-animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill::before{padding-bottom:100%;width:100%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover::before{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom{padding:0!important;border-width:0!important;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div{border-color:var(--ha-ctv-btn-border-hvr-clr);-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{position:absolute;background:var(--ha-ctv-btn-bg-hvr-clr);content:""}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{top:50%;left:50%;padding-bottom:110%;width:110%;height:0;border-radius:50%;-webkit-transform:translate3d(-50%,-50%,0) scale3d(0,0,1);transform:translate3d(-50%,-50%,0) scale3d(0,0,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);transform:translate3d(-50%,-50%,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after{top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-duration:.01s;transition-duration:.01s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom span{position:relative;display:block;padding:1.5em 3em}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0;width:120px;height:120px;border-width:0!important;background:0 0;font-weight:700;--ha-ctv-btn-border-clr:#e8e8e8;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-stroke-width:1px;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#ff067d;-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress{position:absolute;top:50%;left:50%;width:96px;height:96px;-webkit-transition:-webkit-transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress{-webkit-transform:translate(-50%,-50%) scale3d(1.2,1.2,1);transform:translate(-50%,-50%) scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__circle{fill:none;stroke:var(--ha-ctv-btn-border-clr);stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{fill:none;stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:focus-visible .progress__circle{fill:rgba(252,196,63,.4)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);stroke:var(--ha-ctv-btn-border-hvr-clr);stroke-dasharray:1;stroke-dashoffset:1}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress__path{stroke-dashoffset:0}
|
9 |
.ha-data-table .elementor-widget-container{overflow:hidden}.ha-data-table .ha-table{margin-bottom:0}.ha-data-table .ha-table__head-column-cell{padding:20px;border:1px solid;border-color:#5636d1 #320ebd #5636d1 #5636d1;background-color:#5636d1;color:#fff;vertical-align:middle;text-align:center}.ha-data-table .ha-table__head-column-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__head-column-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body-row-cell-icon img,.ha-data-table .ha-table__head-column-cell-icon img{width:40px;-o-object-fit:cover;object-fit:cover}.ha-data-table .ha-table__body-row-cell-icon svg,.ha-data-table .ha-table__head-column-cell-icon svg{width:40px;height:auto;fill:currentColor}.ha-data-table .ha-table__body-row:nth-child(even),.ha-data-table .ha-table__body-row:nth-child(odd){background-color:#fff}.ha-data-table .ha-table__body-row:nth-child(even):hover{background-color:rgba(86,54,209,.08)}.ha-data-table .ha-table__body-row:nth-child(odd):hover{background-color:rgba(232,53,124,.08)}.ha-data-table .ha-table__body-row-cell{padding:15px;border:1px solid #ddd;background-color:transparent;vertical-align:middle}.ha-data-table .ha-table__body-row-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__body-row-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:none}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-icon{width:100%}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-icon{width:auto}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-icon{width:100%}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-icon{width:auto}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.ha-data-table .ha-table__head{display:none}.ha-data-table .ha-table__body .ha-table__body-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table .ha-table__body .ha-table__body-row-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:-1px;padding:0!important}.ha-data-table .ha-table__body .ha-table__body-row-cell:first-child{margin-top:auto}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:block;width:100%}.ha-data-table .ha-table__body .ha-table__body-row-cell-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.ha-data-table.ha-row-icon-left.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-data-table.ha-row-icon-left.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-left.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-left .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-center .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-right .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}
|
@@ -23,7 +23,7 @@
|
|
23 |
@-webkit-keyframes haSmoothReveal{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes haSmoothReveal{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.ha-justified-gallery .ha-justified-grid__wrap{margin-right:calc(-1*var(--justified-grid-pull, 0));margin-left:calc(-1*var(--justified-grid-pull, 0));width:auto}.ha-justified-gallery .ha-justified-grid__item{border-radius:3px}.ha-justified-gallery .ha-justified-grid__item img{border-radius:inherit}.ha-justified-gallery .justified-gallery>.ha-justified-grid__item>.caption{bottom:-100px!important;padding:10px;-webkit-transition:all .25s!important;transition:all .25s!important;-webkit-animation:haSmoothReveal .3s forwards;animation:haSmoothReveal .3s forwards}.ha-justified-gallery .justified-gallery>.ha-justified-grid__item>.caption.caption-visible{bottom:0!important}.ha-justified-gallery .justified-gallery>.entry-visible>a>img,.ha-justified-gallery .justified-gallery>.entry-visible>img{-webkit-transition:all 300ms,opacity 500ms ease-in;transition:all 300ms,opacity 500ms ease-in;-o-object-fit:cover;object-fit:cover}
|
24 |
@-webkit-keyframes lineUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes lineUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@-webkit-keyframes glitchText{0%{opacity:1;-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}10%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}20%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}35%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}50%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}60%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}70%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}80%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}90%{-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes glitchText{0%{opacity:1;-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}10%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}20%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}35%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}50%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}60%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}70%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}80%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}90%{-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@-webkit-keyframes glitchLine{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}20%{-webkit-transform:translate3d(0,4px,0);transform:translate3d(0,4px,0)}30%{-webkit-transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}40%{-webkit-transform:scale3d(1,.3,1) translate3d(0,25px,0);transform:scale3d(1,.3,1) translate3d(0,25px,0)}50%{-webkit-transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0);transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0)}60%{-webkit-transform:scale3d(1,1.25,1) translate3d(10px,-5px,0);transform:scale3d(1,1.25,1) translate3d(10px,-5px,0)}70%{-webkit-transform:scale3d(.5,.5,1) translate3d(0,20px,0);transform:scale3d(.5,.5,1) translate3d(0,20px,0)}80%{-webkit-transform:translate3d(-30,10px,0) scale3d(1,.4,1);transform:translate3d(-30,10px,0) scale3d(1,.4,1);-webkit-transform-origin:100% 0;transform-origin:100% 0}90%{-webkit-transform:scale3d(1,.5,1) translate3d(0,-15px,0);transform:scale3d(1,.5,1) translate3d(0,-15px,0);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{opacity:1}}@keyframes glitchLine{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}20%{-webkit-transform:translate3d(0,4px,0);transform:translate3d(0,4px,0)}30%{-webkit-transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}40%{-webkit-transform:scale3d(1,.3,1) translate3d(0,25px,0);transform:scale3d(1,.3,1) translate3d(0,25px,0)}50%{-webkit-transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0);transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0)}60%{-webkit-transform:scale3d(1,1.25,1) translate3d(10px,-5px,0);transform:scale3d(1,1.25,1) translate3d(10px,-5px,0)}70%{-webkit-transform:scale3d(.5,.5,1) translate3d(0,20px,0);transform:scale3d(.5,.5,1) translate3d(0,20px,0)}80%{-webkit-transform:translate3d(-30,10px,0) scale3d(1,.4,1);transform:translate3d(-30,10px,0) scale3d(1,.4,1);-webkit-transform-origin:100% 0;transform-origin:100% 0}90%{-webkit-transform:scale3d(1,.5,1) translate3d(0,-15px,0);transform:scale3d(1,.5,1) translate3d(0,-15px,0);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{opacity:1}}@-webkit-keyframes coverUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes coverUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}.ha-link-hover{font-size:16px;--color-bg:#fff;--color-link:#1352d1;--color-link-hover:#1352d1;--color-number:#999;--color-text:#111}.ha-link-hover *,.ha-link-hover ::after,.ha-link-hover ::before{-webkit-box-sizing:border-box;box-sizing:border-box}.ha-link-hover a{outline:0;color:var(--color-link);text-decoration:none}.ha-link-hover a:hover{outline:0;color:var(--color-link-hover)}.ha-link-hover a:focus{outline:0;background:#d3d3d3}.ha-link-hover a:focus:not(:focus-visible){background:0 0}.ha-link-hover a:focus-visible{outline:2px solid red;background:0 0}.ha-link-hover .ha_content__item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0}.ha-link-hover .ha-link{position:relative;color:var(--color-text);white-space:nowrap;font-size:18px;font-family:"Roboto",sans-serif;cursor:pointer}.ha-link-hover .ha-link::after,.ha-link-hover .ha-link::before{position:absolute;top:100%;left:0;width:100%;height:1px;background:currentColor;pointer-events:none}.ha-link-hover .ha-link::before{content:""}.ha-link-hover .ha-link--metis{text-transform:lowercase}.ha-link-hover .ha-link--io::after,.ha-link-hover .ha-link--io::before,.ha-link-hover .ha-link--metis::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--metis::before{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ha-link-hover .ha-link--io:hover::after,.ha-link-hover .ha-link--io:hover::before,.ha-link-hover .ha-link--metis:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--io::after,.ha-link-hover .ha-link--io::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-link-hover .ha-link--io:hover::after,.ha-link-hover .ha-link--io:hover::before{-webkit-transition-timing-function:cubic-bezier(.4,1,.8,1);transition-timing-function:cubic-bezier(.4,1,.8,1)}.ha-link-hover .ha-link--io::after{top:calc(100% + 4px);content:"";-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--io:hover::after{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--thebe{text-transform:uppercase}.ha-link-hover .ha-link--thebe::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1),-webkit-transform .3s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--thebe:hover::before{-webkit-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--leda::before,.ha-link-hover .ha-link--thebe::after,.ha-link-hover .ha-link--thebe::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--thebe::after{top:calc(100% + 4px);content:"";-webkit-transition:-webkit-transform .4s .1s cubic-bezier(.2,1,.8,1);transition:transform .4s .1s cubic-bezier(.2,1,.8,1);transition:transform .4s .1s cubic-bezier(.2,1,.8,1),-webkit-transform .4s .1s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--thebe:hover::after,.ha-link-hover .ha-link--thebe:hover::before{-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1)}.ha-link-hover .ha-link--leda{overflow:hidden;font-weight:700;line-height:2}.ha-link-hover .ha-link--leda::before{top:calc(100% - 5px);height:2px}.ha-link-hover .ha-link--leda:hover::before,.ha-link-hover .ha-link--thebe:hover::after{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--leda span,.ha-link-hover .ha-link--leda::after,.ha-link-hover .ha-link--leda::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.5,.5,.3,1);transition:transform .3s cubic-bezier(.5,.5,.3,1);transition:transform .3s cubic-bezier(.5,.5,.3,1),-webkit-transform .3s cubic-bezier(.5,.5,.3,1)}.ha-link-hover .ha-link--leda::after{top:0;height:100%;background:0 0;content:attr(data-text);-webkit-transform:translate3d(150%,0,0);transform:translate3d(150%,0,0);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--leda:hover::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-link-hover .ha-link--leda span{display:inline-block}.ha-link-hover .ha-link--leda:hover span{-webkit-transform:translate3d(-150%,0,0);transform:translate3d(-150%,0,0)}.ha-link-hover .ha-link--ersa{padding:0 10px;text-indent:1px;text-transform:uppercase;letter-spacing:1px}.ha-link-hover .ha-link--ersa span,.ha-link-hover .ha-link--ersa::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.4,1,.8,1);transition:transform .3s cubic-bezier(.4,1,.8,1);transition:transform .3s cubic-bezier(.4,1,.8,1),-webkit-transform .3s cubic-bezier(.4,1,.8,1)}.ha-link-hover .ha-link--ersa::before{top:50%;height:2px;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--ersa:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--ersa span{display:inline-block}.ha-link-hover .ha-link--ersa:hover span{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-link-hover .ha-link--elara::before{-webkit-transition:-webkit-clip-path .3s,-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:clip-path .3s,transform .3s cubic-bezier(.2,1,.8,1);transition:clip-path .3s,transform .3s cubic-bezier(.2,1,.8,1),-webkit-clip-path .3s,-webkit-transform .3s cubic-bezier(.2,1,.8,1);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-clip-path:polygon(0 0,0 100%,0 100%,0 0,100% 0,100% 100%,0 100%,0 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,0 100%,0 0,100% 0,100% 100%,0 100%,0 100%,100% 100%,100% 0)}.ha-link-hover .ha-link--elara:hover::before{-webkit-transform:translate3d(0,2px,0) scale3d(1.08,3,1);transform:translate3d(0,2px,0) scale3d(1.08,3,1);-webkit-clip-path:polygon(0 0,0 100%,50% 100%,50% 0,50% 0,50% 100%,50% 100%,0 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,50% 100%,50% 0,50% 0,50% 100%,50% 100%,0 100%,100% 100%,100% 0)}.ha-link-hover .ha-link--elara span{display:inline-block;-webkit-transition:-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1),-webkit-transform .3s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--elara:hover span{-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}.ha-link-hover .ha-link--dia::after,.ha-link-hover .ha-link--dia::before{opacity:0;-webkit-transition-timing-function:cubic-bezier(.2,1,.8,1);transition-timing-function:cubic-bezier(.2,1,.8,1);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(0,3px,0);transform:translate3d(0,3px,0);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.ha-link-hover .ha-link--dia:hover::after,.ha-link-hover .ha-link--dia:hover::before{opacity:1;-webkit-transition-timing-function:cubic-bezier(.2,0,.3,1);transition-timing-function:cubic-bezier(.2,0,.3,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-link-hover .ha-link--dia::after{top:calc(100% + 4px);left:15%;width:70%;content:""}.ha-link-hover .ha-link--dia::before,.ha-link-hover .ha-link--dia:hover::after{-webkit-transition-delay:.1s;transition-delay:.1s}.ha-link-hover .ha-link--dia:hover::before{-webkit-transition-delay:0s;transition-delay:0s}.ha-link-hover .ha-link--kale{text-transform:lowercase;font-weight:600}.ha-link-hover .ha-link--kale::before{top:100%;height:10px;opacity:0}.ha-link-hover .ha-link--kale:hover::before{opacity:1;-webkit-animation:lineUp .3s ease forwards;animation:lineUp .3s ease forwards}.ha-link-hover .ha-link--kale::after{content:"";opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transition-delay:0s;transition-delay:0s}.ha-link-hover .ha-link--kale:hover::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s}.ha-link-hover .ha-link--carpo{text-transform:uppercase;font-weight:700}.ha-link-hover .ha-link--carpo::after,.ha-link-hover .ha-link--carpo::before{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ha-link-hover .ha-link--carpo::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--carpo:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-link-hover .ha-link--carpo::after{top:calc(100% + 4px);content:"";-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--carpo:hover::after{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}.ha-link-hover .ha-link--helike{font-weight:700}.ha-link-hover .ha-link--helike:hover span{-webkit-animation:glitchText .4s linear;animation:glitchText .4s linear}.ha-link-hover .ha-link--helike::before{height:2px;opacity:0}.ha-link-hover .ha-link--helike:hover::before{opacity:1;-webkit-animation:glitchLine .4s steps(2,start) forwards;animation:glitchLine .4s steps(2,start) forwards}.ha-link-hover .ha-link--mneme{text-transform:uppercase}.ha-link-hover .ha-link--mneme::before{top:0;height:100%;opacity:0}.ha-link-hover .ha-link--mneme:hover::before{opacity:1;-webkit-animation:coverUp .3s ease forwards;animation:coverUp .3s ease forwards}.ha-link-hover .ha-link--mneme::after{content:"";-webkit-transition:opacity .3s;transition:opacity .3s}.ha-link-hover .ha-link--mneme:hover::after{opacity:0}.ha-link-hover .ha-link--iocaste{overflow:hidden;padding:7px 0}.ha-link-hover .ha_link__graphic{position:absolute;top:0;left:0;pointer-events:none;fill:none;stroke:currentColor;stroke-width:1px}.ha-link-hover .ha_link__graphic--slide{top:-3px;-webkit-transition:-webkit-transform .7s;transition:transform .7s;transition:transform .7s,-webkit-transform .7s;-webkit-transition-timing-function:cubic-bezier(0,.25,.5,1);transition-timing-function:cubic-bezier(0,.25,.5,1);stroke-width:2px}.ha-link-hover .ha-link:hover .ha_link__graphic--slide{-webkit-transform:translate3d(-66.6%,0,0);transform:translate3d(-66.6%,0,0)}.ha-link-hover .ha-link--herse{font-weight:700}.ha-link-hover .ha-link--carme::before,.ha-link-hover .ha-link--herse::before{display:none}.ha-link-hover .ha_link__graphic--stroke path{stroke-dasharray:1;stroke-dashoffset:1}.ha-link-hover .ha-link:hover .ha_link__graphic--stroke path{stroke-dashoffset:0}.ha-link-hover .ha_link__graphic--arc{top:73%;left:-23%}.ha-link-hover .ha_link__graphic--arc path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1)}.ha-link-hover .ha-link:hover .ha_link__graphic--arc path,.ha-link-hover .ha-link:hover .ha_link__graphic--scribble path{-webkit-transition-timing-function:cubic-bezier(.8,1,.7,1);transition-timing-function:cubic-bezier(.8,1,.7,1);-webkit-transition-duration:.3s;transition-duration:.3s}.ha-link-hover .ha_link__graphic--scribble{top:100%}.ha-link-hover .ha_link__graphic--scribble path{-webkit-transition:stroke-dashoffset .6s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .6s cubic-bezier(.7,0,.3,1)}.ha-link-hover .ha-link--eirene{font-weight:700}.ha-link-hover .ha-link--eirene::before{height:7px;border-radius:20px;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s;-webkit-transition-timing-function:cubic-bezier(.2,.57,.67,1.53);transition-timing-function:cubic-bezier(.2,.57,.67,1.53);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-link-hover .ha-link--eirene:hover span,.ha-link-hover .ha-link--eirene:hover::before{-webkit-transition-timing-function:cubic-bezier(.8,0,.1,1);transition-timing-function:cubic-bezier(.8,0,.1,1);-webkit-transition-duration:.4s;transition-duration:.4s}.ha-link-hover .ha-link--eirene:hover::before{opacity:1;-webkit-transform:scale3d(1.2,.1,1);transform:scale3d(1.2,.1,1)}.ha-link-hover .ha-link--eirene span{display:inline-block;-webkit-transition:-webkit-transform .2s .05s cubic-bezier(.2,.57,.67,1.53);transition:transform .2s .05s cubic-bezier(.2,.57,.67,1.53);transition:transform .2s .05s cubic-bezier(.2,.57,.67,1.53),-webkit-transform .2s .05s cubic-bezier(.2,.57,.67,1.53);-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}.ha-link-hover .ha-link--eirene:hover span{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
|
25 |
.ha-logo-grid-wrapper:after{display:block;clear:both;content:""}.ha-logo-grid-item{float:left;overflow:hidden;height:180px;border-color:#e7e7e7}.ha-logo-grid-figure{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin:0;padding:30px;width:100%;height:100%}.ha-logo-grid-img{max-height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:1025px){.ha-logo-grid--col-2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col-3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col-4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col-5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col-6 .ha-logo-grid-item{width:calc(100%/6)}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--col--tablet2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col--tablet3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col--tablet4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col--tablet5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col--tablet6 .ha-logo-grid-item{width:calc(100%/6)}}@media (max-width:767px){.ha-logo-grid--col--mobile2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col--mobile3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col--mobile4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col--mobile5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col--mobile6 .ha-logo-grid-item{width:calc(100%/6)}}.ha-logo-grid--tictactoe .ha-logo-grid-item{border-width:2px 2px 0 0;border-style:solid}@media (min-width:1025px){.ha-logo-grid--tictactoe.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}@media (max-width:767px){.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}.ha-logo-grid--border .ha-logo-grid-item{border-width:0 2px 2px 0;border-style:solid}.ha-logo-grid--border .ha-logo-grid-item:first-child{border-top-left-radius:10px}.ha-logo-grid--border .ha-logo-grid-item:last-child{border-bottom-right-radius:10px}@media (min-width:1025px){.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}@media (max-width:767px){.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}.ha-logo-grid--box .ha-logo-grid-wrapper{margin:-.5rem}.ha-logo-grid--box .ha-logo-grid-item{margin:.5rem;border-width:2px;border-style:solid;border-radius:.5rem}@media (min-width:1025px){.ha-logo-grid--box.ha-logo-grid--col-2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--box.ha-logo-grid--col--tablet2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}@media (max-width:767px){.ha-logo-grid--box.ha-logo-grid--col--mobile2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}
|
26 |
-
.ha-mailchimp-
|
27 |
@-webkit-keyframes ha-member-lightbox-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha-member-lightbox-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.ha-member>.elementor-widget-container{padding:25px;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-member-figure{position:relative;display:inline-block;margin:0 0 25px!important}.ha-member-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-member.ha-member-hover-image-on .ha-member-figure img:nth-of-type(2){position:absolute;top:0;left:0;z-index:-1;opacity:0}.ha-member.ha-member-hover-image-on .ha-member-figure:hover img:nth-of-type(1){z-index:-1;opacity:0}.ha-member.ha-member-hover-image-on .ha-member-figure:hover img:nth-of-type(2){z-index:2;opacity:1}.ha-member-name{margin-top:0;margin-bottom:10px;color:#151515;font-size:18px}.ha-member-position{margin-bottom:25px;color:#7f7f7f;font-size:14px}.ha-member-bio{margin-bottom:25px;font-size:14px;line-height:1.6}.ha-member-links>a{display:inline-block;color:#9895ad;text-align:center;line-height:1;-webkit-transition:all .2s;transition:all .2s}.ha-member-links>a:focus,.ha-member-links>a:hover{color:#222}.ha-member-links>a>i{width:1em;height:1em}.ha-member-links>a:not(:last-child){margin-right:10px}.ha-member .ha-btn{margin-bottom:15px;cursor:pointer}.ha-member-body .ha-btn:last-child{margin-top:15px;margin-bottom:0}.ha-member-lightbox{position:fixed;top:0;left:0;z-index:-999999;display:none;visibility:hidden;width:0;height:0}.ha-member-lightbox.ha-member-lightbox-show{z-index:999999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;overflow:auto;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.ha-member-lightbox.ha-member-lightbox-show .ha-member-lightbox-close{position:absolute;z-index:99999;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#9ec8f0;font-size:30px;cursor:pointer;-webkit-transition:-webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;transition:transform .3s;-webkit-transition-delay:.5s;transition-delay:.5s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ha-member-lightbox.ha-member-lightbox-show .ha-member-lightbox-inner{width:100%;-webkit-animation-name:ha-member-lightbox-zoomIn;animation-name:ha-member-lightbox-zoomIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
|
28 |
.ha-news-ticker-wrapper{position:relative;overflow:hidden;padding:20px 0;border:1px solid #d2d2d2;border-radius:5px}.ha-news-ticker-wrapper ul.ha-news-ticker-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.ha-news-ticker-wrapper ul.ha-news-ticker-container:focus,.ha-news-ticker-wrapper ul.ha-news-ticker-container:hover{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.ha-news-ticker-wrapper span.ha-news-ticker-sticky-title{position:absolute;top:50%;left:auto;z-index:1;padding:20px;background:#333;color:#fff;font-size:1rem;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-news-ticker-wrapper li.ha-news-ticker-item{margin-right:20px;white-space:nowrap}.ha-news-ticker-wrapper li.ha-news-ticker-item:last-child{margin-right:0}.ha-news-ticker-wrapper .ha-news-ticker-title{margin:0;font-size:1rem;line-height:1}.ha-news-ticker-wrapper li.ha-news-ticker-item a{color:#242424}.ha-news-ticker-wrapper li.ha-news-ticker-item a:hover{color:#e04c8a}
|
29 |
.ha-number-body{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:6px;width:50px;height:50px;border-radius:100%;background-color:#562dd4;color:#fff;text-align:center;font-size:20px}.ha-number-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ha-number-text{position:relative;z-index:1;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
|
3 |
.ha-card{--ha-card-body-width-left:calc(100% - var(--ha-card-image-width) + (-1 * var(--ha-card-image-offset-x)));--ha-card-body-width-right:calc(100% - var(--ha-card-image-width) + var(--ha-card-image-offset-x));--ha-card-image-offset-x:calc(1px - 1px);--ha-card-image-offset-y:calc(1px - 1px);--ha-card-image-width:100%}.ha-card>.elementor-widget-container{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-card-figure{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-image-width);-ms-flex:0 0 var(--ha-card-image-width);flex:0 0 var(--ha-card-image-width);max-width:var(--ha-card-image-width);width:100%;height:250px;-webkit-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));-ms-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y))}.ha-card-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-card-figure .ha-badge{position:absolute}.ha-card-body{padding:25px}.ha-card-title{margin-top:0;margin-bottom:10px;color:#151515;font-weight:700;font-size:22px}.ha-card-text{margin-bottom:25px;color:#616161;font-size:16px;line-height:1.7}.ha-card-text>p{margin-top:0;margin-bottom:0}.ha-card--top .ha-card-figure{display:inline-block}.ha-card--top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--top .ha-card-body{margin-top:var(--ha-card-image-offset-y);max-width:initial;width:100%}.ha-card.ha-card--left,.ha-card.ha-card--right{--ha-card-image-width:50%}.ha-card--left>.elementor-widget-container,.ha-card--right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--left .ha-card-body,.ha-card--right .ha-card-body{padding:35px}.ha-card--left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--right .ha-card-figure img{border-radius:0 5px 5px 0}@media (max-width:1024px){.ha-card--tablet-top .ha-card-figure{display:inline-block}.ha-card--tablet-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--tablet-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--tablet-left>.elementor-widget-container,.ha-card--tablet-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--tablet-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--tablet-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--tablet-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--tablet-right .ha-card-figure img{border-radius:0 5px 5px 0}}@media (max-width:767px){.ha-card--mobile-top .ha-card-figure{display:inline-block}.ha-card--mobile-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--mobile-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--mobile-left>.elementor-widget-container,.ha-card--mobile-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--mobile-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--mobile-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--mobile-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--mobile-right .ha-card-figure img{border-radius:0 5px 5px 0}}
|
4 |
@-webkit-keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@-webkit-keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}@keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.ha-cig,.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cig{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ha-cig-item{position:relative;display:inline-block;border-radius:100%;text-decoration:none;line-height:100%}.ha-cig-item a.ha-cig-item-outline,.ha-cig-item-outline{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;max-width:100%;width:60px;height:60px;border:3px solid #fff;border-radius:50%;background:#fff;-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-o-object-fit:cover;object-fit:cover}.ha-cig-item:not(:first-child){margin-left:-30px;-webkit-transition:all .3s ease;transition:all .3s ease}.ha-cig-item:not(:last-child){margin-right:5px}.ha-cig:hover .ha-cig-item{margin-left:0}[tooltip]{position:relative}[tooltip]::after,[tooltip]::before{position:absolute;display:none;text-transform:none;font-size:.8em;line-height:1;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[tooltip]::before{z-index:1001;border:5px solid transparent;content:""}[tooltip]::after{z-index:1000;overflow:hidden;padding:1ch 1.5ch;min-width:3em;max-width:21em;border-radius:.3ch;background:#333;-webkit-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);color:#fff;content:attr(tooltip);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-family:Helvetica,sans-serif}[tooltip]:hover::after,[tooltip]:hover::before{display:block}[tooltip=""]::after,[tooltip=""]::before{display:none!important}[tooltip]:not([flow])::before,[tooltip][flow^=up]::before{bottom:100%;border-top-color:var(--caret-color, #333);border-bottom-width:0}[tooltip]:not([flow])::after,[tooltip][flow^=up]::after{bottom:calc(100% + 5px)}[tooltip]:not([flow])::after,[tooltip]:not([flow])::before,[tooltip][flow^=up]::after,[tooltip][flow^=up]::before{left:50%;-webkit-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}[tooltip][flow^=down]::before{top:100%;border-top-width:0;border-bottom-color:var(--caret-color, #333)}[tooltip][flow^=down]::after{top:calc(100% + 5px)}[tooltip][flow^=down]::after,[tooltip][flow^=down]::before{left:50%;-webkit-transform:translate(-50%,.5em);-ms-transform:translate(-50%,.5em);transform:translate(-50%,.5em)}[tooltip][flow^=left]::after,[tooltip][flow^=left]::before{top:50%;-webkit-transform:translate(-.5em,-50%);-ms-transform:translate(-.5em,-50%);transform:translate(-.5em,-50%)}[tooltip][flow^=left]::before{left:calc(0em - 5px);border-right-width:0;border-left-color:var(--caret-color, #333)}[tooltip][flow^=left]::after{right:calc(100% + 5px)}[tooltip][flow^=right]::after,[tooltip][flow^=right]::before{top:50%;-webkit-transform:translate(.5em,-50%);-ms-transform:translate(.5em,-50%);transform:translate(.5em,-50%)}[tooltip][flow^=right]::before{right:calc(0em - 5px);border-right-color:var(--caret-color, #333);border-left-width:0}[tooltip][flow^=right]::after{left:calc(100% + 5px)}[tooltip]:not([flow]):hover::after,[tooltip]:not([flow]):hover::before,[tooltip][flow^=down]:hover::after,[tooltip][flow^=down]:hover::before,[tooltip][flow^=up]:hover::after,[tooltip][flow^=up]:hover::before{-webkit-animation:tooltips-vert 300ms ease-out forwards;animation:tooltips-vert 300ms ease-out forwards}[tooltip][flow^=left]:hover::after,[tooltip][flow^=left]:hover::before,[tooltip][flow^=right]:hover::after,[tooltip][flow^=right]:hover::before{-webkit-animation:tooltips-horz 300ms ease-out forwards;animation:tooltips-horz 300ms ease-out forwards}
|
5 |
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
|
6 |
+
.ha-comparison-table{position:relative}.ha-comparison-table__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:0;background-color:#5636d1;color:#fff;vertical-align:middle;font-weight:700;font-size:18px;line-height:20px}.ha-comparison-table__head-column-cell-title-tag{margin:0}.ha-comparison-table__head.table-sticky{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%}.ha-comparison-table__head-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__head-item:first-child{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ha-comparison-table__head-item .ha-comparison-table__head-column-cell-icon{margin:0 10px 0 0}.ha-comparison-table__head-item.icon-right .ha-comparison-table__head-column-cell-icon{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin:0 0 0 10px}.ha-comparison-table__row{margin-bottom:25px}.ha-comparison-table__row-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e7e7e9;background-color:transparent;vertical-align:middle}.ha-comparison-table__row-item:first-child{border-top:0}.ha-comparison-table__row-item:last-child{border-bottom:0}.ha-comparison-table__row-item-cell{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__row-item-cell:first-child{-webkit-box-flex:10;-webkit-flex-grow:10;-ms-flex-positive:10;flex-grow:10}.ha-comparison-table__row-item-cell-title-tag{margin:0;font-weight:var(--e-global-typography-text-font-weight);font-family:var(--e-global-typography-text-font-family),Sans-serif}.ha-comparison-table__row-cell-icon{font-size:20px;line-height:1}.ha-comparison-table__btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:100%}.ha-comparison-table__btns-item{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:15%;text-align:center}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table__btns-item{width:auto}}.ha-comparison-table__btns-item a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:10px 15px;border-radius:5px;background-color:#151515;color:#fff;font-weight:var(--e-global-typography-accent-font-weight);font-family:var(--e-global-typography-accent-font-family),Sans-serif}.ha-comparison-table__btns-item a:hover{background-color:#d6226e}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table .elementor-widget-container{overflow-x:auto}}
|
7 |
.ha-cs-design-round .ha-cs-switch.active span{color:#562dd4}.ha-cs-design-round-2 .ha-cs-switch.active span{color:#e2498a}.ha-cs-design-square .ha-cs-switch.active span{color:#61ce70}.ha-cs-design-square-2 .ha-cs-switch.active span{color:#f67c21}.ha-cs-design-button .ha-cs-switch-wrapper{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:20px}.ha-cs-switch-wrapper,.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-cs-switch-wrapper{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-cs-switch-wrapper .ha-cs-switch{font-weight:700;font-size:18px;font-family:"Nunito",Sans-serif}.ha-cs-switch-wrapper .ha-cs-switch.primary{margin-right:20px}.ha-cs-switch-wrapper .ha-cs-switch.secondary{margin-left:20px}.ha-cs-switch-wrapper .ha-cs-switch.active{color:#2196f3}.ha-cs-switch-wrapper .ha-cs-button{border:0;background-color:#fff;color:#333}.ha-cs-switch-wrapper .ha-cs-button span{font-weight:700;font-size:16px;font-family:"Nunito",Sans-serif}.ha-cs-switch-wrapper .ha-cs-button:not(:last-of-type){margin-right:20px}.ha-cs-switch-wrapper .ha-cs-button.active{background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-button:focus{outline:0;background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:1em;height:1em}.ha-cs-switch-wrapper .ha-cs-icon-left .ha-cs-icon-wrapper{margin-right:10px}.ha-cs-switch-wrapper .ha-cs-icon-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-cs-switch-wrapper .ha-cs-icon-right .ha-cs-icon-wrapper{margin-left:10px}.ha-input-label{position:relative;display:inline-block;margin:unset;width:5em;height:2.5em}.ha-input-label .ha-cs-slider,.ha-input-label .ha-cs-slider:before{position:absolute;border-width:0;border-style:solid;-webkit-transition:.4s;transition:.4s}.ha-input-label .ha-cs-slider{top:0;right:0;bottom:0;left:0;background-color:#ccc;cursor:pointer}.ha-input-label .ha-cs-slider:before{bottom:.25em;left:.2em;width:2em;height:2em;background-color:#fff;content:""}.ha-input-label .ha-cs-slider.ha-cs-square{border-radius:0;background-color:#175eb3}.ha-input-label .ha-cs-slider.ha-cs-square:before{border-radius:0;background-color:#61ce70}.ha-input-label .ha-cs-slider.ha-cs-round{border-radius:2em;background-color:#562dd4}.ha-input-label .ha-cs-slider.ha-cs-round:before{border-radius:50%;background-color:#fff}.ha-input-label .ha-cs-slider.ha-cs-round-2,.ha-input-label .ha-cs-slider.ha-cs-square-2{top:50%;height:1em;border-radius:2em;background-color:#e2498a5c;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-input-label .ha-cs-slider.ha-cs-round-2:before{bottom:-50%;left:-.1em;border-radius:50%;background-color:#e2498a}.ha-input-label .ha-cs-slider.ha-cs-square-2{border-radius:0;background-color:#ffec6b}.ha-input-label .ha-cs-slider.ha-cs-square-2:before{bottom:-50%;left:-.1em;border-radius:0;background-color:#f67c21}.ha-input-label input{width:0;height:0;opacity:0}.ha-input-label input:checked+.ha-cs-round:before,.ha-input-label input:checked+.ha-cs-square:before{left:.8em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:checked+.ha-cs-round-2:before,.ha-input-label input:checked+.ha-cs-square-2:before{left:1.1em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:focus+.ha-cs-round,.ha-input-label input:focus+.ha-cs-round-2,.ha-input-label input:focus+.ha-cs-square,.ha-input-label input:focus+.ha-cs-square-2{-webkit-box-shadow:unset;box-shadow:unset}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section{font-weight:600;font-family:"Nunito",Sans-serif}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section:not(.active){display:none}
|
8 |
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@-webkit-keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.ha-creative-btn-wrap{display:inline-block;--ha-ctv-btn-bg-clr:#fff;--ha-ctv-btn-bg-hvr-clr:#ff067d;--ha-ctv-btn-border-clr:#ff067d;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-creative-btn{position:relative;z-index:0;display:inline-block;padding:15px 25px;max-width:100%;border-color:var(--ha-ctv-btn-border-clr);border-radius:5px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-creative-btn:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo{padding:25px 80px;border-width:3px;border-style:solid;border-radius:0;cursor:pointer}.ha-creative-btn-wrap .ha-stl--estilo:after{position:absolute;z-index:-1;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--estilo:active,.ha-creative-btn-wrap .ha-stl--estilo:hover{background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:after{top:0;left:0;width:100%;height:100%;opacity:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:active,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover:after{opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:after{top:0;left:0;width:100%;height:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:hover:after{height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:after{top:0;left:0;width:0;height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:hover:after{width:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y{overflow:hidden}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:after{top:50%;left:50%;width:0;height:103%;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:hover:after{width:90%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:active:after{width:101%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:after{top:50%;left:50%;width:100%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:hover:after{height:260%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:active:after{height:400%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:after{top:50%;left:50%;width:101%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:hover:after{height:75%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:active:after{height:130%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo,.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--symbolab{display:inline-block;overflow:hidden;outline:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-transform:uppercase;letter-spacing:1px;font-weight:700}.ha-creative-btn-wrap .ha-stl--symbolab{padding:25px 80px;border-width:3px;border-style:solid;border-radius:50px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover,.ha-creative-btn-wrap .ha-stl--symbolab:active,.ha-creative-btn-wrap .ha-stl--symbolab:hover{background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--symbolab>i{position:absolute;top:50%;-webkit-transition:left .3s,right .3s;transition:left .3s,right .3s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right i{left:130%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:hover i{left:80%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left i{left:-50%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:hover i{left:10%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right i{left:70%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:hover i{left:80%;opacity:1}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left i{left:30%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:hover i{left:10%;opacity:1}.ha-creative-btn-wrap .ha-stl--iconica{padding:0!important;border-radius:0;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica:active,.ha-creative-btn-wrap .ha-stl--iconica:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--iconica>span{display:inline-block;padding:25px 80px;-webkit-transition:all .3s;transition:all .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica>i{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>span{-webkit-transform:translateY(300%);-ms-transform:translateY(300%);transform:translateY(300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down>i{top:-100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>i{top:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>span{-webkit-transform:translateY(-300%);-ms-transform:translateY(-300%);transform:translateY(-300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top>i{top:100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>span{-webkit-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right>i{top:0;left:-100%}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>i{left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>span{-webkit-transform:translateX(-200%);-ms-transform:translateX(-200%);transform:translateX(-200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left>i{top:0;left:100%}.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--montino{border-width:3px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr)}.ha-creative-btn-wrap .ha-stl--montino:active,.ha-creative-btn-wrap .ha-stl--montino:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona{z-index:1;overflow:hidden;padding:0!important;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{padding:25px 80px;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{display:block;vertical-align:middle}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after{position:absolute;top:0;left:0;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);opacity:0;-webkit-transform:translate(0,25%);-ms-transform:translate(0,25%);transform:translate(0,25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover>span{opacity:0;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover::after{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before{position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{display:block;padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover::before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover>span{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen{z-index:1;overflow:hidden;padding:25px 80px;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{position:absolute;bottom:100%;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{background:var(--ha-ctv-btn-bg-hvr-clr);opacity:.7}.ha-creative-btn-wrap .ha-stl--hermosa,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover{background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after{-webkit-transition-delay:.175s;transition-delay:.175s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha{z-index:1;padding:25px 80px;outline:0;border-width:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:inherit;content:"";opacity:0;-webkit-transition:all .3s;transition:all .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);-webkit-transform:scale3d(.6,.6,1);transform:scale3d(.6,.6,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover::before{border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);-webkit-transition:background .3s;transition:background .3s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{display:inline-block;color:var(--ha-ctv-btn-txt-clr);opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{position:absolute;top:0;left:0}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{padding:25px 80px;content:attr(data-text)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover::before{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover>span{color:var(--ha-ctv-btn-txt-hvr-clr);opacity:1;-webkit-transition-delay:var(--delay, .045s);transition-delay:var(--delay, .045s);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman{padding:25px 80px;border-width:0;background:var(--ha-ctv-btn-bg-hvr-clr);--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{z-index:-1;border-radius:inherit;content:"";pointer-events:none}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:0;-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after{width:100%;height:100%;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::before{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::after{opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:inherit;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite:hover::before{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite>span{pointer-events:none}.ha-creative-btn-wrap .ha-stl--hermosa{padding:25px 80px;color:var(--ha-ctv-btn-txt-clr)}.ha-creative-btn-wrap .ha-stl--hermosa:active,.ha-creative-btn-wrap .ha-stl--hermosa:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa::after,.ha-creative-btn-wrap .ha-stl--hermosa::before{position:absolute;top:0;left:0;width:100%;height:100%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:20px 25px;border-width:2px;border-style:solid;border-radius:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span{position:relative;display:inline-block;overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span.text{width:0;white-space:nowrap;-webkit-transition:width .2s;transition:width .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable:hover span.text{margin-right:10px;width:auto}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward{overflow:hidden;border-width:2px;border-style:solid;border-radius:3em;font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward:hover::before{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie{overflow:hidden;padding:25px 80px;border-width:2px;border-style:solid;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover>span>span{-webkit-animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s;animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.5em;background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render>span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render::before{left:-10%;width:120%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1),-webkit-transform .4s cubic-bezier(.3,1,.8,1);-webkit-transform:skew(30deg);-ms-transform:skew(30deg);transform:skew(30deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:active{border-color:var(--ha-ctv-btn-border-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover::before{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1.5em 3em;width:175px;height:120px;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#562dd4;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease;transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);-webkit-clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::before{background:var(--ha-ctv-btn-bg-hvr-clr);-webkit-clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::after{top:5%;z-index:-1;width:97%;height:86%;border-width:1px;border-style:solid;border-color:var(--ha-ctv-btn-bg-clr);border-radius:58% 42% 55% 45%/56% 45% 55% 44%;content:"";-webkit-transition:-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55),-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::after{border-color:var(--ha-ctv-btn-bg-hvr-clr);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape>span{z-index:1;display:block;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover span{-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit>span{position:relative;z-index:10;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover span{-webkit-animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s;animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::before{top:-110%;left:-10%;padding-bottom:120%;width:120%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,68%,0) scale3d(0,0,0);transform:translate3d(0,68%,0) scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after{background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::after{-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;width:100px;height:100px;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:50%;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover>span>span{-webkit-animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill::before{padding-bottom:100%;width:100%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover::before{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom{padding:0!important;border-width:0!important;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div{border-color:var(--ha-ctv-btn-border-hvr-clr);-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{position:absolute;background:var(--ha-ctv-btn-bg-hvr-clr);content:""}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{top:50%;left:50%;padding-bottom:110%;width:110%;height:0;border-radius:50%;-webkit-transform:translate3d(-50%,-50%,0) scale3d(0,0,1);transform:translate3d(-50%,-50%,0) scale3d(0,0,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);transform:translate3d(-50%,-50%,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after{top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-duration:.01s;transition-duration:.01s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom span{position:relative;display:block;padding:1.5em 3em}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0;width:120px;height:120px;border-width:0!important;background:0 0;font-weight:700;--ha-ctv-btn-border-clr:#e8e8e8;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-stroke-width:1px;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#ff067d;-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress{position:absolute;top:50%;left:50%;width:96px;height:96px;-webkit-transition:-webkit-transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress{-webkit-transform:translate(-50%,-50%) scale3d(1.2,1.2,1);transform:translate(-50%,-50%) scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__circle{fill:none;stroke:var(--ha-ctv-btn-border-clr);stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{fill:none;stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:focus-visible .progress__circle{fill:rgba(252,196,63,.4)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);stroke:var(--ha-ctv-btn-border-hvr-clr);stroke-dasharray:1;stroke-dashoffset:1}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress__path{stroke-dashoffset:0}
|
9 |
.ha-data-table .elementor-widget-container{overflow:hidden}.ha-data-table .ha-table{margin-bottom:0}.ha-data-table .ha-table__head-column-cell{padding:20px;border:1px solid;border-color:#5636d1 #320ebd #5636d1 #5636d1;background-color:#5636d1;color:#fff;vertical-align:middle;text-align:center}.ha-data-table .ha-table__head-column-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__head-column-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body-row-cell-icon img,.ha-data-table .ha-table__head-column-cell-icon img{width:40px;-o-object-fit:cover;object-fit:cover}.ha-data-table .ha-table__body-row-cell-icon svg,.ha-data-table .ha-table__head-column-cell-icon svg{width:40px;height:auto;fill:currentColor}.ha-data-table .ha-table__body-row:nth-child(even),.ha-data-table .ha-table__body-row:nth-child(odd){background-color:#fff}.ha-data-table .ha-table__body-row:nth-child(even):hover{background-color:rgba(86,54,209,.08)}.ha-data-table .ha-table__body-row:nth-child(odd):hover{background-color:rgba(232,53,124,.08)}.ha-data-table .ha-table__body-row-cell{padding:15px;border:1px solid #ddd;background-color:transparent;vertical-align:middle}.ha-data-table .ha-table__body-row-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__body-row-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:none}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-icon{width:100%}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-icon{width:auto}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-icon{width:100%}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-icon{width:auto}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.ha-data-table .ha-table__head{display:none}.ha-data-table .ha-table__body .ha-table__body-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table .ha-table__body .ha-table__body-row-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:-1px;padding:0!important}.ha-data-table .ha-table__body .ha-table__body-row-cell:first-child{margin-top:auto}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:block;width:100%}.ha-data-table .ha-table__body .ha-table__body-row-cell-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.ha-data-table.ha-row-icon-left.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-data-table.ha-row-icon-left.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-left.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-left .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-center .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-right .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}
|
23 |
@-webkit-keyframes haSmoothReveal{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes haSmoothReveal{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.ha-justified-gallery .ha-justified-grid__wrap{margin-right:calc(-1*var(--justified-grid-pull, 0));margin-left:calc(-1*var(--justified-grid-pull, 0));width:auto}.ha-justified-gallery .ha-justified-grid__item{border-radius:3px}.ha-justified-gallery .ha-justified-grid__item img{border-radius:inherit}.ha-justified-gallery .justified-gallery>.ha-justified-grid__item>.caption{bottom:-100px!important;padding:10px;-webkit-transition:all .25s!important;transition:all .25s!important;-webkit-animation:haSmoothReveal .3s forwards;animation:haSmoothReveal .3s forwards}.ha-justified-gallery .justified-gallery>.ha-justified-grid__item>.caption.caption-visible{bottom:0!important}.ha-justified-gallery .justified-gallery>.entry-visible>a>img,.ha-justified-gallery .justified-gallery>.entry-visible>img{-webkit-transition:all 300ms,opacity 500ms ease-in;transition:all 300ms,opacity 500ms ease-in;-o-object-fit:cover;object-fit:cover}
|
24 |
@-webkit-keyframes lineUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes lineUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@-webkit-keyframes glitchText{0%{opacity:1;-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}10%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}20%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}35%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}50%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}60%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}70%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}80%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}90%{-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes glitchText{0%{opacity:1;-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}10%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}20%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}35%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}50%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}60%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}70%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}80%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}90%{-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@-webkit-keyframes glitchLine{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}20%{-webkit-transform:translate3d(0,4px,0);transform:translate3d(0,4px,0)}30%{-webkit-transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}40%{-webkit-transform:scale3d(1,.3,1) translate3d(0,25px,0);transform:scale3d(1,.3,1) translate3d(0,25px,0)}50%{-webkit-transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0);transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0)}60%{-webkit-transform:scale3d(1,1.25,1) translate3d(10px,-5px,0);transform:scale3d(1,1.25,1) translate3d(10px,-5px,0)}70%{-webkit-transform:scale3d(.5,.5,1) translate3d(0,20px,0);transform:scale3d(.5,.5,1) translate3d(0,20px,0)}80%{-webkit-transform:translate3d(-30,10px,0) scale3d(1,.4,1);transform:translate3d(-30,10px,0) scale3d(1,.4,1);-webkit-transform-origin:100% 0;transform-origin:100% 0}90%{-webkit-transform:scale3d(1,.5,1) translate3d(0,-15px,0);transform:scale3d(1,.5,1) translate3d(0,-15px,0);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{opacity:1}}@keyframes glitchLine{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}20%{-webkit-transform:translate3d(0,4px,0);transform:translate3d(0,4px,0)}30%{-webkit-transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}40%{-webkit-transform:scale3d(1,.3,1) translate3d(0,25px,0);transform:scale3d(1,.3,1) translate3d(0,25px,0)}50%{-webkit-transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0);transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0)}60%{-webkit-transform:scale3d(1,1.25,1) translate3d(10px,-5px,0);transform:scale3d(1,1.25,1) translate3d(10px,-5px,0)}70%{-webkit-transform:scale3d(.5,.5,1) translate3d(0,20px,0);transform:scale3d(.5,.5,1) translate3d(0,20px,0)}80%{-webkit-transform:translate3d(-30,10px,0) scale3d(1,.4,1);transform:translate3d(-30,10px,0) scale3d(1,.4,1);-webkit-transform-origin:100% 0;transform-origin:100% 0}90%{-webkit-transform:scale3d(1,.5,1) translate3d(0,-15px,0);transform:scale3d(1,.5,1) translate3d(0,-15px,0);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{opacity:1}}@-webkit-keyframes coverUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes coverUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}.ha-link-hover{font-size:16px;--color-bg:#fff;--color-link:#1352d1;--color-link-hover:#1352d1;--color-number:#999;--color-text:#111}.ha-link-hover *,.ha-link-hover ::after,.ha-link-hover ::before{-webkit-box-sizing:border-box;box-sizing:border-box}.ha-link-hover a{outline:0;color:var(--color-link);text-decoration:none}.ha-link-hover a:hover{outline:0;color:var(--color-link-hover)}.ha-link-hover a:focus{outline:0;background:#d3d3d3}.ha-link-hover a:focus:not(:focus-visible){background:0 0}.ha-link-hover a:focus-visible{outline:2px solid red;background:0 0}.ha-link-hover .ha_content__item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0}.ha-link-hover .ha-link{position:relative;color:var(--color-text);white-space:nowrap;font-size:18px;font-family:"Roboto",sans-serif;cursor:pointer}.ha-link-hover .ha-link::after,.ha-link-hover .ha-link::before{position:absolute;top:100%;left:0;width:100%;height:1px;background:currentColor;pointer-events:none}.ha-link-hover .ha-link::before{content:""}.ha-link-hover .ha-link--metis{text-transform:lowercase}.ha-link-hover .ha-link--io::after,.ha-link-hover .ha-link--io::before,.ha-link-hover .ha-link--metis::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--metis::before{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ha-link-hover .ha-link--io:hover::after,.ha-link-hover .ha-link--io:hover::before,.ha-link-hover .ha-link--metis:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--io::after,.ha-link-hover .ha-link--io::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-link-hover .ha-link--io:hover::after,.ha-link-hover .ha-link--io:hover::before{-webkit-transition-timing-function:cubic-bezier(.4,1,.8,1);transition-timing-function:cubic-bezier(.4,1,.8,1)}.ha-link-hover .ha-link--io::after{top:calc(100% + 4px);content:"";-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--io:hover::after{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--thebe{text-transform:uppercase}.ha-link-hover .ha-link--thebe::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1),-webkit-transform .3s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--thebe:hover::before{-webkit-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--leda::before,.ha-link-hover .ha-link--thebe::after,.ha-link-hover .ha-link--thebe::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--thebe::after{top:calc(100% + 4px);content:"";-webkit-transition:-webkit-transform .4s .1s cubic-bezier(.2,1,.8,1);transition:transform .4s .1s cubic-bezier(.2,1,.8,1);transition:transform .4s .1s cubic-bezier(.2,1,.8,1),-webkit-transform .4s .1s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--thebe:hover::after,.ha-link-hover .ha-link--thebe:hover::before{-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1)}.ha-link-hover .ha-link--leda{overflow:hidden;font-weight:700;line-height:2}.ha-link-hover .ha-link--leda::before{top:calc(100% - 5px);height:2px}.ha-link-hover .ha-link--leda:hover::before,.ha-link-hover .ha-link--thebe:hover::after{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--leda span,.ha-link-hover .ha-link--leda::after,.ha-link-hover .ha-link--leda::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.5,.5,.3,1);transition:transform .3s cubic-bezier(.5,.5,.3,1);transition:transform .3s cubic-bezier(.5,.5,.3,1),-webkit-transform .3s cubic-bezier(.5,.5,.3,1)}.ha-link-hover .ha-link--leda::after{top:0;height:100%;background:0 0;content:attr(data-text);-webkit-transform:translate3d(150%,0,0);transform:translate3d(150%,0,0);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--leda:hover::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-link-hover .ha-link--leda span{display:inline-block}.ha-link-hover .ha-link--leda:hover span{-webkit-transform:translate3d(-150%,0,0);transform:translate3d(-150%,0,0)}.ha-link-hover .ha-link--ersa{padding:0 10px;text-indent:1px;text-transform:uppercase;letter-spacing:1px}.ha-link-hover .ha-link--ersa span,.ha-link-hover .ha-link--ersa::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.4,1,.8,1);transition:transform .3s cubic-bezier(.4,1,.8,1);transition:transform .3s cubic-bezier(.4,1,.8,1),-webkit-transform .3s cubic-bezier(.4,1,.8,1)}.ha-link-hover .ha-link--ersa::before{top:50%;height:2px;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--ersa:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--ersa span{display:inline-block}.ha-link-hover .ha-link--ersa:hover span{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-link-hover .ha-link--elara::before{-webkit-transition:-webkit-clip-path .3s,-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:clip-path .3s,transform .3s cubic-bezier(.2,1,.8,1);transition:clip-path .3s,transform .3s cubic-bezier(.2,1,.8,1),-webkit-clip-path .3s,-webkit-transform .3s cubic-bezier(.2,1,.8,1);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-clip-path:polygon(0 0,0 100%,0 100%,0 0,100% 0,100% 100%,0 100%,0 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,0 100%,0 0,100% 0,100% 100%,0 100%,0 100%,100% 100%,100% 0)}.ha-link-hover .ha-link--elara:hover::before{-webkit-transform:translate3d(0,2px,0) scale3d(1.08,3,1);transform:translate3d(0,2px,0) scale3d(1.08,3,1);-webkit-clip-path:polygon(0 0,0 100%,50% 100%,50% 0,50% 0,50% 100%,50% 100%,0 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,50% 100%,50% 0,50% 0,50% 100%,50% 100%,0 100%,100% 100%,100% 0)}.ha-link-hover .ha-link--elara span{display:inline-block;-webkit-transition:-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1),-webkit-transform .3s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--elara:hover span{-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}.ha-link-hover .ha-link--dia::after,.ha-link-hover .ha-link--dia::before{opacity:0;-webkit-transition-timing-function:cubic-bezier(.2,1,.8,1);transition-timing-function:cubic-bezier(.2,1,.8,1);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(0,3px,0);transform:translate3d(0,3px,0);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.ha-link-hover .ha-link--dia:hover::after,.ha-link-hover .ha-link--dia:hover::before{opacity:1;-webkit-transition-timing-function:cubic-bezier(.2,0,.3,1);transition-timing-function:cubic-bezier(.2,0,.3,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-link-hover .ha-link--dia::after{top:calc(100% + 4px);left:15%;width:70%;content:""}.ha-link-hover .ha-link--dia::before,.ha-link-hover .ha-link--dia:hover::after{-webkit-transition-delay:.1s;transition-delay:.1s}.ha-link-hover .ha-link--dia:hover::before{-webkit-transition-delay:0s;transition-delay:0s}.ha-link-hover .ha-link--kale{text-transform:lowercase;font-weight:600}.ha-link-hover .ha-link--kale::before{top:100%;height:10px;opacity:0}.ha-link-hover .ha-link--kale:hover::before{opacity:1;-webkit-animation:lineUp .3s ease forwards;animation:lineUp .3s ease forwards}.ha-link-hover .ha-link--kale::after{content:"";opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transition-delay:0s;transition-delay:0s}.ha-link-hover .ha-link--kale:hover::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s}.ha-link-hover .ha-link--carpo{text-transform:uppercase;font-weight:700}.ha-link-hover .ha-link--carpo::after,.ha-link-hover .ha-link--carpo::before{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ha-link-hover .ha-link--carpo::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--carpo:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-link-hover .ha-link--carpo::after{top:calc(100% + 4px);content:"";-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--carpo:hover::after{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}.ha-link-hover .ha-link--helike{font-weight:700}.ha-link-hover .ha-link--helike:hover span{-webkit-animation:glitchText .4s linear;animation:glitchText .4s linear}.ha-link-hover .ha-link--helike::before{height:2px;opacity:0}.ha-link-hover .ha-link--helike:hover::before{opacity:1;-webkit-animation:glitchLine .4s steps(2,start) forwards;animation:glitchLine .4s steps(2,start) forwards}.ha-link-hover .ha-link--mneme{text-transform:uppercase}.ha-link-hover .ha-link--mneme::before{top:0;height:100%;opacity:0}.ha-link-hover .ha-link--mneme:hover::before{opacity:1;-webkit-animation:coverUp .3s ease forwards;animation:coverUp .3s ease forwards}.ha-link-hover .ha-link--mneme::after{content:"";-webkit-transition:opacity .3s;transition:opacity .3s}.ha-link-hover .ha-link--mneme:hover::after{opacity:0}.ha-link-hover .ha-link--iocaste{overflow:hidden;padding:7px 0}.ha-link-hover .ha_link__graphic{position:absolute;top:0;left:0;pointer-events:none;fill:none;stroke:currentColor;stroke-width:1px}.ha-link-hover .ha_link__graphic--slide{top:-3px;-webkit-transition:-webkit-transform .7s;transition:transform .7s;transition:transform .7s,-webkit-transform .7s;-webkit-transition-timing-function:cubic-bezier(0,.25,.5,1);transition-timing-function:cubic-bezier(0,.25,.5,1);stroke-width:2px}.ha-link-hover .ha-link:hover .ha_link__graphic--slide{-webkit-transform:translate3d(-66.6%,0,0);transform:translate3d(-66.6%,0,0)}.ha-link-hover .ha-link--herse{font-weight:700}.ha-link-hover .ha-link--carme::before,.ha-link-hover .ha-link--herse::before{display:none}.ha-link-hover .ha_link__graphic--stroke path{stroke-dasharray:1;stroke-dashoffset:1}.ha-link-hover .ha-link:hover .ha_link__graphic--stroke path{stroke-dashoffset:0}.ha-link-hover .ha_link__graphic--arc{top:73%;left:-23%}.ha-link-hover .ha_link__graphic--arc path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1)}.ha-link-hover .ha-link:hover .ha_link__graphic--arc path,.ha-link-hover .ha-link:hover .ha_link__graphic--scribble path{-webkit-transition-timing-function:cubic-bezier(.8,1,.7,1);transition-timing-function:cubic-bezier(.8,1,.7,1);-webkit-transition-duration:.3s;transition-duration:.3s}.ha-link-hover .ha_link__graphic--scribble{top:100%}.ha-link-hover .ha_link__graphic--scribble path{-webkit-transition:stroke-dashoffset .6s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .6s cubic-bezier(.7,0,.3,1)}.ha-link-hover .ha-link--eirene{font-weight:700}.ha-link-hover .ha-link--eirene::before{height:7px;border-radius:20px;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s;-webkit-transition-timing-function:cubic-bezier(.2,.57,.67,1.53);transition-timing-function:cubic-bezier(.2,.57,.67,1.53);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-link-hover .ha-link--eirene:hover span,.ha-link-hover .ha-link--eirene:hover::before{-webkit-transition-timing-function:cubic-bezier(.8,0,.1,1);transition-timing-function:cubic-bezier(.8,0,.1,1);-webkit-transition-duration:.4s;transition-duration:.4s}.ha-link-hover .ha-link--eirene:hover::before{opacity:1;-webkit-transform:scale3d(1.2,.1,1);transform:scale3d(1.2,.1,1)}.ha-link-hover .ha-link--eirene span{display:inline-block;-webkit-transition:-webkit-transform .2s .05s cubic-bezier(.2,.57,.67,1.53);transition:transform .2s .05s cubic-bezier(.2,.57,.67,1.53);transition:transform .2s .05s cubic-bezier(.2,.57,.67,1.53),-webkit-transform .2s .05s cubic-bezier(.2,.57,.67,1.53);-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}.ha-link-hover .ha-link--eirene:hover span{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
|
25 |
.ha-logo-grid-wrapper:after{display:block;clear:both;content:""}.ha-logo-grid-item{float:left;overflow:hidden;height:180px;border-color:#e7e7e7}.ha-logo-grid-figure{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin:0;padding:30px;width:100%;height:100%}.ha-logo-grid-img{max-height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:1025px){.ha-logo-grid--col-2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col-3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col-4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col-5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col-6 .ha-logo-grid-item{width:calc(100%/6)}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--col--tablet2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col--tablet3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col--tablet4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col--tablet5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col--tablet6 .ha-logo-grid-item{width:calc(100%/6)}}@media (max-width:767px){.ha-logo-grid--col--mobile2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col--mobile3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col--mobile4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col--mobile5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col--mobile6 .ha-logo-grid-item{width:calc(100%/6)}}.ha-logo-grid--tictactoe .ha-logo-grid-item{border-width:2px 2px 0 0;border-style:solid}@media (min-width:1025px){.ha-logo-grid--tictactoe.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}@media (max-width:767px){.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}.ha-logo-grid--border .ha-logo-grid-item{border-width:0 2px 2px 0;border-style:solid}.ha-logo-grid--border .ha-logo-grid-item:first-child{border-top-left-radius:10px}.ha-logo-grid--border .ha-logo-grid-item:last-child{border-bottom-right-radius:10px}@media (min-width:1025px){.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}@media (max-width:767px){.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}.ha-logo-grid--box .ha-logo-grid-wrapper{margin:-.5rem}.ha-logo-grid--box .ha-logo-grid-item{margin:.5rem;border-width:2px;border-style:solid;border-radius:.5rem}@media (min-width:1025px){.ha-logo-grid--box.ha-logo-grid--col-2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--box.ha-logo-grid--col--tablet2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}@media (max-width:767px){.ha-logo-grid--box.ha-logo-grid--col--mobile2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}
|
26 |
+
.ha-mailchimp-horizontal .ha-mailchimp-form,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-horizontal .ha-mailchimp-form{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-mailchimp-horizontal .ha-mailchimp-form .ha-mc-input-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-horizontal .ha-mailchimp-form .ha-mc-input-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px;margin-bottom:unset}.ha-mailchimp-horizontal .ha-mailchimp-form .ha-mc-button-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-horizontal .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.ha-mailchimp-vertical .ha-mailchimp-form,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-vertical .ha-mailchimp-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.ha-mailchimp-vertical .ha-mailchimp-form .ha-mc-input-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-vertical .ha-mailchimp-form .ha-mc-input-wrapper{margin-right:unset;margin-bottom:30px}.ha-mailchimp-vertical .ha-mailchimp-form .ha-mc-button-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-vertical .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:unset;-ms-flex-item-align:unset;align-self:unset}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-horizontal .ha-mailchimp-form{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-horizontal .ha-mailchimp-form .ha-mc-input-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px;margin-bottom:unset}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-horizontal .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-vertical .ha-mailchimp-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-vertical .ha-mailchimp-form .ha-mc-input-wrapper{margin-right:unset;margin-bottom:30px}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-vertical .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:unset;-ms-flex-item-align:unset;align-self:unset}.ha-mailchimp-wrapper .ha-mc-response-message{display:none;margin-bottom:10px;padding:10px 15px;border-radius:5px}.ha-mailchimp-wrapper .ha-mc-response-message.error{display:block;border:1px solid #f5c6cb;background-color:#f8d7da;color:#721c24}.ha-mailchimp-wrapper .ha-mc-response-message.success{display:block;border:1px solid #c3e6cb;background-color:#d4edda;color:#155724}.ha-mailchimp-wrapper .ha-mailchimp-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input-label{display:inline-block;margin-bottom:.5rem;color:#000}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input .ha-mc-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:15px;height:100%;border:1px solid #ced4da;background-color:#e9ecef;color:#495057;text-align:center;white-space:nowrap;font-size:10px}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input .ha-mc-icon-wrapper i{color:#000}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input input{position:relative;display:block;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 20px;min-height:42px;width:1%;height:auto;border:1px solid #ced4da;background-color:#fff;background-clip:padding-box;color:#495057;font-weight:400;font-size:1rem;line-height:1.5;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.after .ha-mc-icon-wrapper{border-radius:0 5px 5px 0}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.after input,.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.before .ha-mc-icon-wrapper{margin-right:-1px;border-radius:5px 0 0 5px}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.before input{border-radius:0 5px 5px 0}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button{position:relative;z-index:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:0;margin-bottom:0;padding:8px 20px;width:100%;border:0 solid #374a5e;border-radius:5px;background-color:#374a5e;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-size:16px;line-height:26px;cursor:pointer;-webkit-transition:all .4s ease;transition:all .4s ease}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button,.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button .ha-mc-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button .ha-mc-icon-wrapper i{margin-right:10px}
|
27 |
@-webkit-keyframes ha-member-lightbox-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha-member-lightbox-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.ha-member>.elementor-widget-container{padding:25px;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-member-figure{position:relative;display:inline-block;margin:0 0 25px!important}.ha-member-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-member.ha-member-hover-image-on .ha-member-figure img:nth-of-type(2){position:absolute;top:0;left:0;z-index:-1;opacity:0}.ha-member.ha-member-hover-image-on .ha-member-figure:hover img:nth-of-type(1){z-index:-1;opacity:0}.ha-member.ha-member-hover-image-on .ha-member-figure:hover img:nth-of-type(2){z-index:2;opacity:1}.ha-member-name{margin-top:0;margin-bottom:10px;color:#151515;font-size:18px}.ha-member-position{margin-bottom:25px;color:#7f7f7f;font-size:14px}.ha-member-bio{margin-bottom:25px;font-size:14px;line-height:1.6}.ha-member-links>a{display:inline-block;color:#9895ad;text-align:center;line-height:1;-webkit-transition:all .2s;transition:all .2s}.ha-member-links>a:focus,.ha-member-links>a:hover{color:#222}.ha-member-links>a>i{width:1em;height:1em}.ha-member-links>a:not(:last-child){margin-right:10px}.ha-member .ha-btn{margin-bottom:15px;cursor:pointer}.ha-member-body .ha-btn:last-child{margin-top:15px;margin-bottom:0}.ha-member-lightbox{position:fixed;top:0;left:0;z-index:-999999;display:none;visibility:hidden;width:0;height:0}.ha-member-lightbox.ha-member-lightbox-show{z-index:999999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;overflow:auto;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.ha-member-lightbox.ha-member-lightbox-show .ha-member-lightbox-close{position:absolute;z-index:99999;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#9ec8f0;font-size:30px;cursor:pointer;-webkit-transition:-webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;transition:transform .3s;-webkit-transition-delay:.5s;transition-delay:.5s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ha-member-lightbox.ha-member-lightbox-show .ha-member-lightbox-inner{width:100%;-webkit-animation-name:ha-member-lightbox-zoomIn;animation-name:ha-member-lightbox-zoomIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
|
28 |
.ha-news-ticker-wrapper{position:relative;overflow:hidden;padding:20px 0;border:1px solid #d2d2d2;border-radius:5px}.ha-news-ticker-wrapper ul.ha-news-ticker-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.ha-news-ticker-wrapper ul.ha-news-ticker-container:focus,.ha-news-ticker-wrapper ul.ha-news-ticker-container:hover{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.ha-news-ticker-wrapper span.ha-news-ticker-sticky-title{position:absolute;top:50%;left:auto;z-index:1;padding:20px;background:#333;color:#fff;font-size:1rem;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-news-ticker-wrapper li.ha-news-ticker-item{margin-right:20px;white-space:nowrap}.ha-news-ticker-wrapper li.ha-news-ticker-item:last-child{margin-right:0}.ha-news-ticker-wrapper .ha-news-ticker-title{margin:0;font-size:1rem;line-height:1}.ha-news-ticker-wrapper li.ha-news-ticker-item a{color:#242424}.ha-news-ticker-wrapper li.ha-news-ticker-item a:hover{color:#e04c8a}
|
29 |
.ha-number-body{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:6px;width:50px;height:50px;border-radius:100%;background-color:#562dd4;color:#fff;text-align:center;font-size:20px}.ha-number-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ha-number-text{position:relative;z-index:1;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
|
assets/css/widgets/comparison-table.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.ha-comparison-table{position:relative}.ha-comparison-table__head
|
1 |
+
.ha-comparison-table{position:relative}.ha-comparison-table__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:0;background-color:#5636d1;color:#fff;vertical-align:middle;font-weight:700;font-size:18px;line-height:20px}.ha-comparison-table__head-column-cell-title-tag{margin:0}.ha-comparison-table__head.table-sticky{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%}.ha-comparison-table__head-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__head-item:first-child{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ha-comparison-table__head-item .ha-comparison-table__head-column-cell-icon{margin:0 10px 0 0}.ha-comparison-table__head-item.icon-right .ha-comparison-table__head-column-cell-icon{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin:0 0 0 10px}.ha-comparison-table__row{margin-bottom:25px}.ha-comparison-table__row-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e7e7e9;background-color:transparent;vertical-align:middle}.ha-comparison-table__row-item:first-child{border-top:0}.ha-comparison-table__row-item:last-child{border-bottom:0}.ha-comparison-table__row-item-cell{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__row-item-cell:first-child{-webkit-box-flex:10;-webkit-flex-grow:10;-ms-flex-positive:10;flex-grow:10}.ha-comparison-table__row-item-cell-title-tag{margin:0;font-weight:var(--e-global-typography-text-font-weight);font-family:var(--e-global-typography-text-font-family),Sans-serif}.ha-comparison-table__row-cell-icon{font-size:20px;line-height:1}.ha-comparison-table__btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:100%}.ha-comparison-table__btns-item{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:15%;text-align:center}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table__btns-item{width:auto}}.ha-comparison-table__btns-item a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:10px 15px;border-radius:5px;background-color:#151515;color:#fff;font-weight:var(--e-global-typography-accent-font-weight);font-family:var(--e-global-typography-accent-font-family),Sans-serif}.ha-comparison-table__btns-item a:hover{background-color:#d6226e}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table .elementor-widget-container{overflow-x:auto}}
|
assets/css/widgets/mailchimp.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.ha-mailchimp-
|
1 |
+
.ha-mailchimp-horizontal .ha-mailchimp-form,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-horizontal .ha-mailchimp-form{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-mailchimp-horizontal .ha-mailchimp-form .ha-mc-input-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-horizontal .ha-mailchimp-form .ha-mc-input-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px;margin-bottom:unset}.ha-mailchimp-horizontal .ha-mailchimp-form .ha-mc-button-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-horizontal .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.ha-mailchimp-vertical .ha-mailchimp-form,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-vertical .ha-mailchimp-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.ha-mailchimp-vertical .ha-mailchimp-form .ha-mc-input-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-vertical .ha-mailchimp-form .ha-mc-input-wrapper{margin-right:unset;margin-bottom:30px}.ha-mailchimp-vertical .ha-mailchimp-form .ha-mc-button-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-vertical .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:unset;-ms-flex-item-align:unset;align-self:unset}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-horizontal .ha-mailchimp-form{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-horizontal .ha-mailchimp-form .ha-mc-input-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px;margin-bottom:unset}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-horizontal .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-vertical .ha-mailchimp-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-vertical .ha-mailchimp-form .ha-mc-input-wrapper{margin-right:unset;margin-bottom:30px}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-vertical .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:unset;-ms-flex-item-align:unset;align-self:unset}.ha-mailchimp-wrapper .ha-mc-response-message{display:none;margin-bottom:10px;padding:10px 15px;border-radius:5px}.ha-mailchimp-wrapper .ha-mc-response-message.error{display:block;border:1px solid #f5c6cb;background-color:#f8d7da;color:#721c24}.ha-mailchimp-wrapper .ha-mc-response-message.success{display:block;border:1px solid #c3e6cb;background-color:#d4edda;color:#155724}.ha-mailchimp-wrapper .ha-mailchimp-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input-label{display:inline-block;margin-bottom:.5rem;color:#000}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input .ha-mc-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:15px;height:100%;border:1px solid #ced4da;background-color:#e9ecef;color:#495057;text-align:center;white-space:nowrap;font-size:10px}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input .ha-mc-icon-wrapper i{color:#000}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input input{position:relative;display:block;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 20px;min-height:42px;width:1%;height:auto;border:1px solid #ced4da;background-color:#fff;background-clip:padding-box;color:#495057;font-weight:400;font-size:1rem;line-height:1.5;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.after .ha-mc-icon-wrapper{border-radius:0 5px 5px 0}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.after input,.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.before .ha-mc-icon-wrapper{margin-right:-1px;border-radius:5px 0 0 5px}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.before input{border-radius:0 5px 5px 0}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button{position:relative;z-index:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:0;margin-bottom:0;padding:8px 20px;width:100%;border:0 solid #374a5e;border-radius:5px;background-color:#374a5e;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-size:16px;line-height:26px;cursor:pointer;-webkit-transition:all .4s ease;transition:all .4s ease}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button,.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button .ha-mc-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button .ha-mc-icon-wrapper i{margin-right:10px}
|
assets/js/happy-addons.js
CHANGED
@@ -771,6 +771,48 @@
|
|
771 |
popup.addClass("ha-ec-popup-removing").removeClass("ha-ec-popup-ready");
|
772 |
}
|
773 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
774 |
}; //Image Accordion
|
775 |
|
776 |
|
@@ -835,93 +877,8 @@
|
|
835 |
}
|
836 |
});
|
837 |
}
|
838 |
-
};
|
839 |
|
840 |
-
var MailChimp = elementorModules.frontend.handlers.Base.extend({
|
841 |
-
onInit: function onInit() {
|
842 |
-
elementorModules.frontend.handlers.Base.prototype.onInit.apply(this, arguments);
|
843 |
-
this.elForm = this.$element.find('.ha-mailchimp-form');
|
844 |
-
this.elMessage = this.$element.find('.ha-mc-response-message');
|
845 |
-
this.successMessage = this.elForm.data('success-message');
|
846 |
-
this.run();
|
847 |
-
},
|
848 |
-
getReadySettings: function getReadySettings() {
|
849 |
-
var settings = {
|
850 |
-
formAlign: this.getElementSettings('form_alignment'),
|
851 |
-
formAlignTablet: this.getElementSettings('form_alignment_tablet') || this.getElementSettings('form_alignment'),
|
852 |
-
formAlignMobile: this.getElementSettings('form_alignment_mobile') || this.getElementSettings('form_alignment_tablet') || this.getElementSettings('form_alignment')
|
853 |
-
};
|
854 |
-
return $.extend({}, settings);
|
855 |
-
},
|
856 |
-
onElementChange: function onElementChange() {
|
857 |
-
this.run();
|
858 |
-
},
|
859 |
-
run: function run() {
|
860 |
-
var settings = this.getReadySettings();
|
861 |
-
var elForm = this.elForm;
|
862 |
-
var elMessage = this.elMessage;
|
863 |
-
var successMessage = this.successMessage;
|
864 |
-
elForm.on('submit', function (e) {
|
865 |
-
e.preventDefault();
|
866 |
-
var data = {
|
867 |
-
action: 'ha_mailchimp_ajax',
|
868 |
-
security: HappyLocalize.nonce,
|
869 |
-
subscriber_info: elForm.serialize(),
|
870 |
-
list_id: elForm.data('list-id'),
|
871 |
-
post_id: elForm.parent().data('post-id'),
|
872 |
-
widget_id: elForm.parent().data('widget-id')
|
873 |
-
};
|
874 |
-
$.ajax({
|
875 |
-
type: 'post',
|
876 |
-
url: HappyLocalize.ajax_url,
|
877 |
-
data: data,
|
878 |
-
success: function success(response) {
|
879 |
-
elForm.trigger('reset');
|
880 |
-
|
881 |
-
if (response.status) {
|
882 |
-
elMessage.removeClass('error');
|
883 |
-
elMessage.addClass('success');
|
884 |
-
elMessage.text(successMessage);
|
885 |
-
} else {
|
886 |
-
elMessage.addClass('error');
|
887 |
-
elMessage.removeClass('success');
|
888 |
-
elMessage.text(response.msg);
|
889 |
-
}
|
890 |
-
},
|
891 |
-
error: function error(_error3) {}
|
892 |
-
});
|
893 |
-
});
|
894 |
-
var mobileWidth = elementorFrontendConfig.breakpoints.sm;
|
895 |
-
var tabletWidth = elementorFrontendConfig.breakpoints.md;
|
896 |
-
|
897 |
-
function responsiveClass() {
|
898 |
-
var windowWidth = $(window).width();
|
899 |
-
|
900 |
-
if (windowWidth > tabletWidth) {
|
901 |
-
elForm.removeClass('vertical');
|
902 |
-
elForm.removeClass('horizontal');
|
903 |
-
elForm.addClass(settings.formAlign);
|
904 |
-
} else if (windowWidth > mobileWidth && windowWidth <= tabletWidth) {
|
905 |
-
elForm.removeClass('vertical');
|
906 |
-
elForm.removeClass('horizontal');
|
907 |
-
elForm.addClass(settings.formAlignTablet);
|
908 |
-
} else if (windowWidth <= mobileWidth) {
|
909 |
-
elForm.removeClass('vertical');
|
910 |
-
elForm.removeClass('horizontal');
|
911 |
-
|
912 |
-
if (elForm.hasClass('multiple_form_fields')) {
|
913 |
-
elForm.addClass('vertical');
|
914 |
-
} else {
|
915 |
-
elForm.addClass(settings.formAlignMobile);
|
916 |
-
}
|
917 |
-
}
|
918 |
-
}
|
919 |
-
|
920 |
-
;
|
921 |
-
responsiveClass();
|
922 |
-
$(window).on('load, resize', responsiveClass);
|
923 |
-
}
|
924 |
-
}); //Team Member
|
925 |
|
926 |
var Team_Member = function Team_Member($scope) {
|
927 |
var btn = $scope.find('.ha-btn');
|
@@ -1054,12 +1011,15 @@
|
|
1054 |
}
|
1055 |
});
|
1056 |
}
|
1057 |
-
});
|
1058 |
-
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
});
|
|
|
|
|
|
|
1063 |
$('body').on('click.onWrapperLink', '[data-ha-element-link]', function () {
|
1064 |
var $wrapper = $(this),
|
1065 |
data = $wrapper.data('ha-element-link'),
|
@@ -1096,6 +1056,7 @@
|
|
1096 |
'ha-data-table.default': DataTable,
|
1097 |
'widget': BackgroundOverlay,
|
1098 |
'ha-event-calendar.default': Event_Calendar,
|
|
|
1099 |
'ha-image-accordion.default': Image_Accordion,
|
1100 |
'ha-content-switcher.default': Content_Switcher,
|
1101 |
'ha-member.default': Team_Member,
|
771 |
popup.addClass("ha-ec-popup-removing").removeClass("ha-ec-popup-ready");
|
772 |
}
|
773 |
});
|
774 |
+
};
|
775 |
+
|
776 |
+
var MailChimp = function MailChimp($scope) {
|
777 |
+
var elForm = $scope.find('.ha-mailchimp-form'),
|
778 |
+
elMessage = $scope.find('.ha-mc-response-message');
|
779 |
+
elForm.on('submit', function (e) {
|
780 |
+
e.preventDefault();
|
781 |
+
var data = {
|
782 |
+
action: 'ha_mailchimp_ajax',
|
783 |
+
security: HappyLocalize.nonce,
|
784 |
+
subscriber_info: elForm.serialize(),
|
785 |
+
list_id: elForm.data('list-id'),
|
786 |
+
post_id: elForm.parent().data('post-id'),
|
787 |
+
widget_id: elForm.parent().data('widget-id')
|
788 |
+
};
|
789 |
+
$.ajax({
|
790 |
+
type: 'post',
|
791 |
+
url: HappyLocalize.ajax_url,
|
792 |
+
data: data,
|
793 |
+
success: function success(response) {
|
794 |
+
elForm.trigger('reset');
|
795 |
+
|
796 |
+
if (response.status) {
|
797 |
+
elMessage.removeClass('error');
|
798 |
+
elMessage.addClass('success');
|
799 |
+
elMessage.text(response.msg);
|
800 |
+
} else {
|
801 |
+
elMessage.addClass('error');
|
802 |
+
elMessage.removeClass('success');
|
803 |
+
elMessage.text(response.msg);
|
804 |
+
}
|
805 |
+
|
806 |
+
var hideMsg = setTimeout(function () {
|
807 |
+
elMessage.removeClass('error');
|
808 |
+
elMessage.removeClass('success');
|
809 |
+
clearTimeout(hideMsg);
|
810 |
+
}, 5000);
|
811 |
+
},
|
812 |
+
error: function error(_error3) {// console.log(error);
|
813 |
+
}
|
814 |
+
});
|
815 |
+
});
|
816 |
}; //Image Accordion
|
817 |
|
818 |
|
877 |
}
|
878 |
});
|
879 |
}
|
880 |
+
}; //Team Member
|
881 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
882 |
|
883 |
var Team_Member = function Team_Member($scope) {
|
884 |
var btn = $scope.find('.ha-btn');
|
1011 |
}
|
1012 |
});
|
1013 |
}
|
1014 |
+
}); // elementorFrontend.hooks.addAction(
|
1015 |
+
// 'frontend/element_ready/ha-mailchimp.default',
|
1016 |
+
// function ($scope) {
|
1017 |
+
// elementorFrontend.elementsHandler.addHandler(MailChimp, {
|
1018 |
+
// $element: $scope,
|
1019 |
+
// });
|
1020 |
+
// }
|
1021 |
+
// );
|
1022 |
+
|
1023 |
$('body').on('click.onWrapperLink', '[data-ha-element-link]', function () {
|
1024 |
var $wrapper = $(this),
|
1025 |
data = $wrapper.data('ha-element-link'),
|
1056 |
'ha-data-table.default': DataTable,
|
1057 |
'widget': BackgroundOverlay,
|
1058 |
'ha-event-calendar.default': Event_Calendar,
|
1059 |
+
'ha-mailchimp.default': MailChimp,
|
1060 |
'ha-image-accordion.default': Image_Accordion,
|
1061 |
'ha-content-switcher.default': Content_Switcher,
|
1062 |
'ha-member.default': Team_Member,
|
assets/js/happy-addons.min.js
CHANGED
@@ -771,6 +771,48 @@
|
|
771 |
popup.addClass("ha-ec-popup-removing").removeClass("ha-ec-popup-ready");
|
772 |
}
|
773 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
774 |
}; //Image Accordion
|
775 |
|
776 |
|
@@ -835,93 +877,8 @@
|
|
835 |
}
|
836 |
});
|
837 |
}
|
838 |
-
};
|
839 |
|
840 |
-
var MailChimp = elementorModules.frontend.handlers.Base.extend({
|
841 |
-
onInit: function onInit() {
|
842 |
-
elementorModules.frontend.handlers.Base.prototype.onInit.apply(this, arguments);
|
843 |
-
this.elForm = this.$element.find('.ha-mailchimp-form');
|
844 |
-
this.elMessage = this.$element.find('.ha-mc-response-message');
|
845 |
-
this.successMessage = this.elForm.data('success-message');
|
846 |
-
this.run();
|
847 |
-
},
|
848 |
-
getReadySettings: function getReadySettings() {
|
849 |
-
var settings = {
|
850 |
-
formAlign: this.getElementSettings('form_alignment'),
|
851 |
-
formAlignTablet: this.getElementSettings('form_alignment_tablet') || this.getElementSettings('form_alignment'),
|
852 |
-
formAlignMobile: this.getElementSettings('form_alignment_mobile') || this.getElementSettings('form_alignment_tablet') || this.getElementSettings('form_alignment')
|
853 |
-
};
|
854 |
-
return $.extend({}, settings);
|
855 |
-
},
|
856 |
-
onElementChange: function onElementChange() {
|
857 |
-
this.run();
|
858 |
-
},
|
859 |
-
run: function run() {
|
860 |
-
var settings = this.getReadySettings();
|
861 |
-
var elForm = this.elForm;
|
862 |
-
var elMessage = this.elMessage;
|
863 |
-
var successMessage = this.successMessage;
|
864 |
-
elForm.on('submit', function (e) {
|
865 |
-
e.preventDefault();
|
866 |
-
var data = {
|
867 |
-
action: 'ha_mailchimp_ajax',
|
868 |
-
security: HappyLocalize.nonce,
|
869 |
-
subscriber_info: elForm.serialize(),
|
870 |
-
list_id: elForm.data('list-id'),
|
871 |
-
post_id: elForm.parent().data('post-id'),
|
872 |
-
widget_id: elForm.parent().data('widget-id')
|
873 |
-
};
|
874 |
-
$.ajax({
|
875 |
-
type: 'post',
|
876 |
-
url: HappyLocalize.ajax_url,
|
877 |
-
data: data,
|
878 |
-
success: function success(response) {
|
879 |
-
elForm.trigger('reset');
|
880 |
-
|
881 |
-
if (response.status) {
|
882 |
-
elMessage.removeClass('error');
|
883 |
-
elMessage.addClass('success');
|
884 |
-
elMessage.text(successMessage);
|
885 |
-
} else {
|
886 |
-
elMessage.addClass('error');
|
887 |
-
elMessage.removeClass('success');
|
888 |
-
elMessage.text(response.msg);
|
889 |
-
}
|
890 |
-
},
|
891 |
-
error: function error(_error3) {}
|
892 |
-
});
|
893 |
-
});
|
894 |
-
var mobileWidth = elementorFrontendConfig.breakpoints.sm;
|
895 |
-
var tabletWidth = elementorFrontendConfig.breakpoints.md;
|
896 |
-
|
897 |
-
function responsiveClass() {
|
898 |
-
var windowWidth = $(window).width();
|
899 |
-
|
900 |
-
if (windowWidth > tabletWidth) {
|
901 |
-
elForm.removeClass('vertical');
|
902 |
-
elForm.removeClass('horizontal');
|
903 |
-
elForm.addClass(settings.formAlign);
|
904 |
-
} else if (windowWidth > mobileWidth && windowWidth <= tabletWidth) {
|
905 |
-
elForm.removeClass('vertical');
|
906 |
-
elForm.removeClass('horizontal');
|
907 |
-
elForm.addClass(settings.formAlignTablet);
|
908 |
-
} else if (windowWidth <= mobileWidth) {
|
909 |
-
elForm.removeClass('vertical');
|
910 |
-
elForm.removeClass('horizontal');
|
911 |
-
|
912 |
-
if (elForm.hasClass('multiple_form_fields')) {
|
913 |
-
elForm.addClass('vertical');
|
914 |
-
} else {
|
915 |
-
elForm.addClass(settings.formAlignMobile);
|
916 |
-
}
|
917 |
-
}
|
918 |
-
}
|
919 |
-
|
920 |
-
;
|
921 |
-
responsiveClass();
|
922 |
-
$(window).on('load, resize', responsiveClass);
|
923 |
-
}
|
924 |
-
}); //Team Member
|
925 |
|
926 |
var Team_Member = function Team_Member($scope) {
|
927 |
var btn = $scope.find('.ha-btn');
|
@@ -1054,12 +1011,15 @@
|
|
1054 |
}
|
1055 |
});
|
1056 |
}
|
1057 |
-
});
|
1058 |
-
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
});
|
|
|
|
|
|
|
1063 |
$('body').on('click.onWrapperLink', '[data-ha-element-link]', function () {
|
1064 |
var $wrapper = $(this),
|
1065 |
data = $wrapper.data('ha-element-link'),
|
@@ -1096,6 +1056,7 @@
|
|
1096 |
'ha-data-table.default': DataTable,
|
1097 |
'widget': BackgroundOverlay,
|
1098 |
'ha-event-calendar.default': Event_Calendar,
|
|
|
1099 |
'ha-image-accordion.default': Image_Accordion,
|
1100 |
'ha-content-switcher.default': Content_Switcher,
|
1101 |
'ha-member.default': Team_Member,
|
771 |
popup.addClass("ha-ec-popup-removing").removeClass("ha-ec-popup-ready");
|
772 |
}
|
773 |
});
|
774 |
+
};
|
775 |
+
|
776 |
+
var MailChimp = function MailChimp($scope) {
|
777 |
+
var elForm = $scope.find('.ha-mailchimp-form'),
|
778 |
+
elMessage = $scope.find('.ha-mc-response-message');
|
779 |
+
elForm.on('submit', function (e) {
|
780 |
+
e.preventDefault();
|
781 |
+
var data = {
|
782 |
+
action: 'ha_mailchimp_ajax',
|
783 |
+
security: HappyLocalize.nonce,
|
784 |
+
subscriber_info: elForm.serialize(),
|
785 |
+
list_id: elForm.data('list-id'),
|
786 |
+
post_id: elForm.parent().data('post-id'),
|
787 |
+
widget_id: elForm.parent().data('widget-id')
|
788 |
+
};
|
789 |
+
$.ajax({
|
790 |
+
type: 'post',
|
791 |
+
url: HappyLocalize.ajax_url,
|
792 |
+
data: data,
|
793 |
+
success: function success(response) {
|
794 |
+
elForm.trigger('reset');
|
795 |
+
|
796 |
+
if (response.status) {
|
797 |
+
elMessage.removeClass('error');
|
798 |
+
elMessage.addClass('success');
|
799 |
+
elMessage.text(response.msg);
|
800 |
+
} else {
|
801 |
+
elMessage.addClass('error');
|
802 |
+
elMessage.removeClass('success');
|
803 |
+
elMessage.text(response.msg);
|
804 |
+
}
|
805 |
+
|
806 |
+
var hideMsg = setTimeout(function () {
|
807 |
+
elMessage.removeClass('error');
|
808 |
+
elMessage.removeClass('success');
|
809 |
+
clearTimeout(hideMsg);
|
810 |
+
}, 5000);
|
811 |
+
},
|
812 |
+
error: function error(_error3) {// console.log(error);
|
813 |
+
}
|
814 |
+
});
|
815 |
+
});
|
816 |
}; //Image Accordion
|
817 |
|
818 |
|
877 |
}
|
878 |
});
|
879 |
}
|
880 |
+
}; //Team Member
|
881 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
882 |
|
883 |
var Team_Member = function Team_Member($scope) {
|
884 |
var btn = $scope.find('.ha-btn');
|
1011 |
}
|
1012 |
});
|
1013 |
}
|
1014 |
+
}); // elementorFrontend.hooks.addAction(
|
1015 |
+
// 'frontend/element_ready/ha-mailchimp.default',
|
1016 |
+
// function ($scope) {
|
1017 |
+
// elementorFrontend.elementsHandler.addHandler(MailChimp, {
|
1018 |
+
// $element: $scope,
|
1019 |
+
// });
|
1020 |
+
// }
|
1021 |
+
// );
|
1022 |
+
|
1023 |
$('body').on('click.onWrapperLink', '[data-ha-element-link]', function () {
|
1024 |
var $wrapper = $(this),
|
1025 |
data = $wrapper.data('ha-element-link'),
|
1056 |
'ha-data-table.default': DataTable,
|
1057 |
'widget': BackgroundOverlay,
|
1058 |
'ha-event-calendar.default': Event_Calendar,
|
1059 |
+
'ha-mailchimp.default': MailChimp,
|
1060 |
'ha-image-accordion.default': Image_Accordion,
|
1061 |
'ha-content-switcher.default': Content_Switcher,
|
1062 |
'ha-member.default': Team_Member,
|
changelog.txt
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
= 3.4.3 - 17 February 2022 =
|
2 |
|
3 |
- Tweak: Pdf Viewer Dynamic Link tag support
|
1 |
+
= 3.4.4 - 1 March 2022 =
|
2 |
+
|
3 |
+
- New: Double Opt In support for mailchimp widget.
|
4 |
+
- Tweak: Improve Slider on load behavior
|
5 |
+
- Tweak: Improve Image Carousel on load behavior
|
6 |
+
- Tweak: Comparison Table description field
|
7 |
+
- Tweak: Comparison Table add button style control for individual item
|
8 |
+
|
9 |
= 3.4.3 - 17 February 2022 =
|
10 |
|
11 |
- Tweak: Pdf Viewer Dynamic Link tag support
|
classes/ajax-handler.php
CHANGED
@@ -5,211 +5,220 @@ defined( 'ABSPATH' ) || die();
|
|
5 |
|
6 |
class Ajax_Handler {
|
7 |
|
8 |
-
|
9 |
|
10 |
-
add_action('wp_ajax_ha_twitter_feed_action', [ __CLASS__, 'twitter_feed_ajax' ]);
|
11 |
-
add_action('wp_ajax_nopriv_ha_twitter_feed_action', [ __CLASS__, 'twitter_feed_ajax' ]);
|
12 |
|
13 |
-
add_action('wp_ajax_ha_post_tab_action', [ __CLASS__, 'post_tab' ]);
|
14 |
-
add_action('wp_ajax_nopriv_ha_post_tab_action', [ __CLASS__, 'post_tab' ]);
|
15 |
|
16 |
-
add_action('wp_ajax_ha_mailchimp_ajax', [__CLASS__, 'mailchimp_prepare_ajax']);
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
/**
|
22 |
* Twitter Feed Ajax call
|
23 |
*/
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
|
205 |
/**
|
206 |
* Post Tab Ajax call
|
207 |
*/
|
208 |
-
|
209 |
|
210 |
-
$security = check_ajax_referer('happy_addons_nonce', 'security');
|
211 |
|
212 |
-
if (true == $security) :
|
213 |
$settings = $_POST['post_tab_query'];
|
214 |
$post_type = $settings['post_type'];
|
215 |
$taxonomy = $settings['taxonomy'];
|
@@ -231,47 +240,47 @@ class Ajax_Handler {
|
|
231 |
],
|
232 |
];
|
233 |
|
234 |
-
$posts = get_posts($args);
|
235 |
|
236 |
-
if (count($posts) !== 0) :
|
237 |
-
|
238 |
-
<div class="ha-post-tab-item-wrapper active" data-term="<?php echo esc_attr($term_id); ?>">
|
239 |
-
<?php foreach ($posts as $post) : ?>
|
240 |
<div class="ha-post-tab-item">
|
241 |
<div class="ha-post-tab-item-inner">
|
242 |
-
<?php if (has_post_thumbnail($post->ID)) : ?>
|
243 |
-
<a href="<?php echo esc_url(get_the_permalink($post->ID)); ?>" class="ha-post-tab-thumb">
|
244 |
-
<?php echo get_the_post_thumbnail($post->ID, 'full'); ?>
|
245 |
</a>
|
246 |
<?php endif; ?>
|
247 |
<h2 class="ha-post-tab-title">
|
248 |
-
<a href="<?php echo esc_url(get_the_permalink($post->ID)); ?>"> <?php echo esc_html($post->post_title); ?></a>
|
249 |
</h2>
|
250 |
<div class="ha-post-tab-meta">
|
251 |
<span class="ha-post-tab-meta-author">
|
252 |
<i class="fa fa-user-o"></i>
|
253 |
-
<a href="<?php echo esc_url(get_author_posts_url($post->post_author)); ?>"><?php echo esc_html(get_the_author_meta('display_name', $post->post_author)); ?></a>
|
254 |
</span>
|
255 |
<?php
|
256 |
-
$archive_year = get_the_time('Y', $post->ID);
|
257 |
-
$archive_month = get_the_time('m', $post->ID);
|
258 |
-
$archive_day = get_the_time('d', $post->ID);
|
259 |
?>
|
260 |
<span class="ha-post-tab-meta-date">
|
261 |
<i class="fa fa-calendar-o"></i>
|
262 |
-
<a href="<?php echo esc_url(get_day_link($archive_year, $archive_month, $archive_day)); ?>"><?php echo get_the_date(
|
263 |
</span>
|
264 |
</div>
|
265 |
-
<?php if ('yes' === $excerpt && !empty($post->post_excerpt)) : ?>
|
266 |
<div class="ha-post-tab-excerpt">
|
267 |
-
<p><?php echo esc_html($post->post_excerpt); ?></p>
|
268 |
</div>
|
269 |
<?php endif; ?>
|
270 |
</div>
|
271 |
</div>
|
272 |
<?php endforeach; ?>
|
273 |
</div>
|
274 |
-
|
275 |
|
276 |
endif;
|
277 |
endif;
|
@@ -283,22 +292,24 @@ class Ajax_Handler {
|
|
283 |
*/
|
284 |
public static function mailchimp_prepare_ajax() {
|
285 |
|
286 |
-
|
287 |
|
288 |
-
|
|
|
|
|
289 |
|
290 |
-
|
291 |
|
292 |
-
if(!class_exists('Happy_Addons\Elementor\Widget\Mailchimp\
|
293 |
include_once HAPPY_ADDONS_DIR_PATH . 'widgets/mailchimp/mailchimp-api.php';
|
294 |
}
|
295 |
|
296 |
-
|
297 |
|
298 |
-
|
299 |
|
300 |
-
|
301 |
-
|
302 |
}
|
303 |
|
304 |
Ajax_Handler::init();
|
5 |
|
6 |
class Ajax_Handler {
|
7 |
|
8 |
+
public static function init() {
|
9 |
|
10 |
+
add_action( 'wp_ajax_ha_twitter_feed_action', [ __CLASS__, 'twitter_feed_ajax' ] );
|
11 |
+
add_action( 'wp_ajax_nopriv_ha_twitter_feed_action', [ __CLASS__, 'twitter_feed_ajax' ] );
|
12 |
|
13 |
+
add_action( 'wp_ajax_ha_post_tab_action', [ __CLASS__, 'post_tab' ] );
|
14 |
+
add_action( 'wp_ajax_nopriv_ha_post_tab_action', [ __CLASS__, 'post_tab' ] );
|
15 |
|
16 |
+
add_action( 'wp_ajax_ha_mailchimp_ajax', [__CLASS__, 'mailchimp_prepare_ajax'] );
|
17 |
+
add_action( 'wp_ajax_nopriv_ha_mailchimp_ajax', [__CLASS__, 'mailchimp_prepare_ajax'] );
|
18 |
|
19 |
+
}
|
20 |
|
21 |
/**
|
22 |
* Twitter Feed Ajax call
|
23 |
*/
|
24 |
+
public static function twitter_feed_ajax() {
|
25 |
+
|
26 |
+
$security = check_ajax_referer( 'happy_addons_nonce', 'security' );
|
27 |
+
|
28 |
+
if ( true == $security && isset( $_POST['query_settings'] ) ) :
|
29 |
+
$settings = $_POST['query_settings'];
|
30 |
+
$loaded_item = $_POST['loaded_item'];
|
31 |
+
|
32 |
+
$user_name = trim( $settings['user_name'] );
|
33 |
+
$ha_tweets_cash = '_' . $settings['id'] . '_tweet_cash';
|
34 |
+
|
35 |
+
$transient_key = $user_name . $ha_tweets_cash;
|
36 |
+
$twitter_data = get_transient( $transient_key );
|
37 |
+
$credentials = $settings['credentials'];
|
38 |
+
|
39 |
+
$auth_response = wp_remote_post(
|
40 |
+
'https://api.twitter.com/oauth2/token',
|
41 |
+
[
|
42 |
+
'method' => 'POST',
|
43 |
+
'httpversion' => '1.1',
|
44 |
+
'blocking' => true,
|
45 |
+
'headers' => [
|
46 |
+
'Authorization' => 'Basic ' . $credentials,
|
47 |
+
'Content-Type' => 'application/x-www-form-urlencoded;charset=UTF-8',
|
48 |
+
],
|
49 |
+
'body' => ['grant_type' => 'client_credentials'],
|
50 |
+
]
|
51 |
+
);
|
52 |
+
|
53 |
+
$body = json_decode( wp_remote_retrieve_body( $auth_response ) );
|
54 |
+
|
55 |
+
if ( ! empty( $body ) ) {
|
56 |
+
$token = $body->access_token;
|
57 |
+
$tweets_response = wp_remote_get(
|
58 |
+
'https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=' . $settings['user_name'] . '&count=999&tweet_mode=extended',
|
59 |
+
[
|
60 |
+
'httpversion' => '1.1',
|
61 |
+
'blocking' => true,
|
62 |
+
'headers' => ['Authorization' => "Bearer $token"],
|
63 |
+
]
|
64 |
+
);
|
65 |
+
|
66 |
+
if ( ! is_wp_error( $tweets_response ) ) {
|
67 |
+
$twitter_data = json_decode( wp_remote_retrieve_body( $tweets_response ), true );
|
68 |
+
set_transient( $transient_key, $twitter_data, 0 );
|
69 |
+
}
|
70 |
+
}
|
71 |
+
if ( 'yes' == $settings['remove_cache'] ) {
|
72 |
+
delete_transient( $transient_key );
|
73 |
+
}
|
74 |
+
|
75 |
+
switch ( $settings['sort_by'] ) {
|
76 |
+
case 'old-posts':
|
77 |
+
usort(
|
78 |
+
$twitter_data,
|
79 |
+
function ( $a, $b ) {
|
80 |
+
if ( $a['created_at'] == $b['created_at'] ) {
|
81 |
+
return 0;
|
82 |
+
}
|
83 |
+
|
84 |
+
return ( $a['created_at'] < $b['created_at'] ) ? -1 : 1;
|
85 |
+
}
|
86 |
+
);
|
87 |
+
break;
|
88 |
+
case 'favorite_count':
|
89 |
+
usort(
|
90 |
+
$twitter_data,
|
91 |
+
function ( $a, $b ) {
|
92 |
+
if ( $a['favorite_count'] == $b['favorite_count'] ) {
|
93 |
+
return 0;
|
94 |
+
}
|
95 |
+
|
96 |
+
return ( $a['favorite_count'] > $b['favorite_count'] ) ? -1 : 1;
|
97 |
+
}
|
98 |
+
);
|
99 |
+
break;
|
100 |
+
case 'retweet_count':
|
101 |
+
usort(
|
102 |
+
$twitter_data,
|
103 |
+
function ( $a, $b ) {
|
104 |
+
if ( $a['retweet_count'] == $b['retweet_count'] ) {
|
105 |
+
return 0;
|
106 |
+
}
|
107 |
+
|
108 |
+
return ( $a['retweet_count'] > $b['retweet_count'] ) ? -1 : 1;
|
109 |
+
}
|
110 |
+
);
|
111 |
+
break;
|
112 |
+
default:
|
113 |
+
$twitter_data;
|
114 |
+
}
|
115 |
+
|
116 |
+
$items = array_splice( $twitter_data, $loaded_item, $settings['tweets_limit'] );
|
117 |
+
|
118 |
+
foreach ( $items as $item ) :
|
119 |
+
if ( ! empty( $item['entities']['urls'] ) ) {
|
120 |
+
$content = str_replace( $item['entities']['urls'][0]['url'], '', $item['full_text'] );
|
121 |
+
} else {
|
122 |
+
$content = $item['full_text'];
|
123 |
+
}
|
124 |
+
|
125 |
+
$description = explode( ' ', $content );
|
126 |
+
if ( ! empty( $settings['content_word_count'] ) && count( $description ) > $settings['content_word_count'] ) {
|
127 |
+
$description_shorten = array_slice( $description, 0, $settings['content_word_count'] );
|
128 |
+
$description = implode( ' ', $description_shorten ) . '...';
|
129 |
+
} else {
|
130 |
+
$description = $content;
|
131 |
+
}
|
132 |
+
?>
|
133 |
+
<div class="ha-tweet-item">
|
134 |
+
|
135 |
+
<?php if ( 'yes' == $settings['show_twitter_logo'] ) : ?>
|
136 |
+
<div class="ha-tweeter-feed-icon">
|
137 |
+
<i class="fa fa-twitter"></i>
|
138 |
+
</div>
|
139 |
+
<?php endif; ?>
|
140 |
+
|
141 |
+
<div class="ha-tweet-inner-wrapper">
|
142 |
+
|
143 |
+
<div class="ha-tweet-author">
|
144 |
+
<?php if ( 'yes' == $settings['show_user_image'] ) : ?>
|
145 |
+
<a href="<?php echo esc_url( 'https://twitter.com/' . $user_name ); ?>">
|
146 |
+
<img src="<?php echo esc_url( $item['user']['profile_image_url_https'] ); ?>" alt="<?php echo esc_attr( $item['user']['name'] ); ?>" class="ha-tweet-avatar">
|
147 |
+
</a>
|
148 |
+
<?php endif; ?>
|
149 |
+
|
150 |
+
<div class="ha-tweet-user">
|
151 |
+
<?php if ( 'yes' == $settings['show_name'] ) : ?>
|
152 |
+
<a href="<?php echo esc_url( 'https://twitter.com/' . $user_name ); ?>" class="ha-tweet-author-name">
|
153 |
+
<?php echo esc_html( $item['user']['name'] ); ?>
|
154 |
+
</a>
|
155 |
+
<?php endif; ?>
|
156 |
+
|
157 |
+
<?php if ( 'yes' == $settings['show_user_name'] ) : ?>
|
158 |
+
<a href="<?php echo esc_url( 'https://twitter.com/' . $user_name ); ?>" class="ha-tweet-username">
|
159 |
+
<?php echo esc_html( $settings['user_name'] ); ?>
|
160 |
+
</a>
|
161 |
+
<?php endif; ?>
|
162 |
+
</div>
|
163 |
+
</div>
|
164 |
+
|
165 |
+
<div class="ha-tweet-content">
|
166 |
+
<p>
|
167 |
+
<?php echo esc_html( $description ); ?>
|
168 |
+
|
169 |
+
<?php if ( 'yes' == $settings['read_more'] ) : ?>
|
170 |
+
<a href="<?php echo esc_url( '//twitter.com/' . $item['user']['screen_name'] . '/status/' . $item['id'] ); ?>" target="_blank">
|
171 |
+
<?php echo esc_html( $settings['read_more_text'] ); ?>
|
172 |
+
</a>
|
173 |
+
<?php endif; ?>
|
174 |
+
</p>
|
175 |
+
|
176 |
+
<?php if ( 'yes' == $settings['show_date'] ) : ?>
|
177 |
+
<div class="ha-tweet-date">
|
178 |
+
<?php echo esc_html( date( 'M d Y', strtotime( $item['created_at'] ) ) ); ?>
|
179 |
+
</div>
|
180 |
+
<?php endif; ?>
|
181 |
+
</div>
|
182 |
+
|
183 |
+
</div>
|
184 |
+
|
185 |
+
<?php if ( 'yes' == $settings['show_favorite'] || 'yes' == $settings['show_retweet'] ) : ?>
|
186 |
+
<div class="ha-tweet-footer-wrapper">
|
187 |
+
<div class="ha-tweet-footer">
|
188 |
+
|
189 |
+
<?php if ( 'yes' == $settings['show_favorite'] ) : ?>
|
190 |
+
<div class="ha-tweet-favorite">
|
191 |
+
<?php echo esc_html( $item['favorite_count'] ); ?>
|
192 |
+
<i class="fa fa-heart-o"></i>
|
193 |
+
</div>
|
194 |
+
<?php endif; ?>
|
195 |
+
|
196 |
+
<?php if ( 'yes' == $settings['show_retweet'] ) : ?>
|
197 |
+
<div class="ha-tweet-retweet">
|
198 |
+
<?php echo esc_html( $item['retweet_count'] ); ?>
|
199 |
+
<i class="fa fa-retweet"></i>
|
200 |
+
</div>
|
201 |
+
<?php endif; ?>
|
202 |
+
|
203 |
+
</div>
|
204 |
+
</div>
|
205 |
+
<?php endif; ?>
|
206 |
+
|
207 |
+
</div>
|
208 |
+
<?php
|
209 |
+
endforeach;
|
210 |
+
endif;
|
211 |
+
wp_die();
|
212 |
+
}
|
213 |
|
214 |
/**
|
215 |
* Post Tab Ajax call
|
216 |
*/
|
217 |
+
public static function post_tab() {
|
218 |
|
219 |
+
$security = check_ajax_referer( 'happy_addons_nonce', 'security' );
|
220 |
|
221 |
+
if ( true == $security ) :
|
222 |
$settings = $_POST['post_tab_query'];
|
223 |
$post_type = $settings['post_type'];
|
224 |
$taxonomy = $settings['taxonomy'];
|
240 |
],
|
241 |
];
|
242 |
|
243 |
+
$posts = get_posts( $args );
|
244 |
|
245 |
+
if ( count( $posts ) !== 0 ) :
|
246 |
+
?>
|
247 |
+
<div class="ha-post-tab-item-wrapper active" data-term="<?php echo esc_attr( $term_id ); ?>">
|
248 |
+
<?php foreach ( $posts as $post ) : ?>
|
249 |
<div class="ha-post-tab-item">
|
250 |
<div class="ha-post-tab-item-inner">
|
251 |
+
<?php if ( has_post_thumbnail( $post->ID ) ) : ?>
|
252 |
+
<a href="<?php echo esc_url( get_the_permalink( $post->ID ) ); ?>" class="ha-post-tab-thumb">
|
253 |
+
<?php echo get_the_post_thumbnail( $post->ID, 'full' ); ?>
|
254 |
</a>
|
255 |
<?php endif; ?>
|
256 |
<h2 class="ha-post-tab-title">
|
257 |
+
<a href="<?php echo esc_url( get_the_permalink( $post->ID ) ); ?>"> <?php echo esc_html( $post->post_title ); ?></a>
|
258 |
</h2>
|
259 |
<div class="ha-post-tab-meta">
|
260 |
<span class="ha-post-tab-meta-author">
|
261 |
<i class="fa fa-user-o"></i>
|
262 |
+
<a href="<?php echo esc_url( get_author_posts_url( $post->post_author ) ); ?>"><?php echo esc_html( get_the_author_meta( 'display_name', $post->post_author ) ); ?></a>
|
263 |
</span>
|
264 |
<?php
|
265 |
+
$archive_year = get_the_time( 'Y', $post->ID );
|
266 |
+
$archive_month = get_the_time( 'm', $post->ID );
|
267 |
+
$archive_day = get_the_time( 'd', $post->ID );
|
268 |
?>
|
269 |
<span class="ha-post-tab-meta-date">
|
270 |
<i class="fa fa-calendar-o"></i>
|
271 |
+
<a href="<?php echo esc_url( get_day_link( $archive_year, $archive_month, $archive_day ) ); ?>"><?php echo get_the_date( 'M d, Y', $post->ID ); ?></a>
|
272 |
</span>
|
273 |
</div>
|
274 |
+
<?php if ( 'yes' === $excerpt && ! empty( $post->post_excerpt ) ) : ?>
|
275 |
<div class="ha-post-tab-excerpt">
|
276 |
+
<p><?php echo esc_html( $post->post_excerpt ); ?></p>
|
277 |
</div>
|
278 |
<?php endif; ?>
|
279 |
</div>
|
280 |
</div>
|
281 |
<?php endforeach; ?>
|
282 |
</div>
|
283 |
+
<?php
|
284 |
|
285 |
endif;
|
286 |
endif;
|
292 |
*/
|
293 |
public static function mailchimp_prepare_ajax() {
|
294 |
|
295 |
+
$security = check_ajax_referer( 'happy_addons_nonce', 'security' );
|
296 |
|
297 |
+
if ( ! $security ) {
|
298 |
+
return;
|
299 |
+
}
|
300 |
|
301 |
+
parse_str( isset( $_POST['subscriber_info'] ) ? $_POST['subscriber_info'] : '', $subsciber );
|
302 |
|
303 |
+
if ( ! class_exists( 'Happy_Addons\Elementor\Widget\Mailchimp\Mailchimp_Api' ) ) {
|
304 |
include_once HAPPY_ADDONS_DIR_PATH . 'widgets/mailchimp/mailchimp-api.php';
|
305 |
}
|
306 |
|
307 |
+
$response = Widget\Mailchimp\Mailchimp_Api::insert_subscriber_to_mailchimp( $subsciber );
|
308 |
|
309 |
+
echo wp_send_json( $response );
|
310 |
|
311 |
+
wp_die();
|
312 |
+
}
|
313 |
}
|
314 |
|
315 |
Ajax_Handler::init();
|
classes/assets-manager.php
CHANGED
@@ -485,10 +485,19 @@ class Assets_Manager {
|
|
485 |
}
|
486 |
|
487 |
$data = '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
488 |
.elementor-add-new-section .elementor-add-ha-button {
|
489 |
background-color: #5636d1;
|
490 |
margin-left: 5px;
|
491 |
-
font-size:
|
492 |
}
|
493 |
';
|
494 |
wp_add_inline_style('happy-elementor-addons', $data);
|
485 |
}
|
486 |
|
487 |
$data = '
|
488 |
+
.elementor-add-new-section{
|
489 |
+
display: inline-flex !important;
|
490 |
+
flex-wrap: wrap;
|
491 |
+
align-items: center;
|
492 |
+
justify-content: center;
|
493 |
+
}
|
494 |
+
.elementor-add-section-drag-title{
|
495 |
+
flex-basis: 100%;
|
496 |
+
}
|
497 |
.elementor-add-new-section .elementor-add-ha-button {
|
498 |
background-color: #5636d1;
|
499 |
margin-left: 5px;
|
500 |
+
font-size: 20px;
|
501 |
}
|
502 |
';
|
503 |
wp_add_inline_style('happy-elementor-addons', $data);
|
classes/select2-handler.php
CHANGED
@@ -155,11 +155,11 @@ class Select2_Handler {
|
|
155 |
$current_api = $custom_api;
|
156 |
}
|
157 |
|
158 |
-
if(!class_exists('Happy_Addons\Elementor\Widget\Mailchimp\
|
159 |
include_once HAPPY_ADDONS_DIR_PATH . 'widgets/mailchimp/mailchimp-api.php';
|
160 |
}
|
161 |
|
162 |
-
$options = Widget\Mailchimp\
|
163 |
|
164 |
if ( $saved_values ){
|
165 |
return (array_key_exists($saved_values[0], $options)? [ $saved_values[0] => $options[ $saved_values[0] ] ]: [] );
|
155 |
$current_api = $custom_api;
|
156 |
}
|
157 |
|
158 |
+
if(!class_exists('Happy_Addons\Elementor\Widget\Mailchimp\Mailchimp_Api')) {
|
159 |
include_once HAPPY_ADDONS_DIR_PATH . 'widgets/mailchimp/mailchimp-api.php';
|
160 |
}
|
161 |
|
162 |
+
$options = Widget\Mailchimp\Mailchimp_Api::get_mailchimp_lists($current_api);
|
163 |
|
164 |
if ( $saved_values ){
|
165 |
return (array_key_exists($saved_values[0], $options)? [ $saved_values[0] => $options[ $saved_values[0] ] ]: [] );
|
i18n/happy-elementor-addons.pot
CHANGED
@@ -6,7 +6,11 @@ msgstr ""
|
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
9 |
"Language-Team: HappyMonster <happyaddons@gmail.com>\n"
|
|
|
|
|
10 |
"X-Poedit-Basepath: ..\n"
|
11 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
12 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -18,37 +22,6 @@ msgstr ""
|
|
18 |
msgid "Happy Addons"
|
19 |
msgstr ""
|
20 |
|
21 |
-
#. translators: 1: Plugin name 2: PHP 3: Required PHP version
|
22 |
-
#. translators: 1: Plugin name 2: Elementor 3: Required Elementor version
|
23 |
-
#: plugin.php:93, plugin.php:138
|
24 |
-
msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
|
25 |
-
msgstr ""
|
26 |
-
|
27 |
-
#: plugin.php:94, plugin.php:121, plugin.php:139, templates/admin/dashboard-main.php:9
|
28 |
-
msgid "Happy Elementor Addons"
|
29 |
-
msgstr ""
|
30 |
-
|
31 |
-
#: plugin.php:95
|
32 |
-
msgid "PHP"
|
33 |
-
msgstr ""
|
34 |
-
|
35 |
-
#: plugin.php:114
|
36 |
-
msgid "Install Elementor"
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: plugin.php:111
|
40 |
-
msgid "Activate Elementor"
|
41 |
-
msgstr ""
|
42 |
-
|
43 |
-
#. translators: 1: Plugin name 2: Elementor 3: Elementor installation link
|
44 |
-
#: plugin.php:120
|
45 |
-
msgid "%1$s requires %2$s to be installed and activated to function properly. %3$s"
|
46 |
-
msgstr ""
|
47 |
-
|
48 |
-
#: plugin.php:122, plugin.php:140, widgets/data-table/widget.php:211
|
49 |
-
msgid "Elementor"
|
50 |
-
msgstr ""
|
51 |
-
|
52 |
#: classes/admin-bar.php:78, templates/admin/dashboard-home.php:115
|
53 |
msgid "HappyAddons"
|
54 |
msgstr ""
|
@@ -1140,11 +1113,11 @@ msgstr ""
|
|
1140 |
msgid "Bottom"
|
1141 |
msgstr ""
|
1142 |
|
1143 |
-
#: extensions/advanced-tooltip.php:116, extensions/advanced-tooltip.php:248, extensions/widgets-extended.php:137, widgets/bar-chart/widget.php:342, widgets/card/widget.php:109, widgets/card/widget.php:239, widgets/card/widget.php:325, widgets/carousel/widget.php:761, widgets/comparison-table/widget.php:271, widgets/comparison-table/widget.php:299, widgets/comparison-table/widget.php:542, widgets/comparison-table/widget.php:650, widgets/content-switcher/widget.php:218, widgets/content-switcher/widget.php:286, widgets/content-switcher/widget.php:1041, widgets/creative-button/widget.php:
|
1144 |
msgid "Left"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
-
#: extensions/advanced-tooltip.php:117, extensions/advanced-tooltip.php:256, extensions/widgets-extended.php:145, extensions/widgets-extended.php:180, widgets/bar-chart/widget.php:344, widgets/card/widget.php:117, widgets/card/widget.php:247, widgets/card/widget.php:333, widgets/carousel/widget.php:769, widgets/comparison-table/widget.php:279, widgets/comparison-table/widget.php:303, widgets/comparison-table/widget.php:550, widgets/comparison-table/widget.php:658, widgets/content-switcher/widget.php:219, widgets/content-switcher/widget.php:294, widgets/content-switcher/widget.php:1049, widgets/creative-button/widget.php:
|
1148 |
msgid "Right"
|
1149 |
msgstr ""
|
1150 |
|
@@ -1196,11 +1169,11 @@ msgstr ""
|
|
1196 |
msgid "Arrow"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: extensions/advanced-tooltip.php:172, widgets/dual-button/widget.php:175, widgets/fun-factor/widget.php:278, widgets/gravityforms/widget.php:102, widgets/mailchimp/widget.php:
|
1200 |
msgid "Show"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: extensions/advanced-tooltip.php:173, widgets/dual-button/widget.php:174, widgets/fun-factor/widget.php:279, widgets/gravityforms/widget.php:103, widgets/justified-gallery/widget.php:253, widgets/mailchimp/widget.php:
|
1204 |
msgid "Hide"
|
1205 |
msgstr ""
|
1206 |
|
@@ -1220,7 +1193,7 @@ msgstr ""
|
|
1220 |
msgid "Click"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: extensions/advanced-tooltip.php:206, extensions/background-overlay.php:128, extensions/css-transform.php:389, widgets/calderaform/widget.php:522, widgets/card/widget.php:632, widgets/card/widget.php:1077, widgets/carousel/widget.php:667, widgets/carousel/widget.php:816, widgets/cf7/widget.php:507, widgets/comparison-table/widget.php:957, widgets/comparison-table/widget.php:1240, widgets/creative-button/widget.php:789, widgets/data-table/widget.php:896, widgets/dual-button/widget.php:581, widgets/dual-button/widget.php:788, widgets/event-calendar/widget.php:1147, widgets/fluent-form/widget.php:579, widgets/gravityforms/widget.php:635, widgets/gravityforms/widget.php:873, widgets/horizontal-timeline/widget.php:759, widgets/icon-box/widget.php:361, widgets/icon-box/widget.php:484, widgets/image-accordion/widget.php:336, widgets/image-accordion/widget.php:667, widgets/image-accordion/widget.php:1076, widgets/image-accordion/widget.php:1325, widgets/image-grid/widget.php:401, widgets/image-grid/widget.php:632, widgets/image-hover-effect/widget.php:343, widgets/image-hover-effect/widget.php:416, widgets/infobox/widget.php:927, widgets/justified-gallery/widget.php:401, widgets/justified-gallery/widget.php:704, widgets/logo-grid/widget.php:551, widgets/mailchimp/widget.php:
|
1224 |
msgid "Hover"
|
1225 |
msgstr ""
|
1226 |
|
@@ -1232,7 +1205,7 @@ msgstr ""
|
|
1232 |
msgid "Text Alignment"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
-
#: extensions/advanced-tooltip.php:252, extensions/widgets-extended.php:141, extensions/widgets-extended.php:176, widgets/card/widget.php:243, widgets/card/widget.php:329, widgets/carousel/widget.php:765, widgets/comparison-table/widget.php:275, widgets/comparison-table/widget.php:546, widgets/comparison-table/widget.php:654, widgets/content-switcher/widget.php:290, widgets/content-switcher/widget.php:1045, widgets/creative-button/widget.php:
|
1236 |
msgid "Center"
|
1237 |
msgstr ""
|
1238 |
|
@@ -1240,7 +1213,7 @@ msgstr ""
|
|
1240 |
msgid "Styles"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: extensions/advanced-tooltip.php:283, extensions/widgets-extended.php:109, widgets/card/widget.php:439, widgets/cf7/widget.php:137, widgets/comparison-table/widget.php:1048, widgets/event-calendar/widget.php:1310, widgets/event-calendar/widget.php:1387, widgets/fun-factor/widget.php:394, widgets/fun-factor/widget.php:767, widgets/horizontal-timeline/widget.php:912, widgets/image-hover-effect/widget.php:219, widgets/infobox/widget.php:486, widgets/mailchimp/widget.php:
|
1244 |
msgid "Width"
|
1245 |
msgstr ""
|
1246 |
|
@@ -1248,11 +1221,11 @@ msgstr ""
|
|
1248 |
msgid "Tooltip Arrow Size (px)"
|
1249 |
msgstr ""
|
1250 |
|
1251 |
-
#: extensions/advanced-tooltip.php:360, widgets/content-switcher/widget.php:932, widgets/content-switcher/widget.php:1028, widgets/event-calendar/widget.php:381, widgets/event-calendar/widget.php:801, widgets/event-calendar/widget.php:909, widgets/event-calendar/widget.php:1003, widgets/event-calendar/widget.php:1123, widgets/event-calendar/widget.php:1166, widgets/event-calendar/widget.php:1260, widgets/event-calendar/widget.php:1346, widgets/event-calendar/widget.php:1597, widgets/image-accordion/widget.php:1064, widgets/image-accordion/widget.php:1097, widgets/image-hover-effect/widget.php:401, widgets/image-hover-effect/widget.php:425, widgets/mailchimp/widget.php:
|
1252 |
msgid "Background"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
-
#: extensions/advanced-tooltip.php:373, widgets/bar-chart/widget.php:130, widgets/bar-chart/widget.php:1072, widgets/calderaform/widget.php:217, widgets/calderaform/widget.php:256, widgets/calderaform/widget.php:509, widgets/calderaform/widget.php:540, widgets/calendly/widget.php:175, widgets/card/widget.php:806, widgets/card/widget.php:1064, widgets/card/widget.php:1095, widgets/carousel/widget.php:654, widgets/carousel/widget.php:685, widgets/cf7/widget.php:278, widgets/cf7/widget.php:317, widgets/cf7/widget.php:494, widgets/cf7/widget.php:525, widgets/comparison-table/widget.php:1219, widgets/comparison-table/widget.php:1258, widgets/content-switcher/widget.php:492, widgets/content-switcher/widget.php:589, widgets/content-switcher/widget.php:860, widgets/content-switcher/widget.php:891, widgets/creative-button/widget.php:694, widgets/creative-button/widget.php:807, widgets/data-table/widget.php:465, widgets/dual-button/widget.php:568, widgets/dual-button/widget.php:599, widgets/dual-button/widget.php:663, widgets/dual-button/widget.php:775, widgets/dual-button/widget.php:806, widgets/flip-box/widget.php:709, widgets/flip-box/widget.php:1075, widgets/fluent-form/widget.php:233, widgets/fluent-form/widget.php:272, widgets/fluent-form/widget.php:452, widgets/fluent-form/widget.php:566, widgets/fluent-form/widget.php:597, widgets/fun-factor/widget.php:539, widgets/gravityforms/widget.php:286, widgets/gravityforms/widget.php:334, widgets/gravityforms/widget.php:622, widgets/gravityforms/widget.php:654, widgets/gravityforms/widget.php:859, widgets/gravityforms/widget.php:894, widgets/horizontal-timeline/widget.php:613, widgets/horizontal-timeline/widget.php:746, widgets/horizontal-timeline/widget.php:777, widgets/horizontal-timeline/widget.php:890, widgets/icon-box/widget.php:323, widgets/icon-box/widget.php:379, widgets/icon-box/widget.php:603, widgets/image-accordion/widget.php:556, widgets/image-compare/widget.php:496, widgets/image-grid/widget.php:619, widgets/image-grid/widget.php:650, widgets/image-grid/widget.php:695, widgets/image-stack-group/widget.php:521, widgets/infobox/widget.php:659, widgets/infobox/widget.php:897, widgets/infobox/widget.php:945, widgets/justified-gallery/widget.php:349, widgets/justified-gallery/widget.php:515, widgets/justified-gallery/widget.php:691, widgets/justified-gallery/widget.php:722, widgets/justified-gallery/widget.php:767, widgets/logo-grid/widget.php:402, widgets/mailchimp/widget.php:
|
1256 |
msgid "Background Color"
|
1257 |
msgstr ""
|
1258 |
|
@@ -1260,19 +1233,19 @@ msgstr ""
|
|
1260 |
msgid "Text Color"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: extensions/advanced-tooltip.php:406, widgets/content-switcher/widget.php:507, widgets/content-switcher/widget.php:604, widgets/content-switcher/widget.php:752, widgets/content-switcher/widget.php:942, widgets/content-switcher/widget.php:1064, widgets/event-calendar/widget.php:1093, widgets/event-calendar/widget.php:1370, widgets/horizontal-timeline/widget.php:874, widgets/image-accordion/widget.php:527, widgets/image-accordion/widget.php:1021, widgets/image-accordion/widget.php:1212, widgets/image-hover-effect/widget.php:255, widgets/logo-grid/widget.php:236, widgets/mailchimp/widget.php:
|
1264 |
msgid "Border"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: extensions/advanced-tooltip.php:418, widgets/bar-chart/widget.php:1031, widgets/calderaform/widget.php:147, widgets/calderaform/widget.php:460, widgets/card/widget.php:567, widgets/card/widget.php:825, widgets/card/widget.php:1015, widgets/carousel/widget.php:390, widgets/carousel/widget.php:621, widgets/cf7/widget.php:199, widgets/cf7/widget.php:445, widgets/comparison-table/widget.php:746, widgets/comparison-table/widget.php:1170, widgets/content-switcher/widget.php:518, widgets/content-switcher/widget.php:615, widgets/content-switcher/widget.php:763, widgets/content-switcher/widget.php:950, widgets/content-switcher/widget.php:1072, widgets/creative-button/widget.php:
|
1268 |
msgid "Border Radius"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
-
#: extensions/advanced-tooltip.php:433, widgets/bar-chart/widget.php:428, widgets/bar-chart/widget.php:756, widgets/bar-chart/widget.php:1003, widgets/calderaform/widget.php:135, widgets/calderaform/widget.php:295, widgets/calderaform/widget.php:432, widgets/card/widget.php:547, widgets/card/widget.php:783, widgets/card/widget.php:986, widgets/cf7/widget.php:187, widgets/cf7/widget.php:416, widgets/comparison-table/widget.php:734, widgets/comparison-table/widget.php:1181, widgets/content-switcher/widget.php:654, widgets/content-switcher/widget.php:984, widgets/creative-button/widget.php:615, widgets/data-table/widget.php:649, widgets/data-table/widget.php:799, widgets/dual-button/widget.php:405, widgets/dual-button/widget.php:498, widgets/dual-button/widget.php:705, widgets/event-calendar/widget.php:860, widgets/event-calendar/widget.php:1333, widgets/flip-box/widget.php:491, widgets/flip-box/widget.php:642, widgets/flip-box/widget.php:838, widgets/flip-box/widget.php:1008, widgets/fluent-form/widget.php:142, widgets/fluent-form/widget.php:377, widgets/fluent-form/widget.php:488, widgets/fun-factor/widget.php:487, widgets/fun-factor/widget.php:633, widgets/gravityforms/widget.php:185, widgets/gravityforms/widget.php:551, widgets/horizontal-timeline/widget.php:557, widgets/horizontal-timeline/widget.php:849, widgets/icon-box/widget.php:243, widgets/icon-box/widget.php:580, widgets/image-accordion/widget.php:514, widgets/image-accordion/widget.php:843, widgets/image-accordion/widget.php:981, widgets/image-compare/widget.php:392, widgets/image-grid/widget.php:335, widgets/image-grid/widget.php:506, widgets/image-stack-group/widget.php:471, widgets/infobox/widget.php:601, widgets/infobox/widget.php:819, widgets/justified-gallery/widget.php:492, widgets/justified-gallery/widget.php:578, widgets/logo-grid/widget.php:284, widgets/mailchimp/widget.php:
|
1272 |
msgid "Padding"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
-
#: extensions/background-overlay.php:57, extensions/background-overlay.php:106, extensions/css-transform.php:51, inc/functions.php:134, widgets/bar-chart/widget.php:550, widgets/bar-chart/widget.php:572, widgets/bar-chart/widget.php:693, widgets/bar-chart/widget.php:715, widgets/bar-chart/widget.php:827, widgets/bar-chart/widget.php:849, widgets/bar-chart/widget.php:940, widgets/bar-chart/widget.php:962, widgets/bar-chart/widget.php:1145, widgets/bar-chart/widget.php:1167, widgets/bar-chart/widget.php:1246, widgets/bar-chart/widget.php:1268, widgets/calderaform/widget.php:194, widgets/calderaform/widget.php:490, widgets/card/widget.php:598, widgets/card/widget.php:1045, widgets/carousel/widget.php:635, widgets/carousel/widget.php:784, widgets/cf7/widget.php:255, widgets/cf7/widget.php:475, widgets/comparison-table/widget.php:894, widgets/comparison-table/widget.php:1201, widgets/content-switcher/widget.php:458, widgets/content-switcher/widget.php:842, widgets/creative-button/widget.php:676, widgets/data-table/widget.php:822, widgets/dual-button/widget.php:550, widgets/dual-button/widget.php:757, widgets/event-calendar/widget.php:1105, widgets/fluent-form/widget.php:210, widgets/fluent-form/widget.php:547, widgets/gradient-heading/widget.php:204, widgets/gravityforms/widget.php:255, widgets/gravityforms/widget.php:603, widgets/gravityforms/widget.php:839, widgets/horizontal-timeline/widget.php:727, widgets/icon-box/widget.php:305, widgets/icon-box/widget.php:464, widgets/image-accordion/widget.php:635, widgets/image-accordion/widget.php:1043, widgets/image-accordion/widget.php:1242, widgets/image-grid/widget.php:367, widgets/image-grid/widget.php:600, widgets/image-hover-effect/widget.php:308, widgets/image-hover-effect/widget.php:393, widgets/infobox/widget.php:878, widgets/justified-gallery/widget.php:367, widgets/justified-gallery/widget.php:672, widgets/logo-grid/widget.php:517, widgets/mailchimp/widget.php:
|
1276 |
msgid "Normal"
|
1277 |
msgstr ""
|
1278 |
|
@@ -1715,7 +1688,7 @@ msgstr ""
|
|
1715 |
msgid "SW-resize"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: inc/functions.php:122, widgets/card/widget.php:278, widgets/comparison-table/widget.php:381, widgets/creative-button/widget.php:174, widgets/dual-button/widget.php:76, widgets/dual-button/widget.php:188, widgets/dual-button/widget.php:208, widgets/dual-button/widget.php:265, widgets/infobox/widget.php:350, widgets/mailchimp/widget.php:
|
1719 |
msgid "Text"
|
1720 |
msgstr ""
|
1721 |
|
@@ -1783,7 +1756,7 @@ msgstr ""
|
|
1783 |
msgid "Hue"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
-
#: inc/functions.php:146, widgets/bar-chart/widget.php:586, widgets/bar-chart/widget.php:729, widgets/bar-chart/widget.php:863, widgets/bar-chart/widget.php:976, widgets/bar-chart/widget.php:1181, widgets/bar-chart/widget.php:1282, widgets/carousel/widget.php:642, widgets/carousel/widget.php:674, widgets/carousel/widget.php:803, widgets/carousel/widget.php:823, widgets/carousel/widget.php:855, widgets/comparison-table/widget.php:462, widgets/comparison-table/widget.php:795, widgets/comparison-table/widget.php:1124, widgets/content-switcher/widget.php:849, widgets/content-switcher/widget.php:880, widgets/content-switcher/widget.php:1016, widgets/data-table/widget.php:712, widgets/data-table/widget.php:1034, widgets/event-calendar/widget.php:897, widgets/event-calendar/widget.php:954, widgets/event-calendar/widget.php:1035, widgets/event-calendar/widget.php:1112, widgets/event-calendar/widget.php:1154, widgets/event-calendar/widget.php:1245, widgets/event-calendar/widget.php:1462, widgets/event-calendar/widget.php:1513, widgets/event-calendar/widget.php:1547, widgets/event-calendar/widget.php:1586, widgets/event-calendar/widget.php:1674, widgets/event-calendar/widget.php:1729, widgets/event-calendar/widget.php:1763, widgets/flip-box/widget.php:695, widgets/flip-box/widget.php:740, widgets/flip-box/widget.php:791, widgets/flip-box/widget.php:890, widgets/flip-box/widget.php:1061, widgets/flip-box/widget.php:1118, widgets/flip-box/widget.php:1157, widgets/fluent-form/widget.php:430, widgets/fluent-form/widget.php:672, widgets/fluent-form/widget.php:692, widgets/fun-factor/widget.php:664, widgets/fun-factor/widget.php:721, widgets/fun-factor/widget.php:814, widgets/gravityforms/widget.php:730, widgets/gravityforms/widget.php:750, widgets/horizontal-timeline/widget.php:489, widgets/horizontal-timeline/widget.php:537, widgets/horizontal-timeline/widget.php:1011, widgets/horizontal-timeline/widget.php:1053, widgets/horizontal-timeline/widget.php:1083, widgets/icon-box/widget.php:312, widgets/icon-box/widget.php:368, widgets/image-accordion/widget.php:758, widgets/image-accordion/widget.php:883, widgets/image-accordion/widget.php:937, widgets/image-accordion/widget.php:1051, widgets/image-accordion/widget.php:1084, widgets/image-compare/widget.php:264, widgets/image-compare/widget.php:485, widgets/image-stack-group/widget.php:510, widgets/infobox/widget.php:645, widgets/mailchimp/widget.php:
|
1787 |
msgid "Color"
|
1788 |
msgstr ""
|
1789 |
|
@@ -1803,124 +1776,35 @@ msgstr ""
|
|
1803 |
msgid " is missing! Please install and activate "
|
1804 |
msgstr ""
|
1805 |
|
1806 |
-
|
1807 |
-
|
1808 |
-
|
1809 |
-
|
1810 |
-
#: wpml/carousel.php:37
|
1811 |
-
msgid "Carousel: Title"
|
1812 |
-
msgstr ""
|
1813 |
-
|
1814 |
-
#: wpml/carousel.php:39
|
1815 |
-
msgid "Carousel: Subtitle"
|
1816 |
-
msgstr ""
|
1817 |
-
|
1818 |
-
#: wpml/carousel.php:41
|
1819 |
-
msgid "Carousel: Link"
|
1820 |
-
msgstr ""
|
1821 |
-
|
1822 |
-
#: wpml/content-switcher.php:36
|
1823 |
-
msgid "Content Switcher: Title"
|
1824 |
-
msgstr ""
|
1825 |
-
|
1826 |
-
#: wpml/content-switcher.php:38
|
1827 |
-
msgid "Content Switcher: Plain/ HTML Text"
|
1828 |
-
msgstr ""
|
1829 |
-
|
1830 |
-
#: wpml/data-table.php:35
|
1831 |
-
msgid "Data Table: Column Name"
|
1832 |
-
msgstr ""
|
1833 |
-
|
1834 |
-
#: wpml/data-table.php:83
|
1835 |
-
msgid "Data Table: Cell Title"
|
1836 |
-
msgstr ""
|
1837 |
-
|
1838 |
-
#: wpml/data-table.php:85
|
1839 |
-
msgid "Data Table: Cell Link"
|
1840 |
-
msgstr ""
|
1841 |
-
|
1842 |
-
#: wpml/horizontal-timeline.php:37
|
1843 |
-
msgid "Horizontal Timeline: Date"
|
1844 |
-
msgstr ""
|
1845 |
-
|
1846 |
-
#: wpml/horizontal-timeline.php:41
|
1847 |
-
msgid "Horizontal Timeline: Title"
|
1848 |
-
msgstr ""
|
1849 |
-
|
1850 |
-
#: wpml/horizontal-timeline.php:45
|
1851 |
-
msgid "Horizontal Timeline: Subtitle"
|
1852 |
-
msgstr ""
|
1853 |
-
|
1854 |
-
#: wpml/horizontal-timeline.php:49
|
1855 |
-
msgid "Horizontal Timeline: Description"
|
1856 |
-
msgstr ""
|
1857 |
-
|
1858 |
-
#: wpml/image-accordion.php:40
|
1859 |
-
msgid "Image Accordion: Label"
|
1860 |
-
msgstr ""
|
1861 |
-
|
1862 |
-
#: wpml/image-accordion.php:42
|
1863 |
-
msgid "Image Accordion: Title"
|
1864 |
-
msgstr ""
|
1865 |
-
|
1866 |
-
#: wpml/image-accordion.php:44
|
1867 |
-
msgid "Image Accordion: Description"
|
1868 |
-
msgstr ""
|
1869 |
-
|
1870 |
-
#: wpml/image-accordion.php:46
|
1871 |
-
msgid "Image Accordion: Button Label"
|
1872 |
-
msgstr ""
|
1873 |
-
|
1874 |
-
#: wpml/image-accordion.php:48
|
1875 |
-
msgid "Image Accordion: Button URL"
|
1876 |
-
msgstr ""
|
1877 |
-
|
1878 |
-
#: wpml/image-accordion.php:50
|
1879 |
-
msgid "Image Accordion: Link URL"
|
1880 |
-
msgstr ""
|
1881 |
-
|
1882 |
-
#: wpml/image-grid.php:33
|
1883 |
-
msgid "Image Grid: Filter Name"
|
1884 |
-
msgstr ""
|
1885 |
-
|
1886 |
-
#: wpml/justified-gallery.php:33
|
1887 |
-
msgid "Justified Grid: Filter Name"
|
1888 |
-
msgstr ""
|
1889 |
-
|
1890 |
-
#: wpml/logo-grid.php:36
|
1891 |
-
msgid "Logo Grid: Brand Name"
|
1892 |
-
msgstr ""
|
1893 |
-
|
1894 |
-
#: wpml/logo-grid.php:38
|
1895 |
-
msgid "Logo Grid: Link"
|
1896 |
-
msgstr ""
|
1897 |
-
|
1898 |
-
#: wpml/pricing-table.php:33
|
1899 |
-
msgid "Pricing Table: Feature Text"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#:
|
1903 |
-
msgid "
|
1904 |
msgstr ""
|
1905 |
|
1906 |
-
#:
|
1907 |
-
msgid "
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#:
|
1911 |
-
msgid "
|
1912 |
msgstr ""
|
1913 |
|
1914 |
-
#:
|
1915 |
-
msgid "
|
1916 |
msgstr ""
|
1917 |
|
1918 |
-
|
1919 |
-
|
|
|
1920 |
msgstr ""
|
1921 |
|
1922 |
-
#:
|
1923 |
-
msgid "
|
1924 |
msgstr ""
|
1925 |
|
1926 |
#: templates/admin/dashboard-analytics.php:57
|
@@ -2337,7 +2221,7 @@ msgstr ""
|
|
2337 |
msgid "Write multiple label with comma ( , ) separator. Example: January, February, March etc"
|
2338 |
msgstr ""
|
2339 |
|
2340 |
-
#: widgets/bar-chart/widget.php:101, widgets/image-accordion/widget.php:83, widgets/image-accordion/widget.php:862, widgets/image-compare/widget.php:97, widgets/image-compare/widget.php:134, widgets/image-compare/widget.php:384, widgets/mailchimp/widget.php:
|
2341 |
msgid "Label"
|
2342 |
msgstr ""
|
2343 |
|
@@ -2357,7 +2241,7 @@ msgstr ""
|
|
2357 |
msgid "Background Hover Color"
|
2358 |
msgstr ""
|
2359 |
|
2360 |
-
#: widgets/bar-chart/widget.php:146, widgets/bar-chart/widget.php:1083, widgets/calderaform/widget.php:551, widgets/card/widget.php:1106, widgets/carousel/widget.php:696, widgets/cf7/widget.php:536, widgets/creative-button/widget.php:706, widgets/creative-button/widget.php:819, widgets/dual-button/widget.php:610, widgets/dual-button/widget.php:817, widgets/event-calendar/widget.php:813, widgets/event-calendar/widget.php:1134, widgets/event-calendar/widget.php:1178, widgets/fluent-form/widget.php:608, widgets/gravityforms/widget.php:666, widgets/gravityforms/widget.php:908, widgets/horizontal-timeline/widget.php:788, widgets/icon-box/widget.php:390, widgets/image-accordion/widget.php:1107, widgets/image-grid/widget.php:661, widgets/image-grid/widget.php:706, widgets/image-stack-group/widget.php:216, widgets/image-stack-group/widget.php:370, widgets/infobox/widget.php:956, widgets/justified-gallery/widget.php:733, widgets/justified-gallery/widget.php:778, widgets/logo-grid/widget.php:388, widgets/mailchimp/widget.php:
|
2361 |
msgid "Border Color"
|
2362 |
msgstr ""
|
2363 |
|
@@ -2461,7 +2345,7 @@ msgstr ""
|
|
2461 |
msgid "Ease In Bounce"
|
2462 |
msgstr ""
|
2463 |
|
2464 |
-
#: widgets/bar-chart/widget.php:420, widgets/creative-button/widget.php:
|
2465 |
msgid "Common"
|
2466 |
msgstr ""
|
2467 |
|
@@ -2485,7 +2369,7 @@ msgstr ""
|
|
2485 |
msgid "Custom"
|
2486 |
msgstr ""
|
2487 |
|
2488 |
-
#: widgets/bar-chart/widget.php:515, widgets/bar-chart/widget.php:658, widgets/bar-chart/widget.php:792, widgets/bar-chart/widget.php:905, widgets/bar-chart/widget.php:1110, widgets/bar-chart/widget.php:1211, widgets/event-calendar/widget.php:873, widgets/event-calendar/widget.php:929, widgets/event-calendar/widget.php:1218, widgets/mailchimp/widget.php:
|
2489 |
msgid "Font Size"
|
2490 |
msgstr ""
|
2491 |
|
@@ -2537,7 +2421,7 @@ msgstr ""
|
|
2537 |
msgid "Box Width"
|
2538 |
msgstr ""
|
2539 |
|
2540 |
-
#: widgets/bar-chart/widget.php:642, widgets/calderaform/widget.php:160, widgets/card/widget.php:849, widgets/card/widget.php:922, widgets/card/widget.php:964, widgets/carousel/widget.php:471, widgets/carousel/widget.php:513, widgets/cf7/widget.php:220, widgets/cf7/widget.php:371, widgets/comparison-table/widget.php:1161, widgets/creative-button/widget.php:
|
2541 |
msgid "Typography"
|
2542 |
msgstr ""
|
2543 |
|
@@ -2629,7 +2513,7 @@ msgstr ""
|
|
2629 |
msgid "Form Fields Label"
|
2630 |
msgstr ""
|
2631 |
|
2632 |
-
#: widgets/calderaform/widget.php:283, widgets/calderaform/widget.php:420, widgets/cf7/widget.php:404, widgets/content-switcher/widget.php:678, widgets/fluent-form/widget.php:476, widgets/gravityforms/widget.php:363, widgets/gravityforms/widget.php:539, widgets/image-accordion/widget.php:502, widgets/image-accordion/widget.php:746, widgets/image-accordion/widget.php:831, widgets/image-accordion/widget.php:871, widgets/image-accordion/widget.php:924, widgets/image-accordion/widget.php:1137, widgets/image-grid/widget.php:485, widgets/justified-gallery/widget.php:557, widgets/mailchimp/widget.php:
|
2633 |
msgid "Margin"
|
2634 |
msgstr ""
|
2635 |
|
@@ -2661,11 +2545,11 @@ msgstr ""
|
|
2661 |
msgid "Button Full Width?"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: widgets/calderaform/widget.php:381, widgets/carousel/widget.php:212, widgets/carousel/widget.php:242, widgets/carousel/widget.php:255, widgets/carousel/widget.php:269, widgets/content-switcher/widget.php:230, widgets/event-calendar/widget.php:352, widgets/fun-factor/widget.php:232, widgets/fun-factor/widget.php:556, widgets/gravityforms/widget.php:114, widgets/gravityforms/widget.php:471, widgets/horizontal-timeline/widget.php:155, widgets/horizontal-timeline/widget.php:322, widgets/horizontal-timeline/widget.php:334, widgets/horizontal-timeline/widget.php:379, widgets/image-accordion/widget.php:150, widgets/image-accordion/widget.php:192, widgets/image-accordion/widget.php:223, widgets/image-accordion/widget.php:269, widgets/image-accordion/widget.php:442, widgets/image-compare/widget.php:216, widgets/image-hover-effect/widget.php:209, widgets/justified-gallery/widget.php:147, widgets/mailchimp/widget.php:
|
2665 |
msgid "Yes"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
-
#: widgets/calderaform/widget.php:382, widgets/carousel/widget.php:213, widgets/carousel/widget.php:243, widgets/carousel/widget.php:256, widgets/carousel/widget.php:270, widgets/content-switcher/widget.php:231, widgets/event-calendar/widget.php:353, widgets/fun-factor/widget.php:233, widgets/fun-factor/widget.php:555, widgets/gravityforms/widget.php:115, widgets/gravityforms/widget.php:472, widgets/horizontal-timeline/widget.php:156, widgets/horizontal-timeline/widget.php:323, widgets/horizontal-timeline/widget.php:335, widgets/horizontal-timeline/widget.php:380, widgets/image-accordion/widget.php:151, widgets/image-accordion/widget.php:193, widgets/image-accordion/widget.php:224, widgets/image-accordion/widget.php:270, widgets/image-accordion/widget.php:443, widgets/image-compare/widget.php:217, widgets/image-hover-effect/widget.php:210, widgets/justified-gallery/widget.php:148, widgets/mailchimp/widget.php:
|
2669 |
msgid "No"
|
2670 |
msgstr ""
|
2671 |
|
@@ -2801,7 +2685,7 @@ msgstr ""
|
|
2801 |
msgid "H6"
|
2802 |
msgstr ""
|
2803 |
|
2804 |
-
#: widgets/card/widget.php:235, widgets/card/widget.php:321, widgets/carousel/widget.php:756, widgets/comparison-table/widget.php:266, widgets/comparison-table/widget.php:537, widgets/comparison-table/widget.php:646, widgets/content-switcher/widget.php:1037, widgets/creative-button/widget.php:
|
2805 |
msgid "Alignment"
|
2806 |
msgstr ""
|
2807 |
|
@@ -2809,7 +2693,7 @@ msgstr ""
|
|
2809 |
msgid "Justify"
|
2810 |
msgstr ""
|
2811 |
|
2812 |
-
#: widgets/card/widget.php:270, widgets/card/widget.php:978, widgets/content-switcher/widget.php:108, widgets/event-calendar/widget.php:1047, widgets/image-accordion/widget.php:973, widgets/infobox/widget.php:342, widgets/infobox/widget.php:811, widgets/mailchimp/widget.php:
|
2813 |
msgid "Button"
|
2814 |
msgstr ""
|
2815 |
|
@@ -2825,11 +2709,11 @@ msgstr ""
|
|
2825 |
msgid "Stretch"
|
2826 |
msgstr ""
|
2827 |
|
2828 |
-
#: widgets/card/widget.php:362, widgets/comparison-table/widget.php:153, widgets/comparison-table/widget.php:163, widgets/comparison-table/widget.php:385, widgets/comparison-table/widget.php:445, widgets/comparison-table/widget.php:807, widgets/comparison-table/widget.php:1091, widgets/content-switcher/widget.php:206, widgets/creative-button/widget.php:
|
2829 |
msgid "Icon"
|
2830 |
msgstr ""
|
2831 |
|
2832 |
-
#: widgets/card/widget.php:386, widgets/comparison-table/widget.php:295, widgets/content-switcher/widget.php:214, widgets/data-table/widget.php:252, widgets/data-table/widget.php:597, widgets/dual-button/widget.php:127, widgets/dual-button/widget.php:317, widgets/image-accordion/widget.php:121, widgets/infobox/widget.php:404, widgets/mailchimp/widget.php:
|
2833 |
msgid "Icon Position"
|
2834 |
msgstr ""
|
2835 |
|
@@ -2841,7 +2725,7 @@ msgstr ""
|
|
2841 |
msgid "After Text"
|
2842 |
msgstr ""
|
2843 |
|
2844 |
-
#: widgets/card/widget.php:403, widgets/content-switcher/widget.php:397, widgets/dual-button/widget.php:150, widgets/dual-button/widget.php:340, widgets/infobox/widget.php:427, widgets/mailchimp/widget.php:
|
2845 |
msgid "Icon Spacing"
|
2846 |
msgstr ""
|
2847 |
|
@@ -3021,11 +2905,11 @@ msgstr ""
|
|
3021 |
msgid "Navigation :: Arrow"
|
3022 |
msgstr ""
|
3023 |
|
3024 |
-
#: widgets/carousel/widget.php:548, widgets/image-accordion/widget.php:322, widgets/image-compare/widget.php:202, widgets/image-compare/widget.php:417, widgets/mailchimp/widget.php:
|
3025 |
msgid "Vertical"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
-
#: widgets/carousel/widget.php:573, widgets/image-accordion/widget.php:321, widgets/image-compare/widget.php:198, widgets/image-compare/widget.php:440, widgets/mailchimp/widget.php:
|
3029 |
msgid "Horizontal"
|
3030 |
msgstr ""
|
3031 |
|
@@ -3169,7 +3053,7 @@ msgstr ""
|
|
3169 |
msgid "Table Width"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
-
#: widgets/comparison-table/widget.php:827, widgets/data-table/widget.php:744, widgets/event-calendar/widget.php:1567, widgets/event-calendar/widget.php:1653, widgets/flip-box/widget.php:617, widgets/flip-box/widget.php:983, widgets/image-accordion/widget.php:1156, widgets/image-stack-group/widget.php:308, widgets/mailchimp/widget.php:
|
3173 |
msgid "Icon Size"
|
3174 |
msgstr ""
|
3175 |
|
@@ -3321,7 +3205,7 @@ msgstr ""
|
|
3321 |
msgid "Title Color"
|
3322 |
msgstr ""
|
3323 |
|
3324 |
-
#: widgets/content-switcher/widget.php:542, widgets/content-switcher/widget.php:639, widgets/content-switcher/widget.php:787, widgets/content-switcher/widget.php:963, widgets/content-switcher/widget.php:1085, widgets/event-calendar/widget.php:830, widgets/event-calendar/widget.php:1609, widgets/image-accordion/widget.php:548, widgets/image-stack-group/widget.php:424, widgets/image-stack-group/widget.php:533, widgets/mailchimp/widget.php:
|
3325 |
msgid "Box Shadow"
|
3326 |
msgstr ""
|
3327 |
|
@@ -3489,39 +3373,39 @@ msgstr ""
|
|
3489 |
msgid "Roundup"
|
3490 |
msgstr ""
|
3491 |
|
3492 |
-
#: widgets/creative-button/widget.php:
|
3493 |
msgid "Please set an icon for the button."
|
3494 |
msgstr ""
|
3495 |
|
3496 |
-
#: widgets/creative-button/widget.php:
|
3497 |
msgid "Magnetic Effect"
|
3498 |
msgstr ""
|
3499 |
|
3500 |
-
#: widgets/creative-button/widget.php:
|
3501 |
msgid "Threshold"
|
3502 |
msgstr ""
|
3503 |
|
3504 |
-
#: widgets/creative-button/widget.php:
|
3505 |
msgid "Color Tamplate"
|
3506 |
msgstr ""
|
3507 |
|
3508 |
-
#: widgets/creative-button/widget.php:
|
3509 |
msgid "White"
|
3510 |
msgstr ""
|
3511 |
|
3512 |
-
#: widgets/creative-button/widget.php:
|
3513 |
msgid "Off White"
|
3514 |
msgstr ""
|
3515 |
|
3516 |
-
#: widgets/creative-button/widget.php:
|
3517 |
msgid "Black"
|
3518 |
msgstr ""
|
3519 |
|
3520 |
-
#: widgets/creative-button/widget.php:
|
3521 |
msgid "Cranberry"
|
3522 |
msgstr ""
|
3523 |
|
3524 |
-
#: widgets/creative-button/widget.php:
|
3525 |
msgid "Purple"
|
3526 |
msgstr ""
|
3527 |
|
@@ -3897,7 +3781,7 @@ msgstr ""
|
|
3897 |
msgid "Top Bar"
|
3898 |
msgstr ""
|
3899 |
|
3900 |
-
#: widgets/event-calendar/widget.php:980, widgets/event-calendar/widget.php:1431, widgets/event-calendar/widget.php:1482, widgets/event-calendar/widget.php:1696, widgets/
|
3901 |
msgid "Margin Bottom"
|
3902 |
msgstr ""
|
3903 |
|
@@ -4916,12 +4800,12 @@ msgstr ""
|
|
4916 |
msgid "Invalid API key."
|
4917 |
msgstr ""
|
4918 |
|
4919 |
-
#: widgets/mailchimp/mailchimp-api.php:
|
4920 |
msgid "Something went wrong. Try again later."
|
4921 |
msgstr ""
|
4922 |
|
4923 |
-
#: widgets/mailchimp/mailchimp-api.php:
|
4924 |
-
msgid "
|
4925 |
msgstr ""
|
4926 |
|
4927 |
#: widgets/mailchimp/widget.php:81
|
@@ -4972,175 +4856,179 @@ msgstr ""
|
|
4972 |
msgid "Enter tag here to separate your subscribers. Use comma separator to use multiple tags. Example: Tag-1, Tag-2, Tag-3"
|
4973 |
msgstr ""
|
4974 |
|
4975 |
-
#: widgets/mailchimp/widget.php:
|
|
|
|
|
|
|
|
|
4976 |
msgid "Form"
|
4977 |
msgstr ""
|
4978 |
|
4979 |
-
#: widgets/mailchimp/widget.php:
|
4980 |
msgid "Form Alignment"
|
4981 |
msgstr ""
|
4982 |
|
4983 |
-
#: widgets/mailchimp/widget.php:
|
4984 |
msgid "Enable Name?"
|
4985 |
msgstr ""
|
4986 |
|
4987 |
-
#: widgets/mailchimp/widget.php:
|
4988 |
msgid "First Name:"
|
4989 |
msgstr ""
|
4990 |
|
4991 |
-
#: widgets/mailchimp/widget.php:
|
4992 |
msgid "First Name input label"
|
4993 |
msgstr ""
|
4994 |
|
4995 |
-
#: widgets/mailchimp/widget.php:
|
4996 |
msgid "Placeholder"
|
4997 |
msgstr ""
|
4998 |
|
4999 |
-
#: widgets/mailchimp/widget.php:
|
5000 |
msgid "First Name"
|
5001 |
msgstr ""
|
5002 |
|
5003 |
-
#: widgets/mailchimp/widget.php:
|
5004 |
msgid "First Name input placeholder"
|
5005 |
msgstr ""
|
5006 |
|
5007 |
-
#: widgets/mailchimp/widget.php:
|
5008 |
msgid "Enable Icon With Input?"
|
5009 |
msgstr ""
|
5010 |
|
5011 |
-
#: widgets/mailchimp/widget.php:
|
5012 |
msgid "Before Input"
|
5013 |
msgstr ""
|
5014 |
|
5015 |
-
#: widgets/mailchimp/widget.php:
|
5016 |
msgid "After Input"
|
5017 |
msgstr ""
|
5018 |
|
5019 |
-
#: widgets/mailchimp/widget.php:
|
5020 |
msgid "Last Name:"
|
5021 |
msgstr ""
|
5022 |
|
5023 |
-
#: widgets/mailchimp/widget.php:
|
5024 |
msgid "Last Name input label"
|
5025 |
msgstr ""
|
5026 |
|
5027 |
-
#: widgets/mailchimp/widget.php:
|
5028 |
msgid "Last Name"
|
5029 |
msgstr ""
|
5030 |
|
5031 |
-
#: widgets/mailchimp/widget.php:
|
5032 |
msgid "Last Name input placeholder"
|
5033 |
msgstr ""
|
5034 |
|
5035 |
-
#: widgets/mailchimp/widget.php:
|
5036 |
msgid "Enable Phone?"
|
5037 |
msgstr ""
|
5038 |
|
5039 |
-
#: widgets/mailchimp/widget.php:
|
5040 |
msgid "Phone:"
|
5041 |
msgstr ""
|
5042 |
|
5043 |
-
#: widgets/mailchimp/widget.php:
|
5044 |
msgid "Phone input label"
|
5045 |
msgstr ""
|
5046 |
|
5047 |
-
#: widgets/mailchimp/widget.php:
|
5048 |
msgid "Phone"
|
5049 |
msgstr ""
|
5050 |
|
5051 |
-
#: widgets/mailchimp/widget.php:
|
5052 |
msgid "Phone input placeholder"
|
5053 |
msgstr ""
|
5054 |
|
5055 |
-
#: widgets/mailchimp/widget.php:
|
5056 |
msgid "Email:"
|
5057 |
msgstr ""
|
5058 |
|
5059 |
-
#: widgets/mailchimp/widget.php:
|
5060 |
msgid "Email input label"
|
5061 |
msgstr ""
|
5062 |
|
5063 |
-
#: widgets/mailchimp/widget.php:
|
5064 |
msgid "Email"
|
5065 |
msgstr ""
|
5066 |
|
5067 |
-
#: widgets/mailchimp/widget.php:
|
5068 |
msgid "Email input placeholder"
|
5069 |
msgstr ""
|
5070 |
|
5071 |
-
#: widgets/mailchimp/widget.php:
|
5072 |
msgid "Button:"
|
5073 |
msgstr ""
|
5074 |
|
5075 |
-
#: widgets/mailchimp/widget.php:
|
5076 |
msgid "Subscribe"
|
5077 |
msgstr ""
|
5078 |
|
5079 |
-
#: widgets/mailchimp/widget.php:
|
5080 |
msgid "Enable Icon With Button?"
|
5081 |
msgstr ""
|
5082 |
|
5083 |
-
#: widgets/mailchimp/widget.php:
|
5084 |
msgid "Success & Error"
|
5085 |
msgstr ""
|
5086 |
|
5087 |
-
#: widgets/mailchimp/widget.php:
|
5088 |
msgid "Success Message"
|
5089 |
msgstr ""
|
5090 |
|
5091 |
-
#: widgets/mailchimp/widget.php:
|
|
|
|
|
|
|
|
|
5092 |
msgid "Type your success message here"
|
5093 |
msgstr ""
|
5094 |
|
5095 |
-
#: widgets/mailchimp/widget.php:
|
5096 |
msgid "Success Message Show in Editor?"
|
5097 |
msgstr ""
|
5098 |
|
5099 |
-
#: widgets/mailchimp/widget.php:
|
5100 |
msgid "Error Message Show in Editor?"
|
5101 |
msgstr ""
|
5102 |
|
5103 |
-
#: widgets/mailchimp/widget.php:
|
5104 |
msgid "Input"
|
5105 |
msgstr ""
|
5106 |
|
5107 |
-
#: widgets/mailchimp/widget.php:
|
5108 |
msgid "Space Between Input (px)"
|
5109 |
msgstr ""
|
5110 |
|
5111 |
-
#: widgets/mailchimp/widget.php:
|
5112 |
msgid "Use Width"
|
5113 |
msgstr ""
|
5114 |
|
5115 |
-
#: widgets/mailchimp/widget.php:
|
5116 |
-
msgid "Margin Right"
|
5117 |
-
msgstr ""
|
5118 |
-
|
5119 |
-
#: widgets/mailchimp/widget.php:964
|
5120 |
msgid "Placeholder Color"
|
5121 |
msgstr ""
|
5122 |
|
5123 |
-
#: widgets/mailchimp/widget.php:
|
5124 |
msgid "Input Icon"
|
5125 |
msgstr ""
|
5126 |
|
5127 |
-
#: widgets/mailchimp/widget.php:
|
5128 |
msgid "Success & Error Message"
|
5129 |
msgstr ""
|
5130 |
|
5131 |
-
#: widgets/mailchimp/widget.php:
|
5132 |
msgid "Success:"
|
5133 |
msgstr ""
|
5134 |
|
5135 |
-
#: widgets/mailchimp/widget.php:
|
5136 |
msgid "Error:"
|
5137 |
msgstr ""
|
5138 |
|
5139 |
-
#: widgets/mailchimp/widget.php:
|
5140 |
msgid "This is a dummy message for success. This won't show in preview"
|
5141 |
msgstr ""
|
5142 |
|
5143 |
-
#: widgets/mailchimp/widget.php:
|
5144 |
msgid "This is a dummy message for error. This won't show in preview"
|
5145 |
msgstr ""
|
5146 |
|
@@ -5616,6 +5504,10 @@ msgstr ""
|
|
5616 |
msgid "Image Width"
|
5617 |
msgstr ""
|
5618 |
|
|
|
|
|
|
|
|
|
5619 |
#: widgets/post-list/widget.php:949, widgets/threesixty-rotation/widget.php:536
|
5620 |
msgid "Space Top"
|
5621 |
msgstr ""
|
@@ -6637,3 +6529,123 @@ msgstr ""
|
|
6637 |
#: widgets/wpform/widget.php:352
|
6638 |
msgid "Colors"
|
6639 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Content-Transfer-Econdig: 8bit\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Language-Team: HappyMonster <happyaddons@gmail.com>\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Project-Id-Version: Happy Addons\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
msgid "Happy Addons"
|
23 |
msgstr ""
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
#: classes/admin-bar.php:78, templates/admin/dashboard-home.php:115
|
26 |
msgid "HappyAddons"
|
27 |
msgstr ""
|
1113 |
msgid "Bottom"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
+
#: extensions/advanced-tooltip.php:116, extensions/advanced-tooltip.php:248, extensions/widgets-extended.php:137, widgets/bar-chart/widget.php:342, widgets/card/widget.php:109, widgets/card/widget.php:239, widgets/card/widget.php:325, widgets/carousel/widget.php:761, widgets/comparison-table/widget.php:271, widgets/comparison-table/widget.php:299, widgets/comparison-table/widget.php:542, widgets/comparison-table/widget.php:650, widgets/content-switcher/widget.php:218, widgets/content-switcher/widget.php:286, widgets/content-switcher/widget.php:1041, widgets/creative-button/widget.php:261, widgets/data-table/widget.php:228, widgets/data-table/widget.php:256, widgets/data-table/widget.php:571, widgets/data-table/widget.php:601, widgets/dual-button/widget.php:465, widgets/flip-box/widget.php:202, widgets/flip-box/widget.php:362, widgets/fun-factor/widget.php:154, widgets/fun-factor/widget.php:292, widgets/gradient-heading/widget.php:133, widgets/gravityforms/widget.php:514, widgets/horizontal-timeline/widget.php:293, widgets/icon-box/widget.php:176, widgets/image-accordion/widget.php:125, widgets/image-accordion/widget.php:363, widgets/image-accordion/widget.php:390, widgets/image-grid/widget.php:575, widgets/image-stack-group/widget.php:148, widgets/image-stack-group/widget.php:250, widgets/image-stack-group/widget.php:447, widgets/infobox/widget.php:173, widgets/infobox/widget.php:308, widgets/justified-gallery/widget.php:647, widgets/link-hover/widget.php:110, widgets/member/widget.php:288, widgets/news-ticker/widget.php:87, widgets/news-ticker/widget.php:157, widgets/ninjaform/widget.php:389, widgets/number/widget.php:195, widgets/pdf-view/widget.php:247, widgets/post-list/widget.php:225, widgets/post-list/widget.php:472, widgets/post-tab/widget.php:246, widgets/post-tab/widget.php:271, widgets/pricing-table/widget.php:353, widgets/review/widget.php:188, widgets/review/widget.php:243, widgets/slider/widget.php:724, widgets/social-icons/widget.php:420, widgets/social-share/widget.php:487, widgets/step-flow/widget.php:174, widgets/taxonomy-list/widget.php:339, widgets/testimonial/widget.php:93, widgets/threesixty-rotation/widget.php:120, widgets/twitter-feed/widget.php:365, widgets/twitter-feed/widget.php:394, widgets/twitter-feed/widget.php:420, widgets/weform/widget.php:467, widgets/wpform/widget.php:481
|
1117 |
msgid "Left"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
+
#: extensions/advanced-tooltip.php:117, extensions/advanced-tooltip.php:256, extensions/widgets-extended.php:145, extensions/widgets-extended.php:180, widgets/bar-chart/widget.php:344, widgets/card/widget.php:117, widgets/card/widget.php:247, widgets/card/widget.php:333, widgets/carousel/widget.php:769, widgets/comparison-table/widget.php:279, widgets/comparison-table/widget.php:303, widgets/comparison-table/widget.php:550, widgets/comparison-table/widget.php:658, widgets/content-switcher/widget.php:219, widgets/content-switcher/widget.php:294, widgets/content-switcher/widget.php:1049, widgets/creative-button/widget.php:269, widgets/data-table/widget.php:236, widgets/data-table/widget.php:260, widgets/data-table/widget.php:579, widgets/data-table/widget.php:605, widgets/dual-button/widget.php:473, widgets/flip-box/widget.php:210, widgets/flip-box/widget.php:370, widgets/fun-factor/widget.php:162, widgets/fun-factor/widget.php:300, widgets/gradient-heading/widget.php:141, widgets/gravityforms/widget.php:522, widgets/horizontal-timeline/widget.php:301, widgets/icon-box/widget.php:184, widgets/image-accordion/widget.php:126, widgets/image-accordion/widget.php:371, widgets/image-accordion/widget.php:398, widgets/image-grid/widget.php:583, widgets/image-stack-group/widget.php:160, widgets/image-stack-group/widget.php:258, widgets/image-stack-group/widget.php:459, widgets/infobox/widget.php:316, widgets/justified-gallery/widget.php:655, widgets/link-hover/widget.php:118, widgets/member/widget.php:296, widgets/news-ticker/widget.php:91, widgets/news-ticker/widget.php:161, widgets/ninjaform/widget.php:397, widgets/number/widget.php:203, widgets/pdf-view/widget.php:255, widgets/post-list/widget.php:480, widgets/post-tab/widget.php:254, widgets/post-tab/widget.php:279, widgets/pricing-table/widget.php:357, widgets/review/widget.php:196, widgets/review/widget.php:251, widgets/slider/widget.php:732, widgets/social-icons/widget.php:428, widgets/social-share/widget.php:495, widgets/step-flow/widget.php:182, widgets/taxonomy-list/widget.php:347, widgets/testimonial/widget.php:101, widgets/threesixty-rotation/widget.php:128, widgets/twitter-feed/widget.php:373, widgets/twitter-feed/widget.php:402, widgets/twitter-feed/widget.php:428, widgets/weform/widget.php:475, widgets/wpform/widget.php:489
|
1121 |
msgid "Right"
|
1122 |
msgstr ""
|
1123 |
|
1169 |
msgid "Arrow"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: extensions/advanced-tooltip.php:172, widgets/dual-button/widget.php:175, widgets/fun-factor/widget.php:278, widgets/gravityforms/widget.php:102, widgets/mailchimp/widget.php:873, widgets/mailchimp/widget.php:1240, widgets/member/widget.php:502, widgets/member/widget.php:529, widgets/member/widget.php:542, widgets/member/widget.php:699, widgets/post-list/widget.php:209, widgets/post-list/widget.php:267, widgets/post-list/widget.php:299, widgets/post-list/widget.php:311, widgets/post-list/widget.php:323, widgets/post-list/widget.php:354, widgets/post-list/widget.php:385, widgets/post-tab/widget.php:230, widgets/pricing-table/widget.php:335, widgets/pricing-table/widget.php:337
|
1173 |
msgid "Show"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: extensions/advanced-tooltip.php:173, widgets/dual-button/widget.php:174, widgets/fun-factor/widget.php:279, widgets/gravityforms/widget.php:103, widgets/justified-gallery/widget.php:253, widgets/mailchimp/widget.php:874, widgets/mailchimp/widget.php:1241, widgets/member/widget.php:503, widgets/member/widget.php:530, widgets/member/widget.php:543, widgets/member/widget.php:700, widgets/post-list/widget.php:210, widgets/post-list/widget.php:268, widgets/post-list/widget.php:300, widgets/post-list/widget.php:312, widgets/post-list/widget.php:324, widgets/post-list/widget.php:355, widgets/post-list/widget.php:386, widgets/post-tab/widget.php:231, widgets/pricing-table/widget.php:338
|
1177 |
msgid "Hide"
|
1178 |
msgstr ""
|
1179 |
|
1193 |
msgid "Click"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
+
#: extensions/advanced-tooltip.php:206, extensions/background-overlay.php:128, extensions/css-transform.php:389, widgets/calderaform/widget.php:522, widgets/card/widget.php:632, widgets/card/widget.php:1077, widgets/carousel/widget.php:667, widgets/carousel/widget.php:816, widgets/cf7/widget.php:507, widgets/comparison-table/widget.php:957, widgets/comparison-table/widget.php:1240, widgets/creative-button/widget.php:789, widgets/data-table/widget.php:896, widgets/dual-button/widget.php:581, widgets/dual-button/widget.php:788, widgets/event-calendar/widget.php:1147, widgets/fluent-form/widget.php:579, widgets/gravityforms/widget.php:635, widgets/gravityforms/widget.php:873, widgets/horizontal-timeline/widget.php:759, widgets/icon-box/widget.php:361, widgets/icon-box/widget.php:484, widgets/image-accordion/widget.php:336, widgets/image-accordion/widget.php:667, widgets/image-accordion/widget.php:1076, widgets/image-accordion/widget.php:1325, widgets/image-grid/widget.php:401, widgets/image-grid/widget.php:632, widgets/image-hover-effect/widget.php:343, widgets/image-hover-effect/widget.php:416, widgets/infobox/widget.php:927, widgets/justified-gallery/widget.php:401, widgets/justified-gallery/widget.php:704, widgets/logo-grid/widget.php:551, widgets/mailchimp/widget.php:1329, widgets/member/widget.php:160, widgets/member/widget.php:427, widgets/member/widget.php:904, widgets/member/widget.php:1232, widgets/member/widget.php:1393, widgets/news-ticker/widget.php:430, widgets/ninjaform/widget.php:516, widgets/pdf-view/widget.php:520, widgets/post-list/widget.php:732, widgets/post-tab/widget.php:446, widgets/post-tab/widget.php:718, widgets/post-tab/widget.php:778, widgets/pricing-table/widget.php:836, widgets/slider/widget.php:627, widgets/slider/widget.php:779, widgets/social-icons/widget.php:254, widgets/social-icons/widget.php:525, widgets/social-share/widget.php:341, widgets/social-share/widget.php:670, widgets/taxonomy-list/widget.php:596, widgets/threesixty-rotation/widget.php:463, widgets/twitter-feed/widget.php:849, widgets/twitter-feed/widget.php:1235, widgets/weform/widget.php:605, widgets/wpform/widget.php:612
|
1197 |
msgid "Hover"
|
1198 |
msgstr ""
|
1199 |
|
1205 |
msgid "Text Alignment"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: extensions/advanced-tooltip.php:252, extensions/widgets-extended.php:141, extensions/widgets-extended.php:176, widgets/card/widget.php:243, widgets/card/widget.php:329, widgets/carousel/widget.php:765, widgets/comparison-table/widget.php:275, widgets/comparison-table/widget.php:546, widgets/comparison-table/widget.php:654, widgets/content-switcher/widget.php:290, widgets/content-switcher/widget.php:1045, widgets/creative-button/widget.php:265, widgets/data-table/widget.php:232, widgets/data-table/widget.php:575, widgets/dual-button/widget.php:469, widgets/flip-box/widget.php:206, widgets/flip-box/widget.php:366, widgets/fun-factor/widget.php:296, widgets/gradient-heading/widget.php:137, widgets/gravityforms/widget.php:518, widgets/horizontal-timeline/widget.php:297, widgets/icon-box/widget.php:180, widgets/image-accordion/widget.php:367, widgets/image-accordion/widget.php:394, widgets/image-accordion/widget.php:421, widgets/image-grid/widget.php:579, widgets/image-stack-group/widget.php:254, widgets/infobox/widget.php:199, widgets/infobox/widget.php:312, widgets/justified-gallery/widget.php:651, widgets/link-hover/widget.php:114, widgets/member/widget.php:292, widgets/ninjaform/widget.php:393, widgets/number/widget.php:199, widgets/pdf-view/widget.php:251, widgets/post-list/widget.php:476, widgets/post-tab/widget.php:275, widgets/review/widget.php:247, widgets/slider/widget.php:728, widgets/social-icons/widget.php:424, widgets/social-share/widget.php:491, widgets/step-flow/widget.php:178, widgets/taxonomy-list/widget.php:343, widgets/testimonial/widget.php:97, widgets/threesixty-rotation/widget.php:124, widgets/twitter-feed/widget.php:369, widgets/twitter-feed/widget.php:398, widgets/twitter-feed/widget.php:424, widgets/weform/widget.php:471, widgets/wpform/widget.php:485
|
1209 |
msgid "Center"
|
1210 |
msgstr ""
|
1211 |
|
1213 |
msgid "Styles"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: extensions/advanced-tooltip.php:283, extensions/widgets-extended.php:109, widgets/card/widget.php:439, widgets/cf7/widget.php:137, widgets/comparison-table/widget.php:1048, widgets/event-calendar/widget.php:1310, widgets/event-calendar/widget.php:1387, widgets/fun-factor/widget.php:394, widgets/fun-factor/widget.php:767, widgets/horizontal-timeline/widget.php:912, widgets/image-hover-effect/widget.php:219, widgets/infobox/widget.php:486, widgets/mailchimp/widget.php:883, widgets/mailchimp/widget.php:1250, widgets/member/widget.php:755, widgets/pdf-view/widget.php:191, widgets/review/widget.php:567, widgets/step-flow/widget.php:602, widgets/testimonial/widget.php:311, widgets/threesixty-rotation/widget.php:221, widgets/threesixty-rotation/widget.php:378
|
1217 |
msgid "Width"
|
1218 |
msgstr ""
|
1219 |
|
1221 |
msgid "Tooltip Arrow Size (px)"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: extensions/advanced-tooltip.php:360, widgets/content-switcher/widget.php:932, widgets/content-switcher/widget.php:1028, widgets/event-calendar/widget.php:381, widgets/event-calendar/widget.php:801, widgets/event-calendar/widget.php:909, widgets/event-calendar/widget.php:1003, widgets/event-calendar/widget.php:1123, widgets/event-calendar/widget.php:1166, widgets/event-calendar/widget.php:1260, widgets/event-calendar/widget.php:1346, widgets/event-calendar/widget.php:1597, widgets/image-accordion/widget.php:1064, widgets/image-accordion/widget.php:1097, widgets/image-hover-effect/widget.php:401, widgets/image-hover-effect/widget.php:425, widgets/mailchimp/widget.php:811, widgets/mailchimp/widget.php:1051, widgets/mailchimp/widget.php:1316, widgets/mailchimp/widget.php:1350, widgets/news-ticker/widget.php:230, widgets/news-ticker/widget.php:352, widgets/number/widget.php:222, widgets/number/widget.php:250, widgets/pdf-view/widget.php:334, widgets/post-list/widget.php:560, widgets/post-tab/widget.php:435, widgets/post-tab/widget.php:467, widgets/post-tab/widget.php:567, widgets/taxonomy-list/widget.php:424, widgets/threesixty-rotation/widget.php:245, widgets/threesixty-rotation/widget.php:452, widgets/threesixty-rotation/widget.php:482
|
1225 |
msgid "Background"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: extensions/advanced-tooltip.php:373, widgets/bar-chart/widget.php:130, widgets/bar-chart/widget.php:1072, widgets/calderaform/widget.php:217, widgets/calderaform/widget.php:256, widgets/calderaform/widget.php:509, widgets/calderaform/widget.php:540, widgets/calendly/widget.php:175, widgets/card/widget.php:806, widgets/card/widget.php:1064, widgets/card/widget.php:1095, widgets/carousel/widget.php:654, widgets/carousel/widget.php:685, widgets/cf7/widget.php:278, widgets/cf7/widget.php:317, widgets/cf7/widget.php:494, widgets/cf7/widget.php:525, widgets/comparison-table/widget.php:1219, widgets/comparison-table/widget.php:1258, widgets/content-switcher/widget.php:492, widgets/content-switcher/widget.php:589, widgets/content-switcher/widget.php:860, widgets/content-switcher/widget.php:891, widgets/creative-button/widget.php:694, widgets/creative-button/widget.php:807, widgets/data-table/widget.php:465, widgets/dual-button/widget.php:568, widgets/dual-button/widget.php:599, widgets/dual-button/widget.php:663, widgets/dual-button/widget.php:775, widgets/dual-button/widget.php:806, widgets/flip-box/widget.php:709, widgets/flip-box/widget.php:1075, widgets/fluent-form/widget.php:233, widgets/fluent-form/widget.php:272, widgets/fluent-form/widget.php:452, widgets/fluent-form/widget.php:566, widgets/fluent-form/widget.php:597, widgets/fun-factor/widget.php:539, widgets/gravityforms/widget.php:286, widgets/gravityforms/widget.php:334, widgets/gravityforms/widget.php:622, widgets/gravityforms/widget.php:654, widgets/gravityforms/widget.php:859, widgets/gravityforms/widget.php:894, widgets/horizontal-timeline/widget.php:613, widgets/horizontal-timeline/widget.php:746, widgets/horizontal-timeline/widget.php:777, widgets/horizontal-timeline/widget.php:890, widgets/icon-box/widget.php:323, widgets/icon-box/widget.php:379, widgets/icon-box/widget.php:603, widgets/image-accordion/widget.php:556, widgets/image-compare/widget.php:496, widgets/image-grid/widget.php:619, widgets/image-grid/widget.php:650, widgets/image-grid/widget.php:695, widgets/image-stack-group/widget.php:521, widgets/infobox/widget.php:659, widgets/infobox/widget.php:897, widgets/infobox/widget.php:945, widgets/justified-gallery/widget.php:349, widgets/justified-gallery/widget.php:515, widgets/justified-gallery/widget.php:691, widgets/justified-gallery/widget.php:722, widgets/justified-gallery/widget.php:767, widgets/logo-grid/widget.php:402, widgets/mailchimp/widget.php:1548, widgets/mailchimp/widget.php:1585, widgets/member/widget.php:413, widgets/member/widget.php:447, widgets/member/widget.php:850, widgets/member/widget.php:1220, widgets/member/widget.php:1250, widgets/member/widget.php:1380, widgets/member/widget.php:1411, widgets/member/widget.php:1550, widgets/member/widget.php:1581, widgets/ninjaform/widget.php:221, widgets/ninjaform/widget.php:260, widgets/ninjaform/widget.php:503, widgets/ninjaform/widget.php:534, widgets/pdf-view/widget.php:500, widgets/pdf-view/widget.php:538, widgets/pricing-table/widget.php:823, widgets/pricing-table/widget.php:854, widgets/pricing-table/widget.php:918, widgets/review/widget.php:375, widgets/slider/widget.php:614, widgets/slider/widget.php:645, widgets/social-icons/widget.php:225, widgets/social-icons/widget.php:273, widgets/social-icons/widget.php:500, widgets/social-icons/widget.php:545, widgets/social-share/widget.php:312, widgets/social-share/widget.php:362, widgets/social-share/widget.php:647, widgets/social-share/widget.php:688, widgets/step-flow/widget.php:336, widgets/step-flow/widget.php:419, widgets/testimonial/widget.php:256, widgets/twitter-feed/widget.php:1211, widgets/twitter-feed/widget.php:1242, widgets/weform/widget.php:258, widgets/weform/widget.php:297, widgets/weform/widget.php:592, widgets/weform/widget.php:623, widgets/wpform/widget.php:224, widgets/wpform/widget.php:263, widgets/wpform/widget.php:599, widgets/wpform/widget.php:630
|
1229 |
msgid "Background Color"
|
1230 |
msgstr ""
|
1231 |
|
1233 |
msgid "Text Color"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
+
#: extensions/advanced-tooltip.php:406, widgets/content-switcher/widget.php:507, widgets/content-switcher/widget.php:604, widgets/content-switcher/widget.php:752, widgets/content-switcher/widget.php:942, widgets/content-switcher/widget.php:1064, widgets/event-calendar/widget.php:1093, widgets/event-calendar/widget.php:1370, widgets/horizontal-timeline/widget.php:874, widgets/image-accordion/widget.php:527, widgets/image-accordion/widget.php:1021, widgets/image-accordion/widget.php:1212, widgets/image-hover-effect/widget.php:255, widgets/logo-grid/widget.php:236, widgets/mailchimp/widget.php:836, widgets/mailchimp/widget.php:1109, widgets/mailchimp/widget.php:1222, widgets/mailchimp/widget.php:1557, widgets/mailchimp/widget.php:1594, widgets/news-ticker/widget.php:240, widgets/news-ticker/widget.php:362, widgets/number/widget.php:162, widgets/post-list/widget.php:579, widgets/post-list/widget.php:639, widgets/post-list/widget.php:678, widgets/post-list/widget.php:848, widgets/post-tab/widget.php:374, widgets/post-tab/widget.php:489, widgets/post-tab/widget.php:586, widgets/post-tab/widget.php:644, widgets/step-flow/widget.php:297, widgets/step-flow/widget.php:379, widgets/taxonomy-list/widget.php:443, widgets/taxonomy-list/widget.php:503, widgets/taxonomy-list/widget.php:542, widgets/taxonomy-list/widget.php:690, widgets/threesixty-rotation/widget.php:255, widgets/threesixty-rotation/widget.php:398, widgets/threesixty-rotation/widget.php:495
|
1237 |
msgid "Border"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: extensions/advanced-tooltip.php:418, widgets/bar-chart/widget.php:1031, widgets/calderaform/widget.php:147, widgets/calderaform/widget.php:460, widgets/card/widget.php:567, widgets/card/widget.php:825, widgets/card/widget.php:1015, widgets/carousel/widget.php:390, widgets/carousel/widget.php:621, widgets/cf7/widget.php:199, widgets/cf7/widget.php:445, widgets/comparison-table/widget.php:746, widgets/comparison-table/widget.php:1170, widgets/content-switcher/widget.php:518, widgets/content-switcher/widget.php:615, widgets/content-switcher/widget.php:763, widgets/content-switcher/widget.php:950, widgets/content-switcher/widget.php:1072, widgets/creative-button/widget.php:559, widgets/data-table/widget.php:661, widgets/dual-button/widget.php:518, widgets/dual-button/widget.php:725, widgets/event-calendar/widget.php:1193, widgets/event-calendar/widget.php:1357, widgets/event-calendar/widget.php:1410, widgets/flip-box/widget.php:461, widgets/flip-box/widget.php:668, widgets/flip-box/widget.php:1034, widgets/fluent-form/widget.php:154, widgets/fluent-form/widget.php:397, widgets/fluent-form/widget.php:517, widgets/fun-factor/widget.php:508, widgets/fun-factor/widget.php:803, widgets/gravityforms/widget.php:200, widgets/gravityforms/widget.php:580, widgets/horizontal-timeline/widget.php:593, widgets/horizontal-timeline/widget.php:713, widgets/horizontal-timeline/widget.php:818, widgets/horizontal-timeline/widget.php:960, widgets/icon-box/widget.php:280, widgets/icon-box/widget.php:622, widgets/image-accordion/widget.php:535, widgets/image-accordion/widget.php:1029, widgets/image-accordion/widget.php:1220, widgets/image-compare/widget.php:367, widgets/image-compare/widget.php:473, widgets/image-grid/widget.php:348, widgets/image-grid/widget.php:538, widgets/image-hover-effect/widget.php:263, widgets/image-stack-group/widget.php:383, widgets/image-stack-group/widget.php:483, widgets/infobox/widget.php:621, widgets/infobox/widget.php:848, widgets/justified-gallery/widget.php:337, widgets/justified-gallery/widget.php:610, widgets/logo-grid/widget.php:413, widgets/mailchimp/widget.php:823, widgets/mailchimp/widget.php:1129, widgets/mailchimp/widget.php:1163, widgets/mailchimp/widget.php:1508, widgets/member/widget.php:827, widgets/member/widget.php:1189, widgets/member/widget.php:1332, widgets/member/widget.php:1493, widgets/news-ticker/widget.php:248, widgets/news-ticker/widget.php:370, widgets/ninjaform/widget.php:150, widgets/ninjaform/widget.php:454, widgets/number/widget.php:170, widgets/pdf-view/widget.php:354, widgets/pdf-view/widget.php:459, widgets/post-list/widget.php:587, widgets/post-list/widget.php:859, widgets/post-tab/widget.php:497, widgets/post-tab/widget.php:594, widgets/post-tab/widget.php:652, widgets/pricing-table/widget.php:766, widgets/pricing-table/widget.php:937, widgets/review/widget.php:394, widgets/review/widget.php:683, widgets/skills/widget.php:259, widgets/slider/widget.php:352, widgets/slider/widget.php:581, widgets/social-icons/widget.php:631, widgets/social-share/widget.php:548, widgets/step-flow/widget.php:305, widgets/step-flow/widget.php:390, widgets/taxonomy-list/widget.php:451, widgets/taxonomy-list/widget.php:698, widgets/testimonial/widget.php:278, widgets/testimonial/widget.php:377, widgets/threesixty-rotation/widget.php:263, widgets/threesixty-rotation/widget.php:503, widgets/twitter-feed/widget.php:538, widgets/twitter-feed/widget.php:1170, widgets/weform/widget.php:187, widgets/weform/widget.php:535, widgets/wpform/widget.php:152, widgets/wpform/widget.php:550
|
1241 |
msgid "Border Radius"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
+
#: extensions/advanced-tooltip.php:433, widgets/bar-chart/widget.php:428, widgets/bar-chart/widget.php:756, widgets/bar-chart/widget.php:1003, widgets/calderaform/widget.php:135, widgets/calderaform/widget.php:295, widgets/calderaform/widget.php:432, widgets/card/widget.php:547, widgets/card/widget.php:783, widgets/card/widget.php:986, widgets/cf7/widget.php:187, widgets/cf7/widget.php:416, widgets/comparison-table/widget.php:734, widgets/comparison-table/widget.php:1181, widgets/content-switcher/widget.php:654, widgets/content-switcher/widget.php:984, widgets/creative-button/widget.php:615, widgets/data-table/widget.php:649, widgets/data-table/widget.php:799, widgets/dual-button/widget.php:405, widgets/dual-button/widget.php:498, widgets/dual-button/widget.php:705, widgets/event-calendar/widget.php:860, widgets/event-calendar/widget.php:1333, widgets/flip-box/widget.php:491, widgets/flip-box/widget.php:642, widgets/flip-box/widget.php:838, widgets/flip-box/widget.php:1008, widgets/fluent-form/widget.php:142, widgets/fluent-form/widget.php:377, widgets/fluent-form/widget.php:488, widgets/fun-factor/widget.php:487, widgets/fun-factor/widget.php:633, widgets/gravityforms/widget.php:185, widgets/gravityforms/widget.php:551, widgets/horizontal-timeline/widget.php:557, widgets/horizontal-timeline/widget.php:849, widgets/icon-box/widget.php:243, widgets/icon-box/widget.php:580, widgets/image-accordion/widget.php:514, widgets/image-accordion/widget.php:843, widgets/image-accordion/widget.php:981, widgets/image-compare/widget.php:392, widgets/image-grid/widget.php:335, widgets/image-grid/widget.php:506, widgets/image-stack-group/widget.php:471, widgets/infobox/widget.php:601, widgets/infobox/widget.php:819, widgets/justified-gallery/widget.php:492, widgets/justified-gallery/widget.php:578, widgets/logo-grid/widget.php:284, widgets/mailchimp/widget.php:853, widgets/mailchimp/widget.php:1117, widgets/mailchimp/widget.php:1175, widgets/mailchimp/widget.php:1484, widgets/member/widget.php:807, widgets/member/widget.php:1157, widgets/member/widget.php:1303, widgets/member/widget.php:1456, widgets/news-ticker/widget.php:269, widgets/news-ticker/widget.php:382, widgets/ninjaform/widget.php:138, widgets/ninjaform/widget.php:299, widgets/ninjaform/widget.php:425, widgets/number/widget.php:149, widgets/pdf-view/widget.php:343, widgets/pdf-view/widget.php:430, widgets/post-list/widget.php:547, widgets/post-tab/widget.php:352, widgets/post-tab/widget.php:403, widgets/post-tab/widget.php:554, widgets/pricing-table/widget.php:746, widgets/pricing-table/widget.php:895, widgets/review/widget.php:352, widgets/review/widget.php:663, widgets/social-icons/widget.php:571, widgets/social-icons/widget.php:681, widgets/social-share/widget.php:525, widgets/step-flow/widget.php:259, widgets/step-flow/widget.php:363, widgets/taxonomy-list/widget.php:411, widgets/testimonial/widget.php:221, widgets/threesixty-rotation/widget.php:284, widgets/threesixty-rotation/widget.php:524, widgets/twitter-feed/widget.php:518, widgets/twitter-feed/widget.php:900, widgets/weform/widget.php:174, widgets/weform/widget.php:336, widgets/weform/widget.php:506, widgets/wpform/widget.php:139, widgets/wpform/widget.php:302, widgets/wpform/widget.php:521
|
1245 |
msgid "Padding"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
+
#: extensions/background-overlay.php:57, extensions/background-overlay.php:106, extensions/css-transform.php:51, inc/functions.php:134, widgets/bar-chart/widget.php:550, widgets/bar-chart/widget.php:572, widgets/bar-chart/widget.php:693, widgets/bar-chart/widget.php:715, widgets/bar-chart/widget.php:827, widgets/bar-chart/widget.php:849, widgets/bar-chart/widget.php:940, widgets/bar-chart/widget.php:962, widgets/bar-chart/widget.php:1145, widgets/bar-chart/widget.php:1167, widgets/bar-chart/widget.php:1246, widgets/bar-chart/widget.php:1268, widgets/calderaform/widget.php:194, widgets/calderaform/widget.php:490, widgets/card/widget.php:598, widgets/card/widget.php:1045, widgets/carousel/widget.php:635, widgets/carousel/widget.php:784, widgets/cf7/widget.php:255, widgets/cf7/widget.php:475, widgets/comparison-table/widget.php:894, widgets/comparison-table/widget.php:1201, widgets/content-switcher/widget.php:458, widgets/content-switcher/widget.php:842, widgets/creative-button/widget.php:676, widgets/data-table/widget.php:822, widgets/dual-button/widget.php:550, widgets/dual-button/widget.php:757, widgets/event-calendar/widget.php:1105, widgets/fluent-form/widget.php:210, widgets/fluent-form/widget.php:547, widgets/gradient-heading/widget.php:204, widgets/gravityforms/widget.php:255, widgets/gravityforms/widget.php:603, widgets/gravityforms/widget.php:839, widgets/horizontal-timeline/widget.php:727, widgets/icon-box/widget.php:305, widgets/icon-box/widget.php:464, widgets/image-accordion/widget.php:635, widgets/image-accordion/widget.php:1043, widgets/image-accordion/widget.php:1242, widgets/image-grid/widget.php:367, widgets/image-grid/widget.php:600, widgets/image-hover-effect/widget.php:308, widgets/image-hover-effect/widget.php:393, widgets/infobox/widget.php:878, widgets/justified-gallery/widget.php:367, widgets/justified-gallery/widget.php:672, widgets/logo-grid/widget.php:517, widgets/mailchimp/widget.php:1295, widgets/member/widget.php:136, widgets/member/widget.php:393, widgets/member/widget.php:869, widgets/member/widget.php:1202, widgets/member/widget.php:1361, widgets/news-ticker/widget.php:410, widgets/ninjaform/widget.php:198, widgets/ninjaform/widget.php:484, widgets/pdf-view/widget.php:481, widgets/post-list/widget.php:713, widgets/post-tab/widget.php:416, widgets/post-tab/widget.php:699, widgets/post-tab/widget.php:758, widgets/pricing-table/widget.php:805, widgets/slider/widget.php:595, widgets/slider/widget.php:747, widgets/social-icons/widget.php:205, widgets/social-icons/widget.php:479, widgets/social-share/widget.php:290, widgets/social-share/widget.php:628, widgets/taxonomy-list/widget.php:577, widgets/threesixty-rotation/widget.php:433, widgets/twitter-feed/widget.php:813, widgets/twitter-feed/widget.php:1204, widgets/weform/widget.php:235, widgets/weform/widget.php:573, widgets/wpform/widget.php:580
|
1249 |
msgid "Normal"
|
1250 |
msgstr ""
|
1251 |
|
1688 |
msgid "SW-resize"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
+
#: inc/functions.php:122, widgets/card/widget.php:278, widgets/comparison-table/widget.php:381, widgets/creative-button/widget.php:174, widgets/dual-button/widget.php:76, widgets/dual-button/widget.php:188, widgets/dual-button/widget.php:208, widgets/dual-button/widget.php:265, widgets/infobox/widget.php:350, widgets/mailchimp/widget.php:577, widgets/member/widget.php:573, widgets/number/widget.php:69, widgets/number/widget.php:296, widgets/pricing-table/widget.php:201, widgets/social-share/widget.php:433
|
1692 |
msgid "Text"
|
1693 |
msgstr ""
|
1694 |
|
1756 |
msgid "Hue"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#: inc/functions.php:146, widgets/bar-chart/widget.php:586, widgets/bar-chart/widget.php:729, widgets/bar-chart/widget.php:863, widgets/bar-chart/widget.php:976, widgets/bar-chart/widget.php:1181, widgets/bar-chart/widget.php:1282, widgets/carousel/widget.php:642, widgets/carousel/widget.php:674, widgets/carousel/widget.php:803, widgets/carousel/widget.php:823, widgets/carousel/widget.php:855, widgets/comparison-table/widget.php:462, widgets/comparison-table/widget.php:795, widgets/comparison-table/widget.php:1124, widgets/content-switcher/widget.php:849, widgets/content-switcher/widget.php:880, widgets/content-switcher/widget.php:1016, widgets/data-table/widget.php:712, widgets/data-table/widget.php:1034, widgets/event-calendar/widget.php:897, widgets/event-calendar/widget.php:954, widgets/event-calendar/widget.php:1035, widgets/event-calendar/widget.php:1112, widgets/event-calendar/widget.php:1154, widgets/event-calendar/widget.php:1245, widgets/event-calendar/widget.php:1462, widgets/event-calendar/widget.php:1513, widgets/event-calendar/widget.php:1547, widgets/event-calendar/widget.php:1586, widgets/event-calendar/widget.php:1674, widgets/event-calendar/widget.php:1729, widgets/event-calendar/widget.php:1763, widgets/flip-box/widget.php:695, widgets/flip-box/widget.php:740, widgets/flip-box/widget.php:791, widgets/flip-box/widget.php:890, widgets/flip-box/widget.php:1061, widgets/flip-box/widget.php:1118, widgets/flip-box/widget.php:1157, widgets/fluent-form/widget.php:430, widgets/fluent-form/widget.php:672, widgets/fluent-form/widget.php:692, widgets/fun-factor/widget.php:664, widgets/fun-factor/widget.php:721, widgets/fun-factor/widget.php:814, widgets/gravityforms/widget.php:730, widgets/gravityforms/widget.php:750, widgets/horizontal-timeline/widget.php:489, widgets/horizontal-timeline/widget.php:537, widgets/horizontal-timeline/widget.php:1011, widgets/horizontal-timeline/widget.php:1053, widgets/horizontal-timeline/widget.php:1083, widgets/icon-box/widget.php:312, widgets/icon-box/widget.php:368, widgets/image-accordion/widget.php:758, widgets/image-accordion/widget.php:883, widgets/image-accordion/widget.php:937, widgets/image-accordion/widget.php:1051, widgets/image-accordion/widget.php:1084, widgets/image-compare/widget.php:264, widgets/image-compare/widget.php:485, widgets/image-stack-group/widget.php:510, widgets/infobox/widget.php:645, widgets/mailchimp/widget.php:712, widgets/mailchimp/widget.php:789, widgets/mailchimp/widget.php:1070, widgets/mailchimp/widget.php:1302, widgets/mailchimp/widget.php:1336, widgets/mailchimp/widget.php:1536, widgets/mailchimp/widget.php:1573, widgets/post-list/widget.php:720, widgets/post-list/widget.php:739, widgets/post-list/widget.php:780, widgets/post-list/widget.php:937, widgets/post-list/widget.php:986, widgets/post-list/widget.php:1031, widgets/post-tab/widget.php:423, widgets/post-tab/widget.php:453, widgets/post-tab/widget.php:706, widgets/post-tab/widget.php:725, widgets/post-tab/widget.php:765, widgets/post-tab/widget.php:785, widgets/post-tab/widget.php:836, widgets/slider/widget.php:766, widgets/slider/widget.php:786, widgets/slider/widget.php:818, widgets/social-icons/widget.php:212, widgets/social-icons/widget.php:261, widgets/social-icons/widget.php:384, widgets/social-icons/widget.php:486, widgets/social-icons/widget.php:532, widgets/social-icons/widget.php:856, widgets/social-share/widget.php:297, widgets/social-share/widget.php:348, widgets/social-share/widget.php:635, widgets/social-share/widget.php:677, widgets/step-flow/widget.php:325, widgets/step-flow/widget.php:405, widgets/step-flow/widget.php:478, widgets/step-flow/widget.php:543, widgets/step-flow/widget.php:713, widgets/taxonomy-list/widget.php:584, widgets/taxonomy-list/widget.php:603, widgets/twitter-feed/widget.php:656, widgets/twitter-feed/widget.php:943, widgets/twitter-feed/widget.php:988, widgets/twitter-feed/widget.php:1050, widgets/twitter-feed/widget.php:1114, widgets/twitter-feed/widget.php:1222, widgets/twitter-feed/widget.php:1253, widgets/weform/widget.php:690, widgets/weform/widget.php:710
|
1760 |
msgid "Color"
|
1761 |
msgstr ""
|
1762 |
|
1776 |
msgid " is missing! Please install and activate "
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#. translators: 1: Plugin name 2: PHP 3: Required PHP version
|
1780 |
+
#. translators: 1: Plugin name 2: Elementor 3: Required Elementor version
|
1781 |
+
#: plugin.php:93, plugin.php:138
|
1782 |
+
msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1783 |
msgstr ""
|
1784 |
|
1785 |
+
#: plugin.php:94, plugin.php:121, plugin.php:139, templates/admin/dashboard-main.php:9
|
1786 |
+
msgid "Happy Elementor Addons"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
+
#: plugin.php:95
|
1790 |
+
msgid "PHP"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: plugin.php:114
|
1794 |
+
msgid "Install Elementor"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: plugin.php:111
|
1798 |
+
msgid "Activate Elementor"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#. translators: 1: Plugin name 2: Elementor 3: Elementor installation link
|
1802 |
+
#: plugin.php:120
|
1803 |
+
msgid "%1$s requires %2$s to be installed and activated to function properly. %3$s"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: plugin.php:122, plugin.php:140, widgets/data-table/widget.php:211
|
1807 |
+
msgid "Elementor"
|
1808 |
msgstr ""
|
1809 |
|
1810 |
#: templates/admin/dashboard-analytics.php:57
|
2221 |
msgid "Write multiple label with comma ( , ) separator. Example: January, February, March etc"
|
2222 |
msgstr ""
|
2223 |
|
2224 |
+
#: widgets/bar-chart/widget.php:101, widgets/image-accordion/widget.php:83, widgets/image-accordion/widget.php:862, widgets/image-compare/widget.php:97, widgets/image-compare/widget.php:134, widgets/image-compare/widget.php:384, widgets/mailchimp/widget.php:234, widgets/mailchimp/widget.php:321, widgets/mailchimp/widget.php:420, widgets/mailchimp/widget.php:504, widgets/mailchimp/widget.php:695
|
2225 |
msgid "Label"
|
2226 |
msgstr ""
|
2227 |
|
2241 |
msgid "Background Hover Color"
|
2242 |
msgstr ""
|
2243 |
|
2244 |
+
#: widgets/bar-chart/widget.php:146, widgets/bar-chart/widget.php:1083, widgets/calderaform/widget.php:551, widgets/card/widget.php:1106, widgets/carousel/widget.php:696, widgets/cf7/widget.php:536, widgets/creative-button/widget.php:706, widgets/creative-button/widget.php:819, widgets/dual-button/widget.php:610, widgets/dual-button/widget.php:817, widgets/event-calendar/widget.php:813, widgets/event-calendar/widget.php:1134, widgets/event-calendar/widget.php:1178, widgets/fluent-form/widget.php:608, widgets/gravityforms/widget.php:666, widgets/gravityforms/widget.php:908, widgets/horizontal-timeline/widget.php:788, widgets/icon-box/widget.php:390, widgets/image-accordion/widget.php:1107, widgets/image-grid/widget.php:661, widgets/image-grid/widget.php:706, widgets/image-stack-group/widget.php:216, widgets/image-stack-group/widget.php:370, widgets/infobox/widget.php:956, widgets/justified-gallery/widget.php:733, widgets/justified-gallery/widget.php:778, widgets/logo-grid/widget.php:388, widgets/mailchimp/widget.php:1362, widgets/member/widget.php:460, widgets/member/widget.php:1261, widgets/member/widget.php:1422, widgets/member/widget.php:1592, widgets/ninjaform/widget.php:545, widgets/pdf-view/widget.php:549, widgets/pricing-table/widget.php:865, widgets/slider/widget.php:656, widgets/social-icons/widget.php:239, widgets/social-icons/widget.php:285, widgets/social-icons/widget.php:513, widgets/social-icons/widget.php:557, widgets/social-share/widget.php:326, widgets/social-share/widget.php:376, widgets/social-share/widget.php:699, widgets/twitter-feed/widget.php:1264, widgets/weform/widget.php:634, widgets/wpform/widget.php:641
|
2245 |
msgid "Border Color"
|
2246 |
msgstr ""
|
2247 |
|
2345 |
msgid "Ease In Bounce"
|
2346 |
msgstr ""
|
2347 |
|
2348 |
+
#: widgets/bar-chart/widget.php:420, widgets/creative-button/widget.php:404, widgets/dual-button/widget.php:397, widgets/flip-box/widget.php:434, widgets/image-accordion/widget.php:463, widgets/image-hover-effect/widget.php:199, widgets/post-list/widget.php:527, widgets/social-icons/widget.php:469, widgets/taxonomy-list/widget.php:391, widgets/twitter-feed/widget.php:499
|
2349 |
msgid "Common"
|
2350 |
msgstr ""
|
2351 |
|
2369 |
msgid "Custom"
|
2370 |
msgstr ""
|
2371 |
|
2372 |
+
#: widgets/bar-chart/widget.php:515, widgets/bar-chart/widget.php:658, widgets/bar-chart/widget.php:792, widgets/bar-chart/widget.php:905, widgets/bar-chart/widget.php:1110, widgets/bar-chart/widget.php:1211, widgets/event-calendar/widget.php:873, widgets/event-calendar/widget.php:929, widgets/event-calendar/widget.php:1218, widgets/mailchimp/widget.php:1011, widgets/mailchimp/widget.php:1083, widgets/post-list/widget.php:796
|
2373 |
msgid "Font Size"
|
2374 |
msgstr ""
|
2375 |
|
2421 |
msgid "Box Width"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
+
#: widgets/bar-chart/widget.php:642, widgets/calderaform/widget.php:160, widgets/card/widget.php:849, widgets/card/widget.php:922, widgets/card/widget.php:964, widgets/carousel/widget.php:471, widgets/carousel/widget.php:513, widgets/cf7/widget.php:220, widgets/cf7/widget.php:371, widgets/comparison-table/widget.php:1161, widgets/creative-button/widget.php:518, widgets/dual-button/widget.php:443, widgets/dual-button/widget.php:531, widgets/dual-button/widget.php:675, widgets/dual-button/widget.php:738, widgets/event-calendar/widget.php:1024, widgets/event-calendar/widget.php:1081, widgets/event-calendar/widget.php:1451, widgets/event-calendar/widget.php:1502, widgets/event-calendar/widget.php:1536, widgets/event-calendar/widget.php:1718, widgets/event-calendar/widget.php:1752, widgets/flip-box/widget.php:752, widgets/flip-box/widget.php:803, widgets/flip-box/widget.php:1130, widgets/flip-box/widget.php:1169, widgets/fluent-form/widget.php:175, widgets/fluent-form/widget.php:326, widgets/fluent-form/widget.php:410, widgets/fun-factor/widget.php:678, widgets/fun-factor/widget.php:733, widgets/gravityforms/widget.php:215, widgets/horizontal-timeline/widget.php:528, widgets/horizontal-timeline/widget.php:1002, widgets/horizontal-timeline/widget.php:1044, widgets/horizontal-timeline/widget.php:1074, widgets/icon-box/widget.php:646, widgets/image-accordion/widget.php:771, widgets/image-accordion/widget.php:896, widgets/image-accordion/widget.php:950, widgets/image-accordion/widget.php:1001, widgets/image-stack-group/widget.php:502, widgets/infobox/widget.php:755, widgets/infobox/widget.php:797, widgets/justified-gallery/widget.php:527, widgets/link-hover/widget.php:205, widgets/mailchimp/widget.php:704, widgets/mailchimp/widget.php:802, widgets/mailchimp/widget.php:1155, widgets/news-ticker/widget.php:342, widgets/news-ticker/widget.php:452, widgets/ninjaform/widget.php:163, widgets/number/widget.php:316, widgets/pdf-view/widget.php:303, widgets/post-list/widget.php:703, widgets/post-list/widget.php:928, widgets/post-list/widget.php:977, widgets/post-tab/widget.php:479, widgets/post-tab/widget.php:689, widgets/post-tab/widget.php:748, widgets/post-tab/widget.php:824, widgets/pricing-table/widget.php:958, widgets/social-icons/widget.php:822, widgets/social-icons/widget.php:872, widgets/social-share/widget.php:617, widgets/taxonomy-list/widget.php:567, widgets/testimonial/widget.php:269, widgets/testimonial/widget.php:430, widgets/testimonial/widget.php:472, widgets/twitter-feed/widget.php:934, widgets/twitter-feed/widget.php:976, widgets/twitter-feed/widget.php:1038, widgets/weform/widget.php:200, widgets/wpform/widget.php:166
|
2425 |
msgid "Typography"
|
2426 |
msgstr ""
|
2427 |
|
2513 |
msgid "Form Fields Label"
|
2514 |
msgstr ""
|
2515 |
|
2516 |
+
#: widgets/calderaform/widget.php:283, widgets/calderaform/widget.php:420, widgets/cf7/widget.php:404, widgets/content-switcher/widget.php:678, widgets/fluent-form/widget.php:476, widgets/gravityforms/widget.php:363, widgets/gravityforms/widget.php:539, widgets/image-accordion/widget.php:502, widgets/image-accordion/widget.php:746, widgets/image-accordion/widget.php:831, widgets/image-accordion/widget.php:871, widgets/image-accordion/widget.php:924, widgets/image-accordion/widget.php:1137, widgets/image-grid/widget.php:485, widgets/justified-gallery/widget.php:557, widgets/mailchimp/widget.php:724, widgets/mailchimp/widget.php:1280, widgets/mailchimp/widget.php:1496, widgets/member/widget.php:1291, widgets/ninjaform/widget.php:287, widgets/ninjaform/widget.php:413, widgets/post-list/widget.php:535, widgets/post-list/widget.php:623, widgets/post-list/widget.php:662, widgets/post-list/widget.php:1010, widgets/post-tab/widget.php:391, widgets/post-tab/widget.php:799, widgets/taxonomy-list/widget.php:399, widgets/taxonomy-list/widget.php:487, widgets/taxonomy-list/widget.php:526, widgets/weform/widget.php:324, widgets/weform/widget.php:494, widgets/wpform/widget.php:290, widgets/wpform/widget.php:509
|
2517 |
msgid "Margin"
|
2518 |
msgstr ""
|
2519 |
|
2545 |
msgid "Button Full Width?"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: widgets/calderaform/widget.php:381, widgets/carousel/widget.php:212, widgets/carousel/widget.php:242, widgets/carousel/widget.php:255, widgets/carousel/widget.php:269, widgets/content-switcher/widget.php:230, widgets/event-calendar/widget.php:352, widgets/fun-factor/widget.php:232, widgets/fun-factor/widget.php:556, widgets/gravityforms/widget.php:114, widgets/gravityforms/widget.php:471, widgets/horizontal-timeline/widget.php:155, widgets/horizontal-timeline/widget.php:322, widgets/horizontal-timeline/widget.php:334, widgets/horizontal-timeline/widget.php:379, widgets/image-accordion/widget.php:150, widgets/image-accordion/widget.php:192, widgets/image-accordion/widget.php:223, widgets/image-accordion/widget.php:269, widgets/image-accordion/widget.php:442, widgets/image-compare/widget.php:216, widgets/image-hover-effect/widget.php:209, widgets/justified-gallery/widget.php:147, widgets/mailchimp/widget.php:165, widgets/mailchimp/widget.php:212, widgets/mailchimp/widget.php:263, widgets/mailchimp/widget.php:350, widgets/mailchimp/widget.php:398, widgets/mailchimp/widget.php:449, widgets/mailchimp/widget.php:527, widgets/mailchimp/widget.php:589, widgets/mailchimp/widget.php:657, widgets/mailchimp/widget.php:669, widgets/member/widget.php:377, widgets/number/widget.php:85, widgets/skills/widget.php:104, widgets/slider/widget.php:211, widgets/slider/widget.php:243, widgets/slider/widget.php:257, widgets/social-icons/widget.php:161, widgets/social-icons/widget.php:188, widgets/social-share/widget.php:273, widgets/social-share/widget.php:443, widgets/step-flow/widget.php:202, widgets/weform/widget.php:424, widgets/wpform/widget.php:438
|
2549 |
msgid "Yes"
|
2550 |
msgstr ""
|
2551 |
|
2552 |
+
#: widgets/calderaform/widget.php:382, widgets/carousel/widget.php:213, widgets/carousel/widget.php:243, widgets/carousel/widget.php:256, widgets/carousel/widget.php:270, widgets/content-switcher/widget.php:231, widgets/event-calendar/widget.php:353, widgets/fun-factor/widget.php:233, widgets/fun-factor/widget.php:555, widgets/gravityforms/widget.php:115, widgets/gravityforms/widget.php:472, widgets/horizontal-timeline/widget.php:156, widgets/horizontal-timeline/widget.php:323, widgets/horizontal-timeline/widget.php:335, widgets/horizontal-timeline/widget.php:380, widgets/image-accordion/widget.php:151, widgets/image-accordion/widget.php:193, widgets/image-accordion/widget.php:224, widgets/image-accordion/widget.php:270, widgets/image-accordion/widget.php:443, widgets/image-compare/widget.php:217, widgets/image-hover-effect/widget.php:210, widgets/justified-gallery/widget.php:148, widgets/mailchimp/widget.php:166, widgets/mailchimp/widget.php:213, widgets/mailchimp/widget.php:264, widgets/mailchimp/widget.php:351, widgets/mailchimp/widget.php:399, widgets/mailchimp/widget.php:450, widgets/mailchimp/widget.php:528, widgets/mailchimp/widget.php:590, widgets/mailchimp/widget.php:658, widgets/mailchimp/widget.php:670, widgets/member/widget.php:378, widgets/number/widget.php:86, widgets/skills/widget.php:105, widgets/slider/widget.php:212, widgets/slider/widget.php:244, widgets/slider/widget.php:258, widgets/social-icons/widget.php:162, widgets/social-icons/widget.php:189, widgets/social-share/widget.php:274, widgets/social-share/widget.php:444, widgets/step-flow/widget.php:203, widgets/weform/widget.php:425, widgets/wpform/widget.php:439
|
2553 |
msgid "No"
|
2554 |
msgstr ""
|
2555 |
|
2685 |
msgid "H6"
|
2686 |
msgstr ""
|
2687 |
|
2688 |
+
#: widgets/card/widget.php:235, widgets/card/widget.php:321, widgets/carousel/widget.php:756, widgets/comparison-table/widget.php:266, widgets/comparison-table/widget.php:537, widgets/comparison-table/widget.php:646, widgets/content-switcher/widget.php:1037, widgets/creative-button/widget.php:256, widgets/data-table/widget.php:223, widgets/data-table/widget.php:566, widgets/dual-button/widget.php:460, widgets/flip-box/widget.php:198, widgets/flip-box/widget.php:358, widgets/gradient-heading/widget.php:129, widgets/icon-box/widget.php:172, widgets/image-grid/widget.php:570, widgets/image-stack-group/widget.php:246, widgets/infobox/widget.php:304, widgets/justified-gallery/widget.php:642, widgets/link-hover/widget.php:106, widgets/member/widget.php:284, widgets/number/widget.php:191, widgets/pdf-view/widget.php:243, widgets/post-list/widget.php:468, widgets/review/widget.php:239, widgets/slider/widget.php:719, widgets/social-icons/widget.php:416, widgets/social-share/widget.php:483, widgets/step-flow/widget.php:170, widgets/taxonomy-list/widget.php:335, widgets/testimonial/widget.php:88, widgets/twitter-feed/widget.php:361
|
2689 |
msgid "Alignment"
|
2690 |
msgstr ""
|
2691 |
|
2693 |
msgid "Justify"
|
2694 |
msgstr ""
|
2695 |
|
2696 |
+
#: widgets/card/widget.php:270, widgets/card/widget.php:978, widgets/content-switcher/widget.php:108, widgets/event-calendar/widget.php:1047, widgets/image-accordion/widget.php:973, widgets/infobox/widget.php:342, widgets/infobox/widget.php:811, widgets/mailchimp/widget.php:1146, widgets/pdf-view/widget.php:422, widgets/pricing-table/widget.php:739, widgets/social-share/widget.php:517
|
2697 |
msgid "Button"
|
2698 |
msgstr ""
|
2699 |
|
2709 |
msgid "Stretch"
|
2710 |
msgstr ""
|
2711 |
|
2712 |
+
#: widgets/card/widget.php:362, widgets/comparison-table/widget.php:153, widgets/comparison-table/widget.php:163, widgets/comparison-table/widget.php:385, widgets/comparison-table/widget.php:445, widgets/comparison-table/widget.php:807, widgets/comparison-table/widget.php:1091, widgets/content-switcher/widget.php:206, widgets/creative-button/widget.php:205, widgets/data-table/widget.php:122, widgets/data-table/widget.php:136, widgets/data-table/widget.php:390, widgets/data-table/widget.php:408, widgets/dual-button/widget.php:116, widgets/dual-button/widget.php:105, widgets/dual-button/widget.php:192, widgets/dual-button/widget.php:238, widgets/dual-button/widget.php:225, widgets/dual-button/widget.php:305, widgets/dual-button/widget.php:294, widgets/flip-box/widget.php:87, widgets/flip-box/widget.php:117, widgets/flip-box/widget.php:104, widgets/flip-box/widget.php:247, widgets/flip-box/widget.php:310, widgets/flip-box/widget.php:297, widgets/fun-factor/widget.php:78, widgets/horizontal-timeline/widget.php:81, widgets/horizontal-timeline/widget.php:548, widgets/icon-box/widget.php:217, widgets/image-stack-group/widget.php:73, widgets/infobox/widget.php:83, widgets/infobox/widget.php:138, widgets/infobox/widget.php:380, widgets/mailchimp/widget.php:276, widgets/mailchimp/widget.php:363, widgets/mailchimp/widget.php:462, widgets/mailchimp/widget.php:537, widgets/mailchimp/widget.php:599, widgets/mailchimp/widget.php:1380, widgets/member/widget.php:609, widgets/pdf-view/widget.php:177, widgets/pdf-view/widget.php:366, widgets/post-list/widget.php:280, widgets/pricing-table/widget.php:229, widgets/pricing-table/widget.php:214, widgets/social-icons/widget.php:58, widgets/social-icons/widget.php:67, widgets/social-icons/widget.php:657, widgets/social-share/widget.php:432, widgets/step-flow/widget.php:79, widgets/step-flow/widget.php:68, widgets/step-flow/widget.php:228, widgets/taxonomy-list/widget.php:124, widgets/taxonomy-list/widget.php:129, widgets/taxonomy-list/widget.php:145, widgets/taxonomy-list/widget.php:278, widgets/taxonomy-list/widget.php:297
|
2713 |
msgid "Icon"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
+
#: widgets/card/widget.php:386, widgets/comparison-table/widget.php:295, widgets/content-switcher/widget.php:214, widgets/data-table/widget.php:252, widgets/data-table/widget.php:597, widgets/dual-button/widget.php:127, widgets/dual-button/widget.php:317, widgets/image-accordion/widget.php:121, widgets/infobox/widget.php:404, widgets/mailchimp/widget.php:292, widgets/mailchimp/widget.php:379, widgets/mailchimp/widget.php:478, widgets/mailchimp/widget.php:552, widgets/mailchimp/widget.php:614, widgets/member/widget.php:623
|
2717 |
msgid "Icon Position"
|
2718 |
msgstr ""
|
2719 |
|
2725 |
msgid "After Text"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
+
#: widgets/card/widget.php:403, widgets/content-switcher/widget.php:397, widgets/dual-button/widget.php:150, widgets/dual-button/widget.php:340, widgets/infobox/widget.php:427, widgets/mailchimp/widget.php:1389, widgets/mailchimp/widget.php:1415, widgets/member/widget.php:649, widgets/pdf-view/widget.php:402
|
2729 |
msgid "Icon Spacing"
|
2730 |
msgstr ""
|
2731 |
|
2905 |
msgid "Navigation :: Arrow"
|
2906 |
msgstr ""
|
2907 |
|
2908 |
+
#: widgets/carousel/widget.php:548, widgets/image-accordion/widget.php:322, widgets/image-compare/widget.php:202, widgets/image-compare/widget.php:417, widgets/mailchimp/widget.php:200, widgets/slider/widget.php:508
|
2909 |
msgid "Vertical"
|
2910 |
msgstr ""
|
2911 |
|
2912 |
+
#: widgets/carousel/widget.php:573, widgets/image-accordion/widget.php:321, widgets/image-compare/widget.php:198, widgets/image-compare/widget.php:440, widgets/mailchimp/widget.php:199, widgets/slider/widget.php:533
|
2913 |
msgid "Horizontal"
|
2914 |
msgstr ""
|
2915 |
|
3053 |
msgid "Table Width"
|
3054 |
msgstr ""
|
3055 |
|
3056 |
+
#: widgets/comparison-table/widget.php:827, widgets/data-table/widget.php:744, widgets/event-calendar/widget.php:1567, widgets/event-calendar/widget.php:1653, widgets/flip-box/widget.php:617, widgets/flip-box/widget.php:983, widgets/image-accordion/widget.php:1156, widgets/image-stack-group/widget.php:308, widgets/mailchimp/widget.php:1441, widgets/member/widget.php:1169, widgets/pdf-view/widget.php:387, widgets/social-share/widget.php:576, widgets/taxonomy-list/widget.php:641, widgets/threesixty-rotation/widget.php:348
|
3057 |
msgid "Icon Size"
|
3058 |
msgstr ""
|
3059 |
|
3205 |
msgid "Title Color"
|
3206 |
msgstr ""
|
3207 |
|
3208 |
+
#: widgets/content-switcher/widget.php:542, widgets/content-switcher/widget.php:639, widgets/content-switcher/widget.php:787, widgets/content-switcher/widget.php:963, widgets/content-switcher/widget.php:1085, widgets/event-calendar/widget.php:830, widgets/event-calendar/widget.php:1609, widgets/image-accordion/widget.php:548, widgets/image-stack-group/widget.php:424, widgets/image-stack-group/widget.php:533, widgets/mailchimp/widget.php:845, widgets/mailchimp/widget.php:1213, widgets/news-ticker/widget.php:261, widgets/number/widget.php:183, widgets/post-list/widget.php:570, widgets/post-tab/widget.php:365, widgets/post-tab/widget.php:577, widgets/taxonomy-list/widget.php:434, widgets/threesixty-rotation/widget.php:276, widgets/threesixty-rotation/widget.php:407, widgets/threesixty-rotation/widget.php:516
|
3209 |
msgid "Box Shadow"
|
3210 |
msgstr ""
|
3211 |
|
3373 |
msgid "Roundup"
|
3374 |
msgstr ""
|
3375 |
|
3376 |
+
#: widgets/creative-button/widget.php:206
|
3377 |
msgid "Please set an icon for the button."
|
3378 |
msgstr ""
|
3379 |
|
3380 |
+
#: widgets/creative-button/widget.php:284
|
3381 |
msgid "Magnetic Effect"
|
3382 |
msgstr ""
|
3383 |
|
3384 |
+
#: widgets/creative-button/widget.php:295
|
3385 |
msgid "Threshold"
|
3386 |
msgstr ""
|
3387 |
|
3388 |
+
#: widgets/creative-button/widget.php:325
|
3389 |
msgid "Color Tamplate"
|
3390 |
msgstr ""
|
3391 |
|
3392 |
+
#: widgets/creative-button/widget.php:333
|
3393 |
msgid "White"
|
3394 |
msgstr ""
|
3395 |
|
3396 |
+
#: widgets/creative-button/widget.php:345
|
3397 |
msgid "Off White"
|
3398 |
msgstr ""
|
3399 |
|
3400 |
+
#: widgets/creative-button/widget.php:357
|
3401 |
msgid "Black"
|
3402 |
msgstr ""
|
3403 |
|
3404 |
+
#: widgets/creative-button/widget.php:369
|
3405 |
msgid "Cranberry"
|
3406 |
msgstr ""
|
3407 |
|
3408 |
+
#: widgets/creative-button/widget.php:381
|
3409 |
msgid "Purple"
|
3410 |
msgstr ""
|
3411 |
|
3781 |
msgid "Top Bar"
|
3782 |
msgstr ""
|
3783 |
|
3784 |
+
#: widgets/event-calendar/widget.php:980, widgets/event-calendar/widget.php:1431, widgets/event-calendar/widget.php:1482, widgets/event-calendar/widget.php:1696, widgets/post-list/widget.php:893, widgets/post-tab/widget.php:334, widgets/post-tab/widget.php:539, widgets/post-tab/widget.php:628, widgets/post-tab/widget.php:673
|
3785 |
msgid "Margin Bottom"
|
3786 |
msgstr ""
|
3787 |
|
4800 |
msgid "Invalid API key."
|
4801 |
msgstr ""
|
4802 |
|
4803 |
+
#: widgets/mailchimp/mailchimp-api.php:101
|
4804 |
msgid "Something went wrong. Try again later."
|
4805 |
msgstr ""
|
4806 |
|
4807 |
+
#: widgets/mailchimp/mailchimp-api.php:98
|
4808 |
+
msgid "Confirm your subscription from your email."
|
4809 |
msgstr ""
|
4810 |
|
4811 |
#: widgets/mailchimp/widget.php:81
|
4856 |
msgid "Enter tag here to separate your subscribers. Use comma separator to use multiple tags. Example: Tag-1, Tag-2, Tag-3"
|
4857 |
msgstr ""
|
4858 |
|
4859 |
+
#: widgets/mailchimp/widget.php:163
|
4860 |
+
msgid "Enable Double Opt In?"
|
4861 |
+
msgstr ""
|
4862 |
+
|
4863 |
+
#: widgets/mailchimp/widget.php:180
|
4864 |
msgid "Form"
|
4865 |
msgstr ""
|
4866 |
|
4867 |
+
#: widgets/mailchimp/widget.php:188
|
4868 |
msgid "Form Alignment"
|
4869 |
msgstr ""
|
4870 |
|
4871 |
+
#: widgets/mailchimp/widget.php:210
|
4872 |
msgid "Enable Name?"
|
4873 |
msgstr ""
|
4874 |
|
4875 |
+
#: widgets/mailchimp/widget.php:222
|
4876 |
msgid "First Name:"
|
4877 |
msgstr ""
|
4878 |
|
4879 |
+
#: widgets/mailchimp/widget.php:236
|
4880 |
msgid "First Name input label"
|
4881 |
msgstr ""
|
4882 |
|
4883 |
+
#: widgets/mailchimp/widget.php:247, widgets/mailchimp/widget.php:334, widgets/mailchimp/widget.php:433, widgets/mailchimp/widget.php:514, widgets/mailchimp/widget.php:987
|
4884 |
msgid "Placeholder"
|
4885 |
msgstr ""
|
4886 |
|
4887 |
+
#: widgets/mailchimp/widget.php:249
|
4888 |
msgid "First Name"
|
4889 |
msgstr ""
|
4890 |
|
4891 |
+
#: widgets/mailchimp/widget.php:250
|
4892 |
msgid "First Name input placeholder"
|
4893 |
msgstr ""
|
4894 |
|
4895 |
+
#: widgets/mailchimp/widget.php:261, widgets/mailchimp/widget.php:348, widgets/mailchimp/widget.php:447, widgets/mailchimp/widget.php:525
|
4896 |
msgid "Enable Icon With Input?"
|
4897 |
msgstr ""
|
4898 |
|
4899 |
+
#: widgets/mailchimp/widget.php:296, widgets/mailchimp/widget.php:383, widgets/mailchimp/widget.php:482, widgets/mailchimp/widget.php:556, widgets/mailchimp/widget.php:618
|
4900 |
msgid "Before Input"
|
4901 |
msgstr ""
|
4902 |
|
4903 |
+
#: widgets/mailchimp/widget.php:297, widgets/mailchimp/widget.php:384, widgets/mailchimp/widget.php:483, widgets/mailchimp/widget.php:557, widgets/mailchimp/widget.php:619
|
4904 |
msgid "After Input"
|
4905 |
msgstr ""
|
4906 |
|
4907 |
+
#: widgets/mailchimp/widget.php:309
|
4908 |
msgid "Last Name:"
|
4909 |
msgstr ""
|
4910 |
|
4911 |
+
#: widgets/mailchimp/widget.php:323
|
4912 |
msgid "Last Name input label"
|
4913 |
msgstr ""
|
4914 |
|
4915 |
+
#: widgets/mailchimp/widget.php:336
|
4916 |
msgid "Last Name"
|
4917 |
msgstr ""
|
4918 |
|
4919 |
+
#: widgets/mailchimp/widget.php:337
|
4920 |
msgid "Last Name input placeholder"
|
4921 |
msgstr ""
|
4922 |
|
4923 |
+
#: widgets/mailchimp/widget.php:396
|
4924 |
msgid "Enable Phone?"
|
4925 |
msgstr ""
|
4926 |
|
4927 |
+
#: widgets/mailchimp/widget.php:408
|
4928 |
msgid "Phone:"
|
4929 |
msgstr ""
|
4930 |
|
4931 |
+
#: widgets/mailchimp/widget.php:422
|
4932 |
msgid "Phone input label"
|
4933 |
msgstr ""
|
4934 |
|
4935 |
+
#: widgets/mailchimp/widget.php:435
|
4936 |
msgid "Phone"
|
4937 |
msgstr ""
|
4938 |
|
4939 |
+
#: widgets/mailchimp/widget.php:436
|
4940 |
msgid "Phone input placeholder"
|
4941 |
msgstr ""
|
4942 |
|
4943 |
+
#: widgets/mailchimp/widget.php:495
|
4944 |
msgid "Email:"
|
4945 |
msgstr ""
|
4946 |
|
4947 |
+
#: widgets/mailchimp/widget.php:506
|
4948 |
msgid "Email input label"
|
4949 |
msgstr ""
|
4950 |
|
4951 |
+
#: widgets/mailchimp/widget.php:516, widgets/member/widget.php:78, widgets/social-share/widget.php:75
|
4952 |
msgid "Email"
|
4953 |
msgstr ""
|
4954 |
|
4955 |
+
#: widgets/mailchimp/widget.php:517
|
4956 |
msgid "Email input placeholder"
|
4957 |
msgstr ""
|
4958 |
|
4959 |
+
#: widgets/mailchimp/widget.php:568
|
4960 |
msgid "Button:"
|
4961 |
msgstr ""
|
4962 |
|
4963 |
+
#: widgets/mailchimp/widget.php:579, widgets/pricing-table/widget.php:295
|
4964 |
msgid "Subscribe"
|
4965 |
msgstr ""
|
4966 |
|
4967 |
+
#: widgets/mailchimp/widget.php:587
|
4968 |
msgid "Enable Icon With Button?"
|
4969 |
msgstr ""
|
4970 |
|
4971 |
+
#: widgets/mailchimp/widget.php:635
|
4972 |
msgid "Success & Error"
|
4973 |
msgstr ""
|
4974 |
|
4975 |
+
#: widgets/mailchimp/widget.php:643
|
4976 |
msgid "Success Message"
|
4977 |
msgstr ""
|
4978 |
|
4979 |
+
#: widgets/mailchimp/widget.php:646
|
4980 |
+
msgid "Your data has been inserted on Mailchimp."
|
4981 |
+
msgstr ""
|
4982 |
+
|
4983 |
+
#: widgets/mailchimp/widget.php:647
|
4984 |
msgid "Type your success message here"
|
4985 |
msgstr ""
|
4986 |
|
4987 |
+
#: widgets/mailchimp/widget.php:655
|
4988 |
msgid "Success Message Show in Editor?"
|
4989 |
msgstr ""
|
4990 |
|
4991 |
+
#: widgets/mailchimp/widget.php:667
|
4992 |
msgid "Error Message Show in Editor?"
|
4993 |
msgstr ""
|
4994 |
|
4995 |
+
#: widgets/mailchimp/widget.php:742
|
4996 |
msgid "Input"
|
4997 |
msgstr ""
|
4998 |
|
4999 |
+
#: widgets/mailchimp/widget.php:750
|
5000 |
msgid "Space Between Input (px)"
|
5001 |
msgstr ""
|
5002 |
|
5003 |
+
#: widgets/mailchimp/widget.php:871, widgets/mailchimp/widget.php:1238
|
5004 |
msgid "Use Width"
|
5005 |
msgstr ""
|
5006 |
|
5007 |
+
#: widgets/mailchimp/widget.php:996
|
|
|
|
|
|
|
|
|
5008 |
msgid "Placeholder Color"
|
5009 |
msgstr ""
|
5010 |
|
5011 |
+
#: widgets/mailchimp/widget.php:1042
|
5012 |
msgid "Input Icon"
|
5013 |
msgstr ""
|
5014 |
|
5015 |
+
#: widgets/mailchimp/widget.php:1476
|
5016 |
msgid "Success & Error Message"
|
5017 |
msgstr ""
|
5018 |
|
5019 |
+
#: widgets/mailchimp/widget.php:1528
|
5020 |
msgid "Success:"
|
5021 |
msgstr ""
|
5022 |
|
5023 |
+
#: widgets/mailchimp/widget.php:1565
|
5024 |
msgid "Error:"
|
5025 |
msgstr ""
|
5026 |
|
5027 |
+
#: widgets/mailchimp/widget.php:1612
|
5028 |
msgid "This is a dummy message for success. This won't show in preview"
|
5029 |
msgstr ""
|
5030 |
|
5031 |
+
#: widgets/mailchimp/widget.php:1615
|
5032 |
msgid "This is a dummy message for error. This won't show in preview"
|
5033 |
msgstr ""
|
5034 |
|
5504 |
msgid "Image Width"
|
5505 |
msgstr ""
|
5506 |
|
5507 |
+
#: widgets/post-list/widget.php:874, widgets/taxonomy-list/widget.php:710
|
5508 |
+
msgid "Margin Right"
|
5509 |
+
msgstr ""
|
5510 |
+
|
5511 |
#: widgets/post-list/widget.php:949, widgets/threesixty-rotation/widget.php:536
|
5512 |
msgid "Space Top"
|
5513 |
msgstr ""
|
6529 |
#: widgets/wpform/widget.php:352
|
6530 |
msgid "Colors"
|
6531 |
msgstr ""
|
6532 |
+
|
6533 |
+
#: wpml/bar-chart.php:33
|
6534 |
+
msgid "Bar Chart: Label Text"
|
6535 |
+
msgstr ""
|
6536 |
+
|
6537 |
+
#: wpml/carousel.php:37
|
6538 |
+
msgid "Carousel: Title"
|
6539 |
+
msgstr ""
|
6540 |
+
|
6541 |
+
#: wpml/carousel.php:39
|
6542 |
+
msgid "Carousel: Subtitle"
|
6543 |
+
msgstr ""
|
6544 |
+
|
6545 |
+
#: wpml/carousel.php:41
|
6546 |
+
msgid "Carousel: Link"
|
6547 |
+
msgstr ""
|
6548 |
+
|
6549 |
+
#: wpml/content-switcher.php:36
|
6550 |
+
msgid "Content Switcher: Title"
|
6551 |
+
msgstr ""
|
6552 |
+
|
6553 |
+
#: wpml/content-switcher.php:38
|
6554 |
+
msgid "Content Switcher: Plain/ HTML Text"
|
6555 |
+
msgstr ""
|
6556 |
+
|
6557 |
+
#: wpml/data-table.php:35
|
6558 |
+
msgid "Data Table: Column Name"
|
6559 |
+
msgstr ""
|
6560 |
+
|
6561 |
+
#: wpml/data-table.php:83
|
6562 |
+
msgid "Data Table: Cell Title"
|
6563 |
+
msgstr ""
|
6564 |
+
|
6565 |
+
#: wpml/data-table.php:85
|
6566 |
+
msgid "Data Table: Cell Link"
|
6567 |
+
msgstr ""
|
6568 |
+
|
6569 |
+
#: wpml/horizontal-timeline.php:37
|
6570 |
+
msgid "Horizontal Timeline: Date"
|
6571 |
+
msgstr ""
|
6572 |
+
|
6573 |
+
#: wpml/horizontal-timeline.php:41
|
6574 |
+
msgid "Horizontal Timeline: Title"
|
6575 |
+
msgstr ""
|
6576 |
+
|
6577 |
+
#: wpml/horizontal-timeline.php:45
|
6578 |
+
msgid "Horizontal Timeline: Subtitle"
|
6579 |
+
msgstr ""
|
6580 |
+
|
6581 |
+
#: wpml/horizontal-timeline.php:49
|
6582 |
+
msgid "Horizontal Timeline: Description"
|
6583 |
+
msgstr ""
|
6584 |
+
|
6585 |
+
#: wpml/image-accordion.php:40
|
6586 |
+
msgid "Image Accordion: Label"
|
6587 |
+
msgstr ""
|
6588 |
+
|
6589 |
+
#: wpml/image-accordion.php:42
|
6590 |
+
msgid "Image Accordion: Title"
|
6591 |
+
msgstr ""
|
6592 |
+
|
6593 |
+
#: wpml/image-accordion.php:44
|
6594 |
+
msgid "Image Accordion: Description"
|
6595 |
+
msgstr ""
|
6596 |
+
|
6597 |
+
#: wpml/image-accordion.php:46
|
6598 |
+
msgid "Image Accordion: Button Label"
|
6599 |
+
msgstr ""
|
6600 |
+
|
6601 |
+
#: wpml/image-accordion.php:48
|
6602 |
+
msgid "Image Accordion: Button URL"
|
6603 |
+
msgstr ""
|
6604 |
+
|
6605 |
+
#: wpml/image-accordion.php:50
|
6606 |
+
msgid "Image Accordion: Link URL"
|
6607 |
+
msgstr ""
|
6608 |
+
|
6609 |
+
#: wpml/image-grid.php:33
|
6610 |
+
msgid "Image Grid: Filter Name"
|
6611 |
+
msgstr ""
|
6612 |
+
|
6613 |
+
#: wpml/justified-gallery.php:33
|
6614 |
+
msgid "Justified Grid: Filter Name"
|
6615 |
+
msgstr ""
|
6616 |
+
|
6617 |
+
#: wpml/logo-grid.php:36
|
6618 |
+
msgid "Logo Grid: Brand Name"
|
6619 |
+
msgstr ""
|
6620 |
+
|
6621 |
+
#: wpml/logo-grid.php:38
|
6622 |
+
msgid "Logo Grid: Link"
|
6623 |
+
msgstr ""
|
6624 |
+
|
6625 |
+
#: wpml/pricing-table.php:33
|
6626 |
+
msgid "Pricing Table: Feature Text"
|
6627 |
+
msgstr ""
|
6628 |
+
|
6629 |
+
#: wpml/skills.php:33
|
6630 |
+
msgid "Skills: Skill Name"
|
6631 |
+
msgstr ""
|
6632 |
+
|
6633 |
+
#: wpml/slider.php:37
|
6634 |
+
msgid "Slider: Title"
|
6635 |
+
msgstr ""
|
6636 |
+
|
6637 |
+
#: wpml/slider.php:39
|
6638 |
+
msgid "Slider: Subtitle"
|
6639 |
+
msgstr ""
|
6640 |
+
|
6641 |
+
#: wpml/slider.php:41
|
6642 |
+
msgid "Slider: Link"
|
6643 |
+
msgstr ""
|
6644 |
+
|
6645 |
+
#: wpml/social-icons.php:36
|
6646 |
+
msgid "Social Icons: Title"
|
6647 |
+
msgstr ""
|
6648 |
+
|
6649 |
+
#: wpml/social-icons.php:38
|
6650 |
+
msgid "Social Icons: Link"
|
6651 |
+
msgstr ""
|
plugin.php
CHANGED
@@ -4,11 +4,11 @@
|
|
4 |
* Plugin Name: Happy Elementor Addons
|
5 |
* Plugin URI: https://happyaddons.com/
|
6 |
* Description: <a href="https://happyaddons.com/">Happy Addons for Elementor</a> Is the Best Elementor Addons Comes With 44+ Free Elementor Widgets Including Table Builder, Testimonial, Event Calendar,Slider,News Ticker, Image Grid, etc & Features Like Elementor Equal Height, Text Stroke, Shape Dividers, Floating Effect, Grid Layout, 500+ Elementor Icons, 450+ Template Packs & More.
|
7 |
-
* Version: 3.4.
|
8 |
* Author: weDevs
|
9 |
* Author URI: https://happyaddons.com/
|
10 |
-
* Elementor tested up to: 3.5.
|
11 |
-
* Elementor Pro tested up to: 3.6.
|
12 |
* License: GPLv2
|
13 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
14 |
* Text Domain: happy-elementor-addons
|
@@ -37,7 +37,7 @@ Copyright 2019 HappyMonster <http://happymonster.me>
|
|
37 |
|
38 |
defined('ABSPATH') || die();
|
39 |
|
40 |
-
define('HAPPY_ADDONS_VERSION', '3.4.
|
41 |
define('HAPPY_ADDONS__FILE__', __FILE__);
|
42 |
define('HAPPY_ADDONS_DIR_PATH', plugin_dir_path(HAPPY_ADDONS__FILE__));
|
43 |
define('HAPPY_ADDONS_DIR_URL', plugin_dir_url(HAPPY_ADDONS__FILE__));
|
4 |
* Plugin Name: Happy Elementor Addons
|
5 |
* Plugin URI: https://happyaddons.com/
|
6 |
* Description: <a href="https://happyaddons.com/">Happy Addons for Elementor</a> Is the Best Elementor Addons Comes With 44+ Free Elementor Widgets Including Table Builder, Testimonial, Event Calendar,Slider,News Ticker, Image Grid, etc & Features Like Elementor Equal Height, Text Stroke, Shape Dividers, Floating Effect, Grid Layout, 500+ Elementor Icons, 450+ Template Packs & More.
|
7 |
+
* Version: 3.4.4
|
8 |
* Author: weDevs
|
9 |
* Author URI: https://happyaddons.com/
|
10 |
+
* Elementor tested up to: 3.5.6
|
11 |
+
* Elementor Pro tested up to: 3.6.3
|
12 |
* License: GPLv2
|
13 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
14 |
* Text Domain: happy-elementor-addons
|
37 |
|
38 |
defined('ABSPATH') || die();
|
39 |
|
40 |
+
define('HAPPY_ADDONS_VERSION', '3.4.4');
|
41 |
define('HAPPY_ADDONS__FILE__', __FILE__);
|
42 |
define('HAPPY_ADDONS_DIR_PATH', plugin_dir_path(HAPPY_ADDONS__FILE__));
|
43 |
define('HAPPY_ADDONS_DIR_URL', plugin_dir_url(HAPPY_ADDONS__FILE__));
|
readme.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
=== Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget) ===
|
2 |
Plugin Name: Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget)
|
3 |
-
Version: 3.4.
|
4 |
Author: weDevs
|
5 |
Author URI: https://happyaddons.com/
|
6 |
Contributors: happyaddons, thehappymonster, wedevs
|
@@ -438,6 +438,14 @@ For a more detailed explanation check out the following documentation
|
|
438 |
|
439 |
== Changelog ==
|
440 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
441 |
= 3.4.3 - 17 February 2022 =
|
442 |
|
443 |
- Tweak: Pdf Viewer Dynamic Link tag support
|
1 |
=== Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget) ===
|
2 |
Plugin Name: Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget)
|
3 |
+
Version: 3.4.4
|
4 |
Author: weDevs
|
5 |
Author URI: https://happyaddons.com/
|
6 |
Contributors: happyaddons, thehappymonster, wedevs
|
438 |
|
439 |
== Changelog ==
|
440 |
|
441 |
+
= 3.4.4 - 1 March 2022 =
|
442 |
+
|
443 |
+
- New: Double Opt In support for mailchimp widget.
|
444 |
+
- Tweak: Improve Slider on load behavior
|
445 |
+
- Tweak: Improve Image Carousel on load behavior
|
446 |
+
- Tweak: Comparison Table description field
|
447 |
+
- Tweak: Comparison Table add button style control for individual item
|
448 |
+
|
449 |
= 3.4.3 - 17 February 2022 =
|
450 |
|
451 |
- Tweak: Pdf Viewer Dynamic Link tag support
|
widgets/carousel/widget.php
CHANGED
@@ -894,7 +894,7 @@ class Carousel extends Base {
|
|
894 |
}
|
895 |
?>
|
896 |
|
897 |
-
<div class="ha-slick-slide">
|
898 |
<<?php echo $item_tag; ?> <?php $this->print_render_attribute_string( $id ); ?>>
|
899 |
<?php if ( $image ) : ?>
|
900 |
<img class="ha-slick-img" src="<?php echo esc_url( $image ); ?>" alt="<?php echo esc_attr( $slide['title'] ); ?>">
|
894 |
}
|
895 |
?>
|
896 |
|
897 |
+
<div class="ha-slick-slide slick-slide">
|
898 |
<<?php echo $item_tag; ?> <?php $this->print_render_attribute_string( $id ); ?>>
|
899 |
<?php if ( $image ) : ?>
|
900 |
<img class="ha-slick-img" src="<?php echo esc_url( $image ); ?>" alt="<?php echo esc_attr( $slide['title'] ); ?>">
|
widgets/comparison-table/widget.php
CHANGED
@@ -36,7 +36,7 @@ class Comparison_Table extends Base {
|
|
36 |
}
|
37 |
|
38 |
public function get_custom_help_url() {
|
39 |
-
|
40 |
}
|
41 |
|
42 |
/**
|
@@ -103,13 +103,49 @@ class Comparison_Table extends Base {
|
|
103 |
]
|
104 |
);
|
105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
$repeater->add_responsive_control(
|
107 |
'column_width',
|
108 |
[
|
109 |
-
'label'
|
110 |
-
'type'
|
111 |
-
'size_units'
|
112 |
-
'range'
|
113 |
'%' => [
|
114 |
'min' => 0,
|
115 |
'max' => 100,
|
@@ -120,7 +156,7 @@ class Comparison_Table extends Base {
|
|
120 |
'step' => 1,
|
121 |
],
|
122 |
],
|
123 |
-
'default'
|
124 |
'unit' => '%',
|
125 |
],
|
126 |
'mobile_default' => [
|
@@ -129,8 +165,8 @@ class Comparison_Table extends Base {
|
|
129 |
'tablet_default' => [
|
130 |
'unit' => '%',
|
131 |
],
|
132 |
-
'selectors'
|
133 |
-
'{{WRAPPER}} {{CURRENT_ITEM}}'
|
134 |
'{{WRAPPER}} {{CURRENT_ITEM}}-sub' => 'width: {{SIZE}}{{UNIT}}',
|
135 |
],
|
136 |
]
|
@@ -184,6 +220,34 @@ class Comparison_Table extends Base {
|
|
184 |
],
|
185 |
]
|
186 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
|
188 |
$this->add_control(
|
189 |
'columns_data',
|
@@ -196,13 +260,13 @@ class Comparison_Table extends Base {
|
|
196 |
],
|
197 |
'default' => [
|
198 |
[
|
199 |
-
'column_name'
|
200 |
-
'column_media'
|
201 |
-
'column_icons'
|
202 |
'value' => 'fas fa-clipboard-list',
|
203 |
'library' => 'fa-solid',
|
204 |
],
|
205 |
-
'column_width'
|
206 |
'size' => 60,
|
207 |
'unit' => '%',
|
208 |
],
|
@@ -216,13 +280,13 @@ class Comparison_Table extends Base {
|
|
216 |
],
|
217 |
],
|
218 |
[
|
219 |
-
'column_name'
|
220 |
-
'column_media'
|
221 |
-
'column_icons'
|
222 |
'value' => 'far fa-hand-pointer',
|
223 |
'library' => 'fa-regular',
|
224 |
],
|
225 |
-
'column_width'
|
226 |
'size' => 20,
|
227 |
'unit' => '%',
|
228 |
],
|
@@ -236,13 +300,13 @@ class Comparison_Table extends Base {
|
|
236 |
],
|
237 |
],
|
238 |
[
|
239 |
-
'column_name'
|
240 |
-
'column_media'
|
241 |
-
'column_icons'
|
242 |
'value' => 'far fa-hand-spock',
|
243 |
'library' => 'fa-regular',
|
244 |
],
|
245 |
-
'column_width'
|
246 |
'size' => 20,
|
247 |
'unit' => '%',
|
248 |
],
|
@@ -292,20 +356,20 @@ class Comparison_Table extends Base {
|
|
292 |
$this->add_responsive_control(
|
293 |
'icon_position',
|
294 |
[
|
295 |
-
'label'
|
296 |
-
'type'
|
297 |
-
'options'
|
298 |
-
'left'
|
299 |
'title' => __( 'Left', 'happy-elementor-addons' ),
|
300 |
'icon' => 'eicon-h-align-left',
|
301 |
],
|
302 |
-
'right'
|
303 |
'title' => __( 'Right', 'happy-elementor-addons' ),
|
304 |
'icon' => 'eicon-h-align-right',
|
305 |
],
|
306 |
],
|
307 |
-
'default'
|
308 |
-
'toggle'
|
309 |
]
|
310 |
);
|
311 |
|
@@ -377,11 +441,11 @@ class Comparison_Table extends Base {
|
|
377 |
'title' => __( 'Blank', 'happy-elementor-addons' ),
|
378 |
'icon' => 'eicon-editor-close',
|
379 |
],
|
380 |
-
'text'
|
381 |
'title' => __( 'Text', 'happy-elementor-addons' ),
|
382 |
'icon' => 'eicon-heading',
|
383 |
],
|
384 |
-
'icon'
|
385 |
'title' => __( 'Icon', 'happy-elementor-addons' ),
|
386 |
'icon' => 'eicon-info-circle',
|
387 |
],
|
@@ -419,7 +483,7 @@ class Comparison_Table extends Base {
|
|
419 |
'dynamic' => [
|
420 |
'active' => true,
|
421 |
],
|
422 |
-
'default'
|
423 |
'url' => Utils::get_placeholder_image_src(),
|
424 |
],
|
425 |
'condition' => [
|
@@ -432,10 +496,14 @@ class Comparison_Table extends Base {
|
|
432 |
$repeater->add_group_control(
|
433 |
Group_Control_Image_Size::get_type(),
|
434 |
[
|
435 |
-
'name'
|
436 |
-
'exclude'
|
437 |
-
'include'
|
438 |
-
'default'
|
|
|
|
|
|
|
|
|
439 |
]
|
440 |
);
|
441 |
|
@@ -461,7 +529,7 @@ class Comparison_Table extends Base {
|
|
461 |
[
|
462 |
'label' => __( 'Color', 'happy-elementor-addons' ),
|
463 |
'type' => Controls_Manager::COLOR,
|
464 |
-
'condition'
|
465 |
'column_content_type' => 'icon',
|
466 |
'row_column_type' => 'column',
|
467 |
],
|
@@ -471,6 +539,35 @@ class Comparison_Table extends Base {
|
|
471 |
],
|
472 |
]
|
473 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
474 |
|
475 |
$this->add_control(
|
476 |
'rows_data',
|
@@ -534,10 +631,10 @@ class Comparison_Table extends Base {
|
|
534 |
$this->add_responsive_control(
|
535 |
'row_align',
|
536 |
[
|
537 |
-
'label'
|
538 |
-
'type'
|
539 |
-
'separator'
|
540 |
-
'options'
|
541 |
'left' => [
|
542 |
'title' => __( 'Left', 'happy-elementor-addons' ),
|
543 |
'icon' => 'eicon-text-align-left',
|
@@ -551,9 +648,9 @@ class Comparison_Table extends Base {
|
|
551 |
'icon' => 'eicon-text-align-right',
|
552 |
],
|
553 |
],
|
554 |
-
'default'
|
555 |
-
'toggle'
|
556 |
-
'selectors'
|
557 |
'(desktop){{WRAPPER}} .ha-comparison-table__row-item-cell:not(:first-child)' => 'text-align: {{VALUE}}',
|
558 |
'(tablet){{WRAPPER}} .ha-comparison-table__row-item-cell:not(:first-child)' => 'text-align: {{VALUE}}',
|
559 |
'(mobile){{WRAPPER}} .ha-comparison-table__row-item-cell:not(:first-child)' => 'text-align: {{VALUE}}',
|
@@ -580,9 +677,9 @@ class Comparison_Table extends Base {
|
|
580 |
$repeater->add_control(
|
581 |
'btn_title',
|
582 |
[
|
583 |
-
'label'
|
584 |
-
'type'
|
585 |
-
'default'
|
586 |
'placeholder' => __( 'Type your title here', 'happy-elementor-addons' ),
|
587 |
]
|
588 |
);
|
@@ -590,43 +687,142 @@ class Comparison_Table extends Base {
|
|
590 |
$repeater->add_control(
|
591 |
'link',
|
592 |
[
|
593 |
-
'label'
|
594 |
-
'type'
|
595 |
-
'placeholder'
|
596 |
'show_external' => true,
|
597 |
-
'default'
|
598 |
-
'url'
|
599 |
'is_external' => true,
|
600 |
-
'nofollow'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
601 |
],
|
602 |
]
|
603 |
);
|
604 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
605 |
$this->add_control(
|
606 |
'table_btns',
|
607 |
[
|
608 |
-
'label'
|
609 |
-
'type'
|
610 |
-
'fields'
|
611 |
-
'default'
|
612 |
[
|
613 |
-
'btn_title'
|
614 |
-
'link'
|
615 |
-
'url'
|
616 |
'is_external' => true,
|
617 |
-
'nofollow'
|
618 |
],
|
619 |
],
|
620 |
[
|
621 |
-
'btn_title'
|
622 |
-
'link'
|
623 |
-
'url'
|
624 |
'is_external' => true,
|
625 |
-
'nofollow'
|
626 |
],
|
627 |
],
|
628 |
],
|
629 |
-
'title_field'
|
630 |
'prevent_empty' => false,
|
631 |
]
|
632 |
);
|
@@ -634,8 +830,8 @@ class Comparison_Table extends Base {
|
|
634 |
$this->add_control(
|
635 |
'more_options',
|
636 |
[
|
637 |
-
'label'
|
638 |
-
'type'
|
639 |
'separator' => 'before',
|
640 |
]
|
641 |
);
|
@@ -643,24 +839,24 @@ class Comparison_Table extends Base {
|
|
643 |
$this->add_control(
|
644 |
'btn_align',
|
645 |
[
|
646 |
-
'label'
|
647 |
-
'type'
|
648 |
-
'options'
|
649 |
'flex-start' => [
|
650 |
'title' => __( 'Left', 'happy-elementor-addons' ),
|
651 |
-
'icon'
|
652 |
],
|
653 |
-
'center'
|
654 |
'title' => __( 'Center', 'happy-elementor-addons' ),
|
655 |
-
'icon'
|
656 |
],
|
657 |
-
'flex-end'
|
658 |
'title' => __( 'Right', 'happy-elementor-addons' ),
|
659 |
-
'icon'
|
660 |
],
|
661 |
],
|
662 |
-
'default'
|
663 |
-
'toggle'
|
664 |
'selectors' => ['{{WRAPPER}} .ha-comparison-table__btns' => 'justify-content: {{VALUE}}'],
|
665 |
]
|
666 |
);
|
@@ -680,10 +876,10 @@ class Comparison_Table extends Base {
|
|
680 |
$this->add_responsive_control(
|
681 |
'table_width',
|
682 |
[
|
683 |
-
'label'
|
684 |
-
'type'
|
685 |
-
'size_units'
|
686 |
-
'range'
|
687 |
'%' => [
|
688 |
'min' => 0,
|
689 |
'max' => 100,
|
@@ -694,14 +890,14 @@ class Comparison_Table extends Base {
|
|
694 |
'step' => 1,
|
695 |
],
|
696 |
],
|
697 |
-
'default'
|
698 |
'unit' => '%',
|
699 |
'size' => 100,
|
700 |
],
|
701 |
-
'mobile_default'
|
702 |
'unit' => '%',
|
703 |
],
|
704 |
-
'selectors'
|
705 |
'{{WRAPPER}} .ha-comparison-table-wrapper' => 'width: {{SIZE}}{{UNIT}};',
|
706 |
],
|
707 |
]
|
@@ -784,7 +980,7 @@ class Comparison_Table extends Base {
|
|
784 |
Group_Control_Typography::get_type(),
|
785 |
[
|
786 |
'name' => 'head_typography',
|
787 |
-
'selector' => '{{WRAPPER}} .ha-comparison-table-wrapper .ha-comparison-table__head-
|
788 |
'scheme' => Typography::TYPOGRAPHY_3,
|
789 |
]
|
790 |
);
|
@@ -795,7 +991,36 @@ class Comparison_Table extends Base {
|
|
795 |
'label' => __( 'Color', 'happy-elementor-addons' ),
|
796 |
'type' => Controls_Manager::COLOR,
|
797 |
'selectors' => [
|
798 |
-
'{{WRAPPER}} .ha-comparison-table-wrapper .ha-comparison-table__head-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
799 |
],
|
800 |
]
|
801 |
);
|
@@ -847,10 +1072,10 @@ class Comparison_Table extends Base {
|
|
847 |
$this->add_control(
|
848 |
'column_color_notice',
|
849 |
[
|
850 |
-
'type'
|
851 |
-
'raw'
|
852 |
'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',
|
853 |
-
'render_type'
|
854 |
]
|
855 |
);
|
856 |
|
@@ -1032,6 +1257,46 @@ class Comparison_Table extends Base {
|
|
1032 |
'scheme' => Typography::TYPOGRAPHY_3,
|
1033 |
]
|
1034 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1035 |
|
1036 |
$this->add_control(
|
1037 |
'_row_image',
|
@@ -1045,21 +1310,21 @@ class Comparison_Table extends Base {
|
|
1045 |
$this->add_responsive_control(
|
1046 |
'row_image_width',
|
1047 |
[
|
1048 |
-
'label'
|
1049 |
-
'type'
|
1050 |
'size_units' => [ 'px', '%', 'vw'],
|
1051 |
-
'range'
|
1052 |
'px' => [
|
1053 |
-
'min'
|
1054 |
-
'max'
|
1055 |
'step' => 1,
|
1056 |
],
|
1057 |
-
'%'
|
1058 |
'min' => 0,
|
1059 |
'max' => 100,
|
1060 |
],
|
1061 |
],
|
1062 |
-
'selectors'
|
1063 |
'{{WRAPPER}} .ha-comparison-table__row-cell-image img' => 'width: {{SIZE}}{{UNIT}};',
|
1064 |
],
|
1065 |
]
|
@@ -1068,17 +1333,17 @@ class Comparison_Table extends Base {
|
|
1068 |
$this->add_responsive_control(
|
1069 |
'row_image_height',
|
1070 |
[
|
1071 |
-
'label'
|
1072 |
-
'type'
|
1073 |
'size_units' => [ 'px' ],
|
1074 |
-
'range'
|
1075 |
'px' => [
|
1076 |
-
'min'
|
1077 |
-
'max'
|
1078 |
'step' => 1,
|
1079 |
],
|
1080 |
],
|
1081 |
-
'selectors'
|
1082 |
'{{WRAPPER}} .ha-comparison-table__row-cell-image img' => 'width: {{SIZE}}{{UNIT}};',
|
1083 |
],
|
1084 |
]
|
@@ -1133,11 +1398,11 @@ class Comparison_Table extends Base {
|
|
1133 |
$this->add_control(
|
1134 |
'row_style_notice',
|
1135 |
[
|
1136 |
-
'type'
|
1137 |
-
'separator'
|
1138 |
-
'raw'
|
1139 |
'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',
|
1140 |
-
'render_type'
|
1141 |
]
|
1142 |
);
|
1143 |
|
@@ -1158,9 +1423,9 @@ class Comparison_Table extends Base {
|
|
1158 |
Group_Control_Typography::get_type(),
|
1159 |
[
|
1160 |
'name' => 'btn_text_typography',
|
1161 |
-
'label'
|
1162 |
'selector' => '{{WRAPPER}} .ha-comparison-table__btns-item--btn',
|
1163 |
-
'scheme'
|
1164 |
]
|
1165 |
);
|
1166 |
|
@@ -1189,7 +1454,7 @@ class Comparison_Table extends Base {
|
|
1189 |
$this->add_group_control(
|
1190 |
Group_Control_Border::get_type(),
|
1191 |
[
|
1192 |
-
'name'
|
1193 |
'selector' => '{{WRAPPER}} .ha-comparison-table__btns-item--btn',
|
1194 |
]
|
1195 |
);
|
@@ -1205,8 +1470,8 @@ class Comparison_Table extends Base {
|
|
1205 |
$this->add_control(
|
1206 |
'button_text_color',
|
1207 |
[
|
1208 |
-
'label'
|
1209 |
-
'type'
|
1210 |
'selectors' => [
|
1211 |
'{{WRAPPER}} .ha-comparison-table__btns-item--btn' => 'color: {{VALUE}}',
|
1212 |
],
|
@@ -1216,8 +1481,8 @@ class Comparison_Table extends Base {
|
|
1216 |
$this->add_control(
|
1217 |
'button_bg_color',
|
1218 |
[
|
1219 |
-
'label'
|
1220 |
-
'type'
|
1221 |
'selectors' => [
|
1222 |
'{{WRAPPER}} .ha-comparison-table__btns-item--btn' => 'background: {{VALUE}}',
|
1223 |
],
|
@@ -1227,7 +1492,7 @@ class Comparison_Table extends Base {
|
|
1227 |
$this->add_group_control(
|
1228 |
Group_Control_Box_Shadow::get_type(),
|
1229 |
[
|
1230 |
-
'name'
|
1231 |
'selector' => '{{WRAPPER}} .ha-comparison-table__btns-item--btn',
|
1232 |
]
|
1233 |
);
|
@@ -1244,8 +1509,8 @@ class Comparison_Table extends Base {
|
|
1244 |
$this->add_control(
|
1245 |
'button_hover_text_color',
|
1246 |
[
|
1247 |
-
'label'
|
1248 |
-
'type'
|
1249 |
'selectors' => [
|
1250 |
'{{WRAPPER}} .ha-comparison-table__btns-item--btn:hover' => 'color: {{VALUE}}',
|
1251 |
],
|
@@ -1255,8 +1520,8 @@ class Comparison_Table extends Base {
|
|
1255 |
$this->add_control(
|
1256 |
'button_hover_bg_color',
|
1257 |
[
|
1258 |
-
'label'
|
1259 |
-
'type'
|
1260 |
'selectors' => [
|
1261 |
'{{WRAPPER}} .ha-comparison-table__btns-item--btn:hover' => 'background: {{VALUE}}',
|
1262 |
],
|
@@ -1266,7 +1531,7 @@ class Comparison_Table extends Base {
|
|
1266 |
$this->add_group_control(
|
1267 |
Group_Control_Box_Shadow::get_type(),
|
1268 |
[
|
1269 |
-
'name'
|
1270 |
'selector' => '{{WRAPPER}} .ha-comparison-table__btns-item--btn:hover',
|
1271 |
]
|
1272 |
);
|
@@ -1301,18 +1566,20 @@ class Comparison_Table extends Base {
|
|
1301 |
$cell_key = end( $table_row_keys );
|
1302 |
|
1303 |
$table_cell[] = [
|
1304 |
-
'repeater_id'
|
1305 |
-
'row_id'
|
1306 |
-
'title'
|
1307 |
-
'row_icons'
|
1308 |
-
'row_image'
|
1309 |
'image_size' => ! empty( $row['thumbnail_size'] ) ? $row['thumbnail_size'] : '',
|
|
|
|
|
1310 |
];
|
1311 |
}
|
1312 |
}
|
1313 |
|
1314 |
$column_width = [];
|
1315 |
-
$sub_id
|
1316 |
?>
|
1317 |
|
1318 |
<div class="ha-comparison-table-wrapper">
|
@@ -1338,36 +1605,50 @@ class Comparison_Table extends Base {
|
|
1338 |
</div>
|
1339 |
<?php endif; ?>
|
1340 |
|
1341 |
-
<?php if ( ! empty( $head['column_name'] ) ) :
|
|
|
1342 |
<div class="ha-comparison-table__head-column-cell-title">
|
1343 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1344 |
</div>
|
1345 |
-
<?php endif; ?>
|
1346 |
</div>
|
1347 |
<?php endforeach;
|
1348 |
-
endif; ?>
|
1349 |
</div>
|
1350 |
<div class="ha-comparison-table__row">
|
1351 |
<?php for ( $i = 0; $i < count( $table_row ); $i++ ) :
|
1352 |
$index = 0; ?>
|
1353 |
<div class="ha-comparison-table__row-item">
|
1354 |
<?php for ( $j = 0; $j < count( $table_cell ); $j++ ) :
|
1355 |
-
|
1356 |
if ( $table_row[ $i ]['id'] == $table_cell[ $j ]['row_id'] ) :
|
1357 |
$row_repeater_key = $this->get_repeater_setting_key( 'column_span', 'rows_data', $index );
|
1358 |
$this->add_render_attribute( 'row_repeater_key', 'class', [ 'ha-comparison-table__row-item-cell', 'elementor-repeater-item-' . $table_cell[ $j ]['repeater_id'], 'elementor-repeater-item-' . $sub_id[ $index ] ] );
|
1359 |
?>
|
1360 |
-
|
1361 |
<?php if ( ! empty( $table_cell[ $j ]['title'] ) ) : ?>
|
1362 |
<div class="ha-comparison-table__row-item-cell-title">
|
1363 |
<?php echo ha_kses_basic( $table_cell[ $j ]['title'] ); ?>
|
|
|
1364 |
</div>
|
1365 |
-
|
1366 |
<?php if ( ! empty( $table_cell[ $j ]['row_icons'] ) ) : ?>
|
1367 |
<div class="ha-comparison-table__row-cell-icon">
|
1368 |
<?php Icons_Manager::render_icon( $table_cell[ $j ]['row_icons'] ); ?>
|
1369 |
</div>
|
1370 |
-
|
1371 |
<?php if ( ! empty( $table_cell[ $j ]['row_image'] ) ) : ?>
|
1372 |
<div class="ha-comparison-table__row-cell-image">
|
1373 |
<?php
|
@@ -1375,6 +1656,12 @@ endif; ?>
|
|
1375 |
?>
|
1376 |
</div>
|
1377 |
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
1378 |
</div>
|
1379 |
|
1380 |
<?php
|
@@ -1391,9 +1678,10 @@ endif; ?>
|
|
1391 |
|
1392 |
if ( is_array( $btns ) ) {
|
1393 |
foreach ( $btns as $index => $btn ) {
|
|
|
1394 |
$column_repeater_key = $this->get_repeater_setting_key( '', 'table_btns', $index );
|
1395 |
$this->add_render_attribute( $column_repeater_key, 'class', ['ha-comparison-table__btns-item', 'elementor-repeater-item-' . $sub_id[ $index + 1 ]] );
|
1396 |
-
$this->add_render_attribute( 'button', 'class', ['ha-comparison-table__btns-item--btn'] );
|
1397 |
if ( $btn['link']['url'] ) {
|
1398 |
$this->add_link_attributes( 'button', $btn['link'] );
|
1399 |
}
|
@@ -1401,11 +1689,12 @@ endif; ?>
|
|
1401 |
?>
|
1402 |
<div <?php $this->print_render_attribute_string( $column_repeater_key ); ?>>
|
1403 |
<a <?php $this->print_render_attribute_string( 'button' ); ?>>
|
1404 |
-
<?php echo $btn['btn_title']; ?>
|
1405 |
</a>
|
1406 |
</div>
|
1407 |
<?php
|
1408 |
$this->remove_render_attribute( $column_repeater_key );
|
|
|
1409 |
}
|
1410 |
}
|
1411 |
?>
|
36 |
}
|
37 |
|
38 |
public function get_custom_help_url() {
|
39 |
+
return 'https://happyaddons.com/docs/happy-addons-for-elementor/widgets/comparison-table/';
|
40 |
}
|
41 |
|
42 |
/**
|
103 |
]
|
104 |
);
|
105 |
|
106 |
+
$repeater->add_control(
|
107 |
+
'title_tag',
|
108 |
+
[
|
109 |
+
'label' => __( 'Title HTML Tag', 'happy-elementor-addons' ),
|
110 |
+
'type' => Controls_Manager::CHOOSE,
|
111 |
+
'options' => [
|
112 |
+
'h1' => [
|
113 |
+
'title' => __( 'H1', 'happy-elementor-addons' ),
|
114 |
+
'icon' => 'eicon-editor-h1',
|
115 |
+
],
|
116 |
+
'h2' => [
|
117 |
+
'title' => __( 'H2', 'happy-elementor-addons' ),
|
118 |
+
'icon' => 'eicon-editor-h2',
|
119 |
+
],
|
120 |
+
'h3' => [
|
121 |
+
'title' => __( 'H3', 'happy-elementor-addons' ),
|
122 |
+
'icon' => 'eicon-editor-h3',
|
123 |
+
],
|
124 |
+
'h4' => [
|
125 |
+
'title' => __( 'H4', 'happy-elementor-addons' ),
|
126 |
+
'icon' => 'eicon-editor-h4',
|
127 |
+
],
|
128 |
+
'h5' => [
|
129 |
+
'title' => __( 'H5', 'happy-elementor-addons' ),
|
130 |
+
'icon' => 'eicon-editor-h5',
|
131 |
+
],
|
132 |
+
'h6' => [
|
133 |
+
'title' => __( 'H6', 'happy-elementor-addons' ),
|
134 |
+
'icon' => 'eicon-editor-h6',
|
135 |
+
],
|
136 |
+
],
|
137 |
+
'default' => 'h5',
|
138 |
+
'toggle' => false,
|
139 |
+
]
|
140 |
+
);
|
141 |
+
|
142 |
$repeater->add_responsive_control(
|
143 |
'column_width',
|
144 |
[
|
145 |
+
'label' => __( 'Column Width', 'happy-elementor-addons' ),
|
146 |
+
'type' => Controls_Manager::SLIDER,
|
147 |
+
'size_units' => ['%', 'px'],
|
148 |
+
'range' => [
|
149 |
'%' => [
|
150 |
'min' => 0,
|
151 |
'max' => 100,
|
156 |
'step' => 1,
|
157 |
],
|
158 |
],
|
159 |
+
'default' => [
|
160 |
'unit' => '%',
|
161 |
],
|
162 |
'mobile_default' => [
|
165 |
'tablet_default' => [
|
166 |
'unit' => '%',
|
167 |
],
|
168 |
+
'selectors' => [
|
169 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}' => 'width: {{SIZE}}{{UNIT}}',
|
170 |
'{{WRAPPER}} {{CURRENT_ITEM}}-sub' => 'width: {{SIZE}}{{UNIT}}',
|
171 |
],
|
172 |
]
|
220 |
],
|
221 |
]
|
222 |
);
|
223 |
+
$repeater->add_control(
|
224 |
+
'head_show_content',
|
225 |
+
[
|
226 |
+
'label' => esc_html__( 'Description', 'happy-elementor-addons' ),
|
227 |
+
'type' => Controls_Manager::SWITCHER,
|
228 |
+
'label_on' => esc_html__( 'Show', 'happy-elementor-addons' ),
|
229 |
+
'label_off' => esc_html__( 'Hide', 'happy-elementor-addons' ),
|
230 |
+
'return_value' => 'yes',
|
231 |
+
'default' => '',
|
232 |
+
// 'condition' => [
|
233 |
+
// // 'column_content_type' => 'icon',
|
234 |
+
// 'row_column_type' => 'column',
|
235 |
+
// ],
|
236 |
+
// 'render_type' => 'ui',
|
237 |
+
]
|
238 |
+
);
|
239 |
+
|
240 |
+
$repeater->add_control(
|
241 |
+
'head_content',
|
242 |
+
[
|
243 |
+
'label' => esc_html__( 'Show Content', 'happy-elementor-addons' ),
|
244 |
+
'type' => Controls_Manager::WYSIWYG,
|
245 |
+
'placeholder' => esc_html__( 'Type your description here', 'happy-elementor-addons' ),
|
246 |
+
'condition' => [
|
247 |
+
'head_show_content' => 'yes',
|
248 |
+
],
|
249 |
+
]
|
250 |
+
);
|
251 |
|
252 |
$this->add_control(
|
253 |
'columns_data',
|
260 |
],
|
261 |
'default' => [
|
262 |
[
|
263 |
+
'column_name' => __( 'Features', 'happy-elementor-addons' ),
|
264 |
+
'column_media' => 'icon',
|
265 |
+
'column_icons' => [
|
266 |
'value' => 'fas fa-clipboard-list',
|
267 |
'library' => 'fa-solid',
|
268 |
],
|
269 |
+
'column_width' => [
|
270 |
'size' => 60,
|
271 |
'unit' => '%',
|
272 |
],
|
280 |
],
|
281 |
],
|
282 |
[
|
283 |
+
'column_name' => __( 'Free', 'happy-elementor-addons' ),
|
284 |
+
'column_media' => 'icon',
|
285 |
+
'column_icons' => [
|
286 |
'value' => 'far fa-hand-pointer',
|
287 |
'library' => 'fa-regular',
|
288 |
],
|
289 |
+
'column_width' => [
|
290 |
'size' => 20,
|
291 |
'unit' => '%',
|
292 |
],
|
300 |
],
|
301 |
],
|
302 |
[
|
303 |
+
'column_name' => __( 'Pro', 'happy-elementor-addons' ),
|
304 |
+
'column_media' => 'icon',
|
305 |
+
'column_icons' => [
|
306 |
'value' => 'far fa-hand-spock',
|
307 |
'library' => 'fa-regular',
|
308 |
],
|
309 |
+
'column_width' => [
|
310 |
'size' => 20,
|
311 |
'unit' => '%',
|
312 |
],
|
356 |
$this->add_responsive_control(
|
357 |
'icon_position',
|
358 |
[
|
359 |
+
'label' => __( 'Icon Position', 'happy-elementor-addons' ),
|
360 |
+
'type' => Controls_Manager::CHOOSE,
|
361 |
+
'options' => [
|
362 |
+
'left' => [
|
363 |
'title' => __( 'Left', 'happy-elementor-addons' ),
|
364 |
'icon' => 'eicon-h-align-left',
|
365 |
],
|
366 |
+
'right' => [
|
367 |
'title' => __( 'Right', 'happy-elementor-addons' ),
|
368 |
'icon' => 'eicon-h-align-right',
|
369 |
],
|
370 |
],
|
371 |
+
'default' => 'left',
|
372 |
+
'toggle' => false,
|
373 |
]
|
374 |
);
|
375 |
|
441 |
'title' => __( 'Blank', 'happy-elementor-addons' ),
|
442 |
'icon' => 'eicon-editor-close',
|
443 |
],
|
444 |
+
'text' => [
|
445 |
'title' => __( 'Text', 'happy-elementor-addons' ),
|
446 |
'icon' => 'eicon-heading',
|
447 |
],
|
448 |
+
'icon' => [
|
449 |
'title' => __( 'Icon', 'happy-elementor-addons' ),
|
450 |
'icon' => 'eicon-info-circle',
|
451 |
],
|
483 |
'dynamic' => [
|
484 |
'active' => true,
|
485 |
],
|
486 |
+
'default' => [
|
487 |
'url' => Utils::get_placeholder_image_src(),
|
488 |
],
|
489 |
'condition' => [
|
496 |
$repeater->add_group_control(
|
497 |
Group_Control_Image_Size::get_type(),
|
498 |
[
|
499 |
+
'name' => 'thumbnail',
|
500 |
+
'exclude' => [ 'custom' ],
|
501 |
+
'include' => [],
|
502 |
+
'default' => 'thumbnail',
|
503 |
+
'condition' => [
|
504 |
+
'column_content_type' => 'image',
|
505 |
+
'row_column_type!' => 'row',
|
506 |
+
],
|
507 |
]
|
508 |
);
|
509 |
|
529 |
[
|
530 |
'label' => __( 'Color', 'happy-elementor-addons' ),
|
531 |
'type' => Controls_Manager::COLOR,
|
532 |
+
'condition' => [
|
533 |
'column_content_type' => 'icon',
|
534 |
'row_column_type' => 'column',
|
535 |
],
|
539 |
],
|
540 |
]
|
541 |
);
|
542 |
+
$repeater->add_control(
|
543 |
+
'show_content',
|
544 |
+
[
|
545 |
+
'label' => esc_html__( 'Description', 'happy-elementor-addons' ),
|
546 |
+
'type' => Controls_Manager::SWITCHER,
|
547 |
+
'label_on' => esc_html__( 'Show', 'happy-elementor-addons' ),
|
548 |
+
'label_off' => esc_html__( 'Hide', 'happy-elementor-addons' ),
|
549 |
+
'return_value' => 'yes',
|
550 |
+
'default' => '',
|
551 |
+
'condition' => [
|
552 |
+
// 'column_content_type' => 'icon',
|
553 |
+
'row_column_type' => 'column',
|
554 |
+
],
|
555 |
+
// 'render_type' => 'ui',
|
556 |
+
]
|
557 |
+
);
|
558 |
+
|
559 |
+
$repeater->add_control(
|
560 |
+
'row_content',
|
561 |
+
[
|
562 |
+
'label' => esc_html__( 'Show Content', 'happy-elementor-addons' ),
|
563 |
+
'type' => Controls_Manager::WYSIWYG,
|
564 |
+
'placeholder' => esc_html__( 'Type your description here', 'happy-elementor-addons' ),
|
565 |
+
'condition' => [
|
566 |
+
'show_content' => 'yes',
|
567 |
+
'row_column_type' => 'column',
|
568 |
+
],
|
569 |
+
]
|
570 |
+
);
|
571 |
|
572 |
$this->add_control(
|
573 |
'rows_data',
|
631 |
$this->add_responsive_control(
|
632 |
'row_align',
|
633 |
[
|
634 |
+
'label' => __( 'Alignment', 'happy-elementor-addons' ),
|
635 |
+
'type' => Controls_Manager::CHOOSE,
|
636 |
+
'separator' => 'before',
|
637 |
+
'options' => [
|
638 |
'left' => [
|
639 |
'title' => __( 'Left', 'happy-elementor-addons' ),
|
640 |
'icon' => 'eicon-text-align-left',
|
648 |
'icon' => 'eicon-text-align-right',
|
649 |
],
|
650 |
],
|
651 |
+
'default' => 'center',
|
652 |
+
'toggle' => false,
|
653 |
+
'selectors' => [
|
654 |
'(desktop){{WRAPPER}} .ha-comparison-table__row-item-cell:not(:first-child)' => 'text-align: {{VALUE}}',
|
655 |
'(tablet){{WRAPPER}} .ha-comparison-table__row-item-cell:not(:first-child)' => 'text-align: {{VALUE}}',
|
656 |
'(mobile){{WRAPPER}} .ha-comparison-table__row-item-cell:not(:first-child)' => 'text-align: {{VALUE}}',
|
677 |
$repeater->add_control(
|
678 |
'btn_title',
|
679 |
[
|
680 |
+
'label' => __( 'Title', 'happy-elementor-addons' ),
|
681 |
+
'type' => Controls_Manager::TEXT,
|
682 |
+
'default' => __( 'Buy Now', 'happy-elementor-addons' ),
|
683 |
'placeholder' => __( 'Type your title here', 'happy-elementor-addons' ),
|
684 |
]
|
685 |
);
|
687 |
$repeater->add_control(
|
688 |
'link',
|
689 |
[
|
690 |
+
'label' => __( 'Link', 'happy-elementor-addons' ),
|
691 |
+
'type' => Controls_Manager::URL,
|
692 |
+
'placeholder' => __( 'https://your-link.com', 'happy-elementor-addons' ),
|
693 |
'show_external' => true,
|
694 |
+
'default' => [
|
695 |
+
'url' => '#',
|
696 |
'is_external' => true,
|
697 |
+
'nofollow' => true,
|
698 |
+
],
|
699 |
+
'dynamic',
|
700 |
+
]
|
701 |
+
);
|
702 |
+
$repeater->add_control(
|
703 |
+
'enbale_btn_custom_style',
|
704 |
+
[
|
705 |
+
'label' => __( 'Custom Style?', 'happy-elementor-addons' ),
|
706 |
+
'type' => Controls_Manager::SWITCHER,
|
707 |
+
'default' => '',
|
708 |
+
'return_value' => 'yes',
|
709 |
+
'render_type' => 'ui',
|
710 |
+
]
|
711 |
+
);
|
712 |
+
$repeater->start_controls_tabs(
|
713 |
+
'custom_btn_style_tabs',
|
714 |
+
[
|
715 |
+
'condition' => [
|
716 |
+
'enbale_btn_custom_style' => 'yes',
|
717 |
+
],
|
718 |
+
]
|
719 |
+
);
|
720 |
+
|
721 |
+
$repeater->start_controls_tab(
|
722 |
+
'custom_btn_style_normal_tab',
|
723 |
+
[
|
724 |
+
'label' => esc_html__( 'Normal', 'happy-elementor-addons' ),
|
725 |
+
]
|
726 |
+
);
|
727 |
+
|
728 |
+
$repeater->add_control(
|
729 |
+
'button_text_color',
|
730 |
+
[
|
731 |
+
'label' => __( 'Text Color', 'happy-elementor-addons' ),
|
732 |
+
'type' => Controls_Manager::COLOR,
|
733 |
+
'selectors' => [
|
734 |
+
'{{WRAPPER}} .ha-comparison-table__btns-item--btn{{CURRENT_ITEM}}' => 'color: {{VALUE}}',
|
735 |
],
|
736 |
]
|
737 |
);
|
738 |
|
739 |
+
$repeater->add_control(
|
740 |
+
'button_bg_color',
|
741 |
+
[
|
742 |
+
'label' => __( 'Background Color', 'happy-elementor-addons' ),
|
743 |
+
'type' => Controls_Manager::COLOR,
|
744 |
+
'selectors' => [
|
745 |
+
'{{WRAPPER}} .ha-comparison-table__btns-item--btn{{CURRENT_ITEM}}' => 'background: {{VALUE}}',
|
746 |
+
],
|
747 |
+
]
|
748 |
+
);
|
749 |
+
|
750 |
+
$repeater->add_group_control(
|
751 |
+
Group_Control_Box_Shadow::get_type(),
|
752 |
+
[
|
753 |
+
'name' => 'button_box_shadow',
|
754 |
+
'selector' => '{{WRAPPER}} .ha-comparison-table__btns-item--btn{{CURRENT_ITEM}}',
|
755 |
+
]
|
756 |
+
);
|
757 |
+
|
758 |
+
$repeater->end_controls_tab();
|
759 |
+
|
760 |
+
$repeater->start_controls_tab(
|
761 |
+
'custom_btn_style_hover_tab',
|
762 |
+
[
|
763 |
+
'label' => esc_html__( 'Hover', 'happy-elementor-addons' ),
|
764 |
+
]
|
765 |
+
);
|
766 |
+
|
767 |
+
$repeater->add_control(
|
768 |
+
'button_text_color_hover',
|
769 |
+
[
|
770 |
+
'label' => __( 'Text Color', 'happy-elementor-addons' ),
|
771 |
+
'type' => Controls_Manager::COLOR,
|
772 |
+
'selectors' => [
|
773 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}:hover' => 'color: {{VALUE}}',
|
774 |
+
],
|
775 |
+
]
|
776 |
+
);
|
777 |
+
|
778 |
+
$repeater->add_control(
|
779 |
+
'button_bg_color_hover',
|
780 |
+
[
|
781 |
+
'label' => __( 'Background Color', 'happy-elementor-addons' ),
|
782 |
+
'type' => Controls_Manager::COLOR,
|
783 |
+
'selectors' => [
|
784 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}:hover' => 'background: {{VALUE}}',
|
785 |
+
],
|
786 |
+
]
|
787 |
+
);
|
788 |
+
|
789 |
+
$repeater->add_group_control(
|
790 |
+
Group_Control_Box_Shadow::get_type(),
|
791 |
+
[
|
792 |
+
'name' => 'button_box_shadow_hover',
|
793 |
+
'selector' => '{{WRAPPER}} {{CURRENT_ITEM}}:hover',
|
794 |
+
]
|
795 |
+
);
|
796 |
+
|
797 |
+
$repeater->end_controls_tab();
|
798 |
+
|
799 |
+
$repeater->end_controls_tabs();
|
800 |
+
|
801 |
$this->add_control(
|
802 |
'table_btns',
|
803 |
[
|
804 |
+
'label' => __( 'Buttons', 'happy-elementor-addons' ),
|
805 |
+
'type' => Controls_Manager::REPEATER,
|
806 |
+
'fields' => $repeater->get_controls(),
|
807 |
+
'default' => [
|
808 |
[
|
809 |
+
'btn_title' => __( 'Download', 'happy-elementor-addons' ),
|
810 |
+
'link' => [
|
811 |
+
'url' => '#',
|
812 |
'is_external' => true,
|
813 |
+
'nofollow' => true,
|
814 |
],
|
815 |
],
|
816 |
[
|
817 |
+
'btn_title' => __( 'Buy Now', 'happy-elementor-addons' ),
|
818 |
+
'link' => [
|
819 |
+
'url' => '#',
|
820 |
'is_external' => true,
|
821 |
+
'nofollow' => true,
|
822 |
],
|
823 |
],
|
824 |
],
|
825 |
+
'title_field' => '{{{ btn_title }}}',
|
826 |
'prevent_empty' => false,
|
827 |
]
|
828 |
);
|
830 |
$this->add_control(
|
831 |
'more_options',
|
832 |
[
|
833 |
+
'label' => __( 'Button Settings', 'happy-elementor-addons' ),
|
834 |
+
'type' => Controls_Manager::HEADING,
|
835 |
'separator' => 'before',
|
836 |
]
|
837 |
);
|
839 |
$this->add_control(
|
840 |
'btn_align',
|
841 |
[
|
842 |
+
'label' => __( 'Alignment', 'happy-elementor-addons' ),
|
843 |
+
'type' => Controls_Manager::CHOOSE,
|
844 |
+
'options' => [
|
845 |
'flex-start' => [
|
846 |
'title' => __( 'Left', 'happy-elementor-addons' ),
|
847 |
+
'icon' => 'fa fa-align-left',
|
848 |
],
|
849 |
+
'center' => [
|
850 |
'title' => __( 'Center', 'happy-elementor-addons' ),
|
851 |
+
'icon' => 'fa fa-align-center',
|
852 |
],
|
853 |
+
'flex-end' => [
|
854 |
'title' => __( 'Right', 'happy-elementor-addons' ),
|
855 |
+
'icon' => 'fa fa-align-right',
|
856 |
],
|
857 |
],
|
858 |
+
'default' => 'flex-end',
|
859 |
+
'toggle' => false,
|
860 |
'selectors' => ['{{WRAPPER}} .ha-comparison-table__btns' => 'justify-content: {{VALUE}}'],
|
861 |
]
|
862 |
);
|
876 |
$this->add_responsive_control(
|
877 |
'table_width',
|
878 |
[
|
879 |
+
'label' => __( 'Table Width', 'happy-elementor-addons' ),
|
880 |
+
'type' => Controls_Manager::SLIDER,
|
881 |
+
'size_units' => ['%', 'px'],
|
882 |
+
'range' => [
|
883 |
'%' => [
|
884 |
'min' => 0,
|
885 |
'max' => 100,
|
890 |
'step' => 1,
|
891 |
],
|
892 |
],
|
893 |
+
'default' => [
|
894 |
'unit' => '%',
|
895 |
'size' => 100,
|
896 |
],
|
897 |
+
'mobile_default' => [
|
898 |
'unit' => '%',
|
899 |
],
|
900 |
+
'selectors' => [
|
901 |
'{{WRAPPER}} .ha-comparison-table-wrapper' => 'width: {{SIZE}}{{UNIT}};',
|
902 |
],
|
903 |
]
|
980 |
Group_Control_Typography::get_type(),
|
981 |
[
|
982 |
'name' => 'head_typography',
|
983 |
+
'selector' => '{{WRAPPER}} .ha-comparison-table-wrapper .ha-comparison-table__head-column-cell-title-tag',
|
984 |
'scheme' => Typography::TYPOGRAPHY_3,
|
985 |
]
|
986 |
);
|
991 |
'label' => __( 'Color', 'happy-elementor-addons' ),
|
992 |
'type' => Controls_Manager::COLOR,
|
993 |
'selectors' => [
|
994 |
+
'{{WRAPPER}} .ha-comparison-table-wrapper .ha-comparison-table__head-column-cell-title-tag' => 'color: {{VALUE}}',
|
995 |
+
],
|
996 |
+
]
|
997 |
+
);
|
998 |
+
|
999 |
+
$this->add_control(
|
1000 |
+
'_heading_content',
|
1001 |
+
[
|
1002 |
+
'type' => Controls_Manager::HEADING,
|
1003 |
+
'label' => __( 'Content', 'happy-elementor-addons' ),
|
1004 |
+
'separator' => 'before',
|
1005 |
+
]
|
1006 |
+
);
|
1007 |
+
|
1008 |
+
$this->add_group_control(
|
1009 |
+
Group_Control_Typography::get_type(),
|
1010 |
+
[
|
1011 |
+
'name' => 'content_typography',
|
1012 |
+
'selector' => '{{WRAPPER}} .ha-comparison-table-wrapper .ha-comparison-table__head-column-cell-content',
|
1013 |
+
'scheme' => Typography::TYPOGRAPHY_3,
|
1014 |
+
]
|
1015 |
+
);
|
1016 |
+
|
1017 |
+
$this->add_control(
|
1018 |
+
'content_text_color',
|
1019 |
+
[
|
1020 |
+
'label' => __( 'Color', 'happy-elementor-addons' ),
|
1021 |
+
'type' => Controls_Manager::COLOR,
|
1022 |
+
'selectors' => [
|
1023 |
+
'{{WRAPPER}} .ha-comparison-table-wrapper .ha-comparison-table__head-column-cell-content' => 'color: {{VALUE}}',
|
1024 |
],
|
1025 |
]
|
1026 |
);
|
1072 |
$this->add_control(
|
1073 |
'column_color_notice',
|
1074 |
[
|
1075 |
+
'type' => Controls_Manager::RAW_HTML,
|
1076 |
+
'raw' => __( 'If you\'ve added <strong>Custom Style</strong> then Icon Color will be over written for that cell.', 'happy-elementor-addons' ),
|
1077 |
'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',
|
1078 |
+
'render_type' => 'ui',
|
1079 |
]
|
1080 |
);
|
1081 |
|
1257 |
'scheme' => Typography::TYPOGRAPHY_3,
|
1258 |
]
|
1259 |
);
|
1260 |
+
|
1261 |
+
// $this->add_control(
|
1262 |
+
// 'row_text_color',
|
1263 |
+
// [
|
1264 |
+
// 'label' => __( 'Color', 'happy-elementor-addons' ),
|
1265 |
+
// 'type' => Controls_Manager::COLOR,
|
1266 |
+
// 'selectors' => [
|
1267 |
+
// '{{WRAPPER}} .ha-comparison-table__row-item-cell-title' => 'color: {{VALUE}}',
|
1268 |
+
// ],
|
1269 |
+
// ]
|
1270 |
+
// );
|
1271 |
+
|
1272 |
+
$this->add_control(
|
1273 |
+
'_row_content_field',
|
1274 |
+
[
|
1275 |
+
'type' => Controls_Manager::HEADING,
|
1276 |
+
'label' => __( 'Content', 'happy-elementor-addons' ),
|
1277 |
+
'separator' => 'before',
|
1278 |
+
]
|
1279 |
+
);
|
1280 |
+
|
1281 |
+
$this->add_group_control(
|
1282 |
+
Group_Control_Typography::get_type(),
|
1283 |
+
[
|
1284 |
+
'name' => 'row_content_typography',
|
1285 |
+
'selector' => '{{WRAPPER}} .ha-comparison-table__row-item-cell-content',
|
1286 |
+
'scheme' => Typography::TYPOGRAPHY_3,
|
1287 |
+
]
|
1288 |
+
);
|
1289 |
+
|
1290 |
+
$this->add_control(
|
1291 |
+
'row_content_text_color',
|
1292 |
+
[
|
1293 |
+
'label' => __( 'Color', 'happy-elementor-addons' ),
|
1294 |
+
'type' => Controls_Manager::COLOR,
|
1295 |
+
'selectors' => [
|
1296 |
+
'{{WRAPPER}} .ha-comparison-table__row-item-cell-content' => 'color: {{VALUE}}',
|
1297 |
+
],
|
1298 |
+
]
|
1299 |
+
);
|
1300 |
|
1301 |
$this->add_control(
|
1302 |
'_row_image',
|
1310 |
$this->add_responsive_control(
|
1311 |
'row_image_width',
|
1312 |
[
|
1313 |
+
'label' => __( 'Width', 'happy-elementor-addons' ),
|
1314 |
+
'type' => Controls_Manager::SLIDER,
|
1315 |
'size_units' => [ 'px', '%', 'vw'],
|
1316 |
+
'range' => [
|
1317 |
'px' => [
|
1318 |
+
'min' => 0,
|
1319 |
+
'max' => 2000,
|
1320 |
'step' => 1,
|
1321 |
],
|
1322 |
+
'%' => [
|
1323 |
'min' => 0,
|
1324 |
'max' => 100,
|
1325 |
],
|
1326 |
],
|
1327 |
+
'selectors' => [
|
1328 |
'{{WRAPPER}} .ha-comparison-table__row-cell-image img' => 'width: {{SIZE}}{{UNIT}};',
|
1329 |
],
|
1330 |
]
|
1333 |
$this->add_responsive_control(
|
1334 |
'row_image_height',
|
1335 |
[
|
1336 |
+
'label' => __( 'Height', 'happy-elementor-addons' ),
|
1337 |
+
'type' => Controls_Manager::SLIDER,
|
1338 |
'size_units' => [ 'px' ],
|
1339 |
+
'range' => [
|
1340 |
'px' => [
|
1341 |
+
'min' => 0,
|
1342 |
+
'max' => 2000,
|
1343 |
'step' => 1,
|
1344 |
],
|
1345 |
],
|
1346 |
+
'selectors' => [
|
1347 |
'{{WRAPPER}} .ha-comparison-table__row-cell-image img' => 'width: {{SIZE}}{{UNIT}};',
|
1348 |
],
|
1349 |
]
|
1398 |
$this->add_control(
|
1399 |
'row_style_notice',
|
1400 |
[
|
1401 |
+
'type' => Controls_Manager::RAW_HTML,
|
1402 |
+
'separator' => 'before',
|
1403 |
+
'raw' => __( 'If you\'ve added <strong>Custom Style</strong> then Background Color, Color, Icon Size, Icon Color will be over written for that cell.', 'happy-elementor-addons' ),
|
1404 |
'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',
|
1405 |
+
'render_type' => 'ui',
|
1406 |
]
|
1407 |
);
|
1408 |
|
1423 |
Group_Control_Typography::get_type(),
|
1424 |
[
|
1425 |
'name' => 'btn_text_typography',
|
1426 |
+
'label' => __( 'Typography', 'happy-elementor-addons' ),
|
1427 |
'selector' => '{{WRAPPER}} .ha-comparison-table__btns-item--btn',
|
1428 |
+
'scheme' => Typography::TYPOGRAPHY_3,
|
1429 |
]
|
1430 |
);
|
1431 |
|
1454 |
$this->add_group_control(
|
1455 |
Group_Control_Border::get_type(),
|
1456 |
[
|
1457 |
+
'name' => 'btn_border',
|
1458 |
'selector' => '{{WRAPPER}} .ha-comparison-table__btns-item--btn',
|
1459 |
]
|
1460 |
);
|
1470 |
$this->add_control(
|
1471 |
'button_text_color',
|
1472 |
[
|
1473 |
+
'label' => __( 'Text Color', 'happy-elementor-addons' ),
|
1474 |
+
'type' => Controls_Manager::COLOR,
|
1475 |
'selectors' => [
|
1476 |
'{{WRAPPER}} .ha-comparison-table__btns-item--btn' => 'color: {{VALUE}}',
|
1477 |
],
|
1481 |
$this->add_control(
|
1482 |
'button_bg_color',
|
1483 |
[
|
1484 |
+
'label' => __( 'Background Color', 'happy-elementor-addons' ),
|
1485 |
+
'type' => Controls_Manager::COLOR,
|
1486 |
'selectors' => [
|
1487 |
'{{WRAPPER}} .ha-comparison-table__btns-item--btn' => 'background: {{VALUE}}',
|
1488 |
],
|
1492 |
$this->add_group_control(
|
1493 |
Group_Control_Box_Shadow::get_type(),
|
1494 |
[
|
1495 |
+
'name' => 'button_box_shadow',
|
1496 |
'selector' => '{{WRAPPER}} .ha-comparison-table__btns-item--btn',
|
1497 |
]
|
1498 |
);
|
1509 |
$this->add_control(
|
1510 |
'button_hover_text_color',
|
1511 |
[
|
1512 |
+
'label' => __( 'Text Color', 'happy-elementor-addons' ),
|
1513 |
+
'type' => Controls_Manager::COLOR,
|
1514 |
'selectors' => [
|
1515 |
'{{WRAPPER}} .ha-comparison-table__btns-item--btn:hover' => 'color: {{VALUE}}',
|
1516 |
],
|
1520 |
$this->add_control(
|
1521 |
'button_hover_bg_color',
|
1522 |
[
|
1523 |
+
'label' => __( 'Background Color', 'happy-elementor-addons' ),
|
1524 |
+
'type' => Controls_Manager::COLOR,
|
1525 |
'selectors' => [
|
1526 |
'{{WRAPPER}} .ha-comparison-table__btns-item--btn:hover' => 'background: {{VALUE}}',
|
1527 |
],
|
1531 |
$this->add_group_control(
|
1532 |
Group_Control_Box_Shadow::get_type(),
|
1533 |
[
|
1534 |
+
'name' => 'button_hover_box_shadow',
|
1535 |
'selector' => '{{WRAPPER}} .ha-comparison-table__btns-item--btn:hover',
|
1536 |
]
|
1537 |
);
|
1566 |
$cell_key = end( $table_row_keys );
|
1567 |
|
1568 |
$table_cell[] = [
|
1569 |
+
'repeater_id' => $row['_id'],
|
1570 |
+
'row_id' => isset( $table_row[ $cell_key ]['id'] ) ? $table_row[ $cell_key ]['id'] : '',
|
1571 |
+
'title' => $row['column_text'],
|
1572 |
+
'row_icons' => ! empty( $row['column_icon']['value'] ) ? $row['column_icon'] : '',
|
1573 |
+
'row_image' => ! empty( $row['column_image'] ) ? $row['column_image'] : '',
|
1574 |
'image_size' => ! empty( $row['thumbnail_size'] ) ? $row['thumbnail_size'] : '',
|
1575 |
+
'show_content' => ! empty( $row['show_content'] ) ? $row['show_content'] : '',
|
1576 |
+
'row_content' => ! empty( $row['row_content'] ) ? $row['row_content'] : '',
|
1577 |
];
|
1578 |
}
|
1579 |
}
|
1580 |
|
1581 |
$column_width = [];
|
1582 |
+
$sub_id = [];
|
1583 |
?>
|
1584 |
|
1585 |
<div class="ha-comparison-table-wrapper">
|
1605 |
</div>
|
1606 |
<?php endif; ?>
|
1607 |
|
1608 |
+
<!-- <?php if ( ! empty( $head['column_name'] ) ) :
|
1609 |
+
?> -->
|
1610 |
<div class="ha-comparison-table__head-column-cell-title">
|
1611 |
+
<?php
|
1612 |
+
printf( '<%1$s class="%2$s">%3$s</%1$s>',
|
1613 |
+
ha_escape_tags( $head['title_tag'] ),
|
1614 |
+
'ha-comparison-table__head-column-cell-title-tag',
|
1615 |
+
$head['column_name']
|
1616 |
+
);
|
1617 |
+
?>
|
1618 |
+
<div class="ha-comparison-table__head-column-cell-content">
|
1619 |
+
<?php if ( $head['head_show_content'] == 'yes' ) {
|
1620 |
+
echo wp_kses_post( $head['head_content'] );
|
1621 |
+
}
|
1622 |
+
?>
|
1623 |
+
</div>
|
1624 |
</div>
|
1625 |
+
<!-- <?php endif; ?> -->
|
1626 |
</div>
|
1627 |
<?php endforeach;
|
1628 |
+
endif; ?>
|
1629 |
</div>
|
1630 |
<div class="ha-comparison-table__row">
|
1631 |
<?php for ( $i = 0; $i < count( $table_row ); $i++ ) :
|
1632 |
$index = 0; ?>
|
1633 |
<div class="ha-comparison-table__row-item">
|
1634 |
<?php for ( $j = 0; $j < count( $table_cell ); $j++ ) :
|
1635 |
+
// var_dump($table_cell[ $j ]);
|
1636 |
if ( $table_row[ $i ]['id'] == $table_cell[ $j ]['row_id'] ) :
|
1637 |
$row_repeater_key = $this->get_repeater_setting_key( 'column_span', 'rows_data', $index );
|
1638 |
$this->add_render_attribute( 'row_repeater_key', 'class', [ 'ha-comparison-table__row-item-cell', 'elementor-repeater-item-' . $table_cell[ $j ]['repeater_id'], 'elementor-repeater-item-' . $sub_id[ $index ] ] );
|
1639 |
?>
|
1640 |
+
<div <?php $this->print_render_attribute_string( 'row_repeater_key' ); ?>>
|
1641 |
<?php if ( ! empty( $table_cell[ $j ]['title'] ) ) : ?>
|
1642 |
<div class="ha-comparison-table__row-item-cell-title">
|
1643 |
<?php echo ha_kses_basic( $table_cell[ $j ]['title'] ); ?>
|
1644 |
+
|
1645 |
</div>
|
1646 |
+
<?php endif; ?>
|
1647 |
<?php if ( ! empty( $table_cell[ $j ]['row_icons'] ) ) : ?>
|
1648 |
<div class="ha-comparison-table__row-cell-icon">
|
1649 |
<?php Icons_Manager::render_icon( $table_cell[ $j ]['row_icons'] ); ?>
|
1650 |
</div>
|
1651 |
+
<?php endif; ?>
|
1652 |
<?php if ( ! empty( $table_cell[ $j ]['row_image'] ) ) : ?>
|
1653 |
<div class="ha-comparison-table__row-cell-image">
|
1654 |
<?php
|
1656 |
?>
|
1657 |
</div>
|
1658 |
<?php endif; ?>
|
1659 |
+
<div class="ha-comparison-table__row-item-cell-content">
|
1660 |
+
<?php if ( $table_cell[ $j ]['show_content'] == 'yes' ) {
|
1661 |
+
echo wp_kses_post( $table_cell[ $j ]['row_content'] );
|
1662 |
+
}
|
1663 |
+
?>
|
1664 |
+
</div>
|
1665 |
</div>
|
1666 |
|
1667 |
<?php
|
1678 |
|
1679 |
if ( is_array( $btns ) ) {
|
1680 |
foreach ( $btns as $index => $btn ) {
|
1681 |
+
|
1682 |
$column_repeater_key = $this->get_repeater_setting_key( '', 'table_btns', $index );
|
1683 |
$this->add_render_attribute( $column_repeater_key, 'class', ['ha-comparison-table__btns-item', 'elementor-repeater-item-' . $sub_id[ $index + 1 ]] );
|
1684 |
+
$this->add_render_attribute( 'button', 'class', ['ha-comparison-table__btns-item--btn', 'elementor-repeater-item-' . $btn['_id']] );
|
1685 |
if ( $btn['link']['url'] ) {
|
1686 |
$this->add_link_attributes( 'button', $btn['link'] );
|
1687 |
}
|
1689 |
?>
|
1690 |
<div <?php $this->print_render_attribute_string( $column_repeater_key ); ?>>
|
1691 |
<a <?php $this->print_render_attribute_string( 'button' ); ?>>
|
1692 |
+
<?php echo esc_html( $btn['btn_title'] ); ?>
|
1693 |
</a>
|
1694 |
</div>
|
1695 |
<?php
|
1696 |
$this->remove_render_attribute( $column_repeater_key );
|
1697 |
+
$this->remove_render_attribute( 'button' );
|
1698 |
}
|
1699 |
}
|
1700 |
?>
|
widgets/mailchimp/mailchimp-api.php
CHANGED
@@ -8,150 +8,160 @@
|
|
8 |
|
9 |
namespace Happy_Addons\Elementor\Widget\Mailchimp;
|
10 |
|
11 |
-
defined('ABSPATH') || die();
|
12 |
-
|
13 |
-
class
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
}
|
8 |
|
9 |
namespace Happy_Addons\Elementor\Widget\Mailchimp;
|
10 |
|
11 |
+
defined( 'ABSPATH' ) || die();
|
12 |
+
|
13 |
+
class Mailchimp_Api {
|
14 |
+
|
15 |
+
private static $api_key;
|
16 |
+
private static $credentials;
|
17 |
+
public static $list_id;
|
18 |
+
|
19 |
+
/**
|
20 |
+
* request
|
21 |
+
*
|
22 |
+
* @param array $submitted_data
|
23 |
+
* @return array | int error
|
24 |
+
*/
|
25 |
+
public static function insert_subscriber_to_mailchimp( $submitted_data ) {
|
26 |
+
$return = [];
|
27 |
+
|
28 |
+
self::$credentials = ha_get_credentials( 'mailchimp' );
|
29 |
+
|
30 |
+
self::$api_key = isset( self::$credentials['api'] ) ? self::$credentials['api'] : '';
|
31 |
+
|
32 |
+
$widget_settings = ha_get_ele_widget_settings( $_POST['post_id'], $_POST['widget_id'] );
|
33 |
+
|
34 |
+
$str_tags = isset( $widget_settings['mailchimp_list_tags'] ) ? $widget_settings['mailchimp_list_tags'] : '';
|
35 |
+
$tags = explode( ', ', $str_tags );
|
36 |
+
|
37 |
+
$auth = [
|
38 |
+
'api_key' => self::$api_key,
|
39 |
+
'list_id' => $_POST['list_id'],
|
40 |
+
];
|
41 |
+
|
42 |
+
if ( $widget_settings['mailchimp_api_choose'] == 'custom' ) {
|
43 |
+
$auth['api_key'] = $widget_settings['mailchimp_api'];
|
44 |
+
}
|
45 |
+
|
46 |
+
$data = [
|
47 |
+
'email_address' => ( isset( $submitted_data['email'] ) ? $submitted_data['email'] : '' ),
|
48 |
+
'status' => ( ( $widget_settings['enable_double_opt_in'] == 'yes' ) ? 'pending' : 'subscribed' ),
|
49 |
+
'status_if_new' => ( ( $widget_settings['enable_double_opt_in'] == 'yes' ) ? 'pending' : 'subscribed' ),
|
50 |
+
'merge_fields' => [
|
51 |
+
'FNAME' => ( isset( $submitted_data['fname'] ) ? $submitted_data['fname'] : '' ),
|
52 |
+
'LNAME' => ( isset( $submitted_data['lname'] ) ? $submitted_data['lname'] : '' ),
|
53 |
+
'PHONE' => ( isset( $submitted_data['phone'] ) ? $submitted_data['phone'] : '' ),
|
54 |
+
],
|
55 |
+
];
|
56 |
+
|
57 |
+
if ( ! empty( $str_tags ) ) {
|
58 |
+
$data['tags'] = $tags;
|
59 |
+
}
|
60 |
+
|
61 |
+
$server = explode( '-', $auth['api_key'] );
|
62 |
+
|
63 |
+
if ( ! isset( $server[1] ) ) {
|
64 |
+
return ['status' => 0, 'msg' => esc_html__( 'Invalid API key.', 'happy-elementor-addons' )];
|
65 |
+
}
|
66 |
+
|
67 |
+
$url = 'https://' . $server[1] . '.api.mailchimp.com/3.0/lists/' . $auth['list_id'] . '/members/';
|
68 |
+
|
69 |
+
$response = wp_remote_post(
|
70 |
+
$url,
|
71 |
+
[
|
72 |
+
'method' => 'POST',
|
73 |
+
'data_format' => 'body',
|
74 |
+
'timeout' => 45,
|
75 |
+
'headers' => [
|
76 |
+
'Authorization' => 'apikey ' . $auth['api_key'],
|
77 |
+
'Content-Type' => 'application/json; charset=utf-8',
|
78 |
+
],
|
79 |
+
'body' => json_encode( $data ),
|
80 |
+
]
|
81 |
+
);
|
82 |
+
|
83 |
+
if ( is_wp_error( $response ) ) {
|
84 |
+
$error_message = $response->get_error_message();
|
85 |
+
$return['status'] = 0;
|
86 |
+
$return['msg'] = 'Something went wrong: ' . esc_html( $error_message );
|
87 |
+
} else {
|
88 |
+
$body = (array) json_decode( $response['body'] );
|
89 |
+
$return['body'] = $body;
|
90 |
+
if ( $body['status'] > 399 && $body['status'] < 600 ) {
|
91 |
+
$return['status'] = 0;
|
92 |
+
$return['msg'] = $body['title'];
|
93 |
+
} elseif ( $body['status'] == 'subscribed' ) {
|
94 |
+
$return['status'] = 1;
|
95 |
+
$return['msg'] = $widget_settings['mailchimp_success_message'];
|
96 |
+
} elseif ( $body['status'] == 'pending' ) {
|
97 |
+
$return['status'] = 1;
|
98 |
+
$return['msg'] = esc_html__( 'Confirm your subscription from your email.', 'happy-elementor-addons' );
|
99 |
+
} else {
|
100 |
+
$return['status'] = 0;
|
101 |
+
$return['msg'] = esc_html__( 'Something went wrong. Try again later.', 'happy-elementor-addons' );
|
102 |
+
}
|
103 |
+
}
|
104 |
+
|
105 |
+
return $return;
|
106 |
+
}
|
107 |
+
|
108 |
+
/**
|
109 |
+
* Get request
|
110 |
+
*
|
111 |
+
* @return array all list
|
112 |
+
*/
|
113 |
+
public static function get_mailchimp_lists( $api = null ) {
|
114 |
+
|
115 |
+
self::$api_key = isset( self::$credentials['api'] ) ? self::$credentials['api'] : '';
|
116 |
+
|
117 |
+
$options = [];
|
118 |
+
|
119 |
+
if ( $api != null ) {
|
120 |
+
self::$api_key = $api;
|
121 |
+
}
|
122 |
+
|
123 |
+
$server = explode( '-', self::$api_key );
|
124 |
+
|
125 |
+
if ( ! isset( $server[1] ) ) {
|
126 |
+
return 0;
|
127 |
+
}
|
128 |
+
|
129 |
+
$url = 'https://' . $server[1] . '.api.mailchimp.com/3.0/lists';
|
130 |
+
|
131 |
+
$response = wp_remote_post(
|
132 |
+
$url,
|
133 |
+
[
|
134 |
+
'method' => 'GET',
|
135 |
+
'data_format' => 'body',
|
136 |
+
'timeout' => 45,
|
137 |
+
'headers' => [
|
138 |
+
|
139 |
+
'Authorization' => 'apikey ' . self::$api_key,
|
140 |
+
'Content-Type' => 'application/json; charset=utf-8',
|
141 |
+
],
|
142 |
+
'body' => '',
|
143 |
+
]
|
144 |
+
);
|
145 |
+
|
146 |
+
if ( is_array( $response ) && ! is_wp_error( $response ) ) {
|
147 |
+
|
148 |
+
$body = (array) json_decode( $response['body'] );
|
149 |
+
$listed = isset( $body['lists'] ) ? $body['lists'] : [];
|
150 |
+
|
151 |
+
if ( is_array( $listed ) && count( $listed ) > 0 ) {
|
152 |
+
|
153 |
+
$options = array_reduce(
|
154 |
+
$listed,
|
155 |
+
function ( $result, $item ) {
|
156 |
+
// extra space is needed to maintain order in elementor control
|
157 |
+
$result[ ' ' . $item->id ] = $item->name;
|
158 |
+
return $result;
|
159 |
+
},
|
160 |
+
array()
|
161 |
+
);
|
162 |
+
}
|
163 |
+
}
|
164 |
+
|
165 |
+
return $options;
|
166 |
+
}
|
167 |
}
|
widgets/mailchimp/widget.php
CHANGED
@@ -16,650 +16,670 @@ use Elementor\Group_Control_Box_Shadow;
|
|
16 |
use Elementor\Group_Control_Typography;
|
17 |
use Happy_Addons\Elementor\Controls\Select2;
|
18 |
|
19 |
-
defined('ABSPATH') || die();
|
20 |
|
21 |
class Mailchimp extends Base {
|
22 |
|
23 |
-
|
24 |
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
|
37 |
-
public function __construct($data = [], $args = null) {
|
38 |
-
parent::__construct($data, $args);
|
|
|
|
|
|
|
39 |
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
}
|
42 |
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
* @since 2.24.1
|
47 |
-
* @access public
|
48 |
-
*
|
49 |
-
* @return string Widget icon.
|
50 |
-
*/
|
51 |
-
public function get_icon() {
|
52 |
-
return 'hm hm-mail-chimp';
|
53 |
-
}
|
54 |
-
|
55 |
-
public function get_keywords() {
|
56 |
-
return ['email', 'mail chimp', 'mail', 'subscription'];
|
57 |
-
}
|
58 |
|
59 |
/**
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
$this->__mailchimp_content_controls();
|
64 |
$this->__mailchimp_form_content_controls();
|
65 |
$this->__success_error_content_controls();
|
66 |
}
|
67 |
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
[
|
111 |
-
'label' => __('MailChimp API', 'happy-elementor-addons'),
|
112 |
-
'type' => Controls_Manager::TEXT,
|
113 |
-
'label_block' => true,
|
114 |
-
'placeholder' => __('Enter your mailchimp api here', 'happy-elementor-addons'),
|
115 |
-
'condition' => [
|
116 |
-
'mailchimp_api_choose' => 'custom',
|
117 |
-
],
|
118 |
-
'dynamic' => [ 'active' => true]
|
119 |
-
]
|
120 |
-
);
|
121 |
-
|
122 |
-
$this->add_control(
|
123 |
-
'mailchimp_lists',
|
124 |
[
|
125 |
-
'label'
|
|
|
126 |
'label_block' => true,
|
127 |
-
'
|
128 |
-
'
|
129 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
'dynamic_params' => [
|
131 |
-
'object_type'
|
132 |
-
'global_api'
|
133 |
'control_dependency' => [
|
134 |
'mailchimp_api_choose' => 'mailchimp_api_choose',
|
135 |
-
'mailchimp_api'
|
136 |
-
]
|
137 |
],
|
138 |
'select2options' => [
|
139 |
'minimumInputLength' => 0,
|
140 |
],
|
141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
]
|
143 |
);
|
144 |
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
|
160 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
}
|
162 |
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
$this->add_control(
|
212 |
-
'fname_label',
|
213 |
-
[
|
214 |
-
'label' => __('Label', 'happy-elementor-addons'),
|
215 |
-
'type' => Controls_Manager::TEXT,
|
216 |
-
'placeholder' => __('First Name input label', 'happy-elementor-addons'),
|
217 |
-
'condition' => [
|
218 |
-
'enable_name' => 'yes',
|
219 |
-
],
|
220 |
-
'dynamic' => ['active' => true]
|
221 |
-
]
|
222 |
-
);
|
223 |
-
|
224 |
-
$this->add_control(
|
225 |
-
'fname_placeholder',
|
226 |
-
[
|
227 |
-
'label' => __('Placeholder', 'happy-elementor-addons'),
|
228 |
-
'type' => Controls_Manager::TEXT,
|
229 |
-
'default' => __('First Name', 'happy-elementor-addons'),
|
230 |
-
'placeholder' => __('First Name input placeholder', 'happy-elementor-addons'),
|
231 |
-
'condition' => [
|
232 |
-
'enable_name' => 'yes',
|
233 |
-
],
|
234 |
-
'dynamic' => ['active' => true]
|
235 |
-
]
|
236 |
-
);
|
237 |
-
|
238 |
-
$this->add_control(
|
239 |
-
'fname_enable_icon',
|
240 |
-
[
|
241 |
-
'label' => __('Enable Icon With Input?', 'happy-elementor-addons'),
|
242 |
-
'type' => Controls_Manager::SWITCHER,
|
243 |
-
'label_on' => __('Yes', 'happy-elementor-addons'),
|
244 |
-
'label_off' => __('No', 'happy-elementor-addons'),
|
245 |
-
'return_value' => 'yes',
|
246 |
-
'default' => 'yes',
|
247 |
-
'condition' => [
|
248 |
-
'enable_name' => 'yes',
|
249 |
-
],
|
250 |
-
]
|
251 |
-
);
|
252 |
-
|
253 |
-
$this->add_control(
|
254 |
-
'fname_icon',
|
255 |
-
[
|
256 |
-
'label' => __('Icon', 'happy-elementor-addons'),
|
257 |
-
'type' => Controls_Manager::ICONS,
|
258 |
-
'default' => [
|
259 |
-
'value' => 'hm hm-user',
|
260 |
-
'library' => 'regular',
|
261 |
-
],
|
262 |
-
'condition' => [
|
263 |
-
'enable_name' => 'yes',
|
264 |
-
'fname_enable_icon' => 'yes',
|
265 |
-
],
|
266 |
-
]
|
267 |
-
);
|
268 |
-
|
269 |
-
$this->add_control(
|
270 |
-
'fname_icon_position',
|
271 |
-
[
|
272 |
-
'label' => __('Icon Position', 'happy-elementor-addons'),
|
273 |
-
'type' => Controls_Manager::SELECT,
|
274 |
-
'default' => 'before',
|
275 |
-
'options' => [
|
276 |
-
'before' => __('Before Input', 'happy-elementor-addons'),
|
277 |
-
'after' => __('After Input', 'happy-elementor-addons'),
|
278 |
-
],
|
279 |
-
'condition' => [
|
280 |
-
'enable_name' => 'yes',
|
281 |
-
'fname_enable_icon' => 'yes',
|
282 |
-
],
|
283 |
-
]
|
284 |
-
);
|
285 |
-
|
286 |
-
$this->add_control(
|
287 |
-
'_lname_heading',
|
288 |
-
[
|
289 |
-
'label' => __('Last Name:', 'happy-elementor-addons'),
|
290 |
-
'type' => Controls_Manager::HEADING,
|
291 |
-
'separator' => 'before',
|
292 |
-
'condition' => [
|
293 |
-
'enable_name' => 'yes',
|
294 |
-
],
|
295 |
-
]
|
296 |
-
);
|
297 |
-
|
298 |
-
$this->add_control(
|
299 |
-
'lname_label',
|
300 |
-
[
|
301 |
-
'label' => __('Label', 'happy-elementor-addons'),
|
302 |
-
'type' => Controls_Manager::TEXT,
|
303 |
-
'placeholder' => __('Last Name input label', 'happy-elementor-addons'),
|
304 |
-
'condition' => [
|
305 |
-
'enable_name' => 'yes',
|
306 |
-
],
|
307 |
-
'dynamic' => ['active' => true]
|
308 |
-
]
|
309 |
-
);
|
310 |
-
|
311 |
-
$this->add_control(
|
312 |
-
'lname_placeholder',
|
313 |
-
[
|
314 |
-
'label' => __('Placeholder', 'happy-elementor-addons'),
|
315 |
-
'type' => Controls_Manager::TEXT,
|
316 |
-
'default' => __('Last Name', 'happy-elementor-addons'),
|
317 |
-
'placeholder' => __('Last Name input placeholder', 'happy-elementor-addons'),
|
318 |
-
'condition' => [
|
319 |
-
'enable_name' => 'yes',
|
320 |
-
],
|
321 |
-
'dynamic' => ['active' => true]
|
322 |
-
]
|
323 |
-
);
|
324 |
-
|
325 |
-
$this->add_control(
|
326 |
-
'lname_enable_icon',
|
327 |
-
[
|
328 |
-
'label' => __('Enable Icon With Input?', 'happy-elementor-addons'),
|
329 |
-
'type' => Controls_Manager::SWITCHER,
|
330 |
-
'label_on' => __('Yes', 'happy-elementor-addons'),
|
331 |
-
'label_off' => __('No', 'happy-elementor-addons'),
|
332 |
-
'return_value' => 'yes',
|
333 |
-
'default' => 'yes',
|
334 |
-
'condition' => [
|
335 |
-
'enable_name' => 'yes',
|
336 |
-
],
|
337 |
-
]
|
338 |
-
);
|
339 |
-
|
340 |
-
$this->add_control(
|
341 |
-
'lname_icon',
|
342 |
-
[
|
343 |
-
'label' => __('Icon', 'happy-elementor-addons'),
|
344 |
-
'type' => Controls_Manager::ICONS,
|
345 |
-
'default' => [
|
346 |
-
'value' => 'hm hm-user',
|
347 |
-
'library' => 'regular',
|
348 |
-
],
|
349 |
-
'condition' => [
|
350 |
-
'enable_name' => 'yes',
|
351 |
-
'lname_enable_icon' => 'yes',
|
352 |
-
],
|
353 |
-
]
|
354 |
-
);
|
355 |
-
|
356 |
-
$this->add_control(
|
357 |
-
'lname_icon_position',
|
358 |
-
[
|
359 |
-
'label' => __('Icon Position', 'happy-elementor-addons'),
|
360 |
-
'type' => Controls_Manager::SELECT,
|
361 |
-
'default' => 'before',
|
362 |
-
'options' => [
|
363 |
-
'before' => __('Before Input', 'happy-elementor-addons'),
|
364 |
-
'after' => __('After Input', 'happy-elementor-addons'),
|
365 |
-
],
|
366 |
-
'condition' => [
|
367 |
-
'enable_name' => 'yes',
|
368 |
-
'lname_enable_icon' => 'yes',
|
369 |
-
],
|
370 |
-
]
|
371 |
-
);
|
372 |
-
|
373 |
-
$this->add_control(
|
374 |
-
'enable_phone',
|
375 |
-
[
|
376 |
-
'label' => __('Enable Phone?', 'happy-elementor-addons'),
|
377 |
-
'type' => Controls_Manager::SWITCHER,
|
378 |
-
'label_on' => __('Yes', 'happy-elementor-addons'),
|
379 |
-
'label_off' => __('No', 'happy-elementor-addons'),
|
380 |
-
'return_value' => 'yes',
|
381 |
-
'default' => 'no',
|
382 |
-
]
|
383 |
-
);
|
384 |
-
|
385 |
-
$this->add_control(
|
386 |
-
'_phone_heading',
|
387 |
-
[
|
388 |
-
'label' => __('Phone:', 'happy-elementor-addons'),
|
389 |
-
'type' => Controls_Manager::HEADING,
|
390 |
-
'separator' => 'before',
|
391 |
-
'condition' => [
|
392 |
-
'enable_phone' => 'yes',
|
393 |
-
],
|
394 |
-
]
|
395 |
-
);
|
396 |
-
|
397 |
-
$this->add_control(
|
398 |
-
'phone_label',
|
399 |
-
[
|
400 |
-
'label' => __('Label', 'happy-elementor-addons'),
|
401 |
-
'type' => Controls_Manager::TEXT,
|
402 |
-
'placeholder' => __('Phone input label', 'happy-elementor-addons'),
|
403 |
-
'condition' => [
|
404 |
-
'enable_phone' => 'yes',
|
405 |
-
],
|
406 |
-
'dynamic' => ['active' => true]
|
407 |
-
]
|
408 |
-
);
|
409 |
-
|
410 |
-
$this->add_control(
|
411 |
-
'phone_placeholder',
|
412 |
-
[
|
413 |
-
'label' => __('Placeholder', 'happy-elementor-addons'),
|
414 |
-
'type' => Controls_Manager::TEXT,
|
415 |
-
'default' => __('Phone', 'happy-elementor-addons'),
|
416 |
-
'placeholder' => __('Phone input placeholder', 'happy-elementor-addons'),
|
417 |
-
'condition' => [
|
418 |
-
'enable_phone' => 'yes',
|
419 |
-
],
|
420 |
-
'dynamic' => ['active' => true]
|
421 |
-
]
|
422 |
-
);
|
423 |
-
|
424 |
-
$this->add_control(
|
425 |
-
'phone_enable_icon',
|
426 |
-
[
|
427 |
-
'label' => __('Enable Icon With Input?', 'happy-elementor-addons'),
|
428 |
-
'type' => Controls_Manager::SWITCHER,
|
429 |
-
'label_on' => __('Yes', 'happy-elementor-addons'),
|
430 |
-
'label_off' => __('No', 'happy-elementor-addons'),
|
431 |
-
'return_value' => 'yes',
|
432 |
-
'default' => 'yes',
|
433 |
-
'condition' => [
|
434 |
-
'enable_phone' => 'yes',
|
435 |
-
],
|
436 |
-
]
|
437 |
-
);
|
438 |
-
|
439 |
-
$this->add_control(
|
440 |
-
'phone_icon',
|
441 |
-
[
|
442 |
-
'label' => __('Icon', 'happy-elementor-addons'),
|
443 |
-
'type' => Controls_Manager::ICONS,
|
444 |
-
'default' => [
|
445 |
-
'value' => 'hm hm-phone',
|
446 |
-
'library' => 'regular',
|
447 |
-
],
|
448 |
-
'condition' => [
|
449 |
-
'enable_phone' => 'yes',
|
450 |
-
'phone_enable_icon' => 'yes',
|
451 |
-
],
|
452 |
-
]
|
453 |
-
);
|
454 |
-
|
455 |
-
$this->add_control(
|
456 |
-
'phone_icon_position',
|
457 |
-
[
|
458 |
-
'label' => __('Icon Position', 'happy-elementor-addons'),
|
459 |
-
'type' => Controls_Manager::SELECT,
|
460 |
-
'default' => 'before',
|
461 |
-
'options' => [
|
462 |
-
'before' => __('Before Input', 'happy-elementor-addons'),
|
463 |
-
'after' => __('After Input', 'happy-elementor-addons'),
|
464 |
-
],
|
465 |
-
'condition' => [
|
466 |
-
'enable_phone' => 'yes',
|
467 |
-
'phone_enable_icon' => 'yes',
|
468 |
-
],
|
469 |
-
]
|
470 |
-
);
|
471 |
-
|
472 |
-
$this->add_control(
|
473 |
-
'_email_heading',
|
474 |
-
[
|
475 |
-
'label' => __('Email:', 'happy-elementor-addons'),
|
476 |
-
'type' => Controls_Manager::HEADING,
|
477 |
-
'separator' => 'before',
|
478 |
-
]
|
479 |
-
);
|
480 |
-
|
481 |
-
$this->add_control(
|
482 |
-
'email_label',
|
483 |
-
[
|
484 |
-
'label' => __('Label', 'happy-elementor-addons'),
|
485 |
-
'type' => Controls_Manager::TEXT,
|
486 |
-
'placeholder' => __('Email input label', 'happy-elementor-addons'),
|
487 |
-
'dynamic' => ['active' => true]
|
488 |
-
]
|
489 |
-
);
|
490 |
-
|
491 |
-
$this->add_control(
|
492 |
-
'email_placeholder',
|
493 |
-
[
|
494 |
-
'label' => __('Placeholder', 'happy-elementor-addons'),
|
495 |
-
'type' => Controls_Manager::TEXT,
|
496 |
-
'default' => __('Email', 'happy-elementor-addons'),
|
497 |
-
'placeholder' => __('Email input placeholder', 'happy-elementor-addons'),
|
498 |
-
'dynamic' => ['active' => true]
|
499 |
-
]
|
500 |
-
);
|
501 |
-
|
502 |
-
$this->add_control(
|
503 |
-
'email_enable_icon',
|
504 |
-
[
|
505 |
-
'label' => __('Enable Icon With Input?', 'happy-elementor-addons'),
|
506 |
-
'type' => Controls_Manager::SWITCHER,
|
507 |
-
'label_on' => __('Yes', 'happy-elementor-addons'),
|
508 |
-
'label_off' => __('No', 'happy-elementor-addons'),
|
509 |
-
'return_value' => 'yes',
|
510 |
-
'default' => 'yes',
|
511 |
-
]
|
512 |
-
);
|
513 |
-
|
514 |
-
$this->add_control(
|
515 |
-
'email_icon',
|
516 |
-
[
|
517 |
-
'label' => __('Icon', 'happy-elementor-addons'),
|
518 |
-
'type' => Controls_Manager::ICONS,
|
519 |
-
'default' => [
|
520 |
-
'value' => 'hm hm-envelop',
|
521 |
-
'library' => 'regular',
|
522 |
-
],
|
523 |
-
'condition' => [
|
524 |
-
'email_enable_icon' => 'yes',
|
525 |
-
],
|
526 |
-
]
|
527 |
-
);
|
528 |
-
|
529 |
-
$this->add_control(
|
530 |
-
'email_icon_position',
|
531 |
-
[
|
532 |
-
'label' => __('Icon Position', 'happy-elementor-addons'),
|
533 |
-
'type' => Controls_Manager::SELECT,
|
534 |
-
'default' => 'before',
|
535 |
-
'options' => [
|
536 |
-
'before' => __('Before Input', 'happy-elementor-addons'),
|
537 |
-
'after' => __('After Input', 'happy-elementor-addons'),
|
538 |
-
],
|
539 |
-
'condition' => [
|
540 |
-
'email_enable_icon' => 'yes',
|
541 |
-
],
|
542 |
-
]
|
543 |
-
);
|
544 |
-
|
545 |
-
$this->add_control(
|
546 |
-
'_button_heading',
|
547 |
-
[
|
548 |
-
'label' => __('Button:', 'happy-elementor-addons'),
|
549 |
-
'type' => Controls_Manager::HEADING,
|
550 |
-
'separator' => 'before',
|
551 |
-
]
|
552 |
-
);
|
553 |
-
|
554 |
-
$this->add_control(
|
555 |
-
'button_text',
|
556 |
-
[
|
557 |
-
'label' => __('Text', 'happy-elementor-addons'),
|
558 |
-
'type' => Controls_Manager::TEXT,
|
559 |
-
'default' => esc_html__('Subscribe', 'happy-elementor-addons'),
|
560 |
-
'dynamic' => ['active' => true]
|
561 |
-
]
|
562 |
-
);
|
563 |
-
|
564 |
-
$this->add_control(
|
565 |
-
'button_enable_icon',
|
566 |
-
[
|
567 |
-
'label' => __('Enable Icon With Button?', 'happy-elementor-addons'),
|
568 |
-
'type' => Controls_Manager::SWITCHER,
|
569 |
-
'label_on' => __('Yes', 'happy-elementor-addons'),
|
570 |
-
'label_off' => __('No', 'happy-elementor-addons'),
|
571 |
-
'return_value' => 'yes',
|
572 |
-
'default' => 'yes',
|
573 |
-
]
|
574 |
-
);
|
575 |
-
|
576 |
-
$this->add_control(
|
577 |
-
'button_icon',
|
578 |
-
[
|
579 |
-
'label' => __('Icon', 'happy-elementor-addons'),
|
580 |
-
'type' => Controls_Manager::ICONS,
|
581 |
-
'default' => [
|
582 |
-
'value' => 'hm hm-tick',
|
583 |
-
'library' => 'regular',
|
584 |
-
],
|
585 |
-
'condition' => [
|
586 |
-
'button_enable_icon' => 'yes',
|
587 |
-
],
|
588 |
-
]
|
589 |
-
);
|
590 |
-
|
591 |
-
$this->add_control(
|
592 |
-
'button_icon_position',
|
593 |
-
[
|
594 |
-
'label' => __('Icon Position', 'happy-elementor-addons'),
|
595 |
-
'type' => Controls_Manager::SELECT,
|
596 |
-
'default' => 'before',
|
597 |
-
'options' => [
|
598 |
-
'before' => __('Before Input', 'happy-elementor-addons'),
|
599 |
-
'after' => __('After Input', 'happy-elementor-addons'),
|
600 |
-
],
|
601 |
-
'condition' => [
|
602 |
-
'button_enable_icon' => 'yes',
|
603 |
-
],
|
604 |
-
]
|
605 |
-
);
|
606 |
-
|
607 |
-
$this->end_controls_section();
|
608 |
}
|
609 |
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
[
|
615 |
-
'label' => esc_html__('Success & Error', 'happy-elementor-addons'),
|
616 |
-
'tab' => Controls_Manager::TAB_CONTENT,
|
617 |
-
]
|
618 |
-
);
|
619 |
-
|
620 |
-
$this->add_control(
|
621 |
-
'mailchimp_success_message',
|
622 |
-
[
|
623 |
-
'label' => __('Success Message', 'happy-elementor-addons'),
|
624 |
-
'type' => Controls_Manager::TEXT,
|
625 |
-
'label_block' => true,
|
626 |
-
'default' => __('Your data inserted on Mailchimp.', 'happy-elementor-addons'),
|
627 |
-
'placeholder' => __('Type your success message here', 'happy-elementor-addons'),
|
628 |
-
'dynamic' => ['active' => true]
|
629 |
-
]
|
630 |
-
);
|
631 |
-
|
632 |
-
$this->add_control(
|
633 |
-
'mailchimp_success_message_show_in_editor',
|
634 |
-
[
|
635 |
-
'label' => __('Success Message Show in Editor?', 'happy-elementor-addons'),
|
636 |
-
'type' => Controls_Manager::SWITCHER,
|
637 |
-
'label_on' => __('Yes', 'happy-elementor-addons'),
|
638 |
-
'label_off' => __('No', 'happy-elementor-addons'),
|
639 |
-
'return_value' => 'yes',
|
640 |
-
'default' => 'yes',
|
641 |
-
]
|
642 |
-
);
|
643 |
-
|
644 |
-
$this->add_control(
|
645 |
-
'mailchimp_error_message_show_in_editor',
|
646 |
-
[
|
647 |
-
'label' => __('Error Message Show in Editor?', 'happy-elementor-addons'),
|
648 |
-
'type' => Controls_Manager::SWITCHER,
|
649 |
-
'label_on' => __('Yes', 'happy-elementor-addons'),
|
650 |
-
'label_off' => __('No', 'happy-elementor-addons'),
|
651 |
-
'return_value' => 'yes',
|
652 |
-
'default' => 'yes',
|
653 |
-
]
|
654 |
-
);
|
655 |
-
|
656 |
-
$this->end_controls_section();
|
657 |
-
}
|
658 |
-
|
659 |
-
/**
|
660 |
-
* Register styles related controls
|
661 |
-
*/
|
662 |
-
protected function register_style_controls() {
|
663 |
$this->__mailchimp_label_style_controls();
|
664 |
$this->__input_style_controls();
|
665 |
$this->__input_icon_style_controls();
|
@@ -667,1001 +687,1009 @@ class Mailchimp extends Base {
|
|
667 |
$this->__success_error_style_controls();
|
668 |
}
|
669 |
|
670 |
-
|
671 |
-
|
672 |
-
$this->start_controls_section(
|
673 |
-
'_section_style_mailchimp_label',
|
674 |
-
[
|
675 |
-
'label' => esc_html__('Label', 'happy-elementor-addons'),
|
676 |
-
'tab' => Controls_Manager::TAB_STYLE,
|
677 |
-
]
|
678 |
-
);
|
679 |
-
|
680 |
-
$this->add_group_control(
|
681 |
-
Group_Control_Typography::get_type(),
|
682 |
-
[
|
683 |
-
'name' => 'input_label_typography',
|
684 |
-
'label' => esc_html__('Typography', 'happy-elementor-addons'),
|
685 |
-
'selector' => '{{WRAPPER}} .ha-mc-input-label',
|
686 |
-
]
|
687 |
-
);
|
688 |
-
|
689 |
-
$this->add_control(
|
690 |
-
'input_label_color',
|
691 |
-
[
|
692 |
-
'label' => esc_html__('Color', 'happy-elementor-addons'),
|
693 |
-
'type' => Controls_Manager::COLOR,
|
694 |
-
'default' => '#000000',
|
695 |
-
'selectors' => [
|
696 |
-
'{{WRAPPER}} .ha-mc-input-label' => 'color: {{VALUE}}',
|
697 |
-
],
|
698 |
-
]
|
699 |
-
);
|
700 |
-
|
701 |
-
$this->add_responsive_control(
|
702 |
-
'input_label_margin',
|
703 |
-
[
|
704 |
-
'label' => esc_html__('Margin', 'happy-elementor-addons'),
|
705 |
-
'type' => Controls_Manager::DIMENSIONS,
|
706 |
-
'size_units' => ['px', '%', 'em'],
|
707 |
-
'selectors' => [
|
708 |
-
'{{WRAPPER}} .ha-mc-input-label' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
709 |
-
],
|
710 |
-
]
|
711 |
-
);
|
712 |
-
|
713 |
-
$this->end_controls_section();
|
714 |
-
}
|
715 |
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
'tab' => Controls_Manager::TAB_STYLE,
|
724 |
-
]
|
725 |
-
);
|
726 |
-
|
727 |
-
$this->add_responsive_control(
|
728 |
-
'space_between_input',
|
729 |
-
[
|
730 |
-
'label' => __('Space Between Input (px)', 'happy-elementor-addons'),
|
731 |
-
'type' => Controls_Manager::SLIDER,
|
732 |
-
'size_units' => ['px'],
|
733 |
-
'range' => [
|
734 |
-
'px' => [
|
735 |
-
'min' => 0,
|
736 |
-
'max' => 100,
|
737 |
-
'step' => 1,
|
738 |
-
],
|
739 |
-
],
|
740 |
-
'devices' => ['desktop', 'tablet', 'mobile'],
|
741 |
-
'desktop_default' => [
|
742 |
-
'unit' => 'px',
|
743 |
-
'size' => 30,
|
744 |
-
],
|
745 |
-
'tablet_default' => [
|
746 |
-
'size' => 10,
|
747 |
-
'unit' => 'px',
|
748 |
-
],
|
749 |
-
'mobile_default' => [
|
750 |
-
'size' => 5,
|
751 |
-
'unit' => 'px',
|
752 |
-
],
|
753 |
-
'selectors' => [
|
754 |
-
'{{WRAPPER}} .ha-mailchimp-form.vertical .ha-mc-input-wrapper' => 'margin-bottom: {{SIZE}}{{UNIT}};',
|
755 |
-
'{{WRAPPER}} .ha-mailchimp-form.horizontal .ha-mc-input-wrapper' => 'margin-right: {{SIZE}}{{UNIT}};',
|
756 |
-
],
|
757 |
-
]
|
758 |
-
);
|
759 |
-
|
760 |
-
$this->add_control(
|
761 |
-
'input_style_inputted_value_color',
|
762 |
-
[
|
763 |
-
'label' => esc_html__('Color', 'happy-elementor-addons'),
|
764 |
-
'type' => Controls_Manager::COLOR,
|
765 |
-
'default' => '#000000',
|
766 |
-
'selectors' => [
|
767 |
-
'{{WRAPPER}} .ha-mc-input input' => 'color: {{VALUE}}',
|
768 |
-
],
|
769 |
-
]
|
770 |
-
);
|
771 |
-
|
772 |
-
$this->add_group_control(
|
773 |
-
Group_Control_Typography::get_type(),
|
774 |
-
[
|
775 |
-
'name' => 'input_typography',
|
776 |
-
'label' => esc_html__('Typography', 'happy-elementor-addons'),
|
777 |
-
'selector' => '{{WRAPPER}} .ha-mc-input input',
|
778 |
-
]
|
779 |
-
);
|
780 |
-
|
781 |
-
$this->add_group_control(
|
782 |
-
Group_Control_Background::get_type(),
|
783 |
-
[
|
784 |
-
'name' => 'input_style_background',
|
785 |
-
'label' => esc_html__('Background', 'happy-elementor-addons'),
|
786 |
-
'types' => ['classic', 'gradient'],
|
787 |
-
'selector' => '{{WRAPPER}} .ha-mc-input input',
|
788 |
-
'exclude' => [
|
789 |
-
'image'
|
790 |
-
]
|
791 |
-
]
|
792 |
-
);
|
793 |
-
|
794 |
-
$this->add_responsive_control(
|
795 |
-
'input_style_radius',
|
796 |
-
[
|
797 |
-
'label' => esc_html__('Border Radius', 'happy-elementor-addons'),
|
798 |
-
'type' => Controls_Manager::DIMENSIONS,
|
799 |
-
'size_units' => ['px', '%'],
|
800 |
-
'selectors' => [
|
801 |
-
'{{WRAPPER}} .ha-mc-input input' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important;',
|
802 |
-
],
|
803 |
-
]
|
804 |
-
);
|
805 |
-
|
806 |
-
$this->add_group_control(
|
807 |
-
Group_Control_Border::get_type(),
|
808 |
-
[
|
809 |
-
'name' => 'input_style_border',
|
810 |
-
'label' => esc_html__('Border', 'happy-elementor-addons'),
|
811 |
-
'selector' => '{{WRAPPER}} .ha-mc-input input',
|
812 |
-
]
|
813 |
-
);
|
814 |
-
|
815 |
-
$this->add_group_control(
|
816 |
-
Group_Control_Box_Shadow::get_type(),
|
817 |
-
[
|
818 |
-
'name' => 'input_style_box_shadow',
|
819 |
-
'label' => esc_html__('Box Shadow', 'happy-elementor-addons'),
|
820 |
-
'selector' => '{{WRAPPER}} .ha-mc-input input, {{WRAPPER}} .ha-mc-input input:focus',
|
821 |
-
]
|
822 |
-
);
|
823 |
-
|
824 |
-
$this->add_responsive_control(
|
825 |
-
'input_style_padding',
|
826 |
-
[
|
827 |
-
'label' => esc_html__('Padding', 'happy-elementor-addons'),
|
828 |
-
'type' => Controls_Manager::DIMENSIONS,
|
829 |
-
'size_units' => ['px', '%', 'em'],
|
830 |
-
'default' => [
|
831 |
-
'top' => 0,
|
832 |
-
'right' => 20,
|
833 |
-
'bottom' => 0,
|
834 |
-
'left' => 20
|
835 |
-
],
|
836 |
-
'selectors' => [
|
837 |
-
'{{WRAPPER}} .ha-mc-input input' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
838 |
-
],
|
839 |
-
]
|
840 |
-
);
|
841 |
-
|
842 |
-
$this->add_control(
|
843 |
-
'input_style_width__switch',
|
844 |
-
[
|
845 |
-
'label' => esc_html__('Use Width', 'happy-elementor-addons'),
|
846 |
-
'type' => Controls_Manager::SWITCHER,
|
847 |
-
'label_on' => esc_html__('Show', 'happy-elementor-addons'),
|
848 |
-
'label_off' => esc_html__('Hide', 'happy-elementor-addons'),
|
849 |
-
'return_value' => 'yes',
|
850 |
-
'default' => 'no',
|
851 |
-
]
|
852 |
-
);
|
853 |
-
|
854 |
-
$this->add_responsive_control(
|
855 |
-
'input_style_width',
|
856 |
-
[
|
857 |
-
'label' => esc_html__('Width', 'happy-elementor-addons'),
|
858 |
-
'type' => Controls_Manager::SLIDER,
|
859 |
-
'size_units' => ['px', '%'],
|
860 |
-
'default' => [
|
861 |
-
'unit' => '%',
|
862 |
-
'size' => 66
|
863 |
-
],
|
864 |
-
'range' => [
|
865 |
-
'px' => [
|
866 |
-
'min' => 0,
|
867 |
-
'max' => 1000,
|
868 |
-
'step' => 5,
|
869 |
-
],
|
870 |
-
'%' => [
|
871 |
-
'min' => 0,
|
872 |
-
'max' => 100,
|
873 |
-
],
|
874 |
-
],
|
875 |
-
'selectors' => [
|
876 |
-
'{{WRAPPER}} .ha-mc-input-wrapper' => 'flex: 0 0 {{SIZE}}{{UNIT}};',
|
877 |
-
],
|
878 |
-
'condition' => [
|
879 |
-
'input_style_width__switch' => 'yes'
|
880 |
-
]
|
881 |
-
]
|
882 |
-
);
|
883 |
-
|
884 |
-
$this->add_responsive_control(
|
885 |
-
'input_style_margin_bottom',
|
886 |
-
[
|
887 |
-
'label' => esc_html__('Margin Bottom', 'happy-elementor-addons'),
|
888 |
-
'type' => Controls_Manager::SLIDER,
|
889 |
-
'size_units' => ['px'],
|
890 |
-
'range' => [
|
891 |
-
'px' => [
|
892 |
-
'min' => 0,
|
893 |
-
'max' => 100,
|
894 |
-
'step' => 1,
|
895 |
-
],
|
896 |
-
],
|
897 |
-
'default' => [
|
898 |
-
'unit' => 'px',
|
899 |
-
'size' => 20,
|
900 |
-
],
|
901 |
-
'selectors' => [
|
902 |
-
'{{WRAPPER}} .ha-mc-input-wrapper:not(:last-child)' => 'margin-bottom: {{SIZE}}{{UNIT}};',
|
903 |
-
],
|
904 |
-
'condition' => [
|
905 |
-
'form_style_switcher!' => 'yes'
|
906 |
-
]
|
907 |
-
]
|
908 |
-
);
|
909 |
-
|
910 |
-
$this->add_responsive_control(
|
911 |
-
'input_style_margin_right',
|
912 |
-
[
|
913 |
-
'label' => esc_html__('Margin Right', 'happy-elementor-addons'),
|
914 |
-
'type' => Controls_Manager::SLIDER,
|
915 |
-
'size_units' => ['px',],
|
916 |
-
'range' => [
|
917 |
-
'px' => [
|
918 |
-
'min' => 0,
|
919 |
-
'max' => 100,
|
920 |
-
'step' => 1,
|
921 |
-
],
|
922 |
-
],
|
923 |
-
'default' => [
|
924 |
-
'unit' => 'px',
|
925 |
-
'size' => 30,
|
926 |
-
],
|
927 |
-
'selectors' => [
|
928 |
-
'{{WRAPPER}} .ha-mailchimp-form.horizontal .ha-mc-input-wrapper:not(:last-child)' => 'margin-right: {{SIZE}}{{UNIT}};',
|
929 |
-
],
|
930 |
-
'condition' => [
|
931 |
-
'form_style_switcher' => 'yes'
|
932 |
-
]
|
933 |
-
]
|
934 |
-
);
|
935 |
-
|
936 |
-
$this->add_responsive_control(
|
937 |
-
'inline_margin_bottom',
|
938 |
-
[
|
939 |
-
'label' => esc_html__('Margin Bottom', 'happy-elementor-addons'),
|
940 |
-
'type' => Controls_Manager::SLIDER,
|
941 |
-
'devices' => ['mobile'],
|
942 |
-
'selectors' => [
|
943 |
-
'{{WRAPPER}} .multiple_form_fields > .ha-mc-input-wrapper:not(:last-child)' => 'margin-bottom: {{SIZE}}{{UNIT}};',
|
944 |
-
],
|
945 |
-
'condition' => [
|
946 |
-
'form_style_switcher' => 'yes', // Inline Style
|
947 |
-
'section_form_name_show' => 'yes', // Show Names
|
948 |
-
]
|
949 |
-
]
|
950 |
-
);
|
951 |
-
|
952 |
-
$this->add_control(
|
953 |
-
'input_style_placeholder_heading',
|
954 |
-
[
|
955 |
-
'label' => esc_html__('Placeholder', 'happy-elementor-addons'),
|
956 |
-
'type' => Controls_Manager::HEADING,
|
957 |
-
'separator' => 'before',
|
958 |
-
]
|
959 |
-
);
|
960 |
-
|
961 |
-
$this->add_control(
|
962 |
-
'input_style_placeholder_color',
|
963 |
-
[
|
964 |
-
'label' => esc_html__('Placeholder Color', 'happy-elementor-addons'),
|
965 |
-
'type' => Controls_Manager::COLOR,
|
966 |
-
'default' => '#000000',
|
967 |
-
'selectors' => [
|
968 |
-
'{{WRAPPER}} .ha-mc-input input::-webkit-input-placeholder' => 'color: {{VALUE}}',
|
969 |
-
'{{WRAPPER}} .ha-mc-input input::-moz-placeholder' => 'color: {{VALUE}}',
|
970 |
-
'{{WRAPPER}} .ha-mc-input input:-ms-input-placeholder' => 'color: {{VALUE}}',
|
971 |
-
'{{WRAPPER}} .ha-mc-input input:-moz-placeholder' => 'color: {{VALUE}}',
|
972 |
-
],
|
973 |
-
]
|
974 |
-
);
|
975 |
-
|
976 |
-
$this->add_responsive_control(
|
977 |
-
'input_style_placeholder_font_size',
|
978 |
-
[
|
979 |
-
'label' => esc_html__('Font Size', 'happy-elementor-addons'),
|
980 |
-
'type' => Controls_Manager::SLIDER,
|
981 |
-
'size_units' => ['px'],
|
982 |
-
'range' => [
|
983 |
-
'px' => [
|
984 |
-
'min' => 0,
|
985 |
-
'max' => 100,
|
986 |
-
'step' => 1,
|
987 |
-
],
|
988 |
-
],
|
989 |
-
'default' => [
|
990 |
-
'unit' => 'px',
|
991 |
-
'size' => 14,
|
992 |
-
],
|
993 |
-
'selectors' => [
|
994 |
-
'{{WRAPPER}} .ha-mc-input input::-webkit-input-placeholder' => 'font-size: {{SIZE}}{{UNIT}};',
|
995 |
-
'{{WRAPPER}} .ha-mc-input input::-moz-placeholder' => 'font-size: {{SIZE}}{{UNIT}};',
|
996 |
-
'{{WRAPPER}} .ha-mc-input input:-ms-input-placeholder' => 'font-size: {{SIZE}}{{UNIT}};',
|
997 |
-
'{{WRAPPER}} .ha-mc-input input:-moz-placeholder' => 'font-size: {{SIZE}}{{UNIT}};',
|
998 |
-
],
|
999 |
-
]
|
1000 |
-
);
|
1001 |
-
|
1002 |
-
$this->end_controls_section();
|
1003 |
-
}
|
1004 |
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
|
1011 |
-
|
1012 |
-
|
1013 |
-
|
1014 |
-
|
1015 |
-
|
1016 |
-
|
1017 |
-
|
1018 |
-
|
1019 |
-
|
1020 |
-
|
1021 |
-
|
1022 |
-
|
1023 |
-
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
1031 |
-
|
1032 |
-
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
[
|
1038 |
-
'label' => esc_html__('Color', 'happy-elementor-addons'),
|
1039 |
-
'type' => Controls_Manager::COLOR,
|
1040 |
-
'default' => '#000000',
|
1041 |
-
'selectors' => [
|
1042 |
-
'{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper i' => 'color: {{VALUE}};',
|
1043 |
-
'{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper svg path' => 'stroke: {{VALUE}}; fill: {{VALUE}};',
|
1044 |
-
],
|
1045 |
-
]
|
1046 |
-
);
|
1047 |
-
|
1048 |
-
$this->add_responsive_control(
|
1049 |
-
'input_icon_font_size',
|
1050 |
-
[
|
1051 |
-
'label' => esc_html__('Font Size', 'happy-elementor-addons'),
|
1052 |
-
'type' => Controls_Manager::SLIDER,
|
1053 |
-
'size_units' => ['px'],
|
1054 |
-
'range' => [
|
1055 |
-
'px' => [
|
1056 |
-
'min' => 0,
|
1057 |
-
'max' => 200,
|
1058 |
-
'step' => 1,
|
1059 |
-
],
|
1060 |
-
],
|
1061 |
-
'default' => [
|
1062 |
-
'unit' => 'px',
|
1063 |
-
'size' => 10,
|
1064 |
-
],
|
1065 |
-
'selectors' => [
|
1066 |
-
'{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper' => 'font-size: {{SIZE}}{{UNIT}};',
|
1067 |
-
'{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper svg' => 'max-width: {{SIZE}}{{UNIT}}; max-height: {{SIZE}}{{UNIT}};',
|
1068 |
-
// '{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper svg' => 'height: 1em, width: auto;',
|
1069 |
-
],
|
1070 |
-
]
|
1071 |
-
);
|
1072 |
-
|
1073 |
-
|
1074 |
-
$this->add_group_control(
|
1075 |
-
Group_Control_Border::get_type(),
|
1076 |
-
[
|
1077 |
-
'name' => 'input_icon_border',
|
1078 |
-
'label' => esc_html__('Border', 'happy-elementor-addons'),
|
1079 |
-
'selector' => '{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper',
|
1080 |
-
]
|
1081 |
-
);
|
1082 |
-
|
1083 |
-
$this->add_responsive_control(
|
1084 |
-
'input_icon_padding',
|
1085 |
-
[
|
1086 |
-
'label' => esc_html__('Padding', 'happy-elementor-addons'),
|
1087 |
-
'type' => Controls_Manager::DIMENSIONS,
|
1088 |
-
'size_units' => ['px', '%', 'em'],
|
1089 |
-
'selectors' => [
|
1090 |
-
'{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1091 |
-
],
|
1092 |
-
]
|
1093 |
-
);
|
1094 |
-
|
1095 |
-
$this->add_responsive_control(
|
1096 |
-
'input_icon_border_radius',
|
1097 |
-
[
|
1098 |
-
'label' => esc_html__('Border Radius', 'happy-elementor-addons'),
|
1099 |
-
'type' => Controls_Manager::DIMENSIONS,
|
1100 |
-
'size_units' => ['px', '%', 'em'],
|
1101 |
-
'selectors' => [
|
1102 |
-
'{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important;;',
|
1103 |
-
],
|
1104 |
-
]
|
1105 |
-
);
|
1106 |
-
|
1107 |
-
$this->end_controls_section();
|
1108 |
-
}
|
1109 |
|
1110 |
-
|
1111 |
-
|
1112 |
-
$this->start_controls_section(
|
1113 |
-
'button_style_holder',
|
1114 |
-
[
|
1115 |
-
'label' => esc_html__('Button', 'happy-elementor-addons'),
|
1116 |
-
'tab' => Controls_Manager::TAB_STYLE,
|
1117 |
-
]
|
1118 |
-
);
|
1119 |
-
|
1120 |
-
$this->add_group_control(
|
1121 |
-
Group_Control_Typography::get_type(),
|
1122 |
-
[
|
1123 |
-
'name' => 'button_typography',
|
1124 |
-
'label' => esc_html__('Typography', 'happy-elementor-addons'),
|
1125 |
-
'selector' => '{{WRAPPER}} .ha-mc-button',
|
1126 |
-
]
|
1127 |
-
);
|
1128 |
-
|
1129 |
-
$this->add_responsive_control(
|
1130 |
-
'button_border_radius',
|
1131 |
-
[
|
1132 |
-
'label' => esc_html__('Border Radius', 'happy-elementor-addons'),
|
1133 |
-
'type' => Controls_Manager::DIMENSIONS,
|
1134 |
-
'size_units' => ['px', '%', 'em'],
|
1135 |
-
'selectors' => [
|
1136 |
-
'{{WRAPPER}} .ha-mc-button' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1137 |
-
],
|
1138 |
-
]
|
1139 |
-
);
|
1140 |
-
|
1141 |
-
$this->add_responsive_control(
|
1142 |
-
'button_padding',
|
1143 |
-
[
|
1144 |
-
'label' => esc_html__('Padding', 'happy-elementor-addons'),
|
1145 |
-
'type' => Controls_Manager::DIMENSIONS,
|
1146 |
-
'size_units' => ['px', '%', 'em'],
|
1147 |
-
'devices' => ['desktop', 'tablet', 'mobile'],
|
1148 |
-
'desktop_default' => [
|
1149 |
-
'top' => 8,
|
1150 |
-
'right' => 20,
|
1151 |
-
'bottom' => 8,
|
1152 |
-
'left' => 20,
|
1153 |
-
'unit' => 'px',
|
1154 |
-
'isLinked' => ''
|
1155 |
-
],
|
1156 |
-
'tablet_default' => [
|
1157 |
-
'top' => 8,
|
1158 |
-
'right' => 15,
|
1159 |
-
'bottom' => 8,
|
1160 |
-
'left' => 15,
|
1161 |
-
'unit' => 'px',
|
1162 |
-
'isLinked' => ''
|
1163 |
-
],
|
1164 |
-
'mobile_default' => [
|
1165 |
-
'top' => 8,
|
1166 |
-
'right' => 10,
|
1167 |
-
'bottom' => 8,
|
1168 |
-
'left' => 10,
|
1169 |
-
'unit' => 'px',
|
1170 |
-
'isLinked' => ''
|
1171 |
-
],
|
1172 |
-
'selectors' => [
|
1173 |
-
'{{WRAPPER}} .ha-mc-button' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1174 |
-
],
|
1175 |
-
]
|
1176 |
-
);
|
1177 |
-
|
1178 |
-
$this->add_group_control(
|
1179 |
-
Group_Control_Box_Shadow::get_type(),
|
1180 |
-
[
|
1181 |
-
'name' => 'button_box_shadow',
|
1182 |
-
'label' => esc_html__('Box Shadow', 'happy-elementor-addons'),
|
1183 |
-
'selector' => '{{WRAPPER}} .ha-mc-button',
|
1184 |
-
]
|
1185 |
-
);
|
1186 |
-
|
1187 |
-
$this->add_group_control(
|
1188 |
-
Group_Control_Border::get_type(),
|
1189 |
-
[
|
1190 |
-
'name' => 'button_border',
|
1191 |
-
'label' => esc_html__('Border', 'happy-elementor-addons'),
|
1192 |
-
'selector' => '{{WRAPPER}} .ha-mc-button',
|
1193 |
-
]
|
1194 |
-
);
|
1195 |
-
|
1196 |
-
$this->add_group_control(
|
1197 |
-
Group_Control_Text_Shadow::get_type(),
|
1198 |
-
[
|
1199 |
-
'name' => 'button_title_shadow',
|
1200 |
-
'selector' => '{{WRAPPER}} .ha-mc-button',
|
1201 |
-
]
|
1202 |
-
);
|
1203 |
-
|
1204 |
-
$this->add_control(
|
1205 |
-
'button_style_use_width_height',
|
1206 |
-
[
|
1207 |
-
'label' => esc_html__('Use Width', 'happy-elementor-addons'),
|
1208 |
-
'type' => Controls_Manager::SWITCHER,
|
1209 |
-
'label_on' => esc_html__('Show', 'happy-elementor-addons'),
|
1210 |
-
'label_off' => esc_html__('Hide', 'happy-elementor-addons'),
|
1211 |
-
'return_value' => 'yes',
|
1212 |
-
'default' => 'no',
|
1213 |
-
]
|
1214 |
-
);
|
1215 |
-
|
1216 |
-
$this->add_responsive_control(
|
1217 |
-
'button_width',
|
1218 |
-
[
|
1219 |
-
'label' => esc_html__('Width', 'happy-elementor-addons'),
|
1220 |
-
'type' => Controls_Manager::SLIDER,
|
1221 |
-
'size_units' => ['px', '%'],
|
1222 |
-
'range' => [
|
1223 |
-
'px' => [
|
1224 |
-
'min' => 50,
|
1225 |
-
'max' => 1000,
|
1226 |
-
'step' => 1,
|
1227 |
-
],
|
1228 |
-
'%' => [
|
1229 |
-
'min' => 10,
|
1230 |
-
'max' => 100,
|
1231 |
-
],
|
1232 |
-
],
|
1233 |
-
'default' => [
|
1234 |
-
'unit' => 'px',
|
1235 |
-
'size' => 50,
|
1236 |
-
],
|
1237 |
-
'selectors' => [
|
1238 |
-
'{{WRAPPER}} .ha-mc-button-wrapper' => 'width: {{SIZE}}{{UNIT}};',
|
1239 |
-
],
|
1240 |
-
'condition' => [
|
1241 |
-
'button_style_use_width_height' => 'yes'
|
1242 |
-
]
|
1243 |
-
]
|
1244 |
-
);
|
1245 |
-
|
1246 |
-
|
1247 |
-
$this->add_responsive_control(
|
1248 |
-
'button_style_margin',
|
1249 |
-
[
|
1250 |
-
'label' => esc_html__('Margin', 'happy-elementor-addons'),
|
1251 |
-
'type' => Controls_Manager::DIMENSIONS,
|
1252 |
-
'size_units' => ['px', '%', 'em'],
|
1253 |
-
'selectors' => [
|
1254 |
-
'{{WRAPPER}} .ha-mc-button' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1255 |
-
],
|
1256 |
-
]
|
1257 |
-
);
|
1258 |
-
|
1259 |
-
$this->start_controls_tabs(
|
1260 |
-
'button_normal_and_hover_tabs'
|
1261 |
-
);
|
1262 |
-
$this->start_controls_tab(
|
1263 |
-
'button_normal_tab',
|
1264 |
-
[
|
1265 |
-
'label' => esc_html__('Normal', 'happy-elementor-addons'),
|
1266 |
-
]
|
1267 |
-
);
|
1268 |
-
|
1269 |
-
$this->add_control(
|
1270 |
-
'button_color',
|
1271 |
-
[
|
1272 |
-
'label' => esc_html__('Color', 'happy-elementor-addons'),
|
1273 |
-
'type' => Controls_Manager::COLOR,
|
1274 |
-
'default' => '#fff',
|
1275 |
-
'selectors' => [
|
1276 |
-
'{{WRAPPER}} .ha-mc-button' => 'color: {{VALUE}};',
|
1277 |
-
'{{WRAPPER}} .ha-mc-button svg path' => 'stroke: {{VALUE}}; fill: {{VALUE}};',
|
1278 |
-
],
|
1279 |
-
]
|
1280 |
-
);
|
1281 |
-
|
1282 |
-
$this->add_group_control(
|
1283 |
-
Group_Control_Background::get_type(),
|
1284 |
-
[
|
1285 |
-
'name' => 'button_background',
|
1286 |
-
'label' => esc_html__('Background', 'happy-elementor-addons'),
|
1287 |
-
'types' => ['classic', 'gradient',],
|
1288 |
-
'selector' => '{{WRAPPER}} .ha-mc-button',
|
1289 |
-
'exclude' => [
|
1290 |
-
'image'
|
1291 |
-
]
|
1292 |
-
]
|
1293 |
-
);
|
1294 |
-
|
1295 |
-
$this->end_controls_tab();
|
1296 |
-
$this->start_controls_tab(
|
1297 |
-
'button_hover_tab',
|
1298 |
-
[
|
1299 |
-
'label' => esc_html__('Hover', 'happy-elementor-addons'),
|
1300 |
-
]
|
1301 |
-
);
|
1302 |
-
|
1303 |
-
$this->add_control(
|
1304 |
-
'button_color_hover',
|
1305 |
-
[
|
1306 |
-
'label' => esc_html__('Color', 'happy-elementor-addons'),
|
1307 |
-
'type' => Controls_Manager::COLOR,
|
1308 |
-
'default' => '#fff',
|
1309 |
-
'selectors' => [
|
1310 |
-
'{{WRAPPER}} .ha-mc-button:hover' => 'color: {{VALUE}};',
|
1311 |
-
'{{WRAPPER}} .ha-mc-button:hover svg path' => 'stroke: {{VALUE}}; fill: {{VALUE}};',
|
1312 |
-
],
|
1313 |
-
]
|
1314 |
-
);
|
1315 |
-
|
1316 |
-
$this->add_group_control(
|
1317 |
-
Group_Control_Background::get_type(),
|
1318 |
-
[
|
1319 |
-
'name' => 'button_background_hover',
|
1320 |
-
'label' => esc_html__('Background', 'happy-elementor-addons'),
|
1321 |
-
'types' => ['classic', 'gradient',],
|
1322 |
-
'selector' => '{{WRAPPER}} .ha-mc-button:hover',
|
1323 |
-
'exclude' => [
|
1324 |
-
'image'
|
1325 |
-
]
|
1326 |
-
]
|
1327 |
-
);
|
1328 |
-
|
1329 |
-
$this->add_control(
|
1330 |
-
'button_border_color_hover',
|
1331 |
-
[
|
1332 |
-
'label' => esc_html__('Border Color', 'happy-elementor-addons'),
|
1333 |
-
'type' => Controls_Manager::COLOR,
|
1334 |
-
'selectors' => [
|
1335 |
-
'{{WRAPPER}} .ha-mc-button:hover' => 'border-color: {{VALUE}};',
|
1336 |
-
],
|
1337 |
-
'condition' => [
|
1338 |
-
'button_border_border!' => ''
|
1339 |
-
]
|
1340 |
-
]
|
1341 |
-
);
|
1342 |
-
|
1343 |
-
|
1344 |
-
|
1345 |
-
$this->end_controls_tab();
|
1346 |
-
|
1347 |
-
$this->end_controls_tabs();
|
1348 |
-
|
1349 |
-
$this->add_control(
|
1350 |
-
'button_icon_heading',
|
1351 |
-
[
|
1352 |
-
'label' => esc_html__('Icon', 'happy-elementor-addons'),
|
1353 |
-
'type' => Controls_Manager::HEADING,
|
1354 |
-
'separator' => 'before',
|
1355 |
-
]
|
1356 |
-
);
|
1357 |
-
|
1358 |
-
$this->add_responsive_control(
|
1359 |
-
'button_icon_padding_right',
|
1360 |
-
[
|
1361 |
-
'label' => esc_html__('Icon Spacing', 'happy-elementor-addons'),
|
1362 |
-
'type' => Controls_Manager::SLIDER,
|
1363 |
-
'size_units' => ['px'],
|
1364 |
-
'range' => [
|
1365 |
-
'px' => [
|
1366 |
-
'min' => 0,
|
1367 |
-
'max' => 100,
|
1368 |
-
'step' => 1,
|
1369 |
-
],
|
1370 |
-
],
|
1371 |
-
'default' => [
|
1372 |
-
'unit' => 'px',
|
1373 |
-
'size' => 10,
|
1374 |
-
],
|
1375 |
-
'selectors' => [
|
1376 |
-
'{{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > i, {{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > svg' => 'margin-right: {{SIZE}}{{UNIT}};',
|
1377 |
-
],
|
1378 |
-
'condition' => [
|
1379 |
-
'button_icon_position' => 'before'
|
1380 |
-
]
|
1381 |
-
]
|
1382 |
-
);
|
1383 |
-
|
1384 |
-
$this->add_responsive_control(
|
1385 |
-
'button_icon_padding_left',
|
1386 |
-
[
|
1387 |
-
'label' => esc_html__('Icon Spacing', 'happy-elementor-addons'),
|
1388 |
-
'type' => Controls_Manager::SLIDER,
|
1389 |
-
'size_units' => ['px'],
|
1390 |
-
'range' => [
|
1391 |
-
'px' => [
|
1392 |
-
'min' => 0,
|
1393 |
-
'max' => 100,
|
1394 |
-
'step' => 1,
|
1395 |
-
],
|
1396 |
-
],
|
1397 |
-
'default' => [
|
1398 |
-
'unit' => 'px',
|
1399 |
-
'size' => 10,
|
1400 |
-
],
|
1401 |
-
'selectors' => [
|
1402 |
-
'{{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > i, {{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > svg' => 'margin-left: {{SIZE}}{{UNIT}};',
|
1403 |
-
],
|
1404 |
-
'condition' => [
|
1405 |
-
'button_icon_position' => 'after'
|
1406 |
-
]
|
1407 |
-
]
|
1408 |
-
);
|
1409 |
-
|
1410 |
-
$this->add_responsive_control(
|
1411 |
-
'button_icon_size',
|
1412 |
-
[
|
1413 |
-
'label' => esc_html__('Icon Size', 'happy-elementor-addons'),
|
1414 |
-
'type' => Controls_Manager::SLIDER,
|
1415 |
-
'size_units' => ['px', '%'],
|
1416 |
-
'range' => [
|
1417 |
-
'px' => [
|
1418 |
-
'min' => 1,
|
1419 |
-
'max' => 100,
|
1420 |
-
'step' => 5,
|
1421 |
-
],
|
1422 |
-
'%' => [
|
1423 |
-
'min' => 1,
|
1424 |
-
'max' => 100,
|
1425 |
-
],
|
1426 |
-
],
|
1427 |
-
'default' => [
|
1428 |
-
'unit' => 'px',
|
1429 |
-
'size' => 10,
|
1430 |
-
],
|
1431 |
-
'selectors' => [
|
1432 |
-
// '{{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > i, {{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > i' => 'font-size: {{SIZE}}{{UNIT}};',
|
1433 |
-
// '{{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > i, {{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > svg' => 'max-width: {{SIZE}}{{UNIT}}; height: auto',
|
1434 |
-
'{{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper' => 'font-size: {{SIZE}}{{UNIT}};',
|
1435 |
-
'{{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper svg' => 'max-width: {{SIZE}}{{UNIT}}; max-height: {{SIZE}}{{UNIT}}',
|
1436 |
-
],
|
1437 |
-
]
|
1438 |
-
);
|
1439 |
-
|
1440 |
-
$this->end_controls_section();
|
1441 |
}
|
1442 |
|
1443 |
-
|
1444 |
-
|
1445 |
-
|
1446 |
-
|
1447 |
-
|
1448 |
-
|
1449 |
-
|
1450 |
-
|
1451 |
-
|
1452 |
-
|
1453 |
-
|
1454 |
-
|
1455 |
-
|
1456 |
-
|
1457 |
-
|
1458 |
-
|
1459 |
-
|
1460 |
-
|
1461 |
-
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
|
1469 |
-
|
1470 |
-
|
1471 |
-
|
1472 |
-
|
1473 |
-
|
1474 |
-
|
1475 |
-
|
1476 |
-
|
1477 |
-
|
1478 |
-
|
1479 |
-
|
1480 |
-
|
1481 |
-
|
1482 |
-
|
1483 |
-
|
1484 |
-
|
1485 |
-
|
1486 |
-
|
1487 |
-
|
1488 |
-
|
1489 |
-
|
1490 |
-
|
1491 |
-
|
1492 |
-
|
1493 |
-
|
1494 |
-
|
1495 |
-
|
1496 |
-
|
1497 |
-
|
1498 |
-
|
1499 |
-
|
1500 |
-
|
1501 |
-
|
1502 |
-
|
1503 |
-
|
1504 |
-
|
1505 |
-
|
1506 |
-
|
1507 |
-
|
1508 |
-
|
1509 |
-
|
1510 |
-
|
1511 |
-
|
1512 |
-
|
1513 |
-
|
1514 |
-
|
1515 |
-
|
1516 |
-
|
1517 |
-
|
1518 |
-
|
1519 |
-
|
1520 |
-
|
1521 |
-
|
1522 |
-
|
1523 |
-
|
1524 |
-
|
1525 |
-
|
1526 |
-
|
1527 |
-
|
1528 |
-
|
1529 |
-
|
1530 |
-
|
1531 |
-
|
1532 |
-
|
1533 |
-
|
1534 |
-
|
1535 |
-
|
1536 |
-
|
1537 |
-
|
1538 |
-
|
1539 |
-
|
1540 |
-
|
1541 |
-
|
1542 |
-
|
1543 |
-
|
1544 |
-
|
1545 |
-
|
1546 |
-
|
1547 |
-
|
1548 |
-
|
1549 |
-
|
1550 |
-
|
1551 |
-
|
1552 |
-
|
1553 |
-
|
1554 |
-
|
1555 |
-
|
1556 |
-
|
1557 |
-
|
1558 |
-
|
1559 |
-
|
1560 |
-
|
1561 |
-
|
1562 |
-
|
1563 |
-
|
1564 |
-
|
1565 |
-
|
1566 |
-
|
1567 |
-
|
1568 |
-
|
1569 |
-
|
1570 |
-
|
1571 |
-
|
1572 |
-
|
1573 |
-
|
1574 |
-
|
1575 |
-
|
1576 |
-
|
1577 |
-
|
1578 |
-
|
1579 |
-
|
1580 |
-
|
1581 |
-
|
1582 |
-
|
1583 |
-
|
1584 |
-
|
1585 |
-
|
1586 |
-
|
1587 |
-
|
1588 |
-
|
1589 |
-
|
1590 |
-
|
1591 |
-
|
1592 |
-
|
1593 |
-
|
1594 |
-
|
1595 |
-
|
1596 |
-
|
1597 |
-
|
1598 |
-
|
1599 |
-
|
1600 |
-
|
1601 |
-
|
1602 |
-
|
1603 |
-
|
1604 |
-
|
1605 |
-
|
1606 |
-
|
1607 |
-
|
1608 |
-
|
1609 |
-
|
1610 |
-
|
1611 |
-
|
1612 |
-
|
1613 |
-
|
1614 |
-
|
1615 |
-
|
1616 |
-
|
1617 |
-
|
1618 |
-
|
1619 |
-
|
1620 |
-
|
1621 |
-
|
1622 |
-
|
1623 |
-
|
1624 |
-
|
1625 |
-
|
1626 |
-
|
1627 |
-
|
1628 |
-
|
1629 |
-
|
1630 |
-
|
1631 |
-
|
1632 |
-
|
1633 |
-
|
1634 |
-
|
1635 |
-
|
1636 |
-
|
1637 |
-
|
1638 |
-
|
1639 |
-
|
1640 |
-
|
1641 |
-
|
1642 |
-
|
1643 |
-
|
1644 |
-
|
1645 |
-
|
1646 |
-
|
1647 |
-
|
1648 |
-
|
1649 |
-
|
1650 |
-
|
1651 |
-
|
1652 |
-
|
1653 |
-
|
1654 |
-
|
1655 |
-
|
1656 |
-
|
1657 |
-
|
1658 |
-
|
1659 |
-
|
1660 |
-
|
1661 |
-
|
1662 |
-
|
1663 |
-
|
1664 |
-
|
1665 |
-
|
1666 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1667 |
}
|
16 |
use Elementor\Group_Control_Typography;
|
17 |
use Happy_Addons\Elementor\Controls\Select2;
|
18 |
|
19 |
+
defined( 'ABSPATH' ) || die();
|
20 |
|
21 |
class Mailchimp extends Base {
|
22 |
|
23 |
+
private $settings;
|
24 |
|
25 |
+
/**
|
26 |
+
* Get widget title.
|
27 |
+
*
|
28 |
+
* @since 2.24.1
|
29 |
+
* @access public
|
30 |
+
*
|
31 |
+
* @return string Widget title.
|
32 |
+
*/
|
33 |
+
public function get_title() {
|
34 |
+
return __( 'MailChimp', 'happy-elementor-addons' );
|
35 |
+
}
|
36 |
|
37 |
+
public function __construct( $data = [], $args = null ) {
|
38 |
+
parent::__construct( $data, $args );
|
39 |
+
|
40 |
+
$this->settings = ha_get_credentials( 'mailchimp' );
|
41 |
+
}
|
42 |
|
43 |
+
/**
|
44 |
+
* Get widget icon.
|
45 |
+
*
|
46 |
+
* @since 2.24.1
|
47 |
+
* @access public
|
48 |
+
*
|
49 |
+
* @return string Widget icon.
|
50 |
+
*/
|
51 |
+
public function get_icon() {
|
52 |
+
return 'hm hm-mail-chimp';
|
53 |
}
|
54 |
|
55 |
+
public function get_keywords() {
|
56 |
+
return ['email', 'mail chimp', 'mail', 'subscription'];
|
57 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
/**
|
60 |
+
* Register widget content controls
|
61 |
+
*/
|
62 |
+
protected function register_content_controls() {
|
63 |
$this->__mailchimp_content_controls();
|
64 |
$this->__mailchimp_form_content_controls();
|
65 |
$this->__success_error_content_controls();
|
66 |
}
|
67 |
|
68 |
+
protected function __mailchimp_content_controls() {
|
69 |
+
|
70 |
+
$this->start_controls_section(
|
71 |
+
'_section_mailchimp',
|
72 |
+
[
|
73 |
+
'label' => __( 'MailChimp', 'happy-elementor-addons' ),
|
74 |
+
'tab' => Controls_Manager::TAB_CONTENT,
|
75 |
+
]
|
76 |
+
);
|
77 |
+
|
78 |
+
$this->add_control(
|
79 |
+
'mailchimp_api_check',
|
80 |
+
[
|
81 |
+
'raw' => '<strong>' . esc_html__( 'Please note!', 'happy-elementor-addons' ) . '</strong> ' . esc_html__( 'Please set API Key in Happy Addons Dashboard - ', 'happy-elementor-addons' ) . '<a style="border-bottom-color: inherit;" href="' . esc_url( admin_url( 'admin.php?page=happy-addons#credentials' ) ) . '" target="_blank" >' . esc_html__( 'Credentials', 'happy-elementor-addons' ) . '</a>' . esc_html__( ' - MailChimp and Create Audience.', 'happy-elementor-addons' ),
|
82 |
+
'type' => Controls_Manager::RAW_HTML,
|
83 |
+
'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',
|
84 |
+
'render_type' => 'ui',
|
85 |
+
'condition' => [
|
86 |
+
'mailchimp_api_choose' => 'global',
|
87 |
+
],
|
88 |
+
]
|
89 |
+
);
|
90 |
+
|
91 |
+
/*
|
92 |
+
* Need to solve api get issue from controller to controller
|
93 |
+
*/
|
94 |
+
|
95 |
+
$this->add_control(
|
96 |
+
'mailchimp_api_choose',
|
97 |
+
[
|
98 |
+
'label' => __( 'Choose API from', 'happy-elementor-addons' ),
|
99 |
+
'type' => Controls_Manager::SELECT,
|
100 |
+
'default' => 'global',
|
101 |
+
'options' => [
|
102 |
+
'global' => __( 'Global', 'happy-elementor-addons' ),
|
103 |
+
'custom' => __( 'Custom', 'happy-elementor-addons' ),
|
104 |
+
],
|
105 |
+
]
|
106 |
+
);
|
107 |
+
|
108 |
+
$this->add_control(
|
109 |
+
'mailchimp_api',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
[
|
111 |
+
'label' => __( 'MailChimp API', 'happy-elementor-addons' ),
|
112 |
+
'type' => Controls_Manager::TEXT,
|
113 |
'label_block' => true,
|
114 |
+
'placeholder' => __( 'Enter your mailchimp api here', 'happy-elementor-addons' ),
|
115 |
+
'condition' => [
|
116 |
+
'mailchimp_api_choose' => 'custom',
|
117 |
+
],
|
118 |
+
'dynamic' => [ 'active' => true],
|
119 |
+
]
|
120 |
+
);
|
121 |
+
|
122 |
+
$this->add_control(
|
123 |
+
'mailchimp_lists',
|
124 |
+
[
|
125 |
+
'label' => __( 'Audience', 'happy-elementor-addons' ),
|
126 |
+
'label_block' => true,
|
127 |
+
'type' => Select2::TYPE,
|
128 |
+
'multiple' => false,
|
129 |
+
'placeholder' => 'Choose your created audience ',
|
130 |
'dynamic_params' => [
|
131 |
+
'object_type' => 'mailchimp_list',
|
132 |
+
'global_api' => isset( $this->settings['api'] ) ? $this->settings['api'] : '',
|
133 |
'control_dependency' => [
|
134 |
'mailchimp_api_choose' => 'mailchimp_api_choose',
|
135 |
+
'mailchimp_api' => 'mailchimp_api',
|
136 |
+
],
|
137 |
],
|
138 |
'select2options' => [
|
139 |
'minimumInputLength' => 0,
|
140 |
],
|
141 |
+
'description' => esc_html__( 'Create a audience/ list in mailchimp account ', 'happy-elementor-addons' ) . '<a href="https://mailchimp.com/help/create-audience/" target="_blank"> ' . esc_html__( 'Create Audience', 'happy-elementor-addons' ) . '</a>',
|
142 |
+
]
|
143 |
+
);
|
144 |
+
|
145 |
+
$this->add_control(
|
146 |
+
'mailchimp_list_tags',
|
147 |
+
[
|
148 |
+
'label' => __( 'Tags', 'happy-elementor-addons' ),
|
149 |
+
'type' => Controls_Manager::TEXT,
|
150 |
+
'label_block' => true,
|
151 |
+
'placeholder' => __( 'Tag-1, Tag-2', 'happy-elementor-addons' ),
|
152 |
+
'description' => __( 'Enter tag here to separate your subscribers. Use comma separator to use multiple tags. Example: Tag-1, Tag-2, Tag-3', 'happy-elementor-addons' ),
|
153 |
+
'condition' => [
|
154 |
+
'mailchimp_lists!' => '',
|
155 |
+
],
|
156 |
+
'dynamic' => [ 'active' => true],
|
157 |
+
]
|
158 |
+
);
|
159 |
+
|
160 |
+
$this->add_control(
|
161 |
+
'enable_double_opt_in',
|
162 |
+
[
|
163 |
+
'label' => __( 'Enable Double Opt In?', 'happy-elementor-addons' ),
|
164 |
+
'type' => Controls_Manager::SWITCHER,
|
165 |
+
'label_on' => __( 'Yes', 'happy-elementor-addons' ),
|
166 |
+
'label_off' => __( 'No', 'happy-elementor-addons' ),
|
167 |
+
'return_value' => 'yes',
|
168 |
+
'default' => 'no',
|
169 |
+
]
|
170 |
+
);
|
171 |
+
|
172 |
+
$this->end_controls_section();
|
173 |
+
}
|
174 |
+
|
175 |
+
protected function __mailchimp_form_content_controls() {
|
176 |
+
|
177 |
+
$this->start_controls_section(
|
178 |
+
'_section_mailchimp_form',
|
179 |
+
[
|
180 |
+
'label' => __( 'Form', 'happy-elementor-addons' ),
|
181 |
+
'tab' => Controls_Manager::TAB_CONTENT,
|
182 |
+
]
|
183 |
+
);
|
184 |
+
|
185 |
+
$this->add_responsive_control(
|
186 |
+
'form_alignment',
|
187 |
+
[
|
188 |
+
'label' => __( 'Form Alignment', 'happy-elementor-addons' ),
|
189 |
+
'type' => Controls_Manager::SELECT,
|
190 |
+
'default' => 'horizontal',
|
191 |
+
'devices' => ['desktop', 'tablet', 'mobile'],
|
192 |
+
'desktop_default' => 'horizontal',
|
193 |
+
'tablet_default' => 'horizontal',
|
194 |
+
'mobile_default' => 'vertical',
|
195 |
+
// 'desktop_default' => ['horizontal'],
|
196 |
+
// 'tablet_default' => ['horizontal'],
|
197 |
+
// 'mobile_default' => ['vertical'],
|
198 |
+
'options' => [
|
199 |
+
'horizontal' => esc_html__( 'Horizontal', 'happy-elementor-addons' ),
|
200 |
+
'vertical' => esc_html__( 'Vertical', 'happy-elementor-addons' ),
|
201 |
+
],
|
202 |
+
'prefix_class' => 'ha-mailchimp%s-',
|
203 |
+
// 'frontend_available' => true,
|
204 |
+
]
|
205 |
+
);
|
206 |
+
|
207 |
+
$this->add_control(
|
208 |
+
'enable_name',
|
209 |
+
[
|
210 |
+
'label' => __( 'Enable Name?', 'happy-elementor-addons' ),
|
211 |
+
'type' => Controls_Manager::SWITCHER,
|
212 |
+
'label_on' => __( 'Yes', 'happy-elementor-addons' ),
|
213 |
+
'label_off' => __( 'No', 'happy-elementor-addons' ),
|
214 |
+
'return_value' => 'yes',
|
215 |
+
'default' => 'no',
|
216 |
+
]
|
217 |
+
);
|
218 |
+
|
219 |
+
$this->add_control(
|
220 |
+
'_fname_heading',
|
221 |
+
[
|
222 |
+
'label' => __( 'First Name:', 'happy-elementor-addons' ),
|
223 |
+
'type' => Controls_Manager::HEADING,
|
224 |
+
'separator' => 'before',
|
225 |
+
'condition' => [
|
226 |
+
'enable_name' => 'yes',
|
227 |
+
],
|
228 |
+
]
|
229 |
+
);
|
230 |
+
|
231 |
+
$this->add_control(
|
232 |
+
'fname_label',
|
233 |
+
[
|
234 |
+
'label' => __( 'Label', 'happy-elementor-addons' ),
|
235 |
+
'type' => Controls_Manager::TEXT,
|
236 |
+
'placeholder' => __( 'First Name input label', 'happy-elementor-addons' ),
|
237 |
+
'condition' => [
|
238 |
+
'enable_name' => 'yes',
|
239 |
+
],
|
240 |
+
'dynamic' => ['active' => true],
|
241 |
+
]
|
242 |
+
);
|
243 |
+
|
244 |
+
$this->add_control(
|
245 |
+
'fname_placeholder',
|
246 |
+
[
|
247 |
+
'label' => __( 'Placeholder', 'happy-elementor-addons' ),
|
248 |
+
'type' => Controls_Manager::TEXT,
|
249 |
+
'default' => __( 'First Name', 'happy-elementor-addons' ),
|
250 |
+
'placeholder' => __( 'First Name input placeholder', 'happy-elementor-addons' ),
|
251 |
+
'condition' => [
|
252 |
+
'enable_name' => 'yes',
|
253 |
+
],
|
254 |
+
'dynamic' => ['active' => true],
|
255 |
+
]
|
256 |
+
);
|
257 |
+
|
258 |
+
$this->add_control(
|
259 |
+
'fname_enable_icon',
|
260 |
+
[
|
261 |
+
'label' => __( 'Enable Icon With Input?', 'happy-elementor-addons' ),
|
262 |
+
'type' => Controls_Manager::SWITCHER,
|
263 |
+
'label_on' => __( 'Yes', 'happy-elementor-addons' ),
|
264 |
+
'label_off' => __( 'No', 'happy-elementor-addons' ),
|
265 |
+
'return_value' => 'yes',
|
266 |
+
'default' => 'yes',
|
267 |
+
'condition' => [
|
268 |
+
'enable_name' => 'yes',
|
269 |
+
],
|
270 |
+
]
|
271 |
+
);
|
272 |
+
|
273 |
+
$this->add_control(
|
274 |
+
'fname_icon',
|
275 |
+
[
|
276 |
+
'label' => __( 'Icon', 'happy-elementor-addons' ),
|
277 |
+
'type' => Controls_Manager::ICONS,
|
278 |
+
'default' => [
|
279 |
+
'value' => 'hm hm-user',
|
280 |
+
'library' => 'regular',
|
281 |
+
],
|
282 |
+
'condition' => [
|
283 |
+
'enable_name' => 'yes',
|
284 |
+
'fname_enable_icon' => 'yes',
|
285 |
+
],
|
286 |
+
]
|
287 |
+
);
|
288 |
+
|
289 |
+
$this->add_control(
|
290 |
+
'fname_icon_position',
|
291 |
+
[
|
292 |
+
'label' => __( 'Icon Position', 'happy-elementor-addons' ),
|
293 |
+
'type' => Controls_Manager::SELECT,
|
294 |
+
'default' => 'before',
|
295 |
+
'options' => [
|
296 |
+
'before' => __( 'Before Input', 'happy-elementor-addons' ),
|
297 |
+
'after' => __( 'After Input', 'happy-elementor-addons' ),
|
298 |
+
],
|
299 |
+
'condition' => [
|
300 |
+
'enable_name' => 'yes',
|
301 |
+
'fname_enable_icon' => 'yes',
|
302 |
+
],
|
303 |
+
]
|
304 |
+
);
|
305 |
+
|
306 |
+
$this->add_control(
|
307 |
+
'_lname_heading',
|
308 |
+
[
|
309 |
+
'label' => __( 'Last Name:', 'happy-elementor-addons' ),
|
310 |
+
'type' => Controls_Manager::HEADING,
|
311 |
+
'separator' => 'before',
|
312 |
+
'condition' => [
|
313 |
+
'enable_name' => 'yes',
|
314 |
+
],
|
315 |
+
]
|
316 |
+
);
|
317 |
+
|
318 |
+
$this->add_control(
|
319 |
+
'lname_label',
|
320 |
+
[
|
321 |
+
'label' => __( 'Label', 'happy-elementor-addons' ),
|
322 |
+
'type' => Controls_Manager::TEXT,
|
323 |
+
'placeholder' => __( 'Last Name input label', 'happy-elementor-addons' ),
|
324 |
+
'condition' => [
|
325 |
+
'enable_name' => 'yes',
|
326 |
+
],
|
327 |
+
'dynamic' => ['active' => true],
|
328 |
+
]
|
329 |
+
);
|
330 |
+
|
331 |
+
$this->add_control(
|
332 |
+
'lname_placeholder',
|
333 |
+
[
|
334 |
+
'label' => __( 'Placeholder', 'happy-elementor-addons' ),
|
335 |
+
'type' => Controls_Manager::TEXT,
|
336 |
+
'default' => __( 'Last Name', 'happy-elementor-addons' ),
|
337 |
+
'placeholder' => __( 'Last Name input placeholder', 'happy-elementor-addons' ),
|
338 |
+
'condition' => [
|
339 |
+
'enable_name' => 'yes',
|
340 |
+
],
|
341 |
+
'dynamic' => ['active' => true],
|
342 |
+
]
|
343 |
+
);
|
344 |
+
|
345 |
+
$this->add_control(
|
346 |
+
'lname_enable_icon',
|
347 |
+
[
|
348 |
+
'label' => __( 'Enable Icon With Input?', 'happy-elementor-addons' ),
|
349 |
+
'type' => Controls_Manager::SWITCHER,
|
350 |
+
'label_on' => __( 'Yes', 'happy-elementor-addons' ),
|
351 |
+
'label_off' => __( 'No', 'happy-elementor-addons' ),
|
352 |
+
'return_value' => 'yes',
|
353 |
+
'default' => 'yes',
|
354 |
+
'condition' => [
|
355 |
+
'enable_name' => 'yes',
|
356 |
+
],
|
357 |
+
]
|
358 |
+
);
|
359 |
+
|
360 |
+
$this->add_control(
|
361 |
+
'lname_icon',
|
362 |
+
[
|
363 |
+
'label' => __( 'Icon', 'happy-elementor-addons' ),
|
364 |
+
'type' => Controls_Manager::ICONS,
|
365 |
+
'default' => [
|
366 |
+
'value' => 'hm hm-user',
|
367 |
+
'library' => 'regular',
|
368 |
+
],
|
369 |
+
'condition' => [
|
370 |
+
'enable_name' => 'yes',
|
371 |
+
'lname_enable_icon' => 'yes',
|
372 |
+
],
|
373 |
+
]
|
374 |
+
);
|
375 |
+
|
376 |
+
$this->add_control(
|
377 |
+
'lname_icon_position',
|
378 |
+
[
|
379 |
+
'label' => __( 'Icon Position', 'happy-elementor-addons' ),
|
380 |
+
'type' => Controls_Manager::SELECT,
|
381 |
+
'default' => 'before',
|
382 |
+
'options' => [
|
383 |
+
'before' => __( 'Before Input', 'happy-elementor-addons' ),
|
384 |
+
'after' => __( 'After Input', 'happy-elementor-addons' ),
|
385 |
+
],
|
386 |
+
'condition' => [
|
387 |
+
'enable_name' => 'yes',
|
388 |
+
'lname_enable_icon' => 'yes',
|
389 |
+
],
|
390 |
+
]
|
391 |
+
);
|
392 |
+
|
393 |
+
$this->add_control(
|
394 |
+
'enable_phone',
|
395 |
+
[
|
396 |
+
'label' => __( 'Enable Phone?', 'happy-elementor-addons' ),
|
397 |
+
'type' => Controls_Manager::SWITCHER,
|
398 |
+
'label_on' => __( 'Yes', 'happy-elementor-addons' ),
|
399 |
+
'label_off' => __( 'No', 'happy-elementor-addons' ),
|
400 |
+
'return_value' => 'yes',
|
401 |
+
'default' => 'no',
|
402 |
+
]
|
403 |
+
);
|
404 |
+
|
405 |
+
$this->add_control(
|
406 |
+
'_phone_heading',
|
407 |
+
[
|
408 |
+
'label' => __( 'Phone:', 'happy-elementor-addons' ),
|
409 |
+
'type' => Controls_Manager::HEADING,
|
410 |
+
'separator' => 'before',
|
411 |
+
'condition' => [
|
412 |
+
'enable_phone' => 'yes',
|
413 |
+
],
|
414 |
]
|
415 |
);
|
416 |
|
417 |
+
$this->add_control(
|
418 |
+
'phone_label',
|
419 |
+
[
|
420 |
+
'label' => __( 'Label', 'happy-elementor-addons' ),
|
421 |
+
'type' => Controls_Manager::TEXT,
|
422 |
+
'placeholder' => __( 'Phone input label', 'happy-elementor-addons' ),
|
423 |
+
'condition' => [
|
424 |
+
'enable_phone' => 'yes',
|
425 |
+
],
|
426 |
+
'dynamic' => ['active' => true],
|
427 |
+
]
|
428 |
+
);
|
429 |
+
|
430 |
+
$this->add_control(
|
431 |
+
'phone_placeholder',
|
432 |
+
[
|
433 |
+
'label' => __( 'Placeholder', 'happy-elementor-addons' ),
|
434 |
+
'type' => Controls_Manager::TEXT,
|
435 |
+
'default' => __( 'Phone', 'happy-elementor-addons' ),
|
436 |
+
'placeholder' => __( 'Phone input placeholder', 'happy-elementor-addons' ),
|
437 |
+
'condition' => [
|
438 |
+
'enable_phone' => 'yes',
|
439 |
+
],
|
440 |
+
'dynamic' => ['active' => true],
|
441 |
+
]
|
442 |
+
);
|
443 |
+
|
444 |
+
$this->add_control(
|
445 |
+
'phone_enable_icon',
|
446 |
+
[
|
447 |
+
'label' => __( 'Enable Icon With Input?', 'happy-elementor-addons' ),
|
448 |
+
'type' => Controls_Manager::SWITCHER,
|
449 |
+
'label_on' => __( 'Yes', 'happy-elementor-addons' ),
|
450 |
+
'label_off' => __( 'No', 'happy-elementor-addons' ),
|
451 |
+
'return_value' => 'yes',
|
452 |
+
'default' => 'yes',
|
453 |
+
'condition' => [
|
454 |
+
'enable_phone' => 'yes',
|
455 |
+
],
|
456 |
+
]
|
457 |
+
);
|
458 |
+
|
459 |
+
$this->add_control(
|
460 |
+
'phone_icon',
|
461 |
+
[
|
462 |
+
'label' => __( 'Icon', 'happy-elementor-addons' ),
|
463 |
+
'type' => Controls_Manager::ICONS,
|
464 |
+
'default' => [
|
465 |
+
'value' => 'hm hm-phone',
|
466 |
+
'library' => 'regular',
|
467 |
+
],
|
468 |
+
'condition' => [
|
469 |
+
'enable_phone' => 'yes',
|
470 |
+
'phone_enable_icon' => 'yes',
|
471 |
+
],
|
472 |
+
]
|
473 |
+
);
|
474 |
+
|
475 |
+
$this->add_control(
|
476 |
+
'phone_icon_position',
|
477 |
+
[
|
478 |
+
'label' => __( 'Icon Position', 'happy-elementor-addons' ),
|
479 |
+
'type' => Controls_Manager::SELECT,
|
480 |
+
'default' => 'before',
|
481 |
+
'options' => [
|
482 |
+
'before' => __( 'Before Input', 'happy-elementor-addons' ),
|
483 |
+
'after' => __( 'After Input', 'happy-elementor-addons' ),
|
484 |
+
],
|
485 |
+
'condition' => [
|
486 |
+
'enable_phone' => 'yes',
|
487 |
+
'phone_enable_icon' => 'yes',
|
488 |
+
],
|
489 |
+
]
|
490 |
+
);
|
491 |
+
|
492 |
+
$this->add_control(
|
493 |
+
'_email_heading',
|
494 |
+
[
|
495 |
+
'label' => __( 'Email:', 'happy-elementor-addons' ),
|
496 |
+
'type' => Controls_Manager::HEADING,
|
497 |
+
'separator' => 'before',
|
498 |
+
]
|
499 |
+
);
|
500 |
+
|
501 |
+
$this->add_control(
|
502 |
+
'email_label',
|
503 |
+
[
|
504 |
+
'label' => __( 'Label', 'happy-elementor-addons' ),
|
505 |
+
'type' => Controls_Manager::TEXT,
|
506 |
+
'placeholder' => __( 'Email input label', 'happy-elementor-addons' ),
|
507 |
+
'dynamic' => ['active' => true],
|
508 |
+
]
|
509 |
+
);
|
510 |
+
|
511 |
+
$this->add_control(
|
512 |
+
'email_placeholder',
|
513 |
+
[
|
514 |
+
'label' => __( 'Placeholder', 'happy-elementor-addons' ),
|
515 |
+
'type' => Controls_Manager::TEXT,
|
516 |
+
'default' => __( 'Email', 'happy-elementor-addons' ),
|
517 |
+
'placeholder' => __( 'Email input placeholder', 'happy-elementor-addons' ),
|
518 |
+
'dynamic' => ['active' => true],
|
519 |
+
]
|
520 |
+
);
|
521 |
+
|
522 |
+
$this->add_control(
|
523 |
+
'email_enable_icon',
|
524 |
+
[
|
525 |
+
'label' => __( 'Enable Icon With Input?', 'happy-elementor-addons' ),
|
526 |
+
'type' => Controls_Manager::SWITCHER,
|
527 |
+
'label_on' => __( 'Yes', 'happy-elementor-addons' ),
|
528 |
+
'label_off' => __( 'No', 'happy-elementor-addons' ),
|
529 |
+
'return_value' => 'yes',
|
530 |
+
'default' => 'yes',
|
531 |
+
]
|
532 |
+
);
|
533 |
+
|
534 |
+
$this->add_control(
|
535 |
+
'email_icon',
|
536 |
+
[
|
537 |
+
'label' => __( 'Icon', 'happy-elementor-addons' ),
|
538 |
+
'type' => Controls_Manager::ICONS,
|
539 |
+
'default' => [
|
540 |
+
'value' => 'hm hm-envelop',
|
541 |
+
'library' => 'regular',
|
542 |
+
],
|
543 |
+
'condition' => [
|
544 |
+
'email_enable_icon' => 'yes',
|
545 |
+
],
|
546 |
+
]
|
547 |
+
);
|
548 |
+
|
549 |
+
$this->add_control(
|
550 |
+
'email_icon_position',
|
551 |
+
[
|
552 |
+
'label' => __( 'Icon Position', 'happy-elementor-addons' ),
|
553 |
+
'type' => Controls_Manager::SELECT,
|
554 |
+
'default' => 'before',
|
555 |
+
'options' => [
|
556 |
+
'before' => __( 'Before Input', 'happy-elementor-addons' ),
|
557 |
+
'after' => __( 'After Input', 'happy-elementor-addons' ),
|
558 |
+
],
|
559 |
+
'condition' => [
|
560 |
+
'email_enable_icon' => 'yes',
|
561 |
+
],
|
562 |
+
]
|
563 |
+
);
|
564 |
+
|
565 |
+
$this->add_control(
|
566 |
+
'_button_heading',
|
567 |
+
[
|
568 |
+
'label' => __( 'Button:', 'happy-elementor-addons' ),
|
569 |
+
'type' => Controls_Manager::HEADING,
|
570 |
+
'separator' => 'before',
|
571 |
+
]
|
572 |
+
);
|
573 |
+
|
574 |
+
$this->add_control(
|
575 |
+
'button_text',
|
576 |
+
[
|
577 |
+
'label' => __( 'Text', 'happy-elementor-addons' ),
|
578 |
+
'type' => Controls_Manager::TEXT,
|
579 |
+
'default' => esc_html__( 'Subscribe', 'happy-elementor-addons' ),
|
580 |
+
'dynamic' => ['active' => true],
|
581 |
+
]
|
582 |
+
);
|
583 |
+
|
584 |
+
$this->add_control(
|
585 |
+
'button_enable_icon',
|
586 |
+
[
|
587 |
+
'label' => __( 'Enable Icon With Button?', 'happy-elementor-addons' ),
|
588 |
+
'type' => Controls_Manager::SWITCHER,
|
589 |
+
'label_on' => __( 'Yes', 'happy-elementor-addons' ),
|
590 |
+
'label_off' => __( 'No', 'happy-elementor-addons' ),
|
591 |
+
'return_value' => 'yes',
|
592 |
+
'default' => 'yes',
|
593 |
+
]
|
594 |
+
);
|
595 |
+
|
596 |
+
$this->add_control(
|
597 |
+
'button_icon',
|
598 |
+
[
|
599 |
+
'label' => __( 'Icon', 'happy-elementor-addons' ),
|
600 |
+
'type' => Controls_Manager::ICONS,
|
601 |
+
'default' => [
|
602 |
+
'value' => 'hm hm-tick',
|
603 |
+
'library' => 'regular',
|
604 |
+
],
|
605 |
+
'condition' => [
|
606 |
+
'button_enable_icon' => 'yes',
|
607 |
+
],
|
608 |
+
]
|
609 |
+
);
|
610 |
|
611 |
+
$this->add_control(
|
612 |
+
'button_icon_position',
|
613 |
+
[
|
614 |
+
'label' => __( 'Icon Position', 'happy-elementor-addons' ),
|
615 |
+
'type' => Controls_Manager::SELECT,
|
616 |
+
'default' => 'before',
|
617 |
+
'options' => [
|
618 |
+
'before' => __( 'Before Input', 'happy-elementor-addons' ),
|
619 |
+
'after' => __( 'After Input', 'happy-elementor-addons' ),
|
620 |
+
],
|
621 |
+
'condition' => [
|
622 |
+
'button_enable_icon' => 'yes',
|
623 |
+
],
|
624 |
+
]
|
625 |
+
);
|
626 |
+
|
627 |
+
$this->end_controls_section();
|
628 |
}
|
629 |
|
630 |
+
protected function __success_error_content_controls() {
|
631 |
+
|
632 |
+
$this->start_controls_section(
|
633 |
+
'_section_success_error_label',
|
634 |
+
[
|
635 |
+
'label' => esc_html__( 'Success & Error', 'happy-elementor-addons' ),
|
636 |
+
'tab' => Controls_Manager::TAB_CONTENT,
|
637 |
+
]
|
638 |
+
);
|
639 |
+
|
640 |
+
$this->add_control(
|
641 |
+
'mailchimp_success_message',
|
642 |
+
[
|
643 |
+
'label' => __( 'Success Message', 'happy-elementor-addons' ),
|
644 |
+
'type' => Controls_Manager::TEXT,
|
645 |
+
'label_block' => true,
|
646 |
+
'default' => __( 'Your data has been inserted on Mailchimp.', 'happy-elementor-addons' ),
|
647 |
+
'placeholder' => __( 'Type your success message here', 'happy-elementor-addons' ),
|
648 |
+
'dynamic' => ['active' => true],
|
649 |
+
]
|
650 |
+
);
|
651 |
+
|
652 |
+
$this->add_control(
|
653 |
+
'mailchimp_success_message_show_in_editor',
|
654 |
+
[
|
655 |
+
'label' => __( 'Success Message Show in Editor?', 'happy-elementor-addons' ),
|
656 |
+
'type' => Controls_Manager::SWITCHER,
|
657 |
+
'label_on' => __( 'Yes', 'happy-elementor-addons' ),
|
658 |
+
'label_off' => __( 'No', 'happy-elementor-addons' ),
|
659 |
+
'return_value' => 'yes',
|
660 |
+
'default' => '',
|
661 |
+
]
|
662 |
+
);
|
663 |
+
|
664 |
+
$this->add_control(
|
665 |
+
'mailchimp_error_message_show_in_editor',
|
666 |
+
[
|
667 |
+
'label' => __( 'Error Message Show in Editor?', 'happy-elementor-addons' ),
|
668 |
+
'type' => Controls_Manager::SWITCHER,
|
669 |
+
'label_on' => __( 'Yes', 'happy-elementor-addons' ),
|
670 |
+
'label_off' => __( 'No', 'happy-elementor-addons' ),
|
671 |
+
'return_value' => 'yes',
|
672 |
+
'default' => '',
|
673 |
+
]
|
674 |
+
);
|
675 |
+
|
676 |
+
$this->end_controls_section();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
677 |
}
|
678 |
|
679 |
+
/**
|
680 |
+
* Register styles related controls
|
681 |
+
*/
|
682 |
+
protected function register_style_controls() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
683 |
$this->__mailchimp_label_style_controls();
|
684 |
$this->__input_style_controls();
|
685 |
$this->__input_icon_style_controls();
|
687 |
$this->__success_error_style_controls();
|
688 |
}
|
689 |
|
690 |
+
protected function __mailchimp_label_style_controls() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
691 |
|
692 |
+
$this->start_controls_section(
|
693 |
+
'_section_style_mailchimp_label',
|
694 |
+
[
|
695 |
+
'label' => esc_html__( 'Label', 'happy-elementor-addons' ),
|
696 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
697 |
+
]
|
698 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
699 |
|
700 |
+
$this->add_group_control(
|
701 |
+
Group_Control_Typography::get_type(),
|
702 |
+
[
|
703 |
+
'name' => 'input_label_typography',
|
704 |
+
'label' => esc_html__( 'Typography', 'happy-elementor-addons' ),
|
705 |
+
'selector' => '{{WRAPPER}} .ha-mc-input-label',
|
706 |
+
]
|
707 |
+
);
|
708 |
+
|
709 |
+
$this->add_control(
|
710 |
+
'input_label_color',
|
711 |
+
[
|
712 |
+
'label' => esc_html__( 'Color', 'happy-elementor-addons' ),
|
713 |
+
'type' => Controls_Manager::COLOR,
|
714 |
+
'default' => '#000000',
|
715 |
+
'selectors' => [
|
716 |
+
'{{WRAPPER}} .ha-mc-input-label' => 'color: {{VALUE}}',
|
717 |
+
],
|
718 |
+
]
|
719 |
+
);
|
720 |
+
|
721 |
+
$this->add_responsive_control(
|
722 |
+
'input_label_margin',
|
723 |
+
[
|
724 |
+
'label' => esc_html__( 'Margin', 'happy-elementor-addons' ),
|
725 |
+
'type' => Controls_Manager::DIMENSIONS,
|
726 |
+
'size_units' => ['px', '%', 'em'],
|
727 |
+
'selectors' => [
|
728 |
+
'{{WRAPPER}} .ha-mc-input-label' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
729 |
+
],
|
730 |
+
]
|
731 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
732 |
|
733 |
+
$this->end_controls_section();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
734 |
}
|
735 |
|
736 |
+
protected function __input_style_controls() {
|
737 |
+
|
738 |
+
// input style
|
739 |
+
$this->start_controls_section(
|
740 |
+
'input_style',
|
741 |
+
[
|
742 |
+
'label' => esc_html__( 'Input', 'happy-elementor-addons' ),
|
743 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
744 |
+
]
|
745 |
+
);
|
746 |
+
|
747 |
+
$this->add_responsive_control(
|
748 |
+
'space_between_input',
|
749 |
+
[
|
750 |
+
'label' => __( 'Space Between Input (px)', 'happy-elementor-addons' ),
|
751 |
+
'type' => Controls_Manager::SLIDER,
|
752 |
+
'size_units' => ['px'],
|
753 |
+
'range' => [
|
754 |
+
'px' => [
|
755 |
+
'min' => 0,
|
756 |
+
'max' => 100,
|
757 |
+
'step' => 1,
|
758 |
+
],
|
759 |
+
],
|
760 |
+
'devices' => ['desktop', 'tablet', 'mobile'],
|
761 |
+
'desktop_default' => [
|
762 |
+
'unit' => 'px',
|
763 |
+
'size' => 30,
|
764 |
+
],
|
765 |
+
'tablet_default' => [
|
766 |
+
'size' => 10,
|
767 |
+
'unit' => 'px',
|
768 |
+
],
|
769 |
+
'mobile_default' => [
|
770 |
+
'size' => 5,
|
771 |
+
'unit' => 'px',
|
772 |
+
],
|
773 |
+
'selectors' => [
|
774 |
+
'body[data-elementor-device-mode="desktop"] {{WRAPPER}}.ha-mailchimp-vertical .ha-mailchimp-form .ha-mc-input-wrapper' => 'margin-bottom: {{SIZE}}{{UNIT}}; margin-right: unset;',
|
775 |
+
'body[data-elementor-device-mode="desktop"] {{WRAPPER}}.ha-mailchimp-horizontal .ha-mailchimp-form .ha-mc-input-wrapper' => 'margin-right: {{SIZE}}{{UNIT}}; margin-bottom: unset;',
|
776 |
+
'body[data-elementor-device-mode="tablet"] {{WRAPPER}}.ha-mailchimp-tablet-vertical .ha-mailchimp-form .ha-mc-input-wrapper' => 'margin-bottom: {{SIZE}}{{UNIT}}; margin-right: unset;',
|
777 |
+
'body[data-elementor-device-mode="tablet"] {{WRAPPER}}.ha-mailchimp-tablet-horizontal .ha-mailchimp-form .ha-mc-input-wrapper' => 'margin-right: {{SIZE}}{{UNIT}}; margin-bottom: unset;',
|
778 |
+
'body[data-elementor-device-mode="mobile"] {{WRAPPER}}.ha-mailchimp-mobile-vertical .ha-mailchimp-form .ha-mc-input-wrapper' => 'margin-bottom: {{SIZE}}{{UNIT}}; margin-right: unset;',
|
779 |
+
'body[data-elementor-device-mode="mobile"] {{WRAPPER}}.ha-mailchimp-mobile-horizontal .ha-mailchimp-form .ha-mc-input-wrapper' => 'margin-right: {{SIZE}}{{UNIT}}; margin-bottom: unset;',
|
780 |
+
// '{{WRAPPER}} .ha-mailchimp-form.vertical .ha-mc-input-wrapper' => 'margin-bottom: {{SIZE}}{{UNIT}};',
|
781 |
+
// '{{WRAPPER}} .ha-mailchimp-form.horizontal .ha-mc-input-wrapper' => 'margin-right: {{SIZE}}{{UNIT}};',
|
782 |
+
],
|
783 |
+
]
|
784 |
+
);
|
785 |
+
|
786 |
+
$this->add_control(
|
787 |
+
'input_style_inputted_value_color',
|
788 |
+
[
|
789 |
+
'label' => esc_html__( 'Color', 'happy-elementor-addons' ),
|
790 |
+
'type' => Controls_Manager::COLOR,
|
791 |
+
'default' => '#000000',
|
792 |
+
'selectors' => [
|
793 |
+
'{{WRAPPER}} .ha-mc-input input' => 'color: {{VALUE}}',
|
794 |
+
],
|
795 |
+
]
|
796 |
+
);
|
797 |
+
|
798 |
+
$this->add_group_control(
|
799 |
+
Group_Control_Typography::get_type(),
|
800 |
+
[
|
801 |
+
'name' => 'input_typography',
|
802 |
+
'label' => esc_html__( 'Typography', 'happy-elementor-addons' ),
|
803 |
+
'selector' => '{{WRAPPER}} .ha-mc-input input',
|
804 |
+
]
|
805 |
+
);
|
806 |
+
|
807 |
+
$this->add_group_control(
|
808 |
+
Group_Control_Background::get_type(),
|
809 |
+
[
|
810 |
+
'name' => 'input_style_background',
|
811 |
+
'label' => esc_html__( 'Background', 'happy-elementor-addons' ),
|
812 |
+
'types' => ['classic', 'gradient'],
|
813 |
+
'selector' => '{{WRAPPER}} .ha-mc-input input',
|
814 |
+
'exclude' => [
|
815 |
+
'image',
|
816 |
+
],
|
817 |
+
]
|
818 |
+
);
|
819 |
+
|
820 |
+
$this->add_responsive_control(
|
821 |
+
'input_style_radius',
|
822 |
+
[
|
823 |
+
'label' => esc_html__( 'Border Radius', 'happy-elementor-addons' ),
|
824 |
+
'type' => Controls_Manager::DIMENSIONS,
|
825 |
+
'size_units' => ['px', '%'],
|
826 |
+
'selectors' => [
|
827 |
+
'{{WRAPPER}} .ha-mc-input input' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important;',
|
828 |
+
],
|
829 |
+
]
|
830 |
+
);
|
831 |
+
|
832 |
+
$this->add_group_control(
|
833 |
+
Group_Control_Border::get_type(),
|
834 |
+
[
|
835 |
+
'name' => 'input_style_border',
|
836 |
+
'label' => esc_html__( 'Border', 'happy-elementor-addons' ),
|
837 |
+
'selector' => '{{WRAPPER}} .ha-mc-input input',
|
838 |
+
]
|
839 |
+
);
|
840 |
+
|
841 |
+
$this->add_group_control(
|
842 |
+
Group_Control_Box_Shadow::get_type(),
|
843 |
+
[
|
844 |
+
'name' => 'input_style_box_shadow',
|
845 |
+
'label' => esc_html__( 'Box Shadow', 'happy-elementor-addons' ),
|
846 |
+
'selector' => '{{WRAPPER}} .ha-mc-input input, {{WRAPPER}} .ha-mc-input input:focus',
|
847 |
+
]
|
848 |
+
);
|
849 |
+
|
850 |
+
$this->add_responsive_control(
|
851 |
+
'input_style_padding',
|
852 |
+
[
|
853 |
+
'label' => esc_html__( 'Padding', 'happy-elementor-addons' ),
|
854 |
+
'type' => Controls_Manager::DIMENSIONS,
|
855 |
+
'size_units' => ['px', '%', 'em'],
|
856 |
+
'default' => [
|
857 |
+
'top' => 0,
|
858 |
+
'right' => 20,
|
859 |
+
'bottom' => 0,
|
860 |
+
'left' => 20,
|
861 |
+
],
|
862 |
+
'selectors' => [
|
863 |
+
'{{WRAPPER}} .ha-mc-input input' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
864 |
+
],
|
865 |
+
]
|
866 |
+
);
|
867 |
+
|
868 |
+
$this->add_control(
|
869 |
+
'input_style_width__switch',
|
870 |
+
[
|
871 |
+
'label' => esc_html__( 'Use Width', 'happy-elementor-addons' ),
|
872 |
+
'type' => Controls_Manager::SWITCHER,
|
873 |
+
'label_on' => esc_html__( 'Show', 'happy-elementor-addons' ),
|
874 |
+
'label_off' => esc_html__( 'Hide', 'happy-elementor-addons' ),
|
875 |
+
'return_value' => 'yes',
|
876 |
+
'default' => 'no',
|
877 |
+
]
|
878 |
+
);
|
879 |
+
|
880 |
+
$this->add_responsive_control(
|
881 |
+
'input_style_width',
|
882 |
+
[
|
883 |
+
'label' => esc_html__( 'Width', 'happy-elementor-addons' ),
|
884 |
+
'type' => Controls_Manager::SLIDER,
|
885 |
+
'size_units' => ['px', '%'],
|
886 |
+
'default' => [
|
887 |
+
'unit' => '%',
|
888 |
+
'size' => 66,
|
889 |
+
],
|
890 |
+
'range' => [
|
891 |
+
'px' => [
|
892 |
+
'min' => 0,
|
893 |
+
'max' => 1000,
|
894 |
+
'step' => 5,
|
895 |
+
],
|
896 |
+
'%' => [
|
897 |
+
'min' => 0,
|
898 |
+
'max' => 100,
|
899 |
+
],
|
900 |
+
],
|
901 |
+
'selectors' => [
|
902 |
+
'{{WRAPPER}} .ha-mc-input-wrapper' => 'flex: 0 0 {{SIZE}}{{UNIT}};',
|
903 |
+
],
|
904 |
+
'condition' => [
|
905 |
+
'input_style_width__switch' => 'yes',
|
906 |
+
],
|
907 |
+
]
|
908 |
+
);
|
909 |
+
|
910 |
+
// $this->add_responsive_control(
|
911 |
+
// 'input_style_margin_bottom',
|
912 |
+
// [
|
913 |
+
// 'label' => esc_html__('Margin Bottom', 'happy-elementor-addons'),
|
914 |
+
// 'type' => Controls_Manager::SLIDER,
|
915 |
+
// 'size_units' => ['px'],
|
916 |
+
// 'range' => [
|
917 |
+
// 'px' => [
|
918 |
+
// 'min' => 0,
|
919 |
+
// 'max' => 100,
|
920 |
+
// 'step' => 1,
|
921 |
+
// ],
|
922 |
+
// ],
|
923 |
+
// 'default' => [
|
924 |
+
// 'unit' => 'px',
|
925 |
+
// 'size' => 20,
|
926 |
+
// ],
|
927 |
+
// 'selectors' => [
|
928 |
+
// '{{WRAPPER}} .ha-mc-input-wrapper:not(:last-child)' => 'margin-bottom: {{SIZE}}{{UNIT}};',
|
929 |
+
// ],
|
930 |
+
// 'condition' => [
|
931 |
+
// 'form_style_switcher!' => 'yes'
|
932 |
+
// ]
|
933 |
+
// ]
|
934 |
+
// );
|
935 |
+
|
936 |
+
// $this->add_responsive_control(
|
937 |
+
// 'input_style_margin_right',
|
938 |
+
// [
|
939 |
+
// 'label' => esc_html__('Margin Right', 'happy-elementor-addons'),
|
940 |
+
// 'type' => Controls_Manager::SLIDER,
|
941 |
+
// 'size_units' => ['px',],
|
942 |
+
// 'range' => [
|
943 |
+
// 'px' => [
|
944 |
+
// 'min' => 0,
|
945 |
+
// 'max' => 100,
|
946 |
+
// 'step' => 1,
|
947 |
+
// ],
|
948 |
+
// ],
|
949 |
+
// 'default' => [
|
950 |
+
// 'unit' => 'px',
|
951 |
+
// 'size' => 30,
|
952 |
+
// ],
|
953 |
+
// 'selectors' => [
|
954 |
+
// // 'body[data-elementor-device-mode="desktop"] {{WRAPPER}}.ha-mailchimp-vertical .ha-mc-input-wrapper:not(:last-child)' => 'margin-bottom: {{SIZE}}{{UNIT}};',
|
955 |
+
// 'body[data-elementor-device-mode="desktop"] {{WRAPPER}}.ha-mailchimp-horizontal .ha-mc-input-wrapper:not(:last-child)' => 'margin-right: {{SIZE}}{{UNIT}};',
|
956 |
+
// // 'body[data-elementor-device-mode="tablet"] {{WRAPPER}}.ha-mailchimp-tablet-vertical .ha-mc-input-wrapper:not(:last-child)' => 'margin-bottom: {{SIZE}}{{UNIT}};',
|
957 |
+
// 'body[data-elementor-device-mode="tablet"] {{WRAPPER}}.ha-mailchimp-tablet-horizontal .ha-mc-input-wrapper:not(:last-child)' => 'margin-right: {{SIZE}}{{UNIT}};',
|
958 |
+
// // 'body[data-elementor-device-mode="mobile"] {{WRAPPER}}.ha-mailchimp-mobile-vertical .ha-mc-input-wrapper:not(:last-child)' => 'margin-bottom: {{SIZE}}{{UNIT}};',
|
959 |
+
// 'body[data-elementor-device-mode="mobile"] {{WRAPPER}}.ha-mailchimp-mobile-horizontal .ha-mc-input-wrapper:not(:last-child)' => 'margin-right: {{SIZE}}{{UNIT}};',
|
960 |
+
// // '{{WRAPPER}} .ha-mailchimp-form.horizontal .ha-mc-input-wrapper:not(:last-child)' => 'margin-right: {{SIZE}}{{UNIT}};',
|
961 |
+
// ],
|
962 |
+
// 'condition' => [
|
963 |
+
// 'form_style_switcher' => 'yes'
|
964 |
+
// ]
|
965 |
+
// ]
|
966 |
+
// );
|
967 |
+
|
968 |
+
// $this->add_responsive_control(
|
969 |
+
// 'inline_margin_bottom',
|
970 |
+
// [
|
971 |
+
// 'label' => esc_html__('Margin Bottom', 'happy-elementor-addons'),
|
972 |
+
// 'type' => Controls_Manager::SLIDER,
|
973 |
+
// 'devices' => ['mobile'],
|
974 |
+
// 'selectors' => [
|
975 |
+
// '{{WRAPPER}} .multiple_form_fields > .ha-mc-input-wrapper:not(:last-child)' => 'margin-bottom: {{SIZE}}{{UNIT}};',
|
976 |
+
// ],
|
977 |
+
// 'condition' => [
|
978 |
+
// 'form_style_switcher' => 'yes', // Inline Style
|
979 |
+
// 'section_form_name_show' => 'yes', // Show Names
|
980 |
+
// ]
|
981 |
+
// ]
|
982 |
+
// );
|
983 |
+
|
984 |
+
$this->add_control(
|
985 |
+
'input_style_placeholder_heading',
|
986 |
+
[
|
987 |
+
'label' => esc_html__( 'Placeholder', 'happy-elementor-addons' ),
|
988 |
+
'type' => Controls_Manager::HEADING,
|
989 |
+
'separator' => 'before',
|
990 |
+
]
|
991 |
+
);
|
992 |
+
|
993 |
+
$this->add_control(
|
994 |
+
'input_style_placeholder_color',
|
995 |
+
[
|
996 |
+
'label' => esc_html__( 'Placeholder Color', 'happy-elementor-addons' ),
|
997 |
+
'type' => Controls_Manager::COLOR,
|
998 |
+
'default' => '#000000',
|
999 |
+
'selectors' => [
|
1000 |
+
'{{WRAPPER}} .ha-mc-input input::-webkit-input-placeholder' => 'color: {{VALUE}}',
|
1001 |
+
'{{WRAPPER}} .ha-mc-input input::-moz-placeholder' => 'color: {{VALUE}}',
|
1002 |
+
'{{WRAPPER}} .ha-mc-input input:-ms-input-placeholder' => 'color: {{VALUE}}',
|
1003 |
+
'{{WRAPPER}} .ha-mc-input input:-moz-placeholder' => 'color: {{VALUE}}',
|
1004 |
+
],
|
1005 |
+
]
|
1006 |
+
);
|
1007 |
+
|
1008 |
+
$this->add_responsive_control(
|
1009 |
+
'input_style_placeholder_font_size',
|
1010 |
+
[
|
1011 |
+
'label' => esc_html__( 'Font Size', 'happy-elementor-addons' ),
|
1012 |
+
'type' => Controls_Manager::SLIDER,
|
1013 |
+
'size_units' => ['px'],
|
1014 |
+
'range' => [
|
1015 |
+
'px' => [
|
1016 |
+
'min' => 0,
|
1017 |
+
'max' => 100,
|
1018 |
+
'step' => 1,
|
1019 |
+
],
|
1020 |
+
],
|
1021 |
+
'default' => [
|
1022 |
+
'unit' => 'px',
|
1023 |
+
'size' => 14,
|
1024 |
+
],
|
1025 |
+
'selectors' => [
|
1026 |
+
'{{WRAPPER}} .ha-mc-input input::-webkit-input-placeholder' => 'font-size: {{SIZE}}{{UNIT}};',
|
1027 |
+
'{{WRAPPER}} .ha-mc-input input::-moz-placeholder' => 'font-size: {{SIZE}}{{UNIT}};',
|
1028 |
+
'{{WRAPPER}} .ha-mc-input input:-ms-input-placeholder' => 'font-size: {{SIZE}}{{UNIT}};',
|
1029 |
+
'{{WRAPPER}} .ha-mc-input input:-moz-placeholder' => 'font-size: {{SIZE}}{{UNIT}};',
|
1030 |
+
],
|
1031 |
+
]
|
1032 |
+
);
|
1033 |
+
|
1034 |
+
$this->end_controls_section();
|
1035 |
+
}
|
1036 |
+
|
1037 |
+
protected function __input_icon_style_controls() {
|
1038 |
+
|
1039 |
+
$this->start_controls_section(
|
1040 |
+
'input_icon_style_holder',
|
1041 |
+
[
|
1042 |
+
'label' => esc_html__( 'Input Icon', 'happy-elementor-addons' ),
|
1043 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
1044 |
+
]
|
1045 |
+
);
|
1046 |
+
|
1047 |
+
$this->add_group_control(
|
1048 |
+
Group_Control_Background::get_type(),
|
1049 |
+
[
|
1050 |
+
'name' => 'input_icon_background',
|
1051 |
+
'label' => esc_html__( 'Background', 'happy-elementor-addons' ),
|
1052 |
+
'types' => ['classic', 'gradient'],
|
1053 |
+
'selector' => '{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper',
|
1054 |
+
'exclude' => [
|
1055 |
+
'image',
|
1056 |
+
],
|
1057 |
+
]
|
1058 |
+
);
|
1059 |
+
|
1060 |
+
$this->add_control(
|
1061 |
+
'input_icon_color_hr',
|
1062 |
+
[
|
1063 |
+
'type' => Controls_Manager::DIVIDER,
|
1064 |
+
]
|
1065 |
+
);
|
1066 |
+
|
1067 |
+
$this->add_control(
|
1068 |
+
'input_icon_color',
|
1069 |
+
[
|
1070 |
+
'label' => esc_html__( 'Color', 'happy-elementor-addons' ),
|
1071 |
+
'type' => Controls_Manager::COLOR,
|
1072 |
+
'default' => '#000000',
|
1073 |
+
'selectors' => [
|
1074 |
+
'{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper i' => 'color: {{VALUE}};',
|
1075 |
+
'{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper svg path' => 'stroke: {{VALUE}}; fill: {{VALUE}};',
|
1076 |
+
],
|
1077 |
+
]
|
1078 |
+
);
|
1079 |
+
|
1080 |
+
$this->add_responsive_control(
|
1081 |
+
'input_icon_font_size',
|
1082 |
+
[
|
1083 |
+
'label' => esc_html__( 'Font Size', 'happy-elementor-addons' ),
|
1084 |
+
'type' => Controls_Manager::SLIDER,
|
1085 |
+
'size_units' => ['px'],
|
1086 |
+
'range' => [
|
1087 |
+
'px' => [
|
1088 |
+
'min' => 0,
|
1089 |
+
'max' => 200,
|
1090 |
+
'step' => 1,
|
1091 |
+
],
|
1092 |
+
],
|
1093 |
+
'default' => [
|
1094 |
+
'unit' => 'px',
|
1095 |
+
'size' => 10,
|
1096 |
+
],
|
1097 |
+
'selectors' => [
|
1098 |
+
'{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper' => 'font-size: {{SIZE}}{{UNIT}};',
|
1099 |
+
'{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper svg' => 'max-width: {{SIZE}}{{UNIT}}; max-height: {{SIZE}}{{UNIT}};',
|
1100 |
+
// '{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper svg' => 'height: 1em, width: auto;',
|
1101 |
+
],
|
1102 |
+
]
|
1103 |
+
);
|
1104 |
+
|
1105 |
+
$this->add_group_control(
|
1106 |
+
Group_Control_Border::get_type(),
|
1107 |
+
[
|
1108 |
+
'name' => 'input_icon_border',
|
1109 |
+
'label' => esc_html__( 'Border', 'happy-elementor-addons' ),
|
1110 |
+
'selector' => '{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper',
|
1111 |
+
]
|
1112 |
+
);
|
1113 |
+
|
1114 |
+
$this->add_responsive_control(
|
1115 |
+
'input_icon_padding',
|
1116 |
+
[
|
1117 |
+
'label' => esc_html__( 'Padding', 'happy-elementor-addons' ),
|
1118 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1119 |
+
'size_units' => ['px', '%', 'em'],
|
1120 |
+
'selectors' => [
|
1121 |
+
'{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1122 |
+
],
|
1123 |
+
]
|
1124 |
+
);
|
1125 |
+
|
1126 |
+
$this->add_responsive_control(
|
1127 |
+
'input_icon_border_radius',
|
1128 |
+
[
|
1129 |
+
'label' => esc_html__( 'Border Radius', 'happy-elementor-addons' ),
|
1130 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1131 |
+
'size_units' => ['px', '%', 'em'],
|
1132 |
+
'selectors' => [
|
1133 |
+
'{{WRAPPER}} .ha-mc-input .ha-mc-icon-wrapper' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important;;',
|
1134 |
+
],
|
1135 |
+
]
|
1136 |
+
);
|
1137 |
+
|
1138 |
+
$this->end_controls_section();
|
1139 |
+
}
|
1140 |
+
|
1141 |
+
protected function __button_style_controls() {
|
1142 |
+
|
1143 |
+
$this->start_controls_section(
|
1144 |
+
'button_style_holder',
|
1145 |
+
[
|
1146 |
+
'label' => esc_html__( 'Button', 'happy-elementor-addons' ),
|
1147 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
1148 |
+
]
|
1149 |
+
);
|
1150 |
+
|
1151 |
+
$this->add_group_control(
|
1152 |
+
Group_Control_Typography::get_type(),
|
1153 |
+
[
|
1154 |
+
'name' => 'button_typography',
|
1155 |
+
'label' => esc_html__( 'Typography', 'happy-elementor-addons' ),
|
1156 |
+
'selector' => '{{WRAPPER}} .ha-mc-button',
|
1157 |
+
]
|
1158 |
+
);
|
1159 |
+
|
1160 |
+
$this->add_responsive_control(
|
1161 |
+
'button_border_radius',
|
1162 |
+
[
|
1163 |
+
'label' => esc_html__( 'Border Radius', 'happy-elementor-addons' ),
|
1164 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1165 |
+
'size_units' => ['px', '%', 'em'],
|
1166 |
+
'selectors' => [
|
1167 |
+
'{{WRAPPER}} .ha-mc-button' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1168 |
+
],
|
1169 |
+
]
|
1170 |
+
);
|
1171 |
+
|
1172 |
+
$this->add_responsive_control(
|
1173 |
+
'button_padding',
|
1174 |
+
[
|
1175 |
+
'label' => esc_html__( 'Padding', 'happy-elementor-addons' ),
|
1176 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1177 |
+
'size_units' => ['px', '%', 'em'],
|
1178 |
+
'devices' => ['desktop', 'tablet', 'mobile'],
|
1179 |
+
'desktop_default' => [
|
1180 |
+
'top' => 8,
|
1181 |
+
'right' => 20,
|
1182 |
+
'bottom' => 8,
|
1183 |
+
'left' => 20,
|
1184 |
+
'unit' => 'px',
|
1185 |
+
'isLinked' => '',
|
1186 |
+
],
|
1187 |
+
'tablet_default' => [
|
1188 |
+
'top' => 8,
|
1189 |
+
'right' => 15,
|
1190 |
+
'bottom' => 8,
|
1191 |
+
'left' => 15,
|
1192 |
+
'unit' => 'px',
|
1193 |
+
'isLinked' => '',
|
1194 |
+
],
|
1195 |
+
'mobile_default' => [
|
1196 |
+
'top' => 8,
|
1197 |
+
'right' => 10,
|
1198 |
+
'bottom' => 8,
|
1199 |
+
'left' => 10,
|
1200 |
+
'unit' => 'px',
|
1201 |
+
'isLinked' => '',
|
1202 |
+
],
|
1203 |
+
'selectors' => [
|
1204 |
+
'{{WRAPPER}} .ha-mc-button' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1205 |
+
],
|
1206 |
+
]
|
1207 |
+
);
|
1208 |
+
|
1209 |
+
$this->add_group_control(
|
1210 |
+
Group_Control_Box_Shadow::get_type(),
|
1211 |
+
[
|
1212 |
+
'name' => 'button_box_shadow',
|
1213 |
+
'label' => esc_html__( 'Box Shadow', 'happy-elementor-addons' ),
|
1214 |
+
'selector' => '{{WRAPPER}} .ha-mc-button',
|
1215 |
+
]
|
1216 |
+
);
|
1217 |
+
|
1218 |
+
$this->add_group_control(
|
1219 |
+
Group_Control_Border::get_type(),
|
1220 |
+
[
|
1221 |
+
'name' => 'button_border',
|
1222 |
+
'label' => esc_html__( 'Border', 'happy-elementor-addons' ),
|
1223 |
+
'selector' => '{{WRAPPER}} .ha-mc-button',
|
1224 |
+
]
|
1225 |
+
);
|
1226 |
+
|
1227 |
+
$this->add_group_control(
|
1228 |
+
Group_Control_Text_Shadow::get_type(),
|
1229 |
+
[
|
1230 |
+
'name' => 'button_title_shadow',
|
1231 |
+
'selector' => '{{WRAPPER}} .ha-mc-button',
|
1232 |
+
]
|
1233 |
+
);
|
1234 |
+
|
1235 |
+
$this->add_control(
|
1236 |
+
'button_style_use_width_height',
|
1237 |
+
[
|
1238 |
+
'label' => esc_html__( 'Use Width', 'happy-elementor-addons' ),
|
1239 |
+
'type' => Controls_Manager::SWITCHER,
|
1240 |
+
'label_on' => esc_html__( 'Show', 'happy-elementor-addons' ),
|
1241 |
+
'label_off' => esc_html__( 'Hide', 'happy-elementor-addons' ),
|
1242 |
+
'return_value' => 'yes',
|
1243 |
+
'default' => 'no',
|
1244 |
+
]
|
1245 |
+
);
|
1246 |
+
|
1247 |
+
$this->add_responsive_control(
|
1248 |
+
'button_width',
|
1249 |
+
[
|
1250 |
+
'label' => esc_html__( 'Width', 'happy-elementor-addons' ),
|
1251 |
+
'type' => Controls_Manager::SLIDER,
|
1252 |
+
'size_units' => ['px', '%'],
|
1253 |
+
'range' => [
|
1254 |
+
'px' => [
|
1255 |
+
'min' => 50,
|
1256 |
+
'max' => 1000,
|
1257 |
+
'step' => 1,
|
1258 |
+
],
|
1259 |
+
'%' => [
|
1260 |
+
'min' => 10,
|
1261 |
+
'max' => 100,
|
1262 |
+
],
|
1263 |
+
],
|
1264 |
+
'default' => [
|
1265 |
+
'unit' => 'px',
|
1266 |
+
'size' => 50,
|
1267 |
+
],
|
1268 |
+
'selectors' => [
|
1269 |
+
'{{WRAPPER}} .ha-mc-button-wrapper' => 'width: {{SIZE}}{{UNIT}};',
|
1270 |
+
],
|
1271 |
+
'condition' => [
|
1272 |
+
'button_style_use_width_height' => 'yes',
|
1273 |
+
],
|
1274 |
+
]
|
1275 |
+
);
|
1276 |
+
|
1277 |
+
$this->add_responsive_control(
|
1278 |
+
'button_style_margin',
|
1279 |
+
[
|
1280 |
+
'label' => esc_html__( 'Margin', 'happy-elementor-addons' ),
|
1281 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1282 |
+
'size_units' => ['px', '%', 'em'],
|
1283 |
+
'selectors' => [
|
1284 |
+
'{{WRAPPER}} .ha-mc-button' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1285 |
+
],
|
1286 |
+
]
|
1287 |
+
);
|
1288 |
+
|
1289 |
+
$this->start_controls_tabs(
|
1290 |
+
'button_normal_and_hover_tabs'
|
1291 |
+
);
|
1292 |
+
$this->start_controls_tab(
|
1293 |
+
'button_normal_tab',
|
1294 |
+
[
|
1295 |
+
'label' => esc_html__( 'Normal', 'happy-elementor-addons' ),
|
1296 |
+
]
|
1297 |
+
);
|
1298 |
+
|
1299 |
+
$this->add_control(
|
1300 |
+
'button_color',
|
1301 |
+
[
|
1302 |
+
'label' => esc_html__( 'Color', 'happy-elementor-addons' ),
|
1303 |
+
'type' => Controls_Manager::COLOR,
|
1304 |
+
'default' => '#fff',
|
1305 |
+
'selectors' => [
|
1306 |
+
'{{WRAPPER}} .ha-mc-button' => 'color: {{VALUE}};',
|
1307 |
+
'{{WRAPPER}} .ha-mc-button svg path' => 'stroke: {{VALUE}}; fill: {{VALUE}};',
|
1308 |
+
],
|
1309 |
+
]
|
1310 |
+
);
|
1311 |
+
|
1312 |
+
$this->add_group_control(
|
1313 |
+
Group_Control_Background::get_type(),
|
1314 |
+
[
|
1315 |
+
'name' => 'button_background',
|
1316 |
+
'label' => esc_html__( 'Background', 'happy-elementor-addons' ),
|
1317 |
+
'types' => ['classic', 'gradient'],
|
1318 |
+
'selector' => '{{WRAPPER}} .ha-mc-button',
|
1319 |
+
'exclude' => [
|
1320 |
+
'image',
|
1321 |
+
],
|
1322 |
+
]
|
1323 |
+
);
|
1324 |
+
|
1325 |
+
$this->end_controls_tab();
|
1326 |
+
$this->start_controls_tab(
|
1327 |
+
'button_hover_tab',
|
1328 |
+
[
|
1329 |
+
'label' => esc_html__( 'Hover', 'happy-elementor-addons' ),
|
1330 |
+
]
|
1331 |
+
);
|
1332 |
+
|
1333 |
+
$this->add_control(
|
1334 |
+
'button_color_hover',
|
1335 |
+
[
|
1336 |
+
'label' => esc_html__( 'Color', 'happy-elementor-addons' ),
|
1337 |
+
'type' => Controls_Manager::COLOR,
|
1338 |
+
'default' => '#fff',
|
1339 |
+
'selectors' => [
|
1340 |
+
'{{WRAPPER}} .ha-mc-button:hover' => 'color: {{VALUE}};',
|
1341 |
+
'{{WRAPPER}} .ha-mc-button:hover svg path' => 'stroke: {{VALUE}}; fill: {{VALUE}};',
|
1342 |
+
],
|
1343 |
+
]
|
1344 |
+
);
|
1345 |
+
|
1346 |
+
$this->add_group_control(
|
1347 |
+
Group_Control_Background::get_type(),
|
1348 |
+
[
|
1349 |
+
'name' => 'button_background_hover',
|
1350 |
+
'label' => esc_html__( 'Background', 'happy-elementor-addons' ),
|
1351 |
+
'types' => ['classic', 'gradient'],
|
1352 |
+
'selector' => '{{WRAPPER}} .ha-mc-button:hover',
|
1353 |
+
'exclude' => [
|
1354 |
+
'image',
|
1355 |
+
],
|
1356 |
+
]
|
1357 |
+
);
|
1358 |
+
|
1359 |
+
$this->add_control(
|
1360 |
+
'button_border_color_hover',
|
1361 |
+
[
|
1362 |
+
'label' => esc_html__( 'Border Color', 'happy-elementor-addons' ),
|
1363 |
+
'type' => Controls_Manager::COLOR,
|
1364 |
+
'selectors' => [
|
1365 |
+
'{{WRAPPER}} .ha-mc-button:hover' => 'border-color: {{VALUE}};',
|
1366 |
+
],
|
1367 |
+
'condition' => [
|
1368 |
+
'button_border_border!' => '',
|
1369 |
+
],
|
1370 |
+
]
|
1371 |
+
);
|
1372 |
+
|
1373 |
+
$this->end_controls_tab();
|
1374 |
+
|
1375 |
+
$this->end_controls_tabs();
|
1376 |
+
|
1377 |
+
$this->add_control(
|
1378 |
+
'button_icon_heading',
|
1379 |
+
[
|
1380 |
+
'label' => esc_html__( 'Icon', 'happy-elementor-addons' ),
|
1381 |
+
'type' => Controls_Manager::HEADING,
|
1382 |
+
'separator' => 'before',
|
1383 |
+
]
|
1384 |
+
);
|
1385 |
+
|
1386 |
+
$this->add_responsive_control(
|
1387 |
+
'button_icon_padding_right',
|
1388 |
+
[
|
1389 |
+
'label' => esc_html__( 'Icon Spacing', 'happy-elementor-addons' ),
|
1390 |
+
'type' => Controls_Manager::SLIDER,
|
1391 |
+
'size_units' => ['px'],
|
1392 |
+
'range' => [
|
1393 |
+
'px' => [
|
1394 |
+
'min' => 0,
|
1395 |
+
'max' => 100,
|
1396 |
+
'step' => 1,
|
1397 |
+
],
|
1398 |
+
],
|
1399 |
+
'default' => [
|
1400 |
+
'unit' => 'px',
|
1401 |
+
'size' => 10,
|
1402 |
+
],
|
1403 |
+
'selectors' => [
|
1404 |
+
'{{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > i, {{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > svg' => 'margin-right: {{SIZE}}{{UNIT}};',
|
1405 |
+
],
|
1406 |
+
'condition' => [
|
1407 |
+
'button_icon_position' => 'before',
|
1408 |
+
],
|
1409 |
+
]
|
1410 |
+
);
|
1411 |
+
|
1412 |
+
$this->add_responsive_control(
|
1413 |
+
'button_icon_padding_left',
|
1414 |
+
[
|
1415 |
+
'label' => esc_html__( 'Icon Spacing', 'happy-elementor-addons' ),
|
1416 |
+
'type' => Controls_Manager::SLIDER,
|
1417 |
+
'size_units' => ['px'],
|
1418 |
+
'range' => [
|
1419 |
+
'px' => [
|
1420 |
+
'min' => 0,
|
1421 |
+
'max' => 100,
|
1422 |
+
'step' => 1,
|
1423 |
+
],
|
1424 |
+
],
|
1425 |
+
'default' => [
|
1426 |
+
'unit' => 'px',
|
1427 |
+
'size' => 10,
|
1428 |
+
],
|
1429 |
+
'selectors' => [
|
1430 |
+
'{{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > i, {{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > svg' => 'margin-left: {{SIZE}}{{UNIT}};',
|
1431 |
+
],
|
1432 |
+
'condition' => [
|
1433 |
+
'button_icon_position' => 'after',
|
1434 |
+
],
|
1435 |
+
]
|
1436 |
+
);
|
1437 |
+
|
1438 |
+
$this->add_responsive_control(
|
1439 |
+
'button_icon_size',
|
1440 |
+
[
|
1441 |
+
'label' => esc_html__( 'Icon Size', 'happy-elementor-addons' ),
|
1442 |
+
'type' => Controls_Manager::SLIDER,
|
1443 |
+
'size_units' => ['px', '%'],
|
1444 |
+
'range' => [
|
1445 |
+
'px' => [
|
1446 |
+
'min' => 1,
|
1447 |
+
'max' => 100,
|
1448 |
+
'step' => 5,
|
1449 |
+
],
|
1450 |
+
'%' => [
|
1451 |
+
'min' => 1,
|
1452 |
+
'max' => 100,
|
1453 |
+
],
|
1454 |
+
],
|
1455 |
+
'default' => [
|
1456 |
+
'unit' => 'px',
|
1457 |
+
'size' => 10,
|
1458 |
+
],
|
1459 |
+
'selectors' => [
|
1460 |
+
// '{{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > i, {{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > i' => 'font-size: {{SIZE}}{{UNIT}};',
|
1461 |
+
// '{{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > i, {{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper > svg' => 'max-width: {{SIZE}}{{UNIT}}; height: auto',
|
1462 |
+
'{{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper' => 'font-size: {{SIZE}}{{UNIT}};',
|
1463 |
+
'{{WRAPPER}} .ha-mc-button .ha-mc-icon-wrapper svg' => 'max-width: {{SIZE}}{{UNIT}}; max-height: {{SIZE}}{{UNIT}}',
|
1464 |
+
],
|
1465 |
+
]
|
1466 |
+
);
|
1467 |
+
|
1468 |
+
$this->end_controls_section();
|
1469 |
+
}
|
1470 |
+
|
1471 |
+
protected function __success_error_style_controls() {
|
1472 |
+
|
1473 |
+
$this->start_controls_section(
|
1474 |
+
'success_error',
|
1475 |
+
[
|
1476 |
+
'label' => esc_html__( 'Success & Error Message', 'happy-elementor-addons' ),
|
1477 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
1478 |
+
]
|
1479 |
+
);
|
1480 |
+
|
1481 |
+
$this->add_responsive_control(
|
1482 |
+
'success_error_padding',
|
1483 |
+
[
|
1484 |
+
'label' => esc_html__( 'Padding', 'happy-elementor-addons' ),
|
1485 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1486 |
+
'size_units' => ['px', '%'],
|
1487 |
+
'selectors' => [
|
1488 |
+
'{{WRAPPER}} .ha-mc-response-message' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1489 |
+
],
|
1490 |
+
]
|
1491 |
+
);
|
1492 |
+
|
1493 |
+
$this->add_responsive_control(
|
1494 |
+
'success_error_margin',
|
1495 |
+
[
|
1496 |
+
'label' => esc_html__( 'Margin', 'happy-elementor-addons' ),
|
1497 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1498 |
+
'size_units' => ['px', '%'],
|
1499 |
+
'selectors' => [
|
1500 |
+
'{{WRAPPER}} .ha-mc-response-message' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1501 |
+
],
|
1502 |
+
]
|
1503 |
+
);
|
1504 |
+
|
1505 |
+
$this->add_control(
|
1506 |
+
'success_error_border_radius',
|
1507 |
+
[
|
1508 |
+
'label' => esc_html__( 'Border Radius', 'happy-elementor-addons' ),
|
1509 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1510 |
+
'size_units' => ['px', '%', 'em'],
|
1511 |
+
'selectors' => [
|
1512 |
+
'{{WRAPPER}} .ha-mc-response-message' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1513 |
+
],
|
1514 |
+
]
|
1515 |
+
);
|
1516 |
+
|
1517 |
+
$this->add_group_control(
|
1518 |
+
Group_Control_Typography::get_type(),
|
1519 |
+
[
|
1520 |
+
'name' => 'success_error_typography',
|
1521 |
+
'selector' => '{{WRAPPER}} .ha-mc-response-message',
|
1522 |
+
]
|
1523 |
+
);
|
1524 |
+
|
1525 |
+
$this->add_control(
|
1526 |
+
'success_heading',
|
1527 |
+
[
|
1528 |
+
'label' => esc_html__( 'Success:', 'happy-elementor-addons' ),
|
1529 |
+
'type' => Controls_Manager::HEADING,
|
1530 |
+
]
|
1531 |
+
);
|
1532 |
+
|
1533 |
+
$this->add_control(
|
1534 |
+
'success_color',
|
1535 |
+
[
|
1536 |
+
'label' => esc_html__( 'Color', 'happy-elementor-addons' ),
|
1537 |
+
'type' => Controls_Manager::COLOR,
|
1538 |
+
'selectors' => [
|
1539 |
+
'{{WRAPPER}} .ha-mc-response-message.success' => 'color: {{VALUE}};',
|
1540 |
+
],
|
1541 |
+
]
|
1542 |
+
);
|
1543 |
+
|
1544 |
+
$this->add_group_control(
|
1545 |
+
Group_Control_Background::get_type(),
|
1546 |
+
array(
|
1547 |
+
'name' => 'success_bg_color',
|
1548 |
+
'label' => esc_html__( 'Background Color', 'happy-elementor-addons' ),
|
1549 |
+
'selector' => '{{WRAPPER}} .ha-mc-response-message.success',
|
1550 |
+
)
|
1551 |
+
);
|
1552 |
+
|
1553 |
+
$this->add_group_control(
|
1554 |
+
Group_Control_Border::get_type(),
|
1555 |
+
[
|
1556 |
+
'name' => 'success_border',
|
1557 |
+
'label' => esc_html__( 'Border', 'happy-elementor-addons' ),
|
1558 |
+
'selector' => '{{WRAPPER}} .ha-mc-response-message.success',
|
1559 |
+
]
|
1560 |
+
);
|
1561 |
+
|
1562 |
+
$this->add_control(
|
1563 |
+
'error_heading',
|
1564 |
+
[
|
1565 |
+
'label' => esc_html__( 'Error:', 'happy-elementor-addons' ),
|
1566 |
+
'type' => Controls_Manager::HEADING,
|
1567 |
+
]
|
1568 |
+
);
|
1569 |
+
|
1570 |
+
$this->add_control(
|
1571 |
+
'error_color',
|
1572 |
+
[
|
1573 |
+
'label' => esc_html__( 'Color', 'happy-elementor-addons' ),
|
1574 |
+
'type' => Controls_Manager::COLOR,
|
1575 |
+
'selectors' => [
|
1576 |
+
'{{WRAPPER}} .ha-mc-response-message.error' => 'color: {{VALUE}};',
|
1577 |
+
],
|
1578 |
+
]
|
1579 |
+
);
|
1580 |
+
|
1581 |
+
$this->add_group_control(
|
1582 |
+
Group_Control_Background::get_type(),
|
1583 |
+
array(
|
1584 |
+
'name' => 'error_bg_color',
|
1585 |
+
'label' => esc_html__( 'Background Color', 'happy-elementor-addons' ),
|
1586 |
+
'selector' => '{{WRAPPER}} .ha-mc-response-message.error',
|
1587 |
+
)
|
1588 |
+
);
|
1589 |
+
|
1590 |
+
$this->add_group_control(
|
1591 |
+
Group_Control_Border::get_type(),
|
1592 |
+
[
|
1593 |
+
'name' => 'error_border',
|
1594 |
+
'label' => esc_html__( 'Border', 'happy-elementor-addons' ),
|
1595 |
+
'selector' => '{{WRAPPER}} .ha-mc-response-message.error',
|
1596 |
+
]
|
1597 |
+
);
|
1598 |
+
|
1599 |
+
$this->end_controls_section();
|
1600 |
+
}
|
1601 |
+
|
1602 |
+
protected function render() {
|
1603 |
+
|
1604 |
+
$settings = $this->get_settings_for_display();
|
1605 |
+
|
1606 |
+
$form_fields = ( ( $settings['enable_name'] == 'yes' || $settings['enable_phone'] == 'yes' ) ? 'multiple_form_fields' : '' );
|
1607 |
+
$list_id = ( ( is_array( $settings['mailchimp_lists'] ) ) ? ( isset( $settings['mailchimp_lists'][0] ) ? ltrim( $settings['mailchimp_lists'][0] ) : '' ) : ( ltrim( $settings['mailchimp_lists'] ) ) );
|
1608 |
+
|
1609 |
+
?>
|
1610 |
+
<div class="ha-mailchimp-wrapper" data-post-id="<?php echo esc_attr( get_the_id() ); ?>" data-widget-id="<?php echo esc_attr( $this->get_id() ); ?>">
|
1611 |
+
<?php if ( \Elementor\Plugin::$instance->editor->is_edit_mode() && $settings['mailchimp_success_message_show_in_editor'] == 'yes' ) : ?>
|
1612 |
+
<div class="ha-mc-response-message success"><?php esc_html_e( 'This is a dummy message for success. This won\'t show in preview', 'happy-elementor-addons' ); ?></div>
|
1613 |
+
<?php endif; ?>
|
1614 |
+
<?php if ( \Elementor\Plugin::$instance->editor->is_edit_mode() && $settings['mailchimp_error_message_show_in_editor'] == 'yes' ) : ?>
|
1615 |
+
<div class="ha-mc-response-message error"><?php esc_html_e( 'This is a dummy message for error. This won\'t show in preview', 'happy-elementor-addons' ); ?></div>
|
1616 |
+
<?php endif; ?>
|
1617 |
+
<div class="ha-mc-response-message"></div>
|
1618 |
+
<form class="ha-mailchimp-form <?php echo esc_attr( $form_fields ); ?>" data-list-id="<?php echo esc_attr( $list_id ); ?>">
|
1619 |
+
<?php if ( $settings['enable_name'] == 'yes' ) : ?>
|
1620 |
+
<div class="ha-mc-input-wrapper">
|
1621 |
+
<?php if ( ! empty( $settings['fname_label'] ) ) : ?>
|
1622 |
+
<label class="ha-mc-input-label"><?php echo esc_html( $settings['fname_label'] ); ?></label>
|
1623 |
+
<?php endif; ?>
|
1624 |
+
<div class="ha-mc-input <?php echo esc_attr( $settings['fname_icon_position'] ); ?>">
|
1625 |
+
<?php if ( $settings['fname_enable_icon'] == 'yes' && $settings['fname_icon_position'] == 'before' ) : ?>
|
1626 |
+
<div class="ha-mc-icon-wrapper"><?php ha_render_icon( $settings, null, 'fname_icon' ); ?></div>
|
1627 |
+
<?php endif; ?>
|
1628 |
+
<input type="text" name="fname" placeholder="<?php echo esc_attr( $settings['fname_placeholder'] ); ?>">
|
1629 |
+
<?php if ( $settings['fname_enable_icon'] == 'yes' && $settings['fname_icon_position'] == 'after' ) : ?>
|
1630 |
+
<div class="ha-mc-icon-wrapper"><?php ha_render_icon( $settings, null, 'fname_icon' ); ?></div>
|
1631 |
+
<?php endif; ?>
|
1632 |
+
</div>
|
1633 |
+
</div>
|
1634 |
+
<div class="ha-mc-input-wrapper">
|
1635 |
+
<?php if ( ! empty( $settings['lname_label'] ) ) : ?>
|
1636 |
+
<label class="ha-mc-input-label"><?php echo esc_html( $settings['lname_label'] ); ?></label>
|
1637 |
+
<?php endif; ?>
|
1638 |
+
<div class="ha-mc-input <?php echo esc_attr( $settings['lname_icon_position'] ); ?>">
|
1639 |
+
<?php if ( $settings['lname_enable_icon'] == 'yes' && $settings['lname_icon_position'] == 'before' ) : ?>
|
1640 |
+
<div class="ha-mc-icon-wrapper"><?php ha_render_icon( $settings, null, 'lname_icon' ); ?></div>
|
1641 |
+
<?php endif; ?>
|
1642 |
+
<input type="text" name="lname" placeholder="<?php echo esc_attr( $settings['lname_placeholder'] ); ?>">
|
1643 |
+
<?php if ( $settings['lname_enable_icon'] == 'yes' && $settings['lname_icon_position'] == 'after' ) : ?>
|
1644 |
+
<div class="ha-mc-icon-wrapper"><?php ha_render_icon( $settings, null, 'lname_icon' ); ?></div>
|
1645 |
+
<?php endif; ?>
|
1646 |
+
</div>
|
1647 |
+
</div>
|
1648 |
+
<?php endif; ?>
|
1649 |
+
<?php if ( $settings['enable_phone'] == 'yes' ) : ?>
|
1650 |
+
<div class="ha-mc-input-wrapper">
|
1651 |
+
<?php if ( ! empty( $settings['phone_label'] ) ) : ?>
|
1652 |
+
<label class="ha-mc-input-label"><?php echo esc_html( $settings['phone_label'] ); ?></label>
|
1653 |
+
<?php endif; ?>
|
1654 |
+
<div class="ha-mc-input <?php echo esc_attr( $settings['phone_icon_position'] ); ?>">
|
1655 |
+
<?php if ( $settings['phone_enable_icon'] == 'yes' && $settings['phone_icon_position'] == 'before' ) : ?>
|
1656 |
+
<div class="ha-mc-icon-wrapper"><?php ha_render_icon( $settings, null, 'phone_icon' ); ?></div>
|
1657 |
+
<?php endif; ?>
|
1658 |
+
<input type="text" name="phone" placeholder="<?php echo esc_attr( $settings['phone_placeholder'] ); ?>">
|
1659 |
+
<?php if ( $settings['phone_enable_icon'] == 'yes' && $settings['phone_icon_position'] == 'after' ) : ?>
|
1660 |
+
<div class="ha-mc-icon-wrapper"><?php ha_render_icon( $settings, null, 'phone_icon' ); ?></div>
|
1661 |
+
<?php endif; ?>
|
1662 |
+
</div>
|
1663 |
+
</div>
|
1664 |
+
<?php endif; ?>
|
1665 |
+
<div class="ha-mc-input-wrapper">
|
1666 |
+
<?php if ( ! empty( $settings['email_label'] ) ) : ?>
|
1667 |
+
<label class="ha-mc-input-label"><?php echo esc_html( $settings['email_label'] ); ?></label>
|
1668 |
+
<?php endif; ?>
|
1669 |
+
<div class="ha-mc-input <?php echo esc_attr( $settings['email_icon_position'] ); ?>">
|
1670 |
+
<?php if ( $settings['email_enable_icon'] == 'yes' && $settings['email_icon_position'] == 'before' ) : ?>
|
1671 |
+
<div class="ha-mc-icon-wrapper"><?php ha_render_icon( $settings, null, 'email_icon' ); ?></div>
|
1672 |
+
<?php endif; ?>
|
1673 |
+
<input type="email" name="email" placeholder="<?php echo esc_attr( $settings['email_placeholder'] ); ?>" required>
|
1674 |
+
<?php if ( $settings['email_enable_icon'] == 'yes' && $settings['email_icon_position'] == 'after' ) : ?>
|
1675 |
+
<div class="ha-mc-icon-wrapper"><?php ha_render_icon( $settings, null, 'email_icon' ); ?></div>
|
1676 |
+
<?php endif; ?>
|
1677 |
+
</div>
|
1678 |
+
</div>
|
1679 |
+
<div class="ha-mc-button-wrapper">
|
1680 |
+
|
1681 |
+
<button type="submit" class="ha-mc-button" name="ha-mailchimp">
|
1682 |
+
<?php if ( $settings['button_enable_icon'] == 'yes' && $settings['button_icon_position'] == 'before' ) : ?>
|
1683 |
+
<div class="ha-mc-icon-wrapper"><?php ha_render_icon( $settings, null, 'button_icon' ); ?></div>
|
1684 |
+
<?php endif; ?>
|
1685 |
+
<?php echo esc_attr( $settings['button_text'] ); ?>
|
1686 |
+
<?php if ( $settings['button_enable_icon'] == 'yes' && $settings['button_icon_position'] == 'after' ) : ?>
|
1687 |
+
<div class="ha-mc-icon-wrapper"><?php ha_render_icon( $settings, null, 'button_icon' ); ?></div>
|
1688 |
+
<?php endif; ?>
|
1689 |
+
</button>
|
1690 |
+
</div>
|
1691 |
+
</form>
|
1692 |
+
</div>
|
1693 |
+
<?php
|
1694 |
+
}
|
1695 |
}
|
widgets/slider/widget.php
CHANGED
@@ -857,7 +857,7 @@ class Slider extends Base {
|
|
857 |
}
|
858 |
?>
|
859 |
|
860 |
-
<div class="ha-slick-slide">
|
861 |
<<?php echo $item_tag; ?> <?php $this->print_render_attribute_string( $id ); ?>>
|
862 |
<?php if ( $image ) : ?>
|
863 |
<img class="ha-slick-img" src="<?php echo esc_url( $image ); ?>" alt="<?php echo esc_attr( $slide['title'] ); ?>">
|
857 |
}
|
858 |
?>
|
859 |
|
860 |
+
<div class="ha-slick-slide slick-slide">
|
861 |
<<?php echo $item_tag; ?> <?php $this->print_render_attribute_string( $id ); ?>>
|
862 |
<?php if ( $image ) : ?>
|
863 |
<img class="ha-slick-img" src="<?php echo esc_url( $image ); ?>" alt="<?php echo esc_attr( $slide['title'] ); ?>">
|