Bold Page Builder - Version 4.4.7

Version Description

  • Added Esc key shortcut for closing a dialog.
Download this release

Release Info

Developer boldthemes
Plugin Icon 128x128 Bold Page Builder
Version 4.4.7
Comparing to
See all releases

Code changes from version 4.4.6 to 4.4.7

bold-builder.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  * Plugin Name: Bold Builder
5
  * Description: WordPress page builder.
6
- * Version: 4.4.6
7
  * Author: BoldThemes
8
  * Author URI: https://www.bold-themes.com
9
  * Text Domain: bold-builder
@@ -12,7 +12,7 @@
12
  defined( 'ABSPATH' ) || exit;
13
 
14
  // VERSION --------------------------------------------------------- \\
15
- define( 'BT_BB_VERSION', '4.4.6' );
16
  // VERSION --------------------------------------------------------- \\
17
 
18
  /**
@@ -353,7 +353,7 @@ function bt_bb_wp_head() {
353
  echo '<script>window.bt_bb_custom_elements = true;</script>';
354
  }
355
  }
356
- add_action( 'wp_head', 'bt_bb_wp_head', 7 );
357
 
358
  function bt_bb_enqueue_fe() {
359
  if ( function_exists( 'csscrush_file' ) && strpos( $_SERVER['SERVER_NAME'], '-dev' ) ) {
@@ -1404,7 +1404,7 @@ function bt_bb_publish_hide_callback( $output, $atts ) {
1404
 
1405
  add_filter( 'bt_bb_general_output', 'bt_bb_publish_hide_callback', 10, 2 );
1406
 
1407
- /* attach_image filter - used to force placeholder in existing elements */
1408
 
1409
  function bt_bb_attach_image_filter( $image, $attachment_id, $size, $icon ) {
1410
  if ( is_numeric( $attachment_id ) ) {
3
  /**
4
  * Plugin Name: Bold Builder
5
  * Description: WordPress page builder.
6
+ * Version: 4.4.7
7
  * Author: BoldThemes
8
  * Author URI: https://www.bold-themes.com
9
  * Text Domain: bold-builder
12
  defined( 'ABSPATH' ) || exit;
13
 
14
  // VERSION --------------------------------------------------------- \\
15
+ define( 'BT_BB_VERSION', '4.4.7' );
16
  // VERSION --------------------------------------------------------- \\
17
 
18
  /**
353
  echo '<script>window.bt_bb_custom_elements = true;</script>';
354
  }
355
  }
356
+ add_action( 'wp_head', 'bt_bb_wp_head', 200 );
357
 
358
  function bt_bb_enqueue_fe() {
359
  if ( function_exists( 'csscrush_file' ) && strpos( $_SERVER['SERVER_NAME'], '-dev' ) ) {
1404
 
1405
  add_filter( 'bt_bb_general_output', 'bt_bb_publish_hide_callback', 10, 2 );
1406
 
1407
+ /* attach_image filter - used to force placeholder in existing elements (add_section) */
1408
 
1409
  function bt_bb_attach_image_filter( $image, $attachment_id, $size, $icon ) {
1410
  if ( is_numeric( $attachment_id ) ) {
build/bundle.js CHANGED
@@ -1,8 +1,8 @@
1
- !function(t){var e={};function i(b){if(e[b])return e[b].exports;var a=e[b]={i:b,l:!1,exports:{}};return t[b].call(a.exports,a,a.exports,i),a.l=!0,a.exports}i.m=t,i.c=e,i.d=function(t,e,b){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:b})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var b=Object.create(null);if(i.r(b),Object.defineProperty(b,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)i.d(b,a,function(e){return t[e]}.bind(null,a));return b},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=3)}([function(t,e,i){"use strict";window.bt_bb_parse_data=function(t){window.bt_bb_parse_data_str="",t.children.length>0&&(window.bt_bb_parse_data_helper(t),window.bt_bb.fe||(window.switchEditors.go("content","tmce"),tinyMCE.get("content").setContent(window.switchEditors.wpautop(window.bt_bb_parse_data_str))))},window.bt_bb_parse_data_helper=function(t){"_root"==t.title&&(t=t.children);for(var e=0;e<t.length;e++){var i=!1;if("_content"==t[e].title&&(i=!0),i)window.bt_bb_parse_data_str+=t[e].content;else{if(window.bt_bb_parse_data_str+="["+t[e].base,void 0!==t[e].attr&&t[e].attr.startsWith("{"))for(var b=attr_to_arr(t[e].attr),a=0;a<b.length;a++)window.bt_bb_parse_data_str+=" "+b[a][0]+'="'+b[a][1]+'"';window.bt_bb_parse_data_str+="]"}void 0!==t[e].children&&bt_bb_parse_data_helper(t[e].children),i||(window.bt_bb_parse_data_str+="[/"+t[e].base+"]")}},window.bt_bb_get_edit_item_value=function(t,e,i){const b=jQuery;var a;if("textfield"==e||"datetime-local"==e||"colorpicker"==e||"link"==e)a=window.bt_bb_special_char_encode(i.find("input").val());else if("checkbox"==e)a=i.find("input").prop("checked")?i.find("input").val():"";else if("checkbox_group"==e){var n=[];i.find("input").each(function(){b(this).prop("checked")&&n.push(b(this).val())}),a=n.join(" ")}else if("textarea"==e)a=window.bt_bb_special_char_encode(i.find("textarea").val());else if("textarea_object"==e)try{a=window.bt_bb_b64EncodeUnicode(i.find("textarea").val())}catch(t){a=i.find("textarea").val()}else if("dropdown"==e)if(i.hasClass("bt_bb_dialog_item_responsive_override")){var o=[];i.find("select :selected").each(function(){o.push(b(this).val())}),a=o.join(",;,")}else a=i.find("select :selected").val();else if("iconpicker"==e)a=i.find(".bt_bb_iconpicker_select .bt_bb_icon_preview").data("icon");else if("attach_image"==e){var _=i.find('input[type="text"]').val();0==i.find(".bt_bb_sortable_item").length&&(a=_)}else void 0!==window["bt_bb_cf_"+e+"_on_submit"]&&(a=window["bt_bb_cf_"+e+"_on_submit"](i));return a},window.bt_bb_iconpicker=function(t,e){t=window.bt_bb_icons;var i,b='<div class="bt_bb_iconpicker">',a=Object.keys(t);b+='<div class="bt_bb_iconpicker_select">';for(var n=e.slice(0,-5),o=e.substr(-4),_="",r=0;r<a.length;r++){i=Object.keys(t[a[r]]);for(var s=0;s<i.length;s++)e==t[a[r]][i[s]]&&(_=i[s])}""!=o&&(o="&#x"+o),window.bt_bb.fe?b+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+n+'" style="font-family:\''+n+'\';" data-icon="'+e+'" data-icon-code="'+o+'"></div>':b+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+n+'" data-icon="'+e+'" data-icon-code="'+o+'"></div>',b+='<div class="bt_bb_iconpicker_select_text">'+_+"</div>",b+='<i class="fa fa-close bt_bb_iconpicker_clear" style="display:'+(""!=_?"block":"none")+'"></i>',b+='<i class="fa fa-angle-down"></i>',b+="</div>",b+='<div class="bt_bb_iconpicker_filter_container">',b+='<input type="text" class="bt_bb_filter" placeholder="'+window.bt_bb_text.filter+'">',b+="</div>",b+='<div class="bt_bb_iconpicker_icons">';for(var d=0;d<a.length;d++){b+='<div class="bt_bb_iconpicker_title" data-icon-set="'+a[d].toLowerCase()+'">'+a[d]+"</div>",i=Object.keys(t[a[d]]);for(var l=0;l<i.length;l++){n=(e=t[a[d]][i[l]]).slice(0,-5),o=e.substr(-4);window.bt_bb.fe?b+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+n+'" style="font-family:\''+n+'\';" data-icon="'+e+'" data-icon-code="&#x'+o+'" data-icon-set="'+n+'" title="'+i[l]+'"></div>':b+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+n+'" data-icon="'+e+'" data-icon-code="&#x'+o+'" data-icon-set="'+n+'" title="'+i[l]+'"></div>'}}return b+="</div>",b+="</div>"},window.bt_bb_iconpicker_init=function(t){const e=jQuery;var i=function(t){e(this).next().toggle(),e(this).next().next().toggle()},b=function(i){var b=e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_icon_preview"),a=e(this).data("icon");b.attr("data-icon",a),b.attr("data-icon-code",e(this).data("icon-code")),b.removeClass(),b.addClass(e(this).attr("class")),"widgets"==t&&(e(this).closest(".bt_bb_iconpicker_widget_container").find("input").val(e(this).data("icon")),e(this).closest(".bt_bb_iconpicker_widget_container").find("input").trigger("change")),window.bt_bb.fe&&b.css("font-family",e(this).css("font-family")),e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_iconpicker_select_text").html(e(this).attr("title")),e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_clear").show(),e(this).parent().hide(),e(this).parent().prev().find("input").val("").trigger("keyup"),e(this).parent().prev().hide(),window.bt_bb.fe&&t(b)},a=function(i){i.stopPropagation();var b=e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_icon_preview");b.attr("data-icon",""),b.attr("data-icon-code",""),b.parent().find(".bt_bb_iconpicker_select_text").html(""),e(this).closest(".bt_bb_iconpicker").find("input").val(""),"widgets"==t&&(e(this).closest(".bt_bb_iconpicker_widget_container").find("input").val(""),e(this).closest(".bt_bb_iconpicker_widget_container").find("input").trigger("change")),e(this).parent().next().find("input").val("").trigger("keyup"),e(this).parent().next().hide(),e(this).parent().next().next().hide(),e(this).hide(),window.bt_bb.fe&&t(b)},n=function(t){var i=e(this).val(),b=e(this).closest(".bt_bb_iconpicker"),a=[];b.find(".bt_bb_iconpicker_icons .bt_bb_icon_preview").each(function(){var t=e(this).attr("title"),n=new RegExp(i,"i");b.find(".bt_bb_iconpicker_title").hide(),n.test(t)?(a.push(e(this).data("icon-set")),e(this).show()):e(this).hide()});for(const t in a)b.find('.bt_bb_iconpicker_title[data-icon-set="'+a[t]+'"]').show(),"fa"==a[t]&&b.find('.bt_bb_iconpicker_title[data-icon-set="font awesome"]').show()};window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker_select")).on("click",i):"widgets"==t?e("body").on("click",".bt_bb_iconpicker_widget_container .bt_bb_iconpicker_select",i):e(".bt_bb_iconpicker_select").on("click",i),window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker_icons .bt_bb_icon_preview")).on("click",b):"widgets"==t?e("body").on("click",".bt_bb_iconpicker_icons .bt_bb_icon_preview",b):e(".bt_bb_iconpicker_icons .bt_bb_icon_preview").on("click",b),window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker .bt_bb_iconpicker_clear")).on("click",a):"widgets"==t?e("body").on("click",".bt_bb_iconpicker_widget_container .bt_bb_iconpicker_clear",a):e(".bt_bb_iconpicker .bt_bb_iconpicker_clear").on("click",a),window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker .bt_bb_filter")).on("keyup",n):"widgets"==t?e("body").on("keyup",".bt_bb_iconpicker_widget_container .bt_bb_filter",n):e(".bt_bb_iconpicker .bt_bb_filter").on("keyup",n)},window.bt_bb_image_sortable=function(t,e){if(!t.length)return;const i=jQuery;new window.bt_bb_sortable.Sortable(t[0],{animation:150,onSort:function(t){var b=i(t.item).closest(".bt_bb_dialog_item"),a=b.data("param_name"),n="";b.find(".bt_bb_sortable_item").each(function(){n+=i(this).data("id")+","}),n=n.slice(0,-1),e[a]=n,window.bt_bb.fe&&(window.bt_bb.editing_elements.data("bt-bb-fe-atts",e),window.bt_bb.editing_elements_atts=e,window.bt_bb_fe_ajax_preview([]))}})},window.bt_bb_delete_images=function(t,e){const i=jQuery;var b=i(t).closest(".bt_bb_dialog_item").data("param_name"),a=i(t).closest(".bt_bb_dialog_image_container");i(t).parent().remove();var n="";a.find(".bt_bb_sortable_item").each(function(){n+=i(this).data("id")+","}),""==(n=n.slice(0,-1))&&a.parent().find('input[type="text"]').prop("disabled",!1),e[b]=n},window.bt_bb_select_images=function(t,e,i){const b=jQuery;var a=window.bt_bb_get_key(),n=b(t).closest(".bt_bb_dialog_item"),o=n.find(".bt_bb_dialog_image_container"),r=n.data("param_name"),s="add";"attach_image"==n.data("type")&&(s=!1);var d=wp.media.controller.Library.extend({defaults:_.defaults({id:a,title:window.bt_bb_text.select_images,allowLocalEdits:!1,displaySettings:!1,displayUserSettings:!1,multiple:s,type:"image"},wp.media.controller.Library.prototype.defaults)}),l=wp.media({button:{text:window.bt_bb_text.select},state:a,states:[new d]});l.on("select",function(){var t=l.state(a).get("selection"),_="",s="";t.each(function(t){if(void 0!==t.attributes.sizes){var e="";e=void 0!==t.attributes.sizes.thumbnail?t.attributes.sizes.thumbnail.url:t.attributes.sizes.full.url,s+=t.id+",",window.bt_bb.cache[t.id]={},window.bt_bb.cache[t.id].url=e,window.bt_bb.cache[t.id].title=t.attributes.title,_+='<div class="bt_bb_sortable_item" data-id="'+t.id+'" style="background-image:url(\''+e+'\');background-size:cover;"><i class="fa fa-times"></i></div>',o.html(_)}}),""!=(s=s.slice(0,-1))&&(n.find('input[type="text"]').prop("disabled",!0),e[r]=s,window.bt_bb.fe&&(i(t),b("body").addClass("bt_bb_fe_save_on")))}),l.on("open",function(){var t=l.state(a).get("selection");o.find(".bt_bb_sortable_item").each(function(){var e=wp.media.attachment(b(this).data("id"));t.add(e)})}),l.open()},window.bt_bb_search_link_init=function(){const t=jQuery;var e=function(e,i,b){i.find(".spinner").show(),i.find(".spinner").css("visibility","visible");var a={action:"bt_bb_search_links",search:e,page:b};t.ajax({type:"POST",url:window.bt_bb_ajax_url,data:a,async:!0,success:function(t){var e=JSON.parse(t);e.length<20&&i.data("thats_all",!0);var a=i.find(".bt_bb_search_link_results");1==b&&(a.empty(),a[0].scrollTo(0,0)),e.forEach(function(t,e){var i=t.permalink;1==window.bt_bb_settings.slug_url&&(i=t.slug),a.append('<div data-link="'+i+'" title="'+i+'">'+t.title+"<span>"+t.info+"</span></div>")}),i.find(".spinner").hide(),i.data("page",b)}})};if(window.bt_bb.fe)var i=t(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll('div[data-type="link"]'));else i=t('div[data-type="link"]');i.each(function(){var i=t(this);e("",i,1),t(this).find(".bt_bb_search_link").on("input",function(t){var b=(new Date).getTime();void 0!==i.data("last_input_time")&&b-i.data("last_input_time")<500||(i.data("thats_all",!1),setTimeout(function(){e(i.find(".bt_bb_search_link").val(),i,1)},500),i.data("last_input_time",(new Date).getTime()))}),t(this).find(".bt_bb_search_link").on("focus",function(t){i.find(".bt_bb_search_link_results").show()}),t(this).find(".bt_bb_search_link").on("blur",function(t){setTimeout(function(){i.find(".bt_bb_search_link_results").hide()},200)}),t(this).on("click",".bt_bb_search_link_results div",function(){i.find('input[type="text"]').val(t(this).data("link")),window.bt_bb.fe&&i.find('input[type="text"]').trigger("input")}),t(this).find(".bt_bb_search_link_results").on("scroll",function(b){var a=(new Date).getTime();void 0!==i.data("last_scroll_time")&&a-i.data("last_scroll_time")<500||this.scrollTop>.8*(this.scrollHeight-this.clientHeight)&&!i.data("thats_all")&&(e(t(this).val(),i,i.data("page")+1),i.data("last_scroll_time",(new Date).getTime()))})})},window.bt_bb_special_char_encode=function(t){for(var e,i=/([\s\S]*?<[a-zA-Z]+?)(\s[^<]*?)(>[\s\S]*)/;null!==(e=i.exec(t));)t=t.replace(i,"$1$3");i=/<\/\s*([a-zA-Z]+)\s*>/g,t=t.replace(i,"</$1>");var b=["address","b","big","cite","code","del","em","i","ins","pre","small","strong","sub","sup","s","u","ul","ol","li"];for(i=/<\/?([a-zA-Z]+)?>/g;null!==(e=i.exec(t));)b.includes(e[1])||(t=t.replace(e[0],""));for(i=/<([a-zA-Z]+)?>/g;null!==(e=i.exec(t));)-1==t.indexOf("</"+e[1]+">")&&(t=t.replace(e[0],""));for(i=/<\/?([a-zA-Z]+)?>/g;null!==(e=i.exec(t));)-1==t.indexOf("<"+e[1]+">")&&(t=t.replace(e[0],""));for(i=/<([a-zA-Z]+)?>/g;null!==(e=i.exec(t));){var a=t.lastIndexOf("<"+e[1]+">");if(a>t.lastIndexOf("</"+e[1]+">")){var n=t.substring(0,a),o=t.substring(a+2+e[1].length);t=n+o}}i=/<([a-zA-Z]+)?>/g;for(var _=Array();null!==(e=i.exec(t));)_.push(e[1]);i=/<([a-zA-Z]+)?>/g;for(var r=Array();null!==(e=i.exec(t));)r.push(e[1]);_.forEach(function(e){if((t.match(new RegExp("<"+e+">","g"))||[]).length>(t.match(new RegExp("</"+e+">","g"))||[]).length){var i=t.indexOf("<"+e+">"),b=t.substring(0,i),a=t.substring(i+2+e.length);t=b+a}}),r.forEach(function(e){if((t.match(new RegExp("<"+e+">","g"))||[]).length<(t.match(new RegExp("</"+e+">","g"))||[]).length){var i=t.indexOf("</"+e+">"),b=t.substring(0,i),a=t.substring(i+3+e.length);t=b+a}});var s=t.replace(/"/gim,"``");return s=(s=s.replace(/\[/gim,"`{`")).replace(/\]/gim,"`}`")},window.bt_bb_special_char_decode=function(t){var e=t.replace(/``/gim,"&quot;");return e=(e=e.replace(/`{`/gim,"[")).replace(/`}`/gim,"]")},window.bt_bb_json_encode=function(t){var e=/[\b\t\n\f\r\\\"\/\u00A1-\uFFFF]/g,i={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\","/":"\\/"};return e.lastIndex=0,e.test(t)?'"'+t.replace(e,function(t){var e=i[t];return"string"==typeof e?e:"\\u"+("0000"+t.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+t+'"'},String.prototype.startsWith||(String.prototype.startsWith=function(t,e){return e=e||0,this.lastIndexOf(t,e)===e}),String.prototype.endsWith||(String.prototype.endsWith=function(t,e){var i=this.toString();("number"!=typeof e||!isFinite(e)||Math.floor(e)!==e||e>i.length)&&(e=i.length),e-=t.length;var b=i.indexOf(t,e);return-1!==b&&b===e}),window.bt_bb_create_dom_element=function(t,e){for(var i,b=document.createElement(t),a=0;a<e.length;a++)(i=document.createAttribute(e[a][0])).value=e[a][1],b.setAttributeNode(i);return b},window.attr_to_arr=function(t){var e=JSON.parse(t),i=[];for(var b in e)i.push([b,e[b]]);return i},window.attr_to_obj=function(t){return JSON.parse(t)},window.bt_bb_sortable_background=function(t){const e=jQuery;void 0===window.bt_bb.cache[t]?wp.media.attachment(t).fetch().done(function(t){var i="";i=void 0!==t.sizes.thumbnail?t.sizes.thumbnail.url:t.sizes.full.url,window.bt_bb.fe?(e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-image",'url("'+i+'")'),e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-size","cover")):(e('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-image",'url("'+i+'")'),e('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-size","cover")),window.bt_bb.cache[t.id]={},window.bt_bb.cache[t.id].url=i,window.bt_bb.cache[t.id].title=t.title}):window.bt_bb.fe?(e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-image",'url("'+window.bt_bb.cache[t].url+'")'),e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-size","cover")):(e('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-image",'url("'+window.bt_bb.cache[t].url+'")'),e('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-size","cover"))},window.bt_bb_get_key=function(){var t="bt_bb_"+Math.random().toString();return t=t.replace(".","")},window.bt_bb_b64EncodeUnicode=function(t){return btoa(encodeURIComponent(t).replace(/%([0-9A-F]{2})/g,function(t,e){return String.fromCharCode(parseInt(e,16))}))},window.bt_bb_b64DecodeUnicode=function(t){return decodeURIComponent(Array.prototype.map.call(atob(t),function(t){return"%"+("00"+t.charCodeAt(0).toString(16)).slice(-2)}).join(""))}},function(t,e,i){"use strict";var b;b=jQuery,window.bt_bb_dialog_param={attach_image:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";return i+="<b>"+t.param.heading+"</b>",i+='<div class="bt_bb_dialog_image_container">',Number.isInteger(parseInt(t.attr_value))&&(i+='<div class="bt_bb_sortable_item" data-id="'+t.attr_value+'"><i class="fa fa-times"></i></div>',setTimeout(window.bt_bb_sortable_background,100,t.attr_value)),i+="</div>",i+='<div class="bt_bb_dialog_inline_buttons bt_bb_left">',i+='<input type="button" class="bt_bb_dialog_select_images_button button button-small" value="'+window.bt_bb_text.select+'">',i+="</div>",i+="<div>",Number.isInteger(parseInt(t.attr_value))?i+='<input disabled type="text" placeholder="'+window.bt_bb_text.or_enter_image_url+'">':i+='<input type="text" placeholder="'+window.bt_bb_text.or_enter_image_url+'" value="'+t.attr_value+'">',i+="</div>",e.innerHTML=i,e},attach_images:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";i+="<b>"+t.param.heading+"</b>",i+='<div class="bt_bb_dialog_image_container">';var b=t.attr_value.split(",");if(""!=b[0])for(var a=0;a<b.length;a++)Number.isInteger(parseInt(b[a]))&&(i+='<div class="bt_bb_sortable_item" data-id="'+b[a]+'"><i class="fa fa-times"></i></div>',setTimeout(window.bt_bb_sortable_background,100,b[a]));return i+="</div>",i+='<div class="bt_bb_dialog_inline_buttons bt_bb_left">',i+='<input type="button" class="bt_bb_dialog_select_images_button button button-small" value="'+window.bt_bb_text.select+'">',i+="</div>",e.innerHTML=i,e},textfield:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";return""==t.attr_value?void 0!==t.param.value&&(i=t.param.value,i=bt_bb_special_char_decode(i)):i=bt_bb_special_char_decode(t.attr_value),e.innerHTML="<b>"+t.param.heading+'</b><input type="text" value="'+i+'">',e},datetime_local:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";return""==t.attr_value?void 0!==t.param.value&&(i=t.param.value,i=bt_bb_special_char_decode(i)):i=bt_bb_special_char_decode(t.attr_value),e.innerHTML="<b>"+t.param.heading+'</b><input type="datetime-local" value="'+i+'">',e},textarea:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]);return e.innerHTML="<b>"+t.param.heading+'</b><textarea rows="5">'+bt_bb_special_char_decode(t.attr_value)+"</textarea>",e},textarea_object:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]);try{e.innerHTML="<b>"+t.param.heading+'</b><textarea rows="5">'+window.bt_bb_b64DecodeUnicode(t.attr_value)+"</textarea>"}catch(i){e.innerHTML="<b>"+t.param.heading+'</b><textarea rows="5">'+t.attr_value+"</textarea>"}return e},dropdown:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]);t.param.responsive_override&&b(e).addClass("bt_bb_dialog_item_responsive_override");var i="";i+="<b>"+t.param.heading+"</b>";var a=function(e,i){var b="<select>";i&&(b+='<option value="">---</option>');for(var a=t.param.value,n=Object.keys(a),o=!1,_=0;_<n.length;_++)if(e==a[n[_]]){o=!0;break}for(_=0;_<n.length;_++)o&&e==a[n[_]]||!o&&a[n[_]]==t.param.default&&!i?b+='<option value="'+a[n[_]]+'" selected>'+n[_]+"</option>":b+='<option value="'+a[n[_]]+'">'+n[_]+"</option>";return b+="</select>"};if(t.attr_value.includes("%$%"))var n=t.attr_value.split("%$%");else n=t.attr_value.split(",;,");return 5!=n.length&&(n=[n[0],"","","",""]),i+=a(n[0]),i+='<div class="bt_bb_responsive_override_container">',t.param.responsive_override&&(i+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_lg" title="993-1200px"></span>',i+=a(n[1],!0),i+="</div>",i+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_md" title="769-992px"></span>',i+=a(n[2],!0),i+="</div>",i+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_sm" title="481-768px"></span>',i+=a(n[3],!0),i+="</div>",i+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_xs" title="&le;480px"></span>',i+=a(n[4],!0),i+="</div>"),i+="</div>",e.innerHTML=i,e},iconpicker:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";return i+="<b>"+t.param.heading+"</b>",i+=window.bt_bb_iconpicker(t.param.value,t.attr_value),e.innerHTML=i,e},colorpicker:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item bt_bb_colorpicker"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";return i+="<b>"+t.param.heading+"</b>",i+='<input type="text" class="bt_bb_color_picker" value="'+bt_bb_special_char_decode(t.attr_value)+'" data-alpha-enabled="true">',e.innerHTML=i,e},link:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";return""==t.attr_value?void 0!==t.param.value&&(i=t.param.value,i=bt_bb_special_char_decode(i)):i=bt_bb_special_char_decode(t.attr_value),e.innerHTML="<b>"+t.param.heading+'</b><input type="text" value="'+i+'">',e.innerHTML+='<input type="search" placeholder="'+window.bt_bb_text.search_content+'" class="bt_bb_search_link"><span class="spinner"></span>',e.innerHTML+='<div class="bt_bb_search_link_results" data-empty-text="'+window.bt_bb_text.no_results+'"></div>',e},checkbox:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";i+="<b>"+t.param.heading+"</b>";var b=t.param.value,a=Object.keys(b),n="";return t.attr_value==b[a[0]]&&(n=" checked"),i+='<label for="bt_'+t.base+"_"+t.param.param_name+'"><input id="bt_'+t.base+"_"+t.param.param_name+'" type="checkbox" value="'+b[a[0]]+'"'+n+"><span>"+a[0]+"</span></label>",e.innerHTML=i,e},checkbox_group:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";i+="<b>"+t.param.heading+"</b>";for(var a=t.param.value,n=Object.keys(a),o=t.attr_value.split(" "),_=0;_<n.length;_++){var r="";-1!=b.inArray(a[n[_]],o)&&(r=" checked"),i+='<label for="'+t.base+"_"+t.param.param_name+_+'"><input id="'+t.base+"_"+t.param.param_name+_+'" type="checkbox" value="'+a[n[_]]+'"'+r+"><span>"+n[_]+"</span></label>"}return e.innerHTML=i,e}},window.bt_bb_dialog_param.dropdown_color=window.bt_bb_dialog_param.dropdown,window.bt_bb_get_dialog_param=function(t){var e=window.bt_bb_dialog_param[t.param.type.replaceAll("-","_")](t);if(void 0!==t.param.description){var i=bt_bb_create_dom_element("i",[]);i.innerHTML=t.param.description,e.appendChild(i)}return e}},function(t,e,i){"use strict";
2
  /**!
3
  * Sortable 1.14.0
4
  * @author RubaXa <trash@rubaxa.org>
5
  * @author owenm <owen23355@gmail.com>
6
  * @license MIT
7
  */
8
- function b(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var b=Object.getOwnPropertySymbols(t);e&&(b=b.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),i.push.apply(i,b)}return i}function a(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?b(Object(i),!0).forEach(function(e){o(t,e,i[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):b(Object(i)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))})}return t}function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function o(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function _(){return(_=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var b in i)Object.prototype.hasOwnProperty.call(i,b)&&(t[b]=i[b])}return t}).apply(this,arguments)}function r(t,e){if(null==t)return{};var i,b,a=function(t,e){if(null==t)return{};var i,b,a={},n=Object.keys(t);for(b=0;b<n.length;b++)i=n[b],e.indexOf(i)>=0||(a[i]=t[i]);return a}(t,e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);for(b=0;b<n.length;b++)i=n[b],e.indexOf(i)>=0||Object.prototype.propertyIsEnumerable.call(t,i)&&(a[i]=t[i])}return a}function s(t){return function(t){if(Array.isArray(t))return d(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return d(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);"Object"===i&&t.constructor&&(i=t.constructor.name);if("Map"===i||"Set"===i)return Array.from(t);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return d(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function d(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,b=new Array(e);i<e;i++)b[i]=t[i];return b}i.r(e),i.d(e,"MultiDrag",function(){return ke}),i.d(e,"Sortable",function(){return Bt}),i.d(e,"Swap",function(){return le});function l(t){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(t)}var c=l(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),p=l(/Edge/i),u=l(/firefox/i),w=l(/safari/i)&&!l(/chrome/i)&&!l(/android/i),h=l(/iP(ad|od|hone)/i),m=l(/chrome/i)&&l(/android/i),f={capture:!1,passive:!1};function v(t,e,i){t.addEventListener(e,i,!c&&f)}function g(t,e,i){t.removeEventListener(e,i,!c&&f)}function y(t,e){if(e){if(">"===e[0]&&(e=e.substring(1)),t)try{if(t.matches)return t.matches(e);if(t.msMatchesSelector)return t.msMatchesSelector(e);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(e)}catch(t){return!1}return!1}}function k(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function x(t,e,i,b){if(t){i=i||document;do{if(null!=e&&(">"===e[0]?t.parentNode===i&&y(t,e):y(t,e))||b&&t===i)return t;if(t===i)break}while(t=k(t))}return null}var C,E=/\s+/g;function S(t,e,i){if(t&&e)if(t.classList)t.classList[i?"add":"remove"](e);else{var b=(" "+t.className+" ").replace(E," ").replace(" "+e+" "," ");t.className=(b+(i?" "+e:"")).replace(E," ")}}function D(t,e,i){var b=t&&t.style;if(b){if(void 0===i)return document.defaultView&&document.defaultView.getComputedStyle?i=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(i=t.currentStyle),void 0===e?i:i[e];e in b||-1!==e.indexOf("webkit")||(e="-webkit-"+e),b[e]=i+("string"==typeof i?"":"px")}}function O(t,e){var i="";if("string"==typeof t)i=t;else do{var b=D(t,"transform");b&&"none"!==b&&(i=b+" "+i)}while(!e&&(t=t.parentNode));var a=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return a&&new a(i)}function N(t,e,i){if(t){var b=t.getElementsByTagName(e),a=0,n=b.length;if(i)for(;a<n;a++)i(b[a],a);return b}return[]}function T(){var t=document.scrollingElement;return t||document.documentElement}function M(t,e,i,b,a){if(t.getBoundingClientRect||t===window){var n,o,_,r,s,d,l;if(t!==window&&t.parentNode&&t!==T()?(o=(n=t.getBoundingClientRect()).top,_=n.left,r=n.bottom,s=n.right,d=n.height,l=n.width):(o=0,_=0,r=window.innerHeight,s=window.innerWidth,d=window.innerHeight,l=window.innerWidth),(e||i)&&t!==window&&(a=a||t.parentNode,!c))do{if(a&&a.getBoundingClientRect&&("none"!==D(a,"transform")||i&&"static"!==D(a,"position"))){var p=a.getBoundingClientRect();o-=p.top+parseInt(D(a,"border-top-width")),_-=p.left+parseInt(D(a,"border-left-width")),r=o+n.height,s=_+n.width;break}}while(a=a.parentNode);if(b&&t!==window){var u=O(a||t),w=u&&u.a,h=u&&u.d;u&&(r=(o/=h)+(d/=h),s=(_/=w)+(l/=w))}return{top:o,left:_,bottom:r,right:s,width:l,height:d}}}function I(t,e,i){for(var b=P(t,!0),a=M(t)[e];b;){var n=M(b)[i];if(!("top"===i||"left"===i?a>=n:a<=n))return b;if(b===T())break;b=P(b,!1)}return!1}function j(t,e,i,b){for(var a=0,n=0,o=t.children;n<o.length;){if("none"!==o[n].style.display&&o[n]!==Bt.ghost&&(b||o[n]!==Bt.dragged)&&x(o[n],i.draggable,t,!1)){if(a===e)return o[n];a++}n++}return null}function A(t,e){for(var i=t.lastElementChild;i&&(i===Bt.ghost||"none"===D(i,"display")||e&&!y(i,e));)i=i.previousElementSibling;return i||null}function z(t,e){var i=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===Bt.clone||e&&!y(t,e)||i++;return i}function R(t){var e=0,i=0,b=T();if(t)do{var a=O(t),n=a.a,o=a.d;e+=t.scrollLeft*n,i+=t.scrollTop*o}while(t!==b&&(t=t.parentNode));return[e,i]}function P(t,e){if(!t||!t.getBoundingClientRect)return T();var i=t,b=!1;do{if(i.clientWidth<i.scrollWidth||i.clientHeight<i.scrollHeight){var a=D(i);if(i.clientWidth<i.scrollWidth&&("auto"==a.overflowX||"scroll"==a.overflowX)||i.clientHeight<i.scrollHeight&&("auto"==a.overflowY||"scroll"==a.overflowY)){if(!i.getBoundingClientRect||i===document.body)return T();if(b||e)return i;b=!0}}}while(i=i.parentNode);return T()}function L(t,e){return Math.round(t.top)===Math.round(e.top)&&Math.round(t.left)===Math.round(e.left)&&Math.round(t.height)===Math.round(e.height)&&Math.round(t.width)===Math.round(e.width)}function H(t,e){return function(){if(!C){var i=arguments;1===i.length?t.call(this,i[0]):t.apply(this,i),C=setTimeout(function(){C=void 0},e)}}}function J(t,e,i){t.scrollLeft+=e,t.scrollTop+=i}function X(t){var e=window.Polymer,i=window.jQuery||window.Zepto;return e&&e.dom?e.dom(t).cloneNode(!0):i?i(t).clone(!0)[0]:t.cloneNode(!0)}function Y(t,e){D(t,"position","absolute"),D(t,"top",e.top),D(t,"left",e.left),D(t,"width",e.width),D(t,"height",e.height)}function B(t){D(t,"position",""),D(t,"top",""),D(t,"left",""),D(t,"width",""),D(t,"height","")}var F="Sortable"+(new Date).getTime();function W(){var t,e=[];return{captureAnimationState:function(){(e=[],this.options.animation)&&[].slice.call(this.el.children).forEach(function(t){if("none"!==D(t,"display")&&t!==Bt.ghost){e.push({target:t,rect:M(t)});var i=a({},e[e.length-1].rect);if(t.thisAnimationDuration){var b=O(t,!0);b&&(i.top-=b.f,i.left-=b.e)}t.fromRect=i}})},addAnimationState:function(t){e.push(t)},removeAnimationState:function(t){e.splice(function(t,e){for(var i in t)if(t.hasOwnProperty(i))for(var b in e)if(e.hasOwnProperty(b)&&e[b]===t[i][b])return Number(i);return-1}(e,{target:t}),1)},animateAll:function(i){var b=this;if(!this.options.animation)return clearTimeout(t),void("function"==typeof i&&i());var a=!1,n=0;e.forEach(function(t){var e=0,i=t.target,o=i.fromRect,_=M(i),r=i.prevFromRect,s=i.prevToRect,d=t.rect,l=O(i,!0);l&&(_.top-=l.f,_.left-=l.e),i.toRect=_,i.thisAnimationDuration&&L(r,_)&&!L(o,_)&&(d.top-_.top)/(d.left-_.left)==(o.top-_.top)/(o.left-_.left)&&(e=function(t,e,i,b){return Math.sqrt(Math.pow(e.top-t.top,2)+Math.pow(e.left-t.left,2))/Math.sqrt(Math.pow(e.top-i.top,2)+Math.pow(e.left-i.left,2))*b.animation}(d,r,s,b.options)),L(_,o)||(i.prevFromRect=o,i.prevToRect=_,e||(e=b.options.animation),b.animate(i,d,_,e)),e&&(a=!0,n=Math.max(n,e),clearTimeout(i.animationResetTimer),i.animationResetTimer=setTimeout(function(){i.animationTime=0,i.prevFromRect=null,i.fromRect=null,i.prevToRect=null,i.thisAnimationDuration=null},e),i.thisAnimationDuration=e)}),clearTimeout(t),a?t=setTimeout(function(){"function"==typeof i&&i()},n):"function"==typeof i&&i(),e=[]},animate:function(t,e,i,b){if(b){D(t,"transition",""),D(t,"transform","");var a=O(this.el),n=a&&a.a,o=a&&a.d,_=(e.left-i.left)/(n||1),r=(e.top-i.top)/(o||1);t.animatingX=!!_,t.animatingY=!!r,D(t,"transform","translate3d("+_+"px,"+r+"px,0)"),this.forRepaintDummy=function(t){return t.offsetWidth}(t),D(t,"transition","transform "+b+"ms"+(this.options.easing?" "+this.options.easing:"")),D(t,"transform","translate3d(0,0,0)"),"number"==typeof t.animated&&clearTimeout(t.animated),t.animated=setTimeout(function(){D(t,"transition",""),D(t,"transform",""),t.animated=!1,t.animatingX=!1,t.animatingY=!1},b)}}}}var U=[],K={initializeByDefault:!0},q={mount:function(t){for(var e in K)!K.hasOwnProperty(e)||e in t||(t[e]=K[e]);U.forEach(function(e){if(e.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")}),U.push(t)},pluginEvent:function(t,e,i){var b=this;this.eventCanceled=!1,i.cancel=function(){b.eventCanceled=!0};var n=t+"Global";U.forEach(function(b){e[b.pluginName]&&(e[b.pluginName][n]&&e[b.pluginName][n](a({sortable:e},i)),e.options[b.pluginName]&&e[b.pluginName][t]&&e[b.pluginName][t](a({sortable:e},i)))})},initializePlugins:function(t,e,i,b){for(var a in U.forEach(function(b){var a=b.pluginName;if(t.options[a]||b.initializeByDefault){var n=new b(t,e,t.options);n.sortable=t,n.options=t.options,t[a]=n,_(i,n.defaults)}}),t.options)if(t.options.hasOwnProperty(a)){var n=this.modifyOption(t,a,t.options[a]);void 0!==n&&(t.options[a]=n)}},getEventProperties:function(t,e){var i={};return U.forEach(function(b){"function"==typeof b.eventProperties&&_(i,b.eventProperties.call(e[b.pluginName],t))}),i},modifyOption:function(t,e,i){var b;return U.forEach(function(a){t[a.pluginName]&&a.optionListeners&&"function"==typeof a.optionListeners[e]&&(b=a.optionListeners[e].call(t[a.pluginName],i))}),b}};function Q(t){var e=t.sortable,i=t.rootEl,b=t.name,n=t.targetEl,o=t.cloneEl,_=t.toEl,r=t.fromEl,s=t.oldIndex,d=t.newIndex,l=t.oldDraggableIndex,u=t.newDraggableIndex,w=t.originalEvent,h=t.putSortable,m=t.extraEventProperties;if(e=e||i&&i[F]){var f,v=e.options,g="on"+b.charAt(0).toUpperCase()+b.substr(1);!window.CustomEvent||c||p?(f=document.createEvent("Event")).initEvent(b,!0,!0):f=new CustomEvent(b,{bubbles:!0,cancelable:!0}),f.to=_||i,f.from=r||i,f.item=n||i,f.clone=o,f.oldIndex=s,f.newIndex=d,f.oldDraggableIndex=l,f.newDraggableIndex=u,f.originalEvent=w,f.pullMode=h?h.lastPutMode:void 0;var y=a(a({},m),q.getEventProperties(b,e));for(var k in y)f[k]=y[k];i&&i.dispatchEvent(f),v[g]&&v[g].call(e,f)}}var $=["evt"],G=function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},b=i.evt,n=r(i,$);q.pluginEvent.bind(Bt)(t,e,a({dragEl:V,parentEl:tt,ghostEl:et,rootEl:it,nextEl:bt,lastDownEl:at,cloneEl:nt,cloneHidden:ot,dragStarted:vt,putSortable:ct,activeSortable:Bt.active,originalEvent:b,oldIndex:_t,oldDraggableIndex:st,newIndex:rt,newDraggableIndex:dt,hideGhostForTarget:Ht,unhideGhostForTarget:Jt,cloneNowHidden:function(){ot=!0},cloneNowShown:function(){ot=!1},dispatchSortableEvent:function(t){Z({sortable:e,name:t,originalEvent:b})}},n))};function Z(t){Q(a({putSortable:ct,cloneEl:nt,targetEl:V,rootEl:it,oldIndex:_t,oldDraggableIndex:st,newIndex:rt,newDraggableIndex:dt},t))}var V,tt,et,it,bt,at,nt,ot,_t,rt,st,dt,lt,ct,pt,ut,wt,ht,mt,ft,vt,gt,yt,kt,xt,Ct=!1,Et=!1,St=[],Dt=!1,Ot=!1,Nt=[],Tt=!1,Mt=[],It="undefined"!=typeof document,jt=h,At=p||c?"cssFloat":"float",zt=It&&!m&&!h&&"draggable"in document.createElement("div"),Rt=function(){if(It){if(c)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),Pt=function(t,e){var i=D(t),b=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),a=j(t,0,e),n=j(t,1,e),o=a&&D(a),_=n&&D(n),r=o&&parseInt(o.marginLeft)+parseInt(o.marginRight)+M(a).width,s=_&&parseInt(_.marginLeft)+parseInt(_.marginRight)+M(n).width;if("flex"===i.display)return"column"===i.flexDirection||"column-reverse"===i.flexDirection?"vertical":"horizontal";if("grid"===i.display)return i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(a&&o.float&&"none"!==o.float){var d="left"===o.float?"left":"right";return!n||"both"!==_.clear&&_.clear!==d?"horizontal":"vertical"}return a&&("block"===o.display||"flex"===o.display||"table"===o.display||"grid"===o.display||r>=b&&"none"===i[At]||n&&"none"===i[At]&&r+s>b)?"vertical":"horizontal"},Lt=function(t){function e(t,i){return function(b,a,n,o){var _=b.options.group.name&&a.options.group.name&&b.options.group.name===a.options.group.name;if(null==t&&(i||_))return!0;if(null==t||!1===t)return!1;if(i&&"clone"===t)return t;if("function"==typeof t)return e(t(b,a,n,o),i)(b,a,n,o);var r=(i?b:a).options.group.name;return!0===t||"string"==typeof t&&t===r||t.join&&t.indexOf(r)>-1}}var i={},b=t.group;b&&"object"==n(b)||(b={name:b}),i.name=b.name,i.checkPull=e(b.pull,!0),i.checkPut=e(b.put),i.revertClone=b.revertClone,t.group=i},Ht=function(){!Rt&&et&&D(et,"display","none")},Jt=function(){!Rt&&et&&D(et,"display","")};It&&document.addEventListener("click",function(t){if(Et)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),Et=!1,!1},!0);var Xt=function(t){if(V){t=t.touches?t.touches[0]:t;var e=(a=t.clientX,n=t.clientY,St.some(function(t){var e=t[F].options.emptyInsertThreshold;if(e&&!A(t)){var i=M(t),b=a>=i.left-e&&a<=i.right+e,_=n>=i.top-e&&n<=i.bottom+e;return b&&_?o=t:void 0}}),o);if(e){var i={};for(var b in t)t.hasOwnProperty(b)&&(i[b]=t[b]);i.target=i.rootEl=e,i.preventDefault=void 0,i.stopPropagation=void 0,e[F]._onDragOver(i)}}var a,n,o},Yt=function(t){V&&V.parentNode[F]._isOutsideThisEl(t.target)};function Bt(t,e){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=e=_({},e),t[F]=this;var i={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Pt(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,e){t.setData("Text",e.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Bt.supportPointer&&"PointerEvent"in window&&!w,emptyInsertThreshold:5};for(var b in q.initializePlugins(this,t,i),i)!(b in e)&&(e[b]=i[b]);for(var a in Lt(e),this)"_"===a.charAt(0)&&"function"==typeof this[a]&&(this[a]=this[a].bind(this));this.nativeDraggable=!e.forceFallback&&zt,this.nativeDraggable&&(this.options.touchStartThreshold=1),e.supportPointer?v(t,"pointerdown",this._onTapStart):(v(t,"mousedown",this._onTapStart),v(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(v(t,"dragover",this),v(t,"dragenter",this)),St.push(this.el),e.store&&e.store.get&&this.sort(e.store.get(this)||[]),_(this,W())}function Ft(t,e,i,b,a,n,o,_){var r,s,d=t[F],l=d.options.onMove;return!window.CustomEvent||c||p?(r=document.createEvent("Event")).initEvent("move",!0,!0):r=new CustomEvent("move",{bubbles:!0,cancelable:!0}),r.to=e,r.from=t,r.dragged=i,r.draggedRect=b,r.related=a||e,r.relatedRect=n||M(e),r.willInsertAfter=_,r.originalEvent=o,t.dispatchEvent(r),l&&(s=l.call(d,r,o)),s}function Wt(t){t.draggable=!1}function Ut(){Tt=!1}function Kt(t){for(var e=t.tagName+t.className+t.src+t.href+t.textContent,i=e.length,b=0;i--;)b+=e.charCodeAt(i);return b.toString(36)}function qt(t){return setTimeout(t,0)}function Qt(t){return clearTimeout(t)}Bt.prototype={constructor:Bt,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(gt=null)},_getDirection:function(t,e){return"function"==typeof this.options.direction?this.options.direction.call(this,t,e,V):this.options.direction},_onTapStart:function(t){if(t.cancelable){var e=this,i=this.el,b=this.options,a=b.preventOnFilter,n=t.type,o=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,_=(o||t).target,r=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||_,s=b.filter;if(function(t){Mt.length=0;var e=t.getElementsByTagName("input"),i=e.length;for(;i--;){var b=e[i];b.checked&&Mt.push(b)}}(i),!V&&!(/mousedown|pointerdown/.test(n)&&0!==t.button||b.disabled)&&!r.isContentEditable&&(this.nativeDraggable||!w||!_||"SELECT"!==_.tagName.toUpperCase())&&!((_=x(_,b.draggable,i,!1))&&_.animated||at===_)){if(_t=z(_),st=z(_,b.draggable),"function"==typeof s){if(s.call(this,t,_,this))return Z({sortable:e,rootEl:r,name:"filter",targetEl:_,toEl:i,fromEl:i}),G("filter",e,{evt:t}),void(a&&t.cancelable&&t.preventDefault())}else if(s&&(s=s.split(",").some(function(b){if(b=x(r,b.trim(),i,!1))return Z({sortable:e,rootEl:b,name:"filter",targetEl:_,fromEl:i,toEl:i}),G("filter",e,{evt:t}),!0})))return void(a&&t.cancelable&&t.preventDefault());b.handle&&!x(r,b.handle,i,!1)||this._prepareDragStart(t,o,_)}}},_prepareDragStart:function(t,e,i){var b,a=this,n=a.el,o=a.options,_=n.ownerDocument;if(i&&!V&&i.parentNode===n){var r=M(i);if(it=n,tt=(V=i).parentNode,bt=V.nextSibling,at=i,lt=o.group,Bt.dragged=V,pt={target:V,clientX:(e||t).clientX,clientY:(e||t).clientY},mt=pt.clientX-r.left,ft=pt.clientY-r.top,this._lastX=(e||t).clientX,this._lastY=(e||t).clientY,V.style["will-change"]="all",b=function(){G("delayEnded",a,{evt:t}),Bt.eventCanceled?a._onDrop():(a._disableDelayedDragEvents(),!u&&a.nativeDraggable&&(V.draggable=!0),a._triggerDragStart(t,e),Z({sortable:a,name:"choose",originalEvent:t}),S(V,o.chosenClass,!0))},o.ignore.split(",").forEach(function(t){N(V,t.trim(),Wt)}),v(_,"dragover",Xt),v(_,"mousemove",Xt),v(_,"touchmove",Xt),v(_,"mouseup",a._onDrop),v(_,"touchend",a._onDrop),v(_,"touchcancel",a._onDrop),u&&this.nativeDraggable&&(this.options.touchStartThreshold=4,V.draggable=!0),G("delayStart",this,{evt:t}),!o.delay||o.delayOnTouchOnly&&!e||this.nativeDraggable&&(p||c))b();else{if(Bt.eventCanceled)return void this._onDrop();v(_,"mouseup",a._disableDelayedDrag),v(_,"touchend",a._disableDelayedDrag),v(_,"touchcancel",a._disableDelayedDrag),v(_,"mousemove",a._delayedDragTouchMoveHandler),v(_,"touchmove",a._delayedDragTouchMoveHandler),o.supportPointer&&v(_,"pointermove",a._delayedDragTouchMoveHandler),a._dragStartTimer=setTimeout(b,o.delay)}}},_delayedDragTouchMoveHandler:function(t){var e=t.touches?t.touches[0]:t;Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){V&&Wt(V),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;g(t,"mouseup",this._disableDelayedDrag),g(t,"touchend",this._disableDelayedDrag),g(t,"touchcancel",this._disableDelayedDrag),g(t,"mousemove",this._delayedDragTouchMoveHandler),g(t,"touchmove",this._delayedDragTouchMoveHandler),g(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,e){e=e||"touch"==t.pointerType&&t,!this.nativeDraggable||e?this.options.supportPointer?v(document,"pointermove",this._onTouchMove):v(document,e?"touchmove":"mousemove",this._onTouchMove):(v(V,"dragend",this),v(it,"dragstart",this._onDragStart));try{document.selection?qt(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,e){if(Ct=!1,it&&V){G("dragStarted",this,{evt:e}),this.nativeDraggable&&v(document,"dragover",Yt);var i=this.options;!t&&S(V,i.dragClass,!1),S(V,i.ghostClass,!0),Bt.active=this,t&&this._appendGhost(),Z({sortable:this,name:"start",originalEvent:e})}else this._nulling()},_emulateDragOver:function(){if(ut){this._lastX=ut.clientX,this._lastY=ut.clientY,Ht();for(var t=document.elementFromPoint(ut.clientX,ut.clientY),e=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(ut.clientX,ut.clientY))!==e;)e=t;if(V.parentNode[F]._isOutsideThisEl(t),e)do{if(e[F]){if(e[F]._onDragOver({clientX:ut.clientX,clientY:ut.clientY,target:t,rootEl:e})&&!this.options.dragoverBubble)break}t=e}while(e=e.parentNode);Jt()}},_onTouchMove:function(t){if(pt){var e=this.options,i=e.fallbackTolerance,b=e.fallbackOffset,a=t.touches?t.touches[0]:t,n=et&&O(et,!0),o=et&&n&&n.a,_=et&&n&&n.d,r=jt&&xt&&R(xt),s=(a.clientX-pt.clientX+b.x)/(o||1)+(r?r[0]-Nt[0]:0)/(o||1),d=(a.clientY-pt.clientY+b.y)/(_||1)+(r?r[1]-Nt[1]:0)/(_||1);if(!Bt.active&&!Ct){if(i&&Math.max(Math.abs(a.clientX-this._lastX),Math.abs(a.clientY-this._lastY))<i)return;this._onDragStart(t,!0)}if(et){n?(n.e+=s-(wt||0),n.f+=d-(ht||0)):n={a:1,b:0,c:0,d:1,e:s,f:d};var l="matrix(".concat(n.a,",").concat(n.b,",").concat(n.c,",").concat(n.d,",").concat(n.e,",").concat(n.f,")");D(et,"webkitTransform",l),D(et,"mozTransform",l),D(et,"msTransform",l),D(et,"transform",l),wt=s,ht=d,ut=a}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!et){var t=this.options.fallbackOnBody?document.body:it,e=M(V,!0,jt,!0,t),i=this.options;if(jt){for(xt=t;"static"===D(xt,"position")&&"none"===D(xt,"transform")&&xt!==document;)xt=xt.parentNode;xt!==document.body&&xt!==document.documentElement?(xt===document&&(xt=T()),e.top+=xt.scrollTop,e.left+=xt.scrollLeft):xt=T(),Nt=R(xt)}S(et=V.cloneNode(!0),i.ghostClass,!1),S(et,i.fallbackClass,!0),S(et,i.dragClass,!0),D(et,"transition",""),D(et,"transform",""),D(et,"box-sizing","border-box"),D(et,"margin",0),D(et,"top",e.top),D(et,"left",e.left),D(et,"width",e.width),D(et,"height",e.height),D(et,"opacity","0.8"),D(et,"position",jt?"absolute":"fixed"),D(et,"zIndex","100000"),D(et,"pointerEvents","none"),Bt.ghost=et,t.appendChild(et),D(et,"transform-origin",mt/parseInt(et.style.width)*100+"% "+ft/parseInt(et.style.height)*100+"%")}},_onDragStart:function(t,e){var i=this,b=t.dataTransfer,a=i.options;G("dragStart",this,{evt:t}),Bt.eventCanceled?this._onDrop():(G("setupClone",this),Bt.eventCanceled||((nt=X(V)).draggable=!1,nt.style["will-change"]="",this._hideClone(),S(nt,this.options.chosenClass,!1),Bt.clone=nt),i.cloneId=qt(function(){G("clone",i),Bt.eventCanceled||(i.options.removeCloneOnHide||it.insertBefore(nt,V),i._hideClone(),Z({sortable:i,name:"clone"}))}),!e&&S(V,a.dragClass,!0),e?(Et=!0,i._loopId=setInterval(i._emulateDragOver,50)):(g(document,"mouseup",i._onDrop),g(document,"touchend",i._onDrop),g(document,"touchcancel",i._onDrop),b&&(b.effectAllowed="move",a.setData&&a.setData.call(i,b,V)),v(document,"drop",i),D(V,"transform","translateZ(0)")),Ct=!0,i._dragStartId=qt(i._dragStarted.bind(i,e,t)),v(document,"selectstart",i),vt=!0,w&&D(document.body,"user-select","none"))},_onDragOver:function(t){var e,i,b,n,o=this.el,_=t.target,r=this.options,s=r.group,d=Bt.active,l=lt===s,c=r.sort,p=ct||d,u=this,w=!1;if(!Tt){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),_=x(_,r.draggable,o,!0),L("dragOver"),Bt.eventCanceled)return w;if(V.contains(t.target)||_.animated&&_.animatingX&&_.animatingY||u._ignoreWhileAnimating===_)return X(!1);if(Et=!1,d&&!r.disabled&&(l?c||(b=tt!==it):ct===this||(this.lastPutMode=lt.checkPull(this,d,V,t))&&s.checkPut(this,d,V,t))){if(n="vertical"===this._getDirection(t,_),e=M(V),L("dragOverValid"),Bt.eventCanceled)return w;if(b)return tt=it,H(),this._hideClone(),L("revert"),Bt.eventCanceled||(bt?it.insertBefore(V,bt):it.appendChild(V)),X(!0);var h=A(o,r.draggable);if(!h||function(t,e,i){var b=M(A(i.el,i.options.draggable));return e?t.clientX>b.right+10||t.clientX<=b.right&&t.clientY>b.bottom&&t.clientX>=b.left:t.clientX>b.right&&t.clientY>b.top||t.clientX<=b.right&&t.clientY>b.bottom+10}(t,n,this)&&!h.animated){if(h===V)return X(!1);if(h&&o===t.target&&(_=h),_&&(i=M(_)),!1!==Ft(it,o,V,e,_,i,t,!!_))return H(),o.appendChild(V),tt=o,Y(),X(!0)}else if(h&&function(t,e,i){var b=M(j(i.el,0,i.options,!0));return e?t.clientX<b.left-10||t.clientY<b.top&&t.clientX<b.right:t.clientY<b.top-10||t.clientY<b.bottom&&t.clientX<b.left}(t,n,this)){var m=j(o,0,r,!0);if(m===V)return X(!1);if(i=M(_=m),!1!==Ft(it,o,V,e,_,i,t,!1))return H(),o.insertBefore(V,m),tt=o,Y(),X(!0)}else if(_.parentNode===o){i=M(_);var f,v,g,y=V.parentNode!==o,k=!function(t,e,i){var b=i?t.left:t.top,a=i?t.right:t.bottom,n=i?t.width:t.height,o=i?e.left:e.top,_=i?e.right:e.bottom,r=i?e.width:e.height;return b===o||a===_||b+n/2===o+r/2}(V.animated&&V.toRect||e,_.animated&&_.toRect||i,n),C=n?"top":"left",E=I(_,"top","top")||I(V,"top","top"),O=E?E.scrollTop:void 0;if(gt!==_&&(v=i[C],Dt=!1,Ot=!k&&r.invertSwap||y),0!==(f=function(t,e,i,b,a,n,o,_){var r=b?t.clientY:t.clientX,s=b?i.height:i.width,d=b?i.top:i.left,l=b?i.bottom:i.right,c=!1;if(!o)if(_&&kt<s*a){if(!Dt&&(1===yt?r>d+s*n/2:r<l-s*n/2)&&(Dt=!0),Dt)c=!0;else if(1===yt?r<d+kt:r>l-kt)return-yt}else if(r>d+s*(1-a)/2&&r<l-s*(1-a)/2)return function(t){return z(V)<z(t)?1:-1}(e);if((c=c||o)&&(r<d+s*n/2||r>l-s*n/2))return r>d+s/2?1:-1;return 0}(t,_,i,n,k?1:r.swapThreshold,null==r.invertedSwapThreshold?r.swapThreshold:r.invertedSwapThreshold,Ot,gt===_))){var N=z(V);do{N-=f,g=tt.children[N]}while(g&&("none"===D(g,"display")||g===et))}if(0===f||g===_)return X(!1);gt=_,yt=f;var T=_.nextElementSibling,R=!1,P=Ft(it,o,V,e,_,i,t,R=1===f);if(!1!==P)return 1!==P&&-1!==P||(R=1===P),Tt=!0,setTimeout(Ut,30),H(),R&&!T?o.appendChild(V):_.parentNode.insertBefore(V,R?T:_),E&&J(E,0,O-E.scrollTop),tt=V.parentNode,void 0===v||Ot||(kt=Math.abs(v-M(_)[C])),Y(),X(!0)}if(o.contains(V))return X(!1)}return!1}function L(r,s){G(r,u,a({evt:t,isOwner:l,axis:n?"vertical":"horizontal",revert:b,dragRect:e,targetRect:i,canSort:c,fromSortable:p,target:_,completed:X,onMove:function(i,b){return Ft(it,o,V,e,i,M(i),t,b)},changed:Y},s))}function H(){L("dragOverAnimationCapture"),u.captureAnimationState(),u!==p&&p.captureAnimationState()}function X(e){return L("dragOverCompleted",{insertion:e}),e&&(l?d._hideClone():d._showClone(u),u!==p&&(S(V,ct?ct.options.ghostClass:d.options.ghostClass,!1),S(V,r.ghostClass,!0)),ct!==u&&u!==Bt.active?ct=u:u===Bt.active&&ct&&(ct=null),p===u&&(u._ignoreWhileAnimating=_),u.animateAll(function(){L("dragOverAnimationComplete"),u._ignoreWhileAnimating=null}),u!==p&&(p.animateAll(),p._ignoreWhileAnimating=null)),(_===V&&!V.animated||_===o&&!_.animated)&&(gt=null),r.dragoverBubble||t.rootEl||_===document||(V.parentNode[F]._isOutsideThisEl(t.target),!e&&Xt(t)),!r.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),w=!0}function Y(){rt=z(V),dt=z(V,r.draggable),Z({sortable:u,name:"change",toEl:o,newIndex:rt,newDraggableIndex:dt,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){g(document,"mousemove",this._onTouchMove),g(document,"touchmove",this._onTouchMove),g(document,"pointermove",this._onTouchMove),g(document,"dragover",Xt),g(document,"mousemove",Xt),g(document,"touchmove",Xt)},_offUpEvents:function(){var t=this.el.ownerDocument;g(t,"mouseup",this._onDrop),g(t,"touchend",this._onDrop),g(t,"pointerup",this._onDrop),g(t,"touchcancel",this._onDrop),g(document,"selectstart",this)},_onDrop:function(t){var e=this.el,i=this.options;rt=z(V),dt=z(V,i.draggable),G("drop",this,{evt:t}),tt=V&&V.parentNode,rt=z(V),dt=z(V,i.draggable),Bt.eventCanceled?this._nulling():(Ct=!1,Ot=!1,Dt=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Qt(this.cloneId),Qt(this._dragStartId),this.nativeDraggable&&(g(document,"drop",this),g(e,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),w&&D(document.body,"user-select",""),D(V,"transform",""),t&&(vt&&(t.cancelable&&t.preventDefault(),!i.dropBubble&&t.stopPropagation()),et&&et.parentNode&&et.parentNode.removeChild(et),(it===tt||ct&&"clone"!==ct.lastPutMode)&&nt&&nt.parentNode&&nt.parentNode.removeChild(nt),V&&(this.nativeDraggable&&g(V,"dragend",this),Wt(V),V.style["will-change"]="",vt&&!Ct&&S(V,ct?ct.options.ghostClass:this.options.ghostClass,!1),S(V,this.options.chosenClass,!1),Z({sortable:this,name:"unchoose",toEl:tt,newIndex:null,newDraggableIndex:null,originalEvent:t}),it!==tt?(rt>=0&&(Z({rootEl:tt,name:"add",toEl:tt,fromEl:it,originalEvent:t}),Z({sortable:this,name:"remove",toEl:tt,originalEvent:t}),Z({rootEl:tt,name:"sort",toEl:tt,fromEl:it,originalEvent:t}),Z({sortable:this,name:"sort",toEl:tt,originalEvent:t})),ct&&ct.save()):rt!==_t&&rt>=0&&(Z({sortable:this,name:"update",toEl:tt,originalEvent:t}),Z({sortable:this,name:"sort",toEl:tt,originalEvent:t})),Bt.active&&(null!=rt&&-1!==rt||(rt=_t,dt=st),Z({sortable:this,name:"end",toEl:tt,originalEvent:t}),this.save()))),this._nulling())},_nulling:function(){G("nulling",this),it=V=tt=et=bt=nt=at=ot=pt=ut=vt=rt=dt=_t=st=gt=yt=ct=lt=Bt.dragged=Bt.ghost=Bt.clone=Bt.active=null,Mt.forEach(function(t){t.checked=!0}),Mt.length=wt=ht=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":V&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move");t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,e=[],i=this.el.children,b=0,a=i.length,n=this.options;b<a;b++)x(t=i[b],n.draggable,this.el,!1)&&e.push(t.getAttribute(n.dataIdAttr)||Kt(t));return e},sort:function(t,e){var i={},b=this.el;this.toArray().forEach(function(t,e){var a=b.children[e];x(a,this.options.draggable,b,!1)&&(i[t]=a)},this),e&&this.captureAnimationState(),t.forEach(function(t){i[t]&&(b.removeChild(i[t]),b.appendChild(i[t]))}),e&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,e){return x(t,e||this.options.draggable,this.el,!1)},option:function(t,e){var i=this.options;if(void 0===e)return i[t];var b=q.modifyOption(this,t,e);i[t]=void 0!==b?b:e,"group"===t&&Lt(i)},destroy:function(){G("destroy",this);var t=this.el;t[F]=null,g(t,"mousedown",this._onTapStart),g(t,"touchstart",this._onTapStart),g(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(g(t,"dragover",this),g(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),function(t){t.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),St.splice(St.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!ot){if(G("hideClone",this),Bt.eventCanceled)return;D(nt,"display","none"),this.options.removeCloneOnHide&&nt.parentNode&&nt.parentNode.removeChild(nt),ot=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(ot){if(G("showClone",this),Bt.eventCanceled)return;V.parentNode!=it||this.options.group.revertClone?bt?it.insertBefore(nt,bt):it.appendChild(nt):it.insertBefore(nt,V),this.options.group.revertClone&&this.animate(V,nt),D(nt,"display",""),ot=!1}}else this._hideClone()}},It&&v(document,"touchmove",function(t){(Bt.active||Ct)&&t.cancelable&&t.preventDefault()}),Bt.utils={on:v,off:g,css:D,find:N,is:function(t,e){return!!x(t,e,t,!1)},extend:function(t,e){if(t&&e)for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);return t},throttle:H,closest:x,toggleClass:S,clone:X,index:z,nextTick:qt,cancelNextTick:Qt,detectDirection:Pt,getChild:j},Bt.get=function(t){return t[F]},Bt.mount=function(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];e[0].constructor===Array&&(e=e[0]),e.forEach(function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(Bt.utils=a(a({},Bt.utils),t.utils)),q.mount(t)})},Bt.create=function(t,e){return new Bt(t,e)},Bt.version="1.14.0";var $t,Gt,Zt,Vt,te,ee,ie=[],be=!1;function ae(){ie.forEach(function(t){clearInterval(t.pid)}),ie=[]}function ne(){clearInterval(ee)}var oe,_e=H(function(t,e,i,b){if(e.scroll){var a,n=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,_=e.scrollSensitivity,r=e.scrollSpeed,s=T(),d=!1;Gt!==i&&(Gt=i,ae(),$t=e.scroll,a=e.scrollFn,!0===$t&&($t=P(i,!0)));var l=0,c=$t;do{var p=c,u=M(p),w=u.top,h=u.bottom,m=u.left,f=u.right,v=u.width,g=u.height,y=void 0,k=void 0,x=p.scrollWidth,C=p.scrollHeight,E=D(p),S=p.scrollLeft,O=p.scrollTop;p===s?(y=v<x&&("auto"===E.overflowX||"scroll"===E.overflowX||"visible"===E.overflowX),k=g<C&&("auto"===E.overflowY||"scroll"===E.overflowY||"visible"===E.overflowY)):(y=v<x&&("auto"===E.overflowX||"scroll"===E.overflowX),k=g<C&&("auto"===E.overflowY||"scroll"===E.overflowY));var N=y&&(Math.abs(f-n)<=_&&S+v<x)-(Math.abs(m-n)<=_&&!!S),I=k&&(Math.abs(h-o)<=_&&O+g<C)-(Math.abs(w-o)<=_&&!!O);if(!ie[l])for(var j=0;j<=l;j++)ie[j]||(ie[j]={});ie[l].vx==N&&ie[l].vy==I&&ie[l].el===p||(ie[l].el=p,ie[l].vx=N,ie[l].vy=I,clearInterval(ie[l].pid),0==N&&0==I||(d=!0,ie[l].pid=setInterval(function(){b&&0===this.layer&&Bt.active._onTouchMove(te);var e=ie[this.layer].vy?ie[this.layer].vy*r:0,i=ie[this.layer].vx?ie[this.layer].vx*r:0;"function"==typeof a&&"continue"!==a.call(Bt.dragged.parentNode[F],i,e,t,te,ie[this.layer].el)||J(ie[this.layer].el,i,e)}.bind({layer:l}),24))),l++}while(e.bubbleScroll&&c!==s&&(c=P(c,!1)));be=d}},30),re=function(t){var e=t.originalEvent,i=t.putSortable,b=t.dragEl,a=t.activeSortable,n=t.dispatchSortableEvent,o=t.hideGhostForTarget,_=t.unhideGhostForTarget;if(e){var r=i||a;o();var s=e.changedTouches&&e.changedTouches.length?e.changedTouches[0]:e,d=document.elementFromPoint(s.clientX,s.clientY);_(),r&&!r.el.contains(d)&&(n("spill"),this.onSpill({dragEl:b,putSortable:i}))}};function se(){}function de(){}function le(){function t(){this.defaults={swapClass:"sortable-swap-highlight"}}return t.prototype={dragStart:function(t){var e=t.dragEl;oe=e},dragOverValid:function(t){var e=t.completed,i=t.target,b=t.onMove,a=t.activeSortable,n=t.changed,o=t.cancel;if(a.options.swap){var _=this.sortable.el,r=this.options;if(i&&i!==_){var s=oe;!1!==b(i)?(S(i,r.swapClass,!0),oe=i):oe=null,s&&s!==oe&&S(s,r.swapClass,!1)}n(),e(!0),o()}},drop:function(t){var e=t.activeSortable,i=t.putSortable,b=t.dragEl,a=i||this.sortable,n=this.options;oe&&S(oe,n.swapClass,!1),oe&&(n.swap||i&&i.options.swap)&&b!==oe&&(a.captureAnimationState(),a!==e&&e.captureAnimationState(),function(t,e){var i,b,a=t.parentNode,n=e.parentNode;if(!a||!n||a.isEqualNode(e)||n.isEqualNode(t))return;i=z(t),b=z(e),a.isEqualNode(n)&&i<b&&b++;a.insertBefore(e,a.children[i]),n.insertBefore(t,n.children[b])}(b,oe),a.animateAll(),a!==e&&e.animateAll())},nulling:function(){oe=null}},_(t,{pluginName:"swap",eventProperties:function(){return{swapItem:oe}}})}se.prototype={startIndex:null,dragStart:function(t){var e=t.oldDraggableIndex;this.startIndex=e},onSpill:function(t){var e=t.dragEl,i=t.putSortable;this.sortable.captureAnimationState(),i&&i.captureAnimationState();var b=j(this.sortable.el,this.startIndex,this.options);b?this.sortable.el.insertBefore(e,b):this.sortable.el.appendChild(e),this.sortable.animateAll(),i&&i.animateAll()},drop:re},_(se,{pluginName:"revertOnSpill"}),de.prototype={onSpill:function(t){var e=t.dragEl,i=t.putSortable||this.sortable;i.captureAnimationState(),e.parentNode&&e.parentNode.removeChild(e),i.animateAll()},drop:re},_(de,{pluginName:"removeOnSpill"});var ce,pe,ue,we,he,me=[],fe=[],ve=!1,ge=!1,ye=!1;function ke(){function t(t){for(var e in this)"_"===e.charAt(0)&&"function"==typeof this[e]&&(this[e]=this[e].bind(this));t.options.supportPointer?v(document,"pointerup",this._deselectMultiDrag):(v(document,"mouseup",this._deselectMultiDrag),v(document,"touchend",this._deselectMultiDrag)),v(document,"keydown",this._checkKeyDown),v(document,"keyup",this._checkKeyUp),this.defaults={selectedClass:"sortable-selected",multiDragKey:null,setData:function(e,i){var b="";me.length&&pe===t?me.forEach(function(t,e){b+=(e?", ":"")+t.textContent}):b=i.textContent,e.setData("Text",b)}}}return t.prototype={multiDragKeyDown:!1,isMultiDrag:!1,delayStartGlobal:function(t){var e=t.dragEl;ue=e},delayEnded:function(){this.isMultiDrag=~me.indexOf(ue)},setupClone:function(t){var e=t.sortable,i=t.cancel;if(this.isMultiDrag){for(var b=0;b<me.length;b++)fe.push(X(me[b])),fe[b].sortableIndex=me[b].sortableIndex,fe[b].draggable=!1,fe[b].style["will-change"]="",S(fe[b],this.options.selectedClass,!1),me[b]===ue&&S(fe[b],this.options.chosenClass,!1);e._hideClone(),i()}},clone:function(t){var e=t.sortable,i=t.rootEl,b=t.dispatchSortableEvent,a=t.cancel;this.isMultiDrag&&(this.options.removeCloneOnHide||me.length&&pe===e&&(xe(!0,i),b("clone"),a()))},showClone:function(t){var e=t.cloneNowShown,i=t.rootEl,b=t.cancel;this.isMultiDrag&&(xe(!1,i),fe.forEach(function(t){D(t,"display","")}),e(),he=!1,b())},hideClone:function(t){var e=this,i=(t.sortable,t.cloneNowHidden),b=t.cancel;this.isMultiDrag&&(fe.forEach(function(t){D(t,"display","none"),e.options.removeCloneOnHide&&t.parentNode&&t.parentNode.removeChild(t)}),i(),he=!0,b())},dragStartGlobal:function(t){t.sortable;!this.isMultiDrag&&pe&&pe.multiDrag._deselectMultiDrag(),me.forEach(function(t){t.sortableIndex=z(t)}),me=me.sort(function(t,e){return t.sortableIndex-e.sortableIndex}),ye=!0},dragStarted:function(t){var e=this,i=t.sortable;if(this.isMultiDrag){if(this.options.sort&&(i.captureAnimationState(),this.options.animation)){me.forEach(function(t){t!==ue&&D(t,"position","absolute")});var b=M(ue,!1,!0,!0);me.forEach(function(t){t!==ue&&Y(t,b)}),ge=!0,ve=!0}i.animateAll(function(){ge=!1,ve=!1,e.options.animation&&me.forEach(function(t){B(t)}),e.options.sort&&Ce()})}},dragOver:function(t){var e=t.target,i=t.completed,b=t.cancel;ge&&~me.indexOf(e)&&(i(!1),b())},revert:function(t){var e=t.fromSortable,i=t.rootEl,b=t.sortable,a=t.dragRect;me.length>1&&(me.forEach(function(t){b.addAnimationState({target:t,rect:ge?M(t):a}),B(t),t.fromRect=a,e.removeAnimationState(t)}),ge=!1,function(t,e){me.forEach(function(i,b){var a=e.children[i.sortableIndex+(t?Number(b):0)];a?e.insertBefore(i,a):e.appendChild(i)})}(!this.options.removeCloneOnHide,i))},dragOverCompleted:function(t){var e=t.sortable,i=t.isOwner,b=t.insertion,a=t.activeSortable,n=t.parentEl,o=t.putSortable,_=this.options;if(b){if(i&&a._hideClone(),ve=!1,_.animation&&me.length>1&&(ge||!i&&!a.options.sort&&!o)){var r=M(ue,!1,!0,!0);me.forEach(function(t){t!==ue&&(Y(t,r),n.appendChild(t))}),ge=!0}if(!i)if(ge||Ce(),me.length>1){var s=he;a._showClone(e),a.options.animation&&!he&&s&&fe.forEach(function(t){a.addAnimationState({target:t,rect:we}),t.fromRect=we,t.thisAnimationDuration=null})}else a._showClone(e)}},dragOverAnimationCapture:function(t){var e=t.dragRect,i=t.isOwner,b=t.activeSortable;if(me.forEach(function(t){t.thisAnimationDuration=null}),b.options.animation&&!i&&b.multiDrag.isMultiDrag){we=_({},e);var a=O(ue,!0);we.top-=a.f,we.left-=a.e}},dragOverAnimationComplete:function(){ge&&(ge=!1,Ce())},drop:function(t){var e=t.originalEvent,i=t.rootEl,b=t.parentEl,a=t.sortable,n=t.dispatchSortableEvent,o=t.oldIndex,_=t.putSortable,r=_||this.sortable;if(e){var s=this.options,d=b.children;if(!ye)if(s.multiDragKey&&!this.multiDragKeyDown&&this._deselectMultiDrag(),S(ue,s.selectedClass,!~me.indexOf(ue)),~me.indexOf(ue))me.splice(me.indexOf(ue),1),ce=null,Q({sortable:a,rootEl:i,name:"deselect",targetEl:ue,originalEvt:e});else{if(me.push(ue),Q({sortable:a,rootEl:i,name:"select",targetEl:ue,originalEvt:e}),e.shiftKey&&ce&&a.el.contains(ce)){var l,c,p=z(ce),u=z(ue);if(~p&&~u&&p!==u)for(u>p?(c=p,l=u):(c=u,l=p+1);c<l;c++)~me.indexOf(d[c])||(S(d[c],s.selectedClass,!0),me.push(d[c]),Q({sortable:a,rootEl:i,name:"select",targetEl:d[c],originalEvt:e}))}else ce=ue;pe=r}if(ye&&this.isMultiDrag){if(ge=!1,(b[F].options.sort||b!==i)&&me.length>1){var w=M(ue),h=z(ue,":not(."+this.options.selectedClass+")");if(!ve&&s.animation&&(ue.thisAnimationDuration=null),r.captureAnimationState(),!ve&&(s.animation&&(ue.fromRect=w,me.forEach(function(t){if(t.thisAnimationDuration=null,t!==ue){var e=ge?M(t):w;t.fromRect=e,r.addAnimationState({target:t,rect:e})}})),Ce(),me.forEach(function(t){d[h]?b.insertBefore(t,d[h]):b.appendChild(t),h++}),o===z(ue))){var m=!1;me.forEach(function(t){t.sortableIndex===z(t)||(m=!0)}),m&&n("update")}me.forEach(function(t){B(t)}),r.animateAll()}pe=r}(i===b||_&&"clone"!==_.lastPutMode)&&fe.forEach(function(t){t.parentNode&&t.parentNode.removeChild(t)})}},nullingGlobal:function(){this.isMultiDrag=ye=!1,fe.length=0},destroyGlobal:function(){this._deselectMultiDrag(),g(document,"pointerup",this._deselectMultiDrag),g(document,"mouseup",this._deselectMultiDrag),g(document,"touchend",this._deselectMultiDrag),g(document,"keydown",this._checkKeyDown),g(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function(t){if(!(void 0!==ye&&ye||pe!==this.sortable||t&&x(t.target,this.options.draggable,this.sortable.el,!1)||t&&0!==t.button))for(;me.length;){var e=me[0];S(e,this.options.selectedClass,!1),me.shift(),Q({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:e,originalEvt:t})}},_checkKeyDown:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!0)},_checkKeyUp:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!1)}},_(t,{pluginName:"multiDrag",utils:{select:function(t){var e=t.parentNode[F];e&&e.options.multiDrag&&!~me.indexOf(t)&&(pe&&pe!==e&&(pe.multiDrag._deselectMultiDrag(),pe=e),S(t,e.options.selectedClass,!0),me.push(t))},deselect:function(t){var e=t.parentNode[F],i=me.indexOf(t);e&&e.options.multiDrag&&~i&&(S(t,e.options.selectedClass,!1),me.splice(i,1))}},eventProperties:function(){var t=this,e=[],i=[];return me.forEach(function(b){var a;e.push({multiDragElement:b,index:b.sortableIndex}),a=ge&&b!==ue?-1:ge?z(b,":not(."+t.options.selectedClass+")"):z(b),i.push({multiDragElement:b,index:a})}),{items:s(me),clones:[].concat(fe),oldIndicies:e,newIndicies:i}},optionListeners:{multiDragKey:function(t){return"ctrl"===(t=t.toLowerCase())?t="Control":t.length>1&&(t=t.charAt(0).toUpperCase()+t.substr(1)),t}}})}function xe(t,e){fe.forEach(function(i,b){var a=e.children[i.sortableIndex+(t?Number(b):0)];a?e.insertBefore(i,a):e.appendChild(i)})}function Ce(){me.forEach(function(t){t!==ue&&t.parentNode&&t.parentNode.removeChild(t)})}Bt.mount(new function(){function t(){for(var t in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"==typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var e=t.originalEvent;this.sortable.nativeDraggable?v(document,"dragover",this._handleAutoScroll):this.options.supportPointer?v(document,"pointermove",this._handleFallbackAutoScroll):e.touches?v(document,"touchmove",this._handleFallbackAutoScroll):v(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var e=t.originalEvent;this.options.dragOverBubble||e.rootEl||this._handleAutoScroll(e)},drop:function(){this.sortable.nativeDraggable?g(document,"dragover",this._handleAutoScroll):(g(document,"pointermove",this._handleFallbackAutoScroll),g(document,"touchmove",this._handleFallbackAutoScroll),g(document,"mousemove",this._handleFallbackAutoScroll)),ne(),ae(),clearTimeout(C),C=void 0},nulling:function(){te=Gt=$t=be=ee=Zt=Vt=null,ie.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,e){var i=this,b=(t.touches?t.touches[0]:t).clientX,a=(t.touches?t.touches[0]:t).clientY,n=document.elementFromPoint(b,a);if(te=t,e||this.options.forceAutoScrollFallback||p||c||w){_e(t,this.options,n,e);var o=P(n,!0);!be||ee&&b===Zt&&a===Vt||(ee&&ne(),ee=setInterval(function(){var n=P(document.elementFromPoint(b,a),!0);n!==o&&(o=n,ae()),_e(t,i.options,n,e)},10),Zt=b,Vt=a)}else{if(!this.options.bubbleScroll||P(n,!0)===T())return void ae();_e(t,this.options,P(n,!1),!1)}}},_(t,{pluginName:"scroll",initializeByDefault:!0})}),Bt.mount(de,se),e.default=Bt},function(t,e,i){"use strict";i.r(e);i(4),i(0),i(5),i(6),i(7),i(8),i(9),i(10),i(1),i(11);window.bt_bb_sortable=i(2)},function(t,e,i){"use strict";var b;window.bt_bb_map={},window.bt_bb_map_primary={},window.bt_bb_map_secondary={},window.addEventListener("beforeunload",function(t){window.bt_bb_dirty&&(t.preventDefault(),t.returnValue="")}),(b=jQuery)(document).ready(function(){try{window.bt_bb_alo=JSON.parse(localStorage.getItem("bt_bb_alo"))}catch(t){console.error(t),window.bt_bb_alo={}}if(window.bt_bb_alo||(window.bt_bb_alo={}),b(window).unload(function(){window.bt_bb_alo||(window.bt_bb_alo={}),localStorage.setItem("bt_bb_alo",JSON.stringify(window.bt_bb_alo))}),window.bt_bb_mouse={},window.bt_bb_drag_item=null,b("#bt_bb").length>0&&window.bt_bb_data.children.length>0&&(void 0!==window.bt_bb_map[window.bt_bb_data.children[0].base]&&!0===window.bt_bb_map[window.bt_bb_data.children[0].base].root||(window.bt_bb_data.children=[],window.bt_bb.is_bb_content=!1)),b("#postdivrich").length>0&&b("#bt_bb").length>0){b("#postdivrich").before('<div id="bt_bb_editor_toolbar"></div>'),window.bt_bb.is_bb_content?(window.bt_bb.editor="bb",b("#postdivrich").addClass("bt_bb_hidden"),b("#bt_bb_editor_toolbar").addClass("bt_bb_is_bb_editor")):(window.bt_bb.editor="wp",b("#bt_bb_sectionid").hide());var t="bb"==window.bt_bb.editor;b("#bt_bb_editor_toolbar").html('<button type="button" class="button bt_bb_switch_editor">'+window.bt_bb_text.switch_editor+'</button> <button type="button" class="button bt_bb_custom_css" disabled>'+window.bt_bb_text.custom_css+"</button>");var e={action:"bt_bb_get_custom_css",post_id:b("#post_ID").val()};b.ajax({type:"POST",url:window.bt_bb_ajax_url,data:e,async:!0,success:function(e){window.bt_bb_custom_css=window.bt_bb_b64EncodeUnicode(e),t&&b(".bt_bb_custom_css").removeAttr("disabled"),""!=e&&b(".bt_bb_custom_css").addClass("button-primary")}})}function i(t){var e=window.location.href;t=t.replace(/[\[\]]/g,"\\$&");var i=new RegExp("[?&]"+t+"(=([^&#]*)|&|#|$)").exec(e);return i?i[2]?decodeURIComponent(i[2].replace(/\+/g," ")):"":null}if(b("#publish, #post-preview, #save-post, #save").on("click",function(t){window.bt_bb_dirty=!1,"bb"==window.bt_bb.editor&&(b("#bt_bb_front_end_preview iframe").remove(),b("#bt_bb_front_end_preview").append('<iframe name="bt_bb_front_end_preview_iframe"></iframe>'),b("#bt_bb_front_end_preview").hide(),window.bt_bb_action="update_wp_editor",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"))}),window.bt_bb_item_mousedown=function(){b(".bt_bb_item").each(function(){b(this).unbind("mousedown"),b(this).on("mousedown",function(t){t.stopPropagation();var e=this.getBoundingClientRect(),i=t.clientX-e.left,a=t.clientY-e.top;window.bt_bb_mouse.initOffsetX=i,window.bt_bb_mouse.initOffsetY=a,window.bt_bb_action=null,window.bt_bb_drag_item=b(this),b(".bt_bb_toolbar_tools_visible").removeClass("bt_bb_toolbar_tools_visible");var n=b(this).parent()[0].getBoundingClientRect();b(this).parent().css("height",n.height),b(this).parent().addClass("bt_bb_wrap_drag"),b(this).addClass("bt_bb_drag"),b(this).find(".bt_bb_horizontal").css("height","auto"),b(this).find(".bt_bb_width .bt_bb_item").css("height","auto"),b(this).css("width",b(this).width()),b(this).hasClass("bt_bb_toggled")||(n=b(this)[0].getBoundingClientRect(),b(this).css("height",n.height)),b(this).css("position","fixed"),b(this).css("zIndex","100000"),b(this).css("top",bt_bb_mouse.y-bt_bb_mouse.initOffsetY),b(this).css("left",bt_bb_mouse.x-bt_bb_mouse.initOffsetX)})})},bt_bb_item_mousedown(),b(document).mouseup(function(t){b(".bt_bb_marker").removeClass("bt_bb_marker"),null!=window.bt_bb_drag_item&&(window.bt_bb_dialog.hide(),b(".bt_bb_toolbar_tools").css("opacity",""),null!=window.bt_bb_action&&window.bt_bb_action.startsWith("move")&&(window.bt_bb_ctrl=t.ctrlKey,bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")),window.bt_bb_drag_item.parent().css("height",""),window.bt_bb_drag_item.parent().removeClass("bt_bb_wrap_drag"),window.bt_bb_drag_item.removeClass("bt_bb_drag"),window.bt_bb_drag_item.find(".bt_bb_horizontal").css("height",""),window.bt_bb_drag_item.find(".bt_bb_width .bt_bb_item").css("height",""),window.bt_bb_drag_item.css("position",""),window.bt_bb_drag_item.css("zIndex",""),window.bt_bb_drag_item.css("opacity",""),window.bt_bb_drag_item.css("width",""),window.bt_bb_drag_item.hasClass("bt_bb_toggled")||window.bt_bb_drag_item.css("height",""),window.bt_bb_drag_item.css("top",""),window.bt_bb_drag_item.css("left","")),window.bt_bb_drag_item=null}),b(document).mousemove(function(t){if(bt_bb_mouse.x=t.clientX,bt_bb_mouse.y=t.clientY,null!=window.bt_bb_drag_item){window.bt_bb_drag_item.css("top",bt_bb_mouse.y-bt_bb_mouse.initOffsetY),window.bt_bb_drag_item.css("left",bt_bb_mouse.x-bt_bb_mouse.initOffsetX);var e=bt_bb_get_action();b(".bt_bb_marker").removeClass("bt_bb_marker bt_bb_marker_up bt_bb_marker_down bt_bb_marker_left bt_bb_marker_right bt_bb_marker_inside"),null!=window.bt_bb_action&&("up"==e[1]?e[0].addClass("bt_bb_marker bt_bb_marker_up"):"down"==e[1]?e[0].addClass("bt_bb_marker bt_bb_marker_down"):"left"==e[1]?e[0].addClass("bt_bb_marker bt_bb_marker_left"):"right"==e[1]?e[0].addClass("bt_bb_marker bt_bb_marker_right"):"inside"==e[1]&&e[0].addClass("bt_bb_marker bt_bb_marker_inside"))}}),b(document).on("mouseover","#bt_bb_dialog",function(t){t.stopPropagation(),window.bt_bb_dialog.is_mouseover=!0,b(".bt_bb_toolbar_tools_visible").removeClass("bt_bb_toolbar_tools_visible")}),b(document).on("mouseleave","#bt_bb_dialog",function(t){window.bt_bb_dialog.is_mouseover=!1}),b("#bt_bb_add_root").click(function(t){t.preventDefault(),window.bt_bb_dialog.hide(),window.bt_bb_action="add_root",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b("#bt_bb_main_toolbar .bt_bb_undo").click(function(t){bt_bb_undo()}),b("#bt_bb_main_toolbar .bt_bb_redo").click(function(t){bt_bb_redo()}),b("#bt_bb_main_toolbar .bt_bb_paste_root").click(function(t){bt_bb_paste_main_toolbar()}),b("#bt_bb_main_toolbar .bt_bb_manage_clipboard").click(function(t){window.bt_bb_dialog.hide(),window.bt_bb_dialog.show("manage_cb")}),b("#bt_bb_main_toolbar .bt_bb_sc_mapper").click(function(t){window.bt_bb_dialog.hide(),window.bt_bb_dialog.show("sc_mapper")}),b("#bt_bb_editor_toolbar .bt_bb_switch_editor").click(function(t){"bb"==window.bt_bb.editor?(window.bt_bb.editor="wp",window.bt_bb_action="update_wp_editor",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"),b("#postdivrich").removeClass("bt_bb_hidden"),b("#bt_bb_sectionid").hide(),b("#postdivrich").hide().show(0),b(this).parent().removeClass("bt_bb_is_bb_editor"),b(".bt_bb_custom_css").attr("disabled","")):confirm(window.bt_bb_text.switch_editor_confirm)&&(window.bt_bb.editor="bb",b("#postdivrich").addClass("bt_bb_hidden"),b("#bt_bb_sectionid").show(0),b(this).parent().addClass("bt_bb_is_bb_editor"),b(".bt_bb_custom_css").removeAttr("disabled"))}),b("#bt_bb_editor_toolbar .bt_bb_custom_css").on("click",function(t){window.bt_bb_dialog.hide(),window.bt_bb_dialog.show("custom_css"),b("#bt_bb_dialog").addClass("bt_bb_dialog_custom_css")}),b("#bt_bb_main_toolbar .bt_bb_preview").on("click",function(t){b("#post-preview").click()}),b("#bt_bb_main_toolbar .bt_bb_save").on("click",function(t){b("#publish").click()}),window.bt_bb_toolbar=function(){b(document).unbind("keydown.bt_bb"),b(document).unbind("keyup.bt_bb"),b(".bt_bb_toolbar").unbind("mouseover"),b(".bt_bb_toolbar").unbind("mouseout"),b(".bt_bb_toolbar i").unbind("mousedown"),b(".bt_bb_toolbar i").unbind("click"),b(".bt_bb_toolbar i").mousedown(function(t){t.stopPropagation()}),b(".bt_bb_toolbar .bt_bb_order").mousedown(function(t){t.stopPropagation()}),b(".bt_bb_toolbar .bt_bb_toggle").on("click",function(t){window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),b(this).closest(".bt_bb_item").hasClass("bt_bb_toggled")?window.bt_bb_action="toggle_off":window.bt_bb_action="toggle_on",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b(".bt_bb_toolbar .bt_bb_delete").click(function(t){window.bt_bb_action="delete",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b(".bt_bb_toolbar .bt_bb_add").click(function(t){t.preventDefault(),window.bt_bb_dialog.hide(),"horizontal"==b(this).closest(".bt_bb_item").data("container")?window.bt_bb_action="add_horizontal":window.bt_bb_action="add",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),window.bt_bb_base=b(this).closest(".bt_bb_item").data("base"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b(".bt_bb_toolbar .bt_bb_edit").click(function(t){t.preventDefault(),window.bt_bb_dialog.hide(),window.bt_bb_action="edit",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),window.bt_bb_base=b(this).closest(".bt_bb_item").data("base"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b(".bt_bb_toolbar .bt_bb_clone").click(function(t){t.preventDefault(),window.bt_bb_action="clone",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b(".bt_bb_toolbar .bt_bb_copy").click(function(t){t.preventDefault(),window.bt_bb_action="copy",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"),t.ctrlKey&&(window.bt_bb_action="delete",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"))}),b(".bt_bb_toolbar .bt_bb_copy_plus").click(function(t){t.preventDefault(),window.bt_bb_action="copy_plus",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"),t.ctrlKey&&(window.bt_bb_action="delete",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"))}),b(".bt_bb_toolbar .bt_bb_paste").click(function(t){t.preventDefault(),t.ctrlKey?window.bt_bb_action="paste_before":window.bt_bb_action="paste",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b(".bt_bb_toolbar .bt_bb_order").click(function(t){t.preventDefault(),window.bt_bb_dialog.hide();var e=b(this).find(".bt_bb_order_inner").html();b("#bt_bb_front_end_preview").show(),b("#bt_bb_front_end_preview").append('<div class="bt_bb_front_end_preview_loading"><div class="bt_bb_fe_loader"><div class="sk-cube sk-cube1"></div><div class="sk-cube sk-cube2"></div><div class="sk-cube sk-cube3"></div><div class="sk-cube sk-cube4"></div><div class="sk-cube sk-cube5"></div><div class="sk-cube sk-cube6"></div><div class="sk-cube sk-cube7"></div><div class="sk-cube sk-cube8"></div><div class="sk-cube sk-cube9"></div></div>\x3c!-- /bt_bb_fe_loader --\x3e</div>'),b("#bt_bb_front_end_preview iframe").remove(),b("#bt_bb_front_end_preview").append('<iframe name="bt_bb_front_end_preview_iframe"></iframe>'),b("#bt_bb_front_end_preview iframe").css("opacity","0"),b("#bt_bb_front_end_preview iframe").load(function(){var t;(t=b("#bt_bb_front_end_preview iframe").contents()).find("#wpadminbar").hide(),t.find("html").attr("style","margin-top: 0px !important"),t.find("body").removeClass("admin-bar"),t.find("body").imagesLoaded().always(function(i){b("#bt_bb_front_end_preview .bt_bb_front_end_preview_loading").remove();var a=t.find(".bt_bb_fe_wrap"),n=[];a.each(function(t,e){null===e.closest(".menu")&&n.push(e)}),b("#bt_bb_front_end_preview iframe").css("opacity","1"),t.find("html, body").scrollTop(b(n[e-1]).offset().top)})}),window.bt_bb_resize_front_end_preview(),window.bt_bb_action="update_wp_editor",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event");var i=b("form#post");b("<input>").attr({type:"hidden",value:"true",name:"bt_bb_fe_preview"}).appendTo(i);var a=b("input#wp-preview"),n=navigator.userAgent.toLowerCase();wp.autosave&&wp.autosave.server.tempBlockSave(),a.val("dopreview"),i.attr("target","bt_bb_front_end_preview_iframe").submit().attr("target",""),b('input[name="bt_bb_fe_preview"]').remove(),-1!==n.indexOf("safari")&&-1===n.indexOf("chrome")&&i.attr("action",function(t,e){return e+"?t="+(new Date).getTime()}),a.val("")}),b(".bt_bb_front_end_preview_close").click(function(t){b("#bt_bb_front_end_preview").hide()})},window.bt_bb_toolbar(),b("#bt_bb").length>0&&window.bt_bb_init_number_items(),Number.isInteger(parseInt(i("bt_bb_order")))){var a=parseInt(i("bt_bb_order"));setTimeout(function(){b("html, body").scrollTop(b(".bt_bb_order").eq(a-1).offset().top-b("#wpadminbar").height()-24)},500)}b("#bt_bb_front_end_preview").on("click",".bt_bb_front_end_preview_resize",function(t){b("#bt_bb_front_end_preview").removeClass("bt_bb_front_end_preview_xl"),b("#bt_bb_front_end_preview").removeClass("bt_bb_front_end_preview_lg"),b("#bt_bb_front_end_preview").removeClass("bt_bb_front_end_preview_md"),b("#bt_bb_front_end_preview").removeClass("bt_bb_front_end_preview_sm"),b("#bt_bb_front_end_preview").removeClass("bt_bb_front_end_preview_xs"),b(this).siblings().removeClass("bt_bb_front_end_preview_selected"),b(this).addClass("bt_bb_front_end_preview_selected");var e=b(this).data("preview-size");b("#bt_bb_front_end_preview").addClass("bt_bb_front_end_preview_"+e);var i=!1;"xl"==e?i=Math.round(.9*b(window).width())+"px":"lg"==e?i="1200px":"md"==e?i="992px":"sm"==e?i="768px":"xs"==e&&(i="480px"),b("#bt_bb_front_end_preview").data("width",i),window.bt_bb_resize_front_end_preview()})}),window.bt_bb_get_action=function(){var t=bt_bb_mouse.x,e=bt_bb_mouse.y;window.bt_bb_action=null;var i=null,a=null;if(!bt_bb_point_coll(bt_bb_drag_item.parent(),t,e)){var n=bt_bb_drag_item.data("base"),o=b(".bt_bb_item").not(".bt_bb_drag").not(".bt_bb_drag .bt_bb_item");"bt_bb_section"!=n&&"bt_section"!=n||(o=b('.bt_bb_item[data-base="bt_bb_section"],.bt_bb_item[data-base="bt_section"]').not(".bt_bb_drag").not(".bt_bb_drag .bt_bb_item"));var _=bt_bb_get_closest(o,t,e);if(null!=_){var r=bt_bb_get_position(_);if(window.bt_bb_from=bt_bb_drag_item.parent().data("reactid"),window.bt_bb_to=_.parent().data("reactid"),"inside"==r)var s=_.data("base"),d=_;else s=_.parent().closest(".bt_bb_item").data("base"),d=_.parent().closest(".bt_bb_item");i=_;var l=!1;_.parent().parent().hasClass("bt_bb_item_list")&&"inside"!=r?l=void 0!==window.bt_bb_map[n]&&!0===window.bt_bb_map[n].root:void 0===window.bt_bb_map[s]||void 0===window.bt_bb_map[s].accept?l=!1:!0===window.bt_bb_map[s].accept[n]?l=!0:!1===window.bt_bb_map[s].accept[n]?l=!1:!0===window.bt_bb_map[s].accept_all?l=!0:!1===window.bt_bb_map[s].accept_all&&(l=!1),d.find(".bt_bb_horizontal").length>0&&d.find(".bt_bb_horizontal")[0].children.length>=12&&(l=!1),l&&("down"==r?(window.bt_bb_action="move_down",a="down",i.parent().hasClass("bt_bb_width")&&(a="right")):"up"==r?(window.bt_bb_action="move_up",a="up",i.parent().hasClass("bt_bb_width")&&(a="left")):"left"==r?(window.bt_bb_action="move_up",a="up",i.parent().hasClass("bt_bb_width")&&(a="left")):"right"==r?(window.bt_bb_action="move_down",a="down",i.parent().hasClass("bt_bb_width")&&(a="right")):"inside"==r&&(window.bt_bb_action="move_inside",a="inside"))}}return[i,a]},window.bt_bb_point_coll=function(t,e,i){var a=t.offset().top-b(window).scrollTop(),n=t.offset().left,o=t.innerWidth(),_=t.innerHeight();return bt_bb_point_coll_base(a,n,o,_,e,i)},window.bt_bb_point_coll_top=function(t,e,i){var a=t.offset().top-b(window).scrollTop(),n=t.offset().left,o=t.innerWidth(),_=t.find(".bt_bb_toolbar").height()+2*window.bt_bb.padding;return bt_bb_point_coll_base(a,n,o,_,e,i)},window.bt_bb_point_coll_base=function(t,e,i,b,a,n){for(var o,_,r,s=[e,e,e+i,e+i],d=[t,t+b,t+b,t],l=!0,c=0;c<4;c++)r=3==c?-((o=-(d[0]-d[c]))*s[c]+(_=s[0]-s[c])*d[c]):-((o=-(d[c+1]-d[c]))*s[c]+(_=s[c+1]-s[c])*d[c]),o*a+_*n+r>0&&(l=!1);return l},window.bt_bb_point_dist=function(t,e,i){var a=t.offset().top-b(window).scrollTop(),n=t.offset().left,o=a+t.innerHeight(),_=n+t.innerWidth();return e>n&&e<_&&i>a&&i<o?Math.min(Math.min(Math.abs(i-a),Math.abs(i-o)),Math.min(Math.abs(e-n),Math.abs(e-_))):e>n&&e<_?Math.min(Math.abs(i-a),Math.abs(i-o)):i>a&&i<o?Math.min(Math.abs(e-n),Math.abs(e-_)):null},window.bt_bb_get_closest=function(t,e,i){var a=1e5,n=null;t.each(function(){var t=bt_bb_point_dist(b(this),e,i);null!=t&&t<=a&&(a=t,n=b(this))});var o=bt_bb_drag_item.data("base");return null!==n&&"bt_bb_column"==n.data("base")&&"bt_bb_column"!=o&&n.find(b(".bt_bb_item")).length&&(n=window.bt_bb_get_closest(n.find(b(".bt_bb_item").not(".bt_bb_drag").not(".bt_bb_drag .bt_bb_item")),e,i)),n},window.bt_bb_get_position=function(t){var e=t.offset().top-b(window).scrollTop(),i=t.offset().left,a=e+t.innerHeight(),n=i+t.innerWidth();if(bt_bb_mouse.y<e)var o="up";else o=bt_bb_mouse.y>a?"down":bt_bb_mouse.x<i?"left":bt_bb_mouse.x>n?"right":"inside";return o},window.bt_bb_event=function(t){window.bt_bb_action=t,bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")},window.bt_bb_resize_dialog=function(t){if(b(window).innerHeight()<800)var e=Math.round(.5*b(window).innerHeight());else e=Math.round(.65*b(window).innerHeight());b("#bt_bb_dialog .bt_bb_dialog_content").css("max-height",e),b("#bt_bb_dialog").css("width",Math.round(.5*b(window).width())+"px");var i=b("#bt_bb_dialog").width();b("#bt_bb_dialog").css({transform:"translateX("+Math.round(.5*-i)+"px)"})},window.bt_bb_resize_front_end_preview=function(){var t=b("#bt_bb_front_end_preview").data("width");t?b("#bt_bb_front_end_preview").css("width",t):b("#bt_bb_front_end_preview").css("width",Math.round(.9*b(window).width())+"px"),b("#bt_bb_front_end_preview").css("height",Math.round(.8*b(window).innerHeight())),t?parseFloat(t):b("#bt_bb_front_end_preview").width(),b("#bt_bb_front_end_preview").height()},b(window).resize(function(){window.bt_bb_resize_dialog(),window.bt_bb_resize_front_end_preview()})},function(t,e,i){"use strict";window.bt_bb_edit_layout=function(){let t=jQuery;var e=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from),i="",b="",a="",n="",o="";for(let t=0;t<e.children.length;t++){var _=window.bt_bb_map[e.children[t].base].width_param,r=attr_to_obj(e.children[t].attr);void 0!==r&&void 0!==r[_]&&(i+=r[_]),void 0!==r&&void 0!==r.width_lg&&(b+=r.width_lg),void 0!==r&&void 0!==r.width_md&&(a+=r.width_md),void 0!==r&&void 0!==r.width_sm&&(n+=r.width_sm),void 0!==r&&void 0!==r.width_xs&&(o+=r.width_xs),t<e.children.length-1&&(void 0!==r&&void 0!==r[_]&&""!==r[_]&&(i+="+"),void 0!==r&&void 0!==r.width_lg&&""!==r.width_lg&&(b+="+"),void 0!==r&&void 0!==r.width_md&&""!==r.width_md&&(a+="+"),void 0!==r&&void 0!==r.width_sm&&""!==r.width_sm&&(n+="+"),void 0!==r&&void 0!==r.width_xs&&""!==r.width_xs&&(o+="+"))}t("#bt_bb_dialog").addClass("bt_bb_dialog_add_horizontal");t("#bt_bb_dialog .bt_bb_dialog_content").html('<div class="bt_bb_dialog_pick_layout_container"><span class="bt_bb_dialog_pick_layout bt_bb_dialog_11" title="1/1"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_12_12" title="1/2+1/2"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_13_13_13" title="1/3+1/3+1/3"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_14_14_14" title="1/4+1/4+1/4+1/4"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_15_15_15_15_15" title="1/5+1/5+1/5+1/5+1/5"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_23_13" title="2/3+1/3"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_13_23" title="1/3+2/3"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_34_14" title="3/4+1/4"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_34" title="1/4+3/4"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_24_14" title="1/4+2/4+1/4"></span></div><div class="bt_bb_dialog_enter_layout_container"><div class="bt_bb_edit_layout_xl"><b>&gt;1200px</b><input type="text" class="bt_bb_dialog_enter_layout bt_bb_dialog_enter_layout_xl"></div><div class="bt_bb_edit_layout_lg"><b>993-1200px</b><input type="text" class="bt_bb_dialog_enter_layout bt_bb_dialog_enter_layout_lg" placeholder="---"></div><div class="bt_bb_edit_layout_md"><b>769-992px</b><input type="text" class="bt_bb_dialog_enter_layout bt_bb_dialog_enter_layout_md" placeholder="---"></div><div class="bt_bb_edit_layout_sm"><b>481-768px</b><input type="text" class="bt_bb_dialog_enter_layout bt_bb_dialog_enter_layout_sm" placeholder="---"></div><div class="bt_bb_edit_layout_xs"><b>&le;480px</b><input type="text" class="bt_bb_dialog_enter_layout bt_bb_dialog_enter_layout_xs" placeholder="---"></div></div>'),t("#bt_bb_dialog").append('<input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small" value="'+window.bt_bb_text.submit+'">'),""!=i&&t(".bt_bb_dialog_enter_layout_xl").val(i),""!=b&&t(".bt_bb_dialog_enter_layout_lg").val(b),""!=a&&t(".bt_bb_dialog_enter_layout_md").val(a),""!=n&&t(".bt_bb_dialog_enter_layout_sm").val(n),""!=o&&t(".bt_bb_dialog_enter_layout_xs").val(o),t(".bt_bb_dialog_pick_layout").click(function(e){var i=t(this).attr("title").replace(/\s/gm,"");t(".bt_bb_dialog_enter_layout").parent().removeClass("bt_bb_layout_error_alert"),t(".bt_bb_dialog_enter_layout").val(i),"bt_bb_row"!=window.bt_bb_base&&"bt_bb_row_inner"!=window.bt_bb_base||("1/2+1/2"==i?t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1"):"1/3+1/3+1/3"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1+1/1")):"1/4+1/4+1/4+1/4"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/2+1/2+1/2+1/2"),t(".bt_bb_dialog_enter_layout_md").val("1/2+1/2+1/2+1/2")):"2/3+1/3"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1")):"1/3+2/3"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1")):"3/4+1/4"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1")):"1/4+3/4"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1")):"1/4+2/4+1/4"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1+1/1")):"1/5+1/5+1/5+1/5+1/5"==i&&(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1+1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1+1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1+1/1+1/1+1/1")))}),t(".bt_bb_dialog_enter_layout").keypress(function(t){13==t.which&&t.preventDefault()}),t(".bt_bb_dialog_add_horizontal .bt_bb_dialog_button").click(function(e){bt_bb_add_horizontal(window.bt_bb_state_current,[t(".bt_bb_dialog_enter_layout_xl").val(),t(".bt_bb_dialog_enter_layout_lg").val(),t(".bt_bb_dialog_enter_layout_md").val(),t(".bt_bb_dialog_enter_layout_sm").val(),t(".bt_bb_dialog_enter_layout_xs").val()])&&window.bt_bb_dialog.hide()})}},function(t,e,i){"use strict";window.bt_bb_edit_layout_classic=function(){let t=jQuery;for(var e=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from),i="",b=0;b<e.children.length;b++){var a=window.bt_bb_map[e.children[b].base].width_param;i+=attr_to_obj(e.children[b].attr)[a],b<e.children.length-1&&(i+="+")}t("#bt_bb_dialog").addClass("bt_bb_dialog_add_horizontal bt_bb_dialog_add_horizontal_classic");t("#bt_bb_dialog .bt_bb_dialog_content").html('<div class="bt_bb_dialog_pick_layout_container"><span class="bt_bb_dialog_pick_layout bt_bb_dialog_11" title="1/1"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_12_12" title="1/2+1/2"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_13_13_13" title="1/3+1/3+1/3"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_14_14_14" title="1/4+1/4+1/4+1/4"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_23_13" title="2/3+1/3"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_13_23" title="1/3+2/3"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_34_14" title="3/4+1/4"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_34" title="1/4+3/4"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_24_14" title="1/4+2/4+1/4"></span></div><div class="bt_bb_dialog_enter_layout_container"><div contenteditable="true" class="bt_bb_dialog_enter_layout">1/1</div></div>'),t("#bt_bb_dialog").append('<input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small" value="'+window.bt_bb_text.submit+'">'),""!=i&&t(".bt_bb_dialog_enter_layout").html(i),t(".bt_bb_dialog_pick_layout").click(function(e){t(".bt_bb_dialog_enter_layout").html(t(this).attr("title").replace(/\s/gm,"")),t(".bt_bb_dialog_enter_layout").focus()}),t(".bt_bb_dialog_enter_layout").keypress(function(e){13==e.which&&(e.preventDefault(),bt_bb_add_horizontal_classic(window.bt_bb_state_current,t(this).html()),window.bt_bb_dialog.hide())}),t(".bt_bb_dialog_add_horizontal .bt_bb_dialog_button").click(function(e){bt_bb_add_horizontal_classic(window.bt_bb_state_current,t(".bt_bb_dialog_enter_layout").html()),window.bt_bb_dialog.hide()})}},function(t,e,i){"use strict";window.bt_bb_add_horizontal=function(t,e){let i=jQuery;if(void 0!==e){for(var b=[],a=function(t,e){b.push(t);var i=!1;if(""==(t=t.replace(/\s/gm,""))&&e>0)i=!1;else if(""==t)i=!0;else{var a=t.split("+");if(a.length>12)i=!0;else{var n=0,o=[],_=[];for(let t=0;t<a.length;t++){var r=a[t].split("/");if(2!=r.length){i=!0;break}var s=parseInt(r[0]);o.push(s);var d=parseInt(r[1]);if(_.push(d),s<1||s>12||d<1||d>12){i=!0;break}}if(!i){for(let t=0;t<o.length;t++){var l=12*o[t]/_[t];if(!Number.isInteger(l)&&window.bt_bb_custom_elements||!Number.isInteger(l)&&!Number.isInteger(l/2.4)){i=!0;break}n+=l}(12!=n&&0==e||!Number.isInteger(n/12))&&(i=!0)}}}return!i},n=function(t){return(t.match(/\+/g)||[]).length},o=!1,_=0;_<e.length;_++)if(!a(e[_],_)){o=!0;break}if(i(".bt_bb_dialog_enter_layout").parent().removeClass("bt_bb_layout_error_alert"),o)return i(".bt_bb_dialog_enter_layout").eq(_).parent().addClass("bt_bb_layout_error_alert"),setTimeout(function(){alert(window.bt_bb_text.layout_error)},300),!1;var r=n(e[0]);for(let t=1;t<e.length;t++){let b=n(e[t]);if(r!=b&&b>0)return i(".bt_bb_dialog_enter_layout").parent().removeClass("bt_bb_layout_error_alert"),i(".bt_bb_dialog_enter_layout").eq(t).parent().addClass("bt_bb_layout_error_alert"),setTimeout(function(){alert(window.bt_bb_text.number_columns)},300),!1}var s=window.bt_bb_from,d=b[0].split("+"),l=b[1].split("+"),c=b[2].split("+"),p=b[3].split("+"),u=b[4].split("+");for(let b=0;b<t.children.length;b++){if(s.bt_ends_with(t.children[b].key)){var w=t.children[b].children.length;if(w>0)if(d.length>=w){for(let e=0;e<w;e++){for(var h in window.bt_bb_map[window.bt_bb_base].accept);var m=window.bt_bb_map[h].width_param;(v=attr_to_obj(t.children[b].children[e].attr))[m]=d[e],v.width_lg=l[e],v.width_md=c[e],v.width_sm=p[e],v.width_xs=u[e],t.children[b].children[e].attr=JSON.stringify(v)}for(let e=w;e<d.length;e++){var f={};for(var h in window.bt_bb_map[window.bt_bb_base].accept);f.title=h,f.base=h,f.key=bt_bb_get_key(),f.children=[];m=window.bt_bb_map[h].width_param;f.attr='{"'+m+'":'+bt_bb_json_encode(d[e])+', "width_lg":'+bt_bb_json_encode(l[e])+', "width_md":'+bt_bb_json_encode(c[e])+', "width_sm":'+bt_bb_json_encode(p[e])+', "width_xs":'+bt_bb_json_encode(u[e])+"}";var v=attr_to_obj(f.attr);void 0!==window.bt_bb_map[f.base]&&void 0!==window.bt_bb_map[f.base].params&&i.each(window.bt_bb_map[f.base].params,function(t,e){e.hasOwnProperty("value")&&"string"==typeof e.value?v[e.param_name]=bt_bb_special_char_encode(e.value):e.hasOwnProperty("value")&&e.hasOwnProperty("default")&&(v[e.param_name]=e.default)}),f.attr=JSON.stringify(v),bt_bb_insert_inside(t,window.bt_bb_from,f)}}else{for(let e=0;e<d.length;e++){for(var h in window.bt_bb_map[window.bt_bb_base].accept);m=window.bt_bb_map[h].width_param;(v=attr_to_obj(t.children[b].children[e].attr))[m]=d[e],v.width_lg=l[e],v.width_md=c[e],v.width_sm=p[e],v.width_xs=u[e],t.children[b].children[e].attr=JSON.stringify(v)}bt_bb_delete_obj(t,t.children[b].children[d.length].key,w-d.length)}else for(let e=0;e<d.length;e++){f={};for(var h in window.bt_bb_map[window.bt_bb_base].accept);f.title=h,f.base=h,f.key=bt_bb_get_key(),f.children=[];m=window.bt_bb_map[h].width_param;f.attr='{"'+m+'":'+bt_bb_json_encode(d[e])+', "width_lg":'+bt_bb_json_encode(l[e])+', "width_md":'+bt_bb_json_encode(c[e])+', "width_sm":'+bt_bb_json_encode(p[e])+', "width_xs":'+bt_bb_json_encode(u[e])+"}";v=attr_to_obj(f.attr);void 0!==window.bt_bb_map[f.base]&&void 0!==window.bt_bb_map[f.base].params&&i.each(window.bt_bb_map[f.base].params,function(t,e){e.hasOwnProperty("value")&&"string"==typeof e.value?v[e.param_name]=bt_bb_special_char_encode(e.value):e.hasOwnProperty("value")&&e.hasOwnProperty("default")&&(v[e.param_name]=e.default)}),f.attr=JSON.stringify(v),bt_bb_insert_inside(t,window.bt_bb_from,f)}return window.bt_bb_action="refresh",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"),!0}if(!0===bt_bb_add_horizontal(t.children[b],e))return!0}}else window.bt_bb_dialog.show("add_horizontal")}},function(t,e,i){"use strict";window.bt_bb_add_horizontal_classic=function(t,e){jQuery;if(void 0!==e){var i=!1;if(""==(e=e.replace(/\s/gm,"").replace(/<\/?[^>]+(>|$)/gm,"")))i=!0;else{var b=e.split("+");if(b.length>12)i=!0;else{for(var a=0,n=[],o=[],_=0;_<b.length;_++){var r=b[_].split("/");if(2!=r.length){i=!0;break}var s=parseInt(r[0]);n.push(s);var d=parseInt(r[1]);if(o.push(d),s<1||s>12||d<1||d>12){i=!0;break}}if(!i){for(var l=0;l<n.length;l++){var c=12*n[l]/o[l];if(c!=Math.floor(c)&&(2.4!=c||window.bt_bb_custom_elements)){i=!0;break}a+=c}12!=a&&(i=!0)}}}if(i)return void alert(window.bt_bb_text.layout_error);var p=window.bt_bb_from;for(_=0;_<t.children.length;_++){if(p.bt_ends_with(t.children[_].key)){var u=t.children[_].children.length;if(u>0)if(b.length>=u){for(l=0;l<u;l++){for(var w in window.bt_bb_map[window.bt_bb_base].accept);var h=window.bt_bb_map[w].width_param;(f=attr_to_obj(t.children[_].children[l].attr))[h]=b[l],t.children[_].children[l].attr=JSON.stringify(f)}for(l=u;l<b.length;l++){var m={};for(var w in window.bt_bb_map[window.bt_bb_base].accept);m.title=w,m.base=w,m.key=bt_bb_get_key(),m.children=[];h=window.bt_bb_map[w].width_param;m.attr='{"'+h+'":'+bt_bb_json_encode(b[l])+"}",bt_bb_insert_inside(t,window.bt_bb_from,m)}}else{for(l=0;l<b.length;l++){for(var w in window.bt_bb_map[window.bt_bb_base].accept);var f;h=window.bt_bb_map[w].width_param;(f=attr_to_obj(t.children[_].children[l].attr))[h]=b[l],t.children[_].children[l].attr=JSON.stringify(f)}bt_bb_delete_obj(t,t.children[_].children[b.length].key,u-b.length)}else for(l=0;l<b.length;l++){m={};for(var w in window.bt_bb_map[window.bt_bb_base].accept);m.title=w,m.base=w,m.key=bt_bb_get_key(),m.children=[];h=window.bt_bb_map[w].width_param;m.attr='{"'+h+'":'+bt_bb_json_encode(b[l])+"}",bt_bb_insert_inside(t,window.bt_bb_from,m)}return window.bt_bb_action="refresh",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"),!0}if(!0===bt_bb_add_horizontal_classic(t.children[_],e))return!0}}else window.bt_bb_dialog.show("add_horizontal")}},function(t,e,i){"use strict";window.bt_bb_resize_h_helper=function(t){"_root"==t.title&&(t=t.children);for(let l=0;l<t.length;l++){if(void 0!==window.bt_bb_map[t[l].title]&&"horizontal"==window.bt_bb_map[t[l].title].container&&void 0!==t[l].children){var e=!1,i=!1,b=[],a=[],n=t[l].children.length;for(let i=0;i<n;i++){if(void 0===window.bt_bb_map[t[l].children[i].title]||void 0===window.bt_bb_map[t[l].children[i].title].width_param){e=!0;break}var o=window.bt_bb_map[t[l].children[i].title].width_param;void 0===t[l].children[i].attr&&(t[l].children[i].attr="{}"),(s=attr_to_obj(t[l].children[i].attr)).hasOwnProperty(o)||(s[o]="1/12");var _=s[o].split("/");b.push(parseInt(_[0])),a.push(parseInt(_[1]))}var r=0;for(let t=0;t<b.length;t++){if((d=12*b[t]/a[t])!=Math.floor(d)&&(2.4!=d||window.bt_bb_custom_elements)){i=!0;break}r+=d}if(!e&&(12!=r||i))for(let e=0;e<n;e++){var s;o=window.bt_bb_map[t[l].children[e].title].width_param;(s=attr_to_obj(t[l].children[e].attr))[o]="1/"+n,12==n?(s.width_lg="1/6",s.width_md="1/1",s.width_sm="1/1",s.width_xs="1/1"):6==n?(s.width_lg="1/3",s.width_md="1/1",s.width_sm="1/1",s.width_xs="1/1"):5==n?(s.width_lg="1/5",s.width_md="1/1",s.width_sm="1/1",s.width_xs="1/1"):4==n?(s.width_lg="1/4",s.width_md="1/2",s.width_sm="1/2",s.width_xs="1/1"):3==n?(s.width_lg="1/3",s.width_md="1/1",s.width_sm="1/1",s.width_xs="1/1"):2==n?(s.width_lg="1/2",s.width_md="1/2",s.width_sm="1/2",s.width_xs="1/1"):(s.width_lg="1/1",s.width_md="1/1",s.width_sm="1/1",s.width_xs="1/1"),b[e]=1,a[e]=n,t[l].children[e].attr=JSON.stringify(s)}i=!1;for(let t=0;t<b.length;t++){var d;if((d=12*b[t]/a[t])!=Math.floor(d)&&(2.4!=d||window.bt_bb_custom_elements)){i=!0;break}}t[l].has_alert=i?"bt_bb_item_alert":void 0}void 0!==t[l].children&&bt_bb_resize_h(t[l].children)}}},function(t,e,i){"use strict";window.bt_bb_resize_h_helper_classic=function(t){"_root"==t.title&&(t=t.children);for(var e=0;e<t.length;e++){if(void 0!==window.bt_bb_map[t[e].title]&&"horizontal"==window.bt_bb_map[t[e].title].container&&void 0!==t[e].children){for(var i=!1,b=!1,a=[],n=[],o=0;o<t[e].children.length;o++){if(void 0===window.bt_bb_map[t[e].children[o].title]||void 0===window.bt_bb_map[t[e].children[o].title].width_param){i=!0;break}var _=window.bt_bb_map[t[e].children[o].title].width_param;void 0===t[e].children[o].attr&&(t[e].children[o].attr="{}"),(l=attr_to_obj(t[e].children[o].attr)).hasOwnProperty(_)||(l[_]="1/12");var r=l[_].split("/");a.push(parseInt(r[0])),n.push(parseInt(r[1]))}for(var s=0,d=0;d<a.length;d++){if((c=12*a[d]/n[d])!=Math.floor(c)&&(2.4!=c||window.bt_bb_custom_elements)){b=!0;break}s+=c}if(!i&&(12!=s||b))for(o=0;o<t[e].children.length;o++){var l;_=window.bt_bb_map[t[e].children[o].title].width_param;(l=attr_to_obj(t[e].children[o].attr))[_]="1/"+t[e].children.length,a[o]=1,n[o]=t[e].children.length,t[e].children[o].attr=JSON.stringify(l)}b=!1;for(d=0;d<a.length;d++){var c;if((c=12*a[d]/n[d])!=Math.floor(c)&&(2.4!=c||window.bt_bb_custom_elements)){b=!0;break}}t[e].has_alert=b?"bt_bb_item_alert":void 0}void 0!==t[e].children&&bt_bb_resize_h(t[e].children)}}},function(t,e,i){"use strict";var b,a,n,o;window.bt_bb={},window.bt_bb.cache={},window.bt_bb.min_width=200,window.bt_bb.padding=10,window.bt_bb_state=[],window.bt_bb_state_pointer=-1,window.bt_bb_state_current=null,window.bt_bb_dirty=!1,b=jQuery,a=BTReact.createClass({render:function(){var t="",e="bt_bb_wrap",i="bt_bb_item";(void 0!==this.props.data.has_alert&&(i+=" bt_bb_item_alert"),void 0!==this.props.data.extra_class&&(i=i+" "+this.props.data.extra_class),void 0!==this.props.data.attr)&&("true"===(m=JSON.parse(this.props.data.attr)).bt_bb_toggled&&(i+=" bt_bb_toggled"));if(void 0!==window.bt_bb_map[this.props.data.base]&&(void 0!==window.bt_bb_map[this.props.data.base].container&&"horizontal"==window.bt_bb_map[this.props.data.base].container&&(t="bt_bb_horizontal"),void 0!==window.bt_bb_map[this.props.data.base].highlight&&!0===window.bt_bb_map[this.props.data.base].highlight&&(i+=" bt_bb_item_highlight"),void 0!==window.bt_bb_map[this.props.data.base].icon&&(i=i+" bt_bb_icon "+window.bt_bb_map[this.props.data.base].icon),void 0!==window.bt_bb_map[this.props.data.base].width_param&&void 0!==this.props.data.attr)){var n=(m=JSON.parse(this.props.data.attr))[window.bt_bb_map[this.props.data.base].width_param];void 0!==n&&(n=n.split("/"),e=e+" bt_bb_is_width bt_bb_width bt_bb_width"+(n=Math.round(12*n[0]/n[1])))}var _=this.props.data.key,r=this.props.data.base,s=this.props.data.children.map(function(t,e){return void 0===t.key&&(t.key="bt_bb_"+bt_bb_get_key()),BTReact.createElement(a,{key:t.key,data:t,p_key:_,p_base:r})});if(this.props.data.p_key=this.props.p_key,this.props.data.p_base=this.props.p_base,"_content"==this.props.data.base)return BTReact.createElement("div",{className:e},BTReact.createElement("div",{className:i,"data-base":this.props.data.base},BTReact.createElement("div",{className:"bt_bb_toolbar"},"]...[",BTReact.createElement(o,{has_params:"true"})),BTReact.createElement("div",{className:"bt_bb_content",dangerouslySetInnerHTML:{__html:window.switchEditors.wpautop(this.props.data.content)}})));var d=void 0!==window.bt_bb_map[this.props.data.base]&&void 0!==window.bt_bb_map[this.props.data.base].params&&window.bt_bb_map[this.props.data.base].params.length>0?"true":"false",l="";if("true"==d)for(var c=bt_bb_get_param(this.props.data.base,"params"),p=!1,u="",w=0;w<c.length;w++)if(void 0!==c[w].preview||void 0!==c[w].holder&&""!=c[w].holder){var h="";if(void 0!==this.props.data.attr)var m=JSON.parse(this.props.data.attr);if(void 0!==this.props.data.attr&&void 0!==m[c[w].param_name])h=m[c[w].param_name];else if("checkbox"==c[w].type||"checkbox_group"==c[w].type)h=void 0!==c[w].default?c[w].default:"";else if("object"==typeof c[w].value)if(void 0!==c[w].default)h=c[w].default;else{var f=Object.keys(c[w].value);h=c[w].value[f[0]]}else void 0!==c[w].value&&(h=c[w].value);if("attach_image"==c[w].type&&!p){u=this.props.data.key;var v=h,g=localStorage.getItem("bt_bb_cache_"+v);null!==g&&(void 0===window.bt_bb.cache[v]&&(window.bt_bb.cache[v]={}),window.bt_bb.cache[v].url=g),""==v?b("."+u+">.bt_bb_toolbar").css("background-image",""):void 0!==window.bt_bb.cache[v]?setTimeout(function(){b("."+u+">.bt_bb_toolbar").css("background-image","url("+window.bt_bb.cache[v].url+")")},100):b(window).load(function(){wp.media.ajax({data:{action:"get-attachment",id:v}}).done(function(t,e,i){if(void 0!==t.sizes){var a="";void 0!==t.sizes.thumbnail?a=t.sizes.thumbnail.url:void 0!==t.sizes.full&&t.sizes.full.width<=300&&t.sizes.full.height<=300&&(a=t.sizes.full.url),""!=a?(b("."+u+">.bt_bb_toolbar").css("background-image","url("+a+")"),window.bt_bb.cache[t.id]={},window.bt_bb.cache[t.id].url=a,localStorage.setItem("bt_bb_cache_"+t.id,a)):localStorage.removeItem("bt_bb_cache_"+t.id)}})}),h="",p=!0}if("iconpicker"==c[w].type)if("string"==typeof h&&""!=h){var y=h;h='<span class="bt_bb_icon_preview bt_bb_icon_preview_'+y.slice(0,-5)+'" data-icon-code="&#x'+y.substr(-4)+'"></span>'}else h="";else if("colorpicker"==c[w].type)h='<span style="color:'+h+';font-weight: bold;">'+h+"</span>";else if("textarea_object"==c[w].type)try{h=window.bt_bb_b64DecodeUnicode(h)}catch(t){}else void 0!==window["bt_bb_cf_"+c[w].type+"_param_value_preview"]&&(h=window["bt_bb_cf_"+c[w].type+"_param_value_preview"](h));"string"==typeof h&&(h=h.includes("%$%")?h.split("%$%")[0]:h.split(",;,")[0]),h=void 0!==c[w].preview_strong?'<span class="bt_bb_preview_strong">'+h+"</span>":'<span class="bt_bb_preview_normal">'+h+"</span>",l+=bt_bb_special_char_decode(h)}var k=void 0!==window.bt_bb_map[this.props.data.base]&&1==window.bt_bb_map[this.props.data.base].toggle?"true":"false",x=this.props.data.base;if(void 0!==window.bt_bb_map[this.props.data.base]&&void 0!==window.bt_bb_map[this.props.data.base].name&&"1"!=window.bt_bb_settings.tag_as_name&&(x=window.bt_bb_map[this.props.data.base].name),l='<span class="bt_bb_preview_name">'+x+"</span>"+l,p&&(i=i+" bt_bb_image_preview "+u),void 0!==window.bt_bb_map[this.props.data.base]&&void 0!==window.bt_bb_map[this.props.data.base].container){var C=window.bt_bb_map[this.props.data.base].container;return BTReact.createElement("div",{className:e},BTReact.createElement("div",{className:i,"data-base":this.props.data.base,"data-container":C},BTReact.createElement("div",{className:"bt_bb_toolbar"},BTReact.createElement("span",{className:"bt_bb_preview",dangerouslySetInnerHTML:{__html:l}}),BTReact.createElement(o,{container:C,mapped:"true",has_params:d,toggle:k})),BTReact.createElement("div",{className:t},s)))}var E=window.bt_bb_map[this.props.data.base],S="bt_bb_toolbar",D="true";return null!=E&&!1!==E.is_mapped||(D="false",window.bt_bb_map[this.props.data.base]={},window.bt_bb_map[this.props.data.base].is_mapped=!1,window.bt_bb_map[this.props.data.base].show_settings_on_create=!1,window.bt_bb_map[this.props.data.base].base=this.props.data.base,window.bt_bb_map[this.props.data.base].description=this.props.data.base,window.bt_bb_map[this.props.data.base].name=this.props.data.base,window.bt_bb_map[this.props.data.base].params=[],S="bt_bb_toolbar bt_bb_alert"),BTReact.createElement("div",{className:e},BTReact.createElement("div",{className:i,"data-base":this.props.data.base},BTReact.createElement("div",{className:S},""!=l?BTReact.createElement("span",{className:"bt_bb_preview",dangerouslySetInnerHTML:{__html:l}}):"",BTReact.createElement(o,{has_params:d,toggle:k,mapped:D})),BTReact.createElement("div",{className:t},s)))}}),n=BTReact.createClass({getInitialState:function(){return{data:this.props.data}},render:function(){var t=this.state.data.children.map(function(t,e){return BTReact.createElement(a,{key:t.key,data:t})});return BTReact.createElement("div",{className:"bt_bb_item_list"},t)},componentDidMount:function(){this.getDOMNode().addEventListener("bt_bb_event",this.handle),window.bt_bb_state_current=this.state.data},componentDidUpdate:function(){var t=0;b(".bt_bb_item_list > .bt_bb_wrap").each(function(){t++;var e=b(this).find(".bt_bb_preview_name").first().data("title");void 0===e&&(e=b(this).find(".bt_bb_preview_name").first().html(),b(this).find(".bt_bb_preview_name").first().data("title",e)),b(this).find(".bt_bb_preview_name").first().html('<span class="bt_bb_order" title="'+window.bt_bb_text.preview+'"><span class="bt_bb_order_inner">'+t+"</span></span>"+e)})},componentWillUnmount:function(){this.getDOMNode().removeEventListener("bt_bb_event",this.handle)},handle:function(t){if(void 0===window.bt_bb_alo[window.bt_bb_action]?window.bt_bb_alo[window.bt_bb_action]=1:window.bt_bb_alo[window.bt_bb_action]++,window.bt_bb_callback_action=null,"move_up"==window.bt_bb_action){var e=bt_bb_get_obj_copy_by_id(this.state.data,window.bt_bb_from);bt_bb_insert_before(this.state.data,window.bt_bb_to,e),window.bt_bb_ctrl||bt_bb_delete_obj(this.state.data,window.bt_bb_from)}else if("move_down"==window.bt_bb_action){e=bt_bb_get_obj_copy_by_id(this.state.data,window.bt_bb_from);bt_bb_insert_after(this.state.data,window.bt_bb_to,e),window.bt_bb_ctrl||bt_bb_delete_obj(this.state.data,window.bt_bb_from)}else if("move_inside"==window.bt_bb_action)bt_bb_insert_inside(this.state.data,window.bt_bb_to,bt_bb_get_obj_copy_by_id(this.state.data,window.bt_bb_from))&&(window.bt_bb_ctrl||bt_bb_delete_obj(this.state.data,window.bt_bb_from));else if("delete"==window.bt_bb_action)bt_bb_delete_obj(this.state.data,window.bt_bb_from);else if("add_root"==window.bt_bb_action||"add_root_from_dialog"==window.bt_bb_action){if("add_root"==window.bt_bb_action){if(void 0!==(a=bt_bb_add_root(this.state.data))&&void 0!==window.bt_bb_map[a[1]].auto_add){var i={};i.title=window.bt_bb_map[a[1]].auto_add,i.base=window.bt_bb_map[a[1]].auto_add,i.key=bt_bb_get_key(),i.children=[],bt_bb_insert_inside(this.state.data,a[0],i)}}else var a=bt_bb_add_root(this.state.data,window.bt_bb_base);void 0!==a&&!1!==bt_bb_get_param(a[1],"show_settings_on_create")&&(window.bt_bb_from=a[0],window.bt_bb_callback_action="edit")}else if("add"==window.bt_bb_action||"add_from_dialog"==window.bt_bb_action){if("add"==window.bt_bb_action)a=bt_bb_add(this.state.data);else a=bt_bb_add(this.state.data,window.bt_bb_base);if(void 0!==a&&!1!==bt_bb_get_param(a[1],"show_settings_on_create"))window.bt_bb_from=a[0],window.bt_bb_callback_action="edit";else if(void 0!==a&&!0!==bt_bb_get_param(a[1],"show_settings_on_create")){var n,o=bt_bb_get_param(a[1],"accept"),_=0;for(n in o)o.hasOwnProperty(n)&&_++;void 0!==o&&!0===o._content&&1==_&&(window.bt_bb_from=a[0],window.bt_bb_base=a[1],window.bt_bb_callback_action="add")}}else if("add_horizontal"==window.bt_bb_action)window.bt_bb_custom_elements||!window.bt_bb_responsive_override_layout?bt_bb_add_horizontal_classic(this.state.data):bt_bb_add_horizontal(this.state.data);else if("edit"==window.bt_bb_action)bt_bb_edit(this.state.data,window.bt_bb_from);else if("clone"==window.bt_bb_action)bt_bb_clone(this.state.data,window.bt_bb_from);else if("update_state"==window.bt_bb_action)this.replaceState({data:window.bt_bb_state_current},window.bt_bb_state_callback);else if("copy"==window.bt_bb_action)bt_bb_copy(this.state.data,window.bt_bb_from),b(".bt_bb_cb_items").addClass("bt_bb_cb_items_flash").delay(500).queue(function(t){b(this).removeClass("bt_bb_cb_items_flash"),t()});else if("copy_plus"==window.bt_bb_action)bt_bb_copy_plus(this.state.data,window.bt_bb_from),b(".bt_bb_cb_items").addClass("bt_bb_cb_items_flash").delay(500).queue(function(t){b(this).removeClass("bt_bb_cb_items_flash"),t()});else if("paste"==window.bt_bb_action)bt_bb_paste(this.state.data,window.bt_bb_from);else if("paste_before"==window.bt_bb_action)bt_bb_paste(this.state.data,window.bt_bb_from,!0);else if("toggle_on"==window.bt_bb_action){var r={};void 0!==(s=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from)).attr&&(r=attr_to_obj(s.attr)),r.bt_bb_toggled="true",s.attr=JSON.stringify(r)}else if("toggle_off"==window.bt_bb_action){var s;r={};void 0!==(s=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from)).attr&&(r=attr_to_obj(s.attr)),r.bt_bb_toggled="false",s.attr=JSON.stringify(r)}null!=window.bt_bb_action&&"edit"!=window.bt_bb_action&&"copy"!=window.bt_bb_action&&"copy_plus"!=window.bt_bb_action&&(bt_bb_resize_h(this.state.data),"update_state"!=window.bt_bb_action&&(bt_bb_push_state(this.state.data),this.replaceState({data:this.state.data},window.bt_bb_state_callback)),this.state.data.children.length>=0&&"update_wp_editor"==window.bt_bb_action&&bt_bb_parse_data(this.state.data),"refresh_on_ready"!=window.bt_bb_action&&"update_wp_editor"!=window.bt_bb_action&&(window.bt_bb_dirty=!0),bt_bb_item_mousedown(),bt_bb_toolbar())}}),o=BTReact.createClass({render:function(){var t=window.bt_bb_text.add;return"horizontal"==this.props.container&&(t=window.bt_bb_text.edit_layout),BTReact.createElement("div",{className:"bt_bb_toolbar_tools"},"true"==this.props.toggle?BTReact.createElement("i",{className:"bt_bb_toggle",title:window.bt_bb_text.toggle}):"","vertical"==this.props.container?BTReact.createElement("i",{className:"bt_bb_add",title:t}):"","horizontal"==this.props.container?BTReact.createElement("i",{className:"bt_bb_add bt_bb_edit_layout",title:t}):"","true"==this.props.has_params?BTReact.createElement("i",{className:"bt_bb_edit",title:window.bt_bb_text.edit}):"",BTReact.createElement("i",{className:"bt_bb_clone",title:window.bt_bb_text.clone}),"true"==this.props.mapped?BTReact.createElement("i",{className:"bt_bb_copy",title:window.bt_bb_text.copy}):"","true"==this.props.mapped?BTReact.createElement("i",{className:"bt_bb_copy_plus",title:window.bt_bb_text.copy_plus}):"","true"==this.props.mapped?BTReact.createElement("i",{className:"bt_bb_paste",title:window.bt_bb_text.paste}):"",BTReact.createElement("i",{className:"bt_bb_delete",title:window.bt_bb_text.delete}))}}),window.bt_bb_resize_h=function(t){window.bt_bb_custom_elements||!window.bt_bb_responsive_override_layout?window.bt_bb_resize_h_helper_classic(t):window.bt_bb_resize_h_helper(t)},window.bt_bb_get_obj_copy_by_id=function(t,e){var i=bt_bb_get_obj_by_id(t,e),b=JSON.parse(JSON.stringify(i));return null!=b&&(b=bt_bb_set_new_keys(b)),b},window.bt_bb_set_new_keys=function(t){t.key=bt_bb_get_key();for(var e=0;e<t.children.length;e++)bt_bb_set_new_keys(t.children[e]);return t},window.bt_bb_delete_obj=function(t,e,i){if("_content"!=t.title)for(var b=0;b<t.children.length;b++){if(e.bt_ends_with(t.children[b].key)){void 0!==i?t.children.splice(b,i):t.children.splice(b,1);break}bt_bb_delete_obj(t.children[b],e,i)}},window.bt_bb_insert_before=function(t,e,i){if("_content"!=t.title)for(var b=0;b<t.children.length;b++){if(e.bt_ends_with(t.children[b].key)){t.children.splice(b,0,i);break}bt_bb_insert_before(t.children[b],e,i)}},window.bt_bb_insert_after=function(t,e,i){if("_content"!=t.title)for(var b=0;b<t.children.length;b++){if(e.bt_ends_with(t.children[b].key)){t.children.splice(b+1,0,i);break}bt_bb_insert_after(t.children[b],e,i)}},window.bt_bb_insert_inside=function(t,e,i){if("_content"!=t.title)for(var a=0;a<t.children.length;a++){if(e.bt_ends_with(t.children[a].key)&&void 0!==t.children[a].children){if(t.children[a].children.push(i),"paste"!=window.bt_bb_action&&"paste_before"!=window.bt_bb_action&&"move_inside"!=window.bt_bb_action&&void 0!==window.bt_bb_map[i.base]&&void 0!==window.bt_bb_map[i.base].auto_add){var n={};n.title=window.bt_bb_map[i.base].auto_add,n.base=window.bt_bb_map[i.base].auto_add,n.key=bt_bb_get_key(),n.children=[];var o={};void 0!==window.bt_bb_map[n.base]&&void 0!==window.bt_bb_map[n.base].params&&b.each(window.bt_bb_map[n.base].params,function(t,e){e.hasOwnProperty("value")&&"string"==typeof e.value?o[e.param_name]=bt_bb_special_char_encode(e):e.hasOwnProperty("value")&&e.hasOwnProperty("default")&&(o[e.param_name]=e.default)}),n.attr=JSON.stringify(o),i.children.push(n)}return!0}if(!0===bt_bb_insert_inside(t.children[a],e,i))return!0}},window.bt_bb_add_root=function(t,e){var i=[];if(void 0!==e?i.push(e):b.each(window.bt_bb_map,function(t,e){1==e.root&&i.push(e.base)}),1==i.length){var a={};a.title=i[0],a.base=i[0],a.key=bt_bb_get_key(),a.children=[];var n={};return void 0!==window.bt_bb_map[a.base]&&void 0!==window.bt_bb_map[a.base].params&&b.each(window.bt_bb_map[a.base].params,function(t,e){e.hasOwnProperty("value")&&"string"==typeof e.value?n[e.param_name]=bt_bb_special_char_encode(e.value):e.hasOwnProperty("value")&&e.hasOwnProperty("default")&&(n[e.param_name]=e.default)}),a.attr=JSON.stringify(n),t.children.push(a),[a.key,a.base]}i.length>1&&window.bt_bb_dialog.show("add_root")},window.bt_bb_add=function(t,e){var i=[];if(void 0!==e?i.push(e):(b.each(window.bt_bb_map,function(t,e){var b;void 0!==window.bt_bb_map[window.bt_bb_base].accept&&(b=window.bt_bb_map[window.bt_bb_base].accept[e.base]),(!0===b||!0===window.bt_bb_map[window.bt_bb_base].accept_all&&!1!==b||void 0!==window.bt_bb_map[e.base].as_child&&-1!=window.bt_bb_map[e.base].as_child.only.indexOf(window.bt_bb_base))&&(void 0===window.bt_bb_map[e.base].as_child||void 0!==window.bt_bb_map[e.base].as_child&&-1!=window.bt_bb_map[e.base].as_child.only.indexOf(window.bt_bb_base))&&i.push(e.base)}),void 0!==window.bt_bb_map[window.bt_bb_base].accept&&!0===window.bt_bb_map[window.bt_bb_base].accept._content&&(i=[]).push("_content")),1==i.length){var a={};a.title=i[0],a.base=i[0],"_content"==a.base&&(a.content=""),a.key=bt_bb_get_key(),a.children=[];var n={};return void 0!==window.bt_bb_map[a.base]&&void 0!==window.bt_bb_map[a.base].params&&b.each(window.bt_bb_map[a.base].params,function(t,e){e.hasOwnProperty("value")&&"string"==typeof e.value?"textarea_object"==e.type?n[e.param_name]=e.value:n[e.param_name]=bt_bb_special_char_encode(e.value):e.hasOwnProperty("value")&&e.hasOwnProperty("default")&&(n[e.param_name]=e.default)}),a.attr=JSON.stringify(n),bt_bb_insert_inside(t,window.bt_bb_from,a),[a.key,a.base]}i.length>1&&window.bt_bb_dialog.show("add")},window.bt_bb_edit=function(t,e){for(var i=0;i<t.children.length;i++){if(e.bt_ends_with(t.children[i].key)){"_content"==t.children[i].title?(window.bt_bb_content=t.children[i].content,window.bt_bb_dialog.show("edit_content")):window.bt_bb_dialog.show("edit");break}bt_bb_edit(t.children[i],e)}},window.bt_bb_clone=function(t,e){b(".bt_bb_toolbar_tools").css("transition","all 0s");for(var i=0;i<t.children.length;i++){if(e.bt_ends_with(t.children[i].key)){if("_root"==t.title||void 0===window.bt_bb_map[t.base]||"horizontal"!=window.bt_bb_map[t.base].container||"horizontal"==window.bt_bb_map[t.base].container&&t.children.length<12){var a=bt_bb_get_obj_copy_by_id(t,e);t.children.splice(i+1,0,a)}break}bt_bb_clone(t.children[i],e)}},window.bt_bb_init_number_items=function(){window.bt_bb_cb_items=localStorage.getItem("bt_bb_cb_items"),null===window.bt_bb_cb_items&&(window.bt_bb_cb_items=0),b(".bt_bb_cb_items").html(window.bt_bb_cb_items)},window.bt_bb_set_number_items=function(t){localStorage.setItem("bt_bb_cb_items",t),b(".bt_bb_cb_items").html(t),window.bt_bb_cb_items=t},window.bt_bb_allowed=function(t,e){if(void 0===e)return!1;var i=window.bt_bb_map[e],b=!1;return(void 0!==i.accept&&!0===i.accept[t]||void 0!==i.accept&&void 0===i.accept[t]&&!0===i.accept_all||void 0===i.accept&&!0===i.accept_all)&&(b=!0),b},window.bt_bb_cb_import=function(t){for(var e=decodeURIComponent(window.bt_bb_b64DecodeUnicode(t)),i=JSON.parse(e),b=1;b<=i.length;b++)localStorage.setItem("bt_bb_cb_"+b,decodeURIComponent(window.bt_bb_b64DecodeUnicode(i[b-1].bt_bb_cb))),bt_bb_set_number_items(i.length)},window.bt_bb_copy=function(t,e){if(window.bt_bb_cb_items>1)for(var i=2;i<=window.bt_bb_cb_items;i++)localStorage.removeItem("bt_bb_cb_"+i);t=bt_bb_get_obj_by_id(t,e),localStorage.setItem("bt_bb_cb_1",JSON.stringify(t)),bt_bb_set_number_items(1)},window.bt_bb_copy_plus=function(t,e){var i=bt_bb_get_obj_by_id(t,e);if(0==window.bt_bb_cb_items)localStorage.setItem("bt_bb_cb_1",JSON.stringify(i)),bt_bb_set_number_items(1);else{var b=JSON.parse(localStorage.getItem("bt_bb_cb_1")),a=!1;void 0!==i.p_base?a=bt_bb_allowed(b.base,i.p_base):void 0!==window.bt_bb_map[i.base].root&&void 0!==window.bt_bb_map[b.base].root&&(a=!0),a?(window.bt_bb_cb_items++,localStorage.setItem("bt_bb_cb_"+window.bt_bb_cb_items,JSON.stringify(i)),bt_bb_set_number_items(window.bt_bb_cb_items)):alert(window.bt_bb_text.not_allowed)}},window.bt_bb_paste=function(t,e,i){if(window.bt_bb_cb_items>0){var b=bt_bb_get_obj_by_id(t,e),a=JSON.parse(localStorage.getItem("bt_bb_cb_1"));if(void 0!==window.bt_bb_map[b.base].root&&void 0!==window.bt_bb_map[a.base].root)for(var n=window.bt_bb_cb_items;n>=1;n--)a=JSON.parse(localStorage.getItem("bt_bb_cb_"+n)),a=bt_bb_set_new_keys(a),i?bt_bb_insert_before(t,e,a):bt_bb_insert_after(t,e,a);else if(bt_bb_allowed(a.base,b.p_base))if(i)for(n=1;n<=window.bt_bb_cb_items;n++)a=JSON.parse(localStorage.getItem("bt_bb_cb_"+n)),a=bt_bb_set_new_keys(a),bt_bb_insert_before(t,e,a);else for(n=window.bt_bb_cb_items;n>=1;n--)a=JSON.parse(localStorage.getItem("bt_bb_cb_"+n)),a=bt_bb_set_new_keys(a),bt_bb_insert_after(t,e,a);else if(bt_bb_allowed(a.base,b.base))for(n=1;n<=window.bt_bb_cb_items;n++)a=JSON.parse(localStorage.getItem("bt_bb_cb_"+n)),a=bt_bb_set_new_keys(a),bt_bb_insert_inside(t,e,a);else alert(window.bt_bb_text.not_allowed)}},window.bt_bb_paste_main_toolbar=function(){var t=JSON.parse(localStorage.getItem("bt_bb_cb_1"));if(void 0!==window.bt_bb_map[t.base].root){for(var e=1;e<=window.bt_bb_cb_items;e++)t=JSON.parse(localStorage.getItem("bt_bb_cb_"+e)),t=bt_bb_set_new_keys(t),window.bt_bb_state_current.children.push(t);bt_bb_event("refresh")}else alert(window.bt_bb_text.not_allowed)},window.bt_bb_dialog={},window.bt_bb_dialog.show=function(t){b("#bt_bb_front_end_preview").hide(),window.bt_bb_dialog.is_showing=!0;var e="";if("add_root"==t){var i=window.bt_bb_text.add_element,a=[];b.each(window.bt_bb_map,function(t,e){1==e.root&&a.push({base:e.base,name:e.name,description:e.description,icon:e.icon})}),a.sort(function(t,e){return t.name.toLowerCase().localeCompare(e.name.toLowerCase())}),b.each(a,function(t,i){e+='<div class="bt_bb_dialog_item bt_bb_dialog_add_element'+i.icon!==void 0?" "+i.icon:'" data-base="'+i.base+'"><b>'+i.name+"</b><i>"+i.description+"</i></div>"}),b("#bt_bb_dialog .bt_bb_dialog_content").html(e),b(".bt_bb_dialog_add_element").click(function(t){window.bt_bb_base=b(this).data("base"),window.bt_bb_dialog.hide(),bt_bb_event("add_root_from_dialog")})}else if("add"==t){i=window.bt_bb_text.add_element,a=[],b.each(window.bt_bb_map,function(t,e){var i;void 0!==window.bt_bb_map[window.bt_bb_base].accept&&(i=window.bt_bb_map[window.bt_bb_base].accept[e.base]),(!0===i||!0===window.bt_bb_map[window.bt_bb_base].accept_all&&!1!==i||void 0!==window.bt_bb_map[e.base].as_child&&-1!=window.bt_bb_map[e.base].as_child.only.indexOf(window.bt_bb_base))&&(void 0===window.bt_bb_map[e.base].as_child||void 0!==window.bt_bb_map[e.base].as_child&&-1!=window.bt_bb_map[e.base].as_child.only.indexOf(window.bt_bb_base))&&!1!==window.bt_bb_map[e.base].is_mapped&&a.push({base:e.base,name:e.name,description:e.description,icon:e.icon})}),a.sort(function(t,e){return t.name.toLowerCase().localeCompare(e.name.toLowerCase())});var n="";n+='<div class="bt_bb_dialog_item bt_bb_add_filter_container">',n+='<input type="text" class="bt_bb_filter" placeholder="'+window.bt_bb_text.filter+'">',n+="</div>",b("#bt_bb_dialog .bt_bb_dialog_header_tools").append(n);var o,_,r=document.createDocumentFragment();b.each(a,function(t,e){m=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item bt_bb_dialog_add_element"+(void 0!==e.icon?" bt_bb_icon "+e.icon:"")],["data-base",e.base]]),o=bt_bb_create_dom_element("b",[]),_=document.createTextNode(e.name),o.appendChild(_),m.appendChild(o),w=bt_bb_create_dom_element("i",[]),_=document.createTextNode(e.description),w.appendChild(_),m.appendChild(w),r.appendChild(m)}),b("#bt_bb_dialog .bt_bb_dialog_content")[0].appendChild(r),b(".bt_bb_dialog_add_element").click(function(t){window.bt_bb_base=b(this).data("base"),window.bt_bb_dialog.hide(),bt_bb_event("add_from_dialog")}),b(".bt_bb_filter").keyup(function(t){var e=b(this).val();b(".bt_bb_dialog_item").not(".bt_bb_add_filter_container").each(function(){var t=b(this).html().replace(/(<([^>]+)>)/gi,"");new RegExp(e,"i").test(t)?b(this).show():b(this).hide()})})}else if("add_horizontal"==t)i=window.bt_bb_text.edit_layout,window.bt_bb_custom_elements||!window.bt_bb_responsive_override_layout?window.bt_bb_edit_layout_classic():window.bt_bb_edit_layout();else if("edit_content"==t)i=window.bt_bb_text.edit_content,b("#bt_bb_dialog").addClass("bt_bb_dialog_tinymce_container"),b(".bt_bb_dialog_tinymce").show(),b(".bt_bb_dialog_button").unbind("click"),b(".bt_bb_dialog_button").click(function(){window.switchEditors.go("bt_bb_tinymce","tmce");var t=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from);t.content=tinyMCE.get("bt_bb_tinymce").getContent(),t.content.startsWith("<p>[")&&t.content.endsWith("]</p>")&&(t.content=t.content.substring(3),t.content=t.content.substring(0,t.content.length-4)),window.bt_bb_action="refresh",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"),window.bt_bb_dialog.hide()}),b("#bt_bb_dialog").css("visibility","visible"),b("#bt_bb_dialog .mce-i-resize").show();else if("edit"==t){i=window.bt_bb_text.edit;var s=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from),d={};if(void 0!==s.attr&&(d=attr_to_obj(s.attr)),void 0!==window.bt_bb_map[s.base]){i=i+" "+window.bt_bb_map[s.base].name,b("#bt_bb_dialog").removeClass(),b("#bt_bb_dialog").addClass("bt_bb_dialog "+s.base);var l=window.bt_bb_map[s.base].params;if(void 0!==l){r=document.createDocumentFragment();var c=new Array,p="",u="";window.bt_bb.param_groups=[];for(var w=0;w<l.length;w++){e="";var h="";if(void 0!==d[l[w].param_name]?h=d[l[w].param_name]:d[l[w].param_name]="",p=void 0!==l[w].group?l[w].group:window.bt_bb_text.general,u=" bt_bb_group_"+window.bt_bb_b64EncodeUnicode(p).replace(/[=+\/]/g,""),-1==window.bt_bb.param_groups.indexOf(p)&&window.bt_bb.param_groups.push(p),"attach_images"==l[w].type||"attach_image"==l[w].type||"textfield"==l[w].type||"datetime-local"==l[w].type||"textarea"==l[w].type||"textarea_object"==l[w].type||"dropdown"==l[w].type||"dropdown_color"==l[w].type||"dropdown_color"==l[w].type||"iconpicker"==l[w].type||"colorpicker"==l[w].type||"link"==l[w].type||"checkbox"==l[w].type||"checkbox_group"==l[w].type)var m=window.bt_bb_get_dialog_param({param:l[w],attr_value:h,group_class:u,base:s.base});else if("hidden"==l[w].type){var f=new Object;f.name=l[w].param_name,f.value=l[w].value,c.push(f)}else if(void 0!==window["bt_bb_cf_"+l[w].type+"_content"]){m=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+u],["data-param_name",l[w].param_name],["data-type",l[w].type]]);var v={};v.param_heading=l[w].heading,v.param_value=l[w].value,v.param_name=l[w].param_name,v.val=h,v.base=s.base,m.innerHTML=window["bt_bb_cf_"+l[w].type+"_content"](v)}"hidden"!=l[w].type&&r.appendChild(m)}b("#bt_bb_dialog").data("hidden",JSON.stringify(c)),b("#bt_bb_dialog .bt_bb_dialog_content")[0].appendChild(r),b(".bt_bb_color_picker").wpColorPicker(),window.bt_bb_search_link_init(),window.bt_bb_iconpicker_init(),window.bt_bb_image_sortable(b('#bt_bb_dialog .bt_bb_dialog_item[data-type="attach_images"] .bt_bb_dialog_image_container'),d),b("#bt_bb_dialog .bt_bb_dialog_image_container").on("click",".fa-times",function(t){window.bt_bb_delete_images(this,d)}),b(".bt_bb_dialog_item").on("click",".bt_bb_dialog_select_images_button",function(t){window.bt_bb_select_images(this,d)})}}window.bt_bb.param_groups.length>0&&b(".bt_bb_dialog_item").hide(),b.each(window.bt_bb.param_groups,function(t,e){var i="bt_bb_group_tab";0==t&&(i="bt_bb_group_tab bt_bb_group_tab_active",b(".bt_bb_group_"+window.bt_bb_b64EncodeUnicode(e).replace(/[=+\/]/g,"")).show()),b(".bt_bb_dialog_header_tools").append('<span class="'+i+'">'+e+"</span>")}),b("#bt_bb_dialog .bt_bb_group_tab").click(function(t){var e=b(this).html();b(".bt_bb_dialog_item").hide(),b(".bt_bb_group_"+window.bt_bb_b64EncodeUnicode(e).replace(/[=+\/]/g,"")).show(),b(".bt_bb_group_tab").removeClass("bt_bb_group_tab_active"),b(this).addClass("bt_bb_group_tab_active"),window.bt_bb_resize_dialog()}),b("#bt_bb_dialog").append('<input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small" value="'+window.bt_bb_text.submit+'">'),b("#bt_bb_dialog .bt_bb_dialog_button").click(function(t){b("#bt_bb_dialog .bt_bb_dialog_item").each(function(){var t=b(this).data("param_name"),e=b(this).data("type"),i=window.bt_bb_get_edit_item_value(t,e,b(this));void 0!==i&&(d[t]=i)});for(var e=JSON.parse(b("#bt_bb_dialog").data("hidden")),i=0;i<e.length;i++)d[""+e[i].name]=e[i].value;s.attr=JSON.stringify(d),window.bt_bb_dialog.hide(),window.bt_bb_action="refresh",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")})}else if("manage_cb"==t)i=window.bt_bb_text.manage_cb,e+='<div class="bt_bb_dialog_item">',e+='<input type="text" class="bt_bb_impex_input">',e+="</div>",b("#bt_bb_dialog .bt_bb_dialog_content").html(e),b("#bt_bb_dialog").append('<div class="bt_bb_dialog_inline_buttons"><input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small bt_bb_button_export" value="'+window.bt_bb_text.export+'"><input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small bt_bb_button_import" value="'+window.bt_bb_text.import+'"></div>'),b("#bt_bb_dialog .bt_bb_button_export").click(function(t){if(window.bt_bb_cb_items>0){for(var e="[",i=1;i<=window.bt_bb_cb_items;i++)e+='{"bt_bb_cb":"'+window.bt_bb_b64EncodeUnicode(encodeURIComponent(localStorage.getItem("bt_bb_cb_"+i)))+'"},';e=e.substring(0,e.length-1),e+="]",b(".bt_bb_impex_input").val(window.bt_bb_b64EncodeUnicode(encodeURIComponent(e))),b(".bt_bb_impex_input").select()}}),b("#bt_bb_dialog .bt_bb_button_import").click(function(t){b(".bt_bb_impex_input").val()&&bt_bb_cb_import(b(".bt_bb_impex_input").val())});else if("sc_mapper"==t){i=window.bt_bb_text.sc_mapper,b("#bt_bb_dialog").addClass("bt_bb_dialog_sc_mapper_container"),n="",n+='<div class="bt_bb_dialog_item bt_bb_sc_mapper_filter_container">',n+='<input type="text" class="bt_bb_filter" placeholder="'+window.bt_bb_text.filter+'">',n+="</div>",b("#bt_bb_dialog .bt_bb_dialog_header_tools").append(n);var g=function(t){var e=t;return void 0!==window.bt_bb_map_primary[t]&&(e+=" / p"),void 0!==window.bt_bb_map_secondary[t]&&(e+=" / s"),e};for(r=document.createDocumentFragment(),m=bt_bb_create_dom_element("div",[["id","bt_bb_sc_mapper_accordion"]]),w=0;w<window.bt_bb.all_sc.length;w++){if(void 0!==window.bt_bb_map[window.bt_bb.all_sc[w]]&&!1!==window.bt_bb_map[window.bt_bb.all_sc[w]].is_mapped){(k=bt_bb_create_dom_element("h3",[["class","bt_bb_sc_mapper_item"]])).innerHTML='<i class="fa fa-chevron-down"></i><span>'+g(window.bt_bb.all_sc[w])+"</span>";var y=bt_bb_create_dom_element("div",[["data-base",window.bt_bb.all_sc[w]]])}else{var k;(k=bt_bb_create_dom_element("h3",[["class","bt_bb_sc_mapper_item bt_bb_sc_mapper_unmapped"]])).innerHTML='<i class="fa fa-chevron-down"></i><span>'+window.bt_bb.all_sc[w]+"</span>",y=bt_bb_create_dom_element("div",[["data-base",window.bt_bb.all_sc[w]]])}m.appendChild(k),m.appendChild(y)}r.appendChild(m),b("#bt_bb_dialog .bt_bb_dialog_content")[0].appendChild(r),b(".bt_bb_filter").keyup(function(t){var e=b(this).val();b("#bt_bb_sc_mapper_accordion > div").removeClass("bt_bb_map_item_active"),b("#bt_bb_sc_mapper_accordion > h3").removeClass("bt_bb_map_header_active"),b("#bt_bb_sc_mapper_accordion > h3 > i").removeClass("fa-chevron-up").addClass("fa-chevron-down"),b(".bt_bb_sc_mapper_item").each(function(){var t=b(this).html().replace(/(<([^>]+)>)/gi,"");new RegExp(e,"i").test(t)?b(this).show():b(this).hide()})}),b(".bt_bb_sc_map").keydown(function(t){if(9===t.keyCode){t.preventDefault();var e=this.selectionStart,i=this.selectionEnd,a=b(this);a.val(a.val().substring(0,e)+"\t"+a.val().substring(i)),this.selectionStart=this.selectionEnd=e+1,b(this).parent().find(".bt_bb_save_mapping_button").prop("disabled",!1)}}),b("#bt_bb_sc_mapper_accordion h3").click(function(t){var e=b(this).next();if(e.hasClass("bt_bb_map_item_active"))e[0].innerHTML="",e.removeClass("bt_bb_map_item_active"),b(this).removeClass("bt_bb_map_header_active"),b(this).find("i").removeClass("fa-chevron-up").addClass("fa-chevron-down");else{var i='<input type="button" class="button button-small bt_bb_insert_mapping_template_button" value="'+window.bt_bb_text.insert_mapping+'"><input type="button" class="button button-small bt_bb_delete_mapping_button" disabled value="'+window.bt_bb_text.delete+'"><input type="button" class="button button-small bt_bb_save_mapping_button" disabled value="'+window.bt_bb_text.save+'"><span class="spinner" style="display: none;"></span><textarea class="bt_bb_sc_map" rows="10"></textarea>';e[0].innerHTML=i,autosize(b(".bt_bb_sc_map")),e.addClass("bt_bb_map_item_active"),b(this).addClass("bt_bb_map_header_active"),b(this).find("i").removeClass("fa-chevron-down").addClass("fa-chevron-up");var a=e.data("base");void 0!==window.bt_bb_map_secondary[a]&&(e.find(".bt_bb_delete_mapping_button").prop("disabled",!1),e.find(".bt_bb_insert_existing_mapping_button").click(),e.find(".bt_bb_save_mapping_button").prop("disabled",!0))}}),b("#bt_bb_sc_mapper_accordion").on("keydown",".bt_bb_sc_map",function(){b(this).parent().find(".bt_bb_save_mapping_button").prop("disabled",!1)}),b("#bt_bb_sc_mapper_accordion").on("click",".bt_bb_insert_mapping_template_button",function(t){var e=b(this).parent().find("textarea"),i=b(this).parent().data("base");if(void 0!==window.bt_bb_map[i]&&!1!==window.bt_bb_map[i].is_mapped)var a=JSON.stringify(window.bt_bb_map[i],null,"\t");else if(void 0!==window.vc_mapper&&void 0!==window.vc_mapper[i]){var n=window.vc_mapper[i];(a={}).name=void 0!==n.name?n.name:"",a.base=void 0!==n.base?n.base:"",a.description=void 0!==n.description?n.description:"",a.show_settings_on_create=void 0===n.show_settings_on_create||n.show_settings_on_create,!0===n.is_container&&("vc_row"==n.base?(a.root=!0,a.container="horizontal",a.accept={vc_column:!0},a.toggle=!0):"vc_row_inner"==n.base?(a.container="horizontal",a.accept={vc_column_inner:!0}):"vc_column"==n.base?(a.container="vertical",a.width_param="width",a.accept_all=!0,a.accept={vc_row:!1,vc_column:!1,vc_column_inner:!1}):"vc_column_inner"==n.base?(a.container="vertical",a.width_param="width",a.accept_all=!0,a.accept={vc_row:!1,vc_column:!1,vc_row_inner:!1,vc_column_inner:!1}):a.container="vertical"),a.params=[];for(var o="",_=0,r=0;r<n.params.length;r++)"textarea_html"!=n.params[r].type&&!1!==n.params[r].admin_label?(a.params[_]={},a.params[_].type="textfield","textarea"!=(o=n.params[r].type)&&"dropdown"!=o&&"attach_image"!=o&&"attach_images"!=o&&"colorpicker"!=o&&"checkbox"!=o&&"checkbox_group"!=o&&"hidden"!=o||(a.params[_].type=o),a.params[_].heading=void 0!==n.params[r].heading?n.params[r].heading:"",void 0!==n.params[r].description&&(a.params[_].heading+=" ("+n.params[r].description+")"),a.params[_].param_name=void 0!==n.params[r].param_name?n.params[r].param_name:"",a.params[_].value=void 0!==n.params[r].value?n.params[r].value:"",void 0!==n.params[r].holder&&(a.params[_].preview=!0),_++):"textarea_html"==n.params[r].type&&(a.container="vertical",a.accept={_content:!0});a=JSON.stringify(a,null,"\t")}else(a={}).name=i,a.base=i,a.description="",a.show_settings_on_create=!0,a.params=[],a.params[0]={},a.params[0].type="textfield",a.params[0].heading="Param 1",a.params[0].param_name="param_1",a.params[0].value="",a.params[0].preview=!0,a.params[1]={},a.params[1].type="dropdown",a.params[1].heading="Param 2",a.params[1].param_name="param_2",a.params[1].value={"Option 1":"value 1","Option 2":"value 2"},a.params[1].preview=!0,a=JSON.stringify(a,null,"\t");e.val(a);var s=document.createEvent("Event");s.initEvent("autosize:update",!0,!1),e[0].dispatchEvent(s),b(this).parent().find(".bt_bb_save_mapping_button").prop("disabled",!1)}),b("#bt_bb_sc_mapper_accordion").on("click",".bt_bb_save_mapping_button",function(t){var e=b(this).parent().data("base"),i=b(this);try{var a=JSON.parse(b(this).parent().find(".bt_bb_sc_map").val())}catch(t){return alert(t),!1}var n=JSON.stringify(a);i.siblings(".spinner").show(),i.siblings(".spinner").css("visibility","visible");var o={action:"bt_bb_save_mapping",base:e,map:n};b.ajax({type:"POST",url:window.bt_bb_ajax_url,data:o,async:!0,success:function(t){"ok"==t&&(i.prop("disabled",!0),i.siblings(".spinner").hide(),i.closest("div").prev(".bt_bb_sc_mapper_item").removeClass("bt_bb_sc_mapper_unmapped"),window.bt_bb_map[e]=JSON.parse(n),void 0===window.bt_bb_map_secondary[e]&&(window.bt_bb_map_secondary[e]=!0),i.closest("div").prev(".bt_bb_sc_mapper_item").find("span").html(g(e)),void 0!==window.bt_bb_map_secondary[e]&&i.parent("div").find(".bt_bb_delete_mapping_button").prop("disabled",!1),window.bt_bb_action="refresh",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"))}})}),b("#bt_bb_sc_mapper_accordion").on("click",".bt_bb_delete_mapping_button",function(t){var e=b(this).parent().data("base"),i=b(this);i.siblings(".spinner").show(),i.siblings(".spinner").css("visibility","visible");var a={action:"bt_bb_delete_mapping",base:e};b.ajax({type:"POST",url:window.bt_bb_ajax_url,data:a,async:!0,success:function(t){"ok"==t&&(i.prop("disabled",!0),i.siblings(".spinner").hide(),void 0!==window.bt_bb_map_secondary[e]&&delete window.bt_bb_map_secondary[e],i.parent().find("textarea").val(""),void 0===window.bt_bb_map_primary[e]?(i.closest("div").prev(".bt_bb_sc_mapper_item").addClass("bt_bb_sc_mapper_unmapped"),delete window.bt_bb_map[e],window.bt_bb_action="refresh",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")):window.bt_bb_map[e]=window.bt_bb_map_primary[e],i.closest("div").prev(".bt_bb_sc_mapper_item").find("span").html(g(e)))}})})}else"custom_css"==t&&(i=window.bt_bb_text.custom_css,e+='<div class="bt_bb_dialog_item">',e+='<textarea id="bt_bb_custom_css_content" class="bt_bb_custom_css_content" rows="10">'+window.bt_bb_b64DecodeUnicode(window.bt_bb_custom_css)+"</textarea>",e+="</div>",b("#bt_bb_dialog .bt_bb_dialog_content").html(e),b("#bt_bb_dialog").append('<div class="bt_bb_dialog_inline_buttons"><input type="button" class="bt_bb_dialog_button button button-small bt_bb_button_save_custom_css" value="'+window.bt_bb_text.save+'"></div>'),void 0!==wp.codeEditor?window.bt_bb_ce=wp.codeEditor.initialize("bt_bb_custom_css_content"):b("#bt_bb_dialog").on("keydown",".bt_bb_custom_css_content",function(t){if(9===t.keyCode){t.preventDefault();var e=this.selectionStart,i=this.selectionEnd,a=b(this);a.val(a.val().substring(0,e)+"\t"+a.val().substring(i)),this.selectionStart=this.selectionEnd=e+1}}));b("#bt_bb_dialog .bt_bb_dialog_header span").html(i),b('.bt_bb_dialog_item input[type="text"]').keypress(function(t){13==t.which&&t.preventDefault()}),"edit_content"==t?(b(".bt_bb_dialog_tinymce").css("height","auto"),window.switchEditors.go("bt_bb_tinymce","tmce"),tinyMCE.get("bt_bb_tinymce").setContent(window.switchEditors.wpautop(window.bt_bb_content))):(b("#bt_bb_dialog").css("visibility","visible"),b("#bt_bb_dialog .mce-i-resize").show()),"add"!=t&&"sc_mapper"!=t||b(".bt_bb_filter").focus(),window.bt_bb_resize_dialog()},window.bt_bb_dialog.hide=function(t){window.bt_bb_dialog.is_showing=!1,window.bt_bb_dialog.is_mouseover=!1,b(".wp-picker-open").click(),b(".bt_bb_dialog_tinymce").hide(),b("#bt_bb_dialog").data("hidden",""),b("#bt_bb_dialog").removeClass("bt_bb_dialog_tinymce_container"),b("#bt_bb_dialog").removeClass("bt_bb_dialog_sc_mapper_container"),b("#bt_bb_dialog").removeClass("bt_bb_dialog_add_horizontal"),b("#bt_bb_dialog").removeClass("bt_bb_dialog_custom_css");for(var e=b("#bt_bb_dialog .bt_bb_dialog_content")[0];e.firstChild;)e.removeChild(e.firstChild);b("#bt_bb_dialog .bt_bb_dialog_header")[0].innerHTML='<div class="bt_bb_dialog_close"></div><span></span>',b("#bt_bb_dialog .bt_bb_dialog_header_tools")[0].innerHTML="",b("#bt_bb_dialog > input").remove(),b("#bt_bb_dialog > .bt_bb_dialog_inline_buttons").remove(),b("#bt_bb_dialog").css("visibility","hidden")},b(document).ready(function(){b("#bt_bb_dialog").on("click",".bt_bb_dialog_close",function(t){window.bt_bb_dialog.hide()})}),window.bt_bb_get_obj_by_id=function(t,e){for(var i=null,b=0;b<t.children.length;b++){if(e.bt_ends_with(t.children[b].key)){i=t.children[b];break}if(null!=(i=bt_bb_get_obj_by_id(t.children[b],e)))break}return i},window.bt_bb_get_param=function(t,e){if(void 0!==window.bt_bb_map[t])return window.bt_bb_map[t][e]},window.bt_bb_state_callback=function(){bt_bb_horizontal_responsive(),null!==window.bt_bb_callback_action&&bt_bb_event(window.bt_bb_callback_action)},window.bt_bb_horizontal_responsive=function(){b(".bt_bb_horizontal").each(function(){var t=b(this).width(),e=!1;b(this).find(".bt_bb_is_width").each(function(){var i=bt_bb_get_obj_by_id(window.bt_bb_state_current,b(this).data("reactid")),a=window.bt_bb_map[i.base].width_param,n=attr_to_obj(i.attr)[a];if(n=12*(n=n.split("/"))[0]/n[1],t*n/12<window.bt_bb.min_width)return e=!0,!1}),e?(b(this).find(".bt_bb_is_width").removeClass("bt_bb_width"),b(this).css("display","block")):(b(this).find(".bt_bb_is_width").addClass("bt_bb_width"),b(this).css("display","table"))})},b(window).resize(function(){bt_bb_horizontal_responsive()}),window.bt_bb_push_state=function(t){window.bt_bb_state_current=t,window.bt_bb_state.splice(window.bt_bb_state_pointer+1),window.bt_bb_state.push(JSON.stringify(t)),window.bt_bb_state_pointer=window.bt_bb_state.length-1},window.bt_bb_undo=function(){window.bt_bb_dialog.hide(),window.bt_bb_state_pointer--,window.bt_bb_state_pointer>-1?(window.bt_bb_state_current=JSON.parse(window.bt_bb_state[window.bt_bb_state_pointer]),window.bt_bb_action="update_state",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")):window.bt_bb_state_pointer++},window.bt_bb_redo=function(){window.bt_bb_dialog.hide(),window.bt_bb_state_pointer++,window.bt_bb_state_pointer<=window.bt_bb_state.length-1?(window.bt_bb_state_current=JSON.parse(window.bt_bb_state[window.bt_bb_state_pointer]),window.bt_bb_action="update_state",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")):window.bt_bb_state_pointer--},String.prototype.bt_ends_with=function(t){return-1!==this.indexOf(t,this.length-t.length)},window.bt_bb_dispatch=function(t,e){try{var i=new Event(e)}catch(t){(i=document.createEvent("Event")).initEvent(e,!1,!1)}b(t)[0].dispatchEvent(i)},b(document).ready(function(){if(b("#bt_bb").length>0&&(window.bt_bb_element_list=BTReact.render(BTReact.createElement(n,{data:window.bt_bb_data}),b("#bt_bb")[0],function(){bt_bb_horizontal_responsive(),bt_bb_resize_h(window.bt_bb_data),window.bt_bb_action="refresh_on_ready",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")})),b("body").hasClass("widgets-php")||b("body").hasClass("wp-customizer")||b("body").hasClass("nav-menus-php")){if(b(".bt_bb_iconpicker_widget_placeholder").each(function(){b(this).replaceWith(window.bt_bb_iconpicker(!1,b(this).data("icon")))}),b("body").hasClass("nav-menus-php")&&setInterval(function(){b("#menu-to-edit .bt_bb_iconpicker_widget_placeholder").each(function(){b(this).replaceWith(window.bt_bb_iconpicker(!1,b(this).data("icon")))})},100),b("body").hasClass("wp-customizer")){const e=document.getElementsByClassName("customize-control-widget_form"),i={attributes:!0},a=function(t,e){for(const e of t)"attributes"===e.type&&"class"===e.attributeName&&e.target.className.includes("expanded")&&b(".bt_bb_iconpicker_widget_placeholder").each(function(){b(this).replaceWith(window.bt_bb_iconpicker(!1,b(this).data("icon")))})},n=[];for(var t=0;t<e.length;t++)n[t]=new MutationObserver(a),n[t].observe(e[t],i);setInterval(function(){b(".customize-widgets__sidebar-section .bt_bb_iconpicker_widget_placeholder, .customize-control .bt_bb_iconpicker_widget_placeholder").each(function(){b(this).replaceWith(window.bt_bb_iconpicker(!1,b(this).data("icon")))})},100)}window.bt_bb_iconpicker_init("widgets"),b(document).ajaxSuccess(function(t,e,i){i.data.includes("bt_bb_iconpicker")&&b(".bt_bb_iconpicker_widget_placeholder").each(function(){b(this).replaceWith(window.bt_bb_iconpicker(!1,b(this).data("icon")))})});const e=document.getElementById("widgets-editor");if(e){const t={attributes:!0,childList:!0,subtree:!0};new MutationObserver(function(t,e){for(const e of t)"childList"==e.type&&b(".bt_bb_iconpicker_widget_placeholder").each(function(){b(this).replaceWith(window.bt_bb_iconpicker(!1,b(this).data("icon")))})}).observe(e,t)}}}),b(window).on("focus",function(){var t=localStorage.getItem("bt_bb_cb_items");bt_bb_set_number_items(null===t?0:t)})}]);
1
+ !function(t){var e={};function i(b){if(e[b])return e[b].exports;var a=e[b]={i:b,l:!1,exports:{}};return t[b].call(a.exports,a,a.exports,i),a.l=!0,a.exports}i.m=t,i.c=e,i.d=function(t,e,b){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:b})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var b=Object.create(null);if(i.r(b),Object.defineProperty(b,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)i.d(b,a,function(e){return t[e]}.bind(null,a));return b},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=3)}([function(t,e,i){"use strict";window.bt_bb_parse_data=function(t){window.bt_bb_parse_data_str="",t.children.length>0&&(window.bt_bb_parse_data_helper(t),window.bt_bb.fe||(window.switchEditors.go("content","tmce"),tinyMCE.get("content").setContent(window.switchEditors.wpautop(window.bt_bb_parse_data_str))))},window.bt_bb_parse_data_helper=function(t){"_root"==t.title&&(t=t.children);for(var e=0;e<t.length;e++){var i=!1;if("_content"==t[e].title&&(i=!0),i)window.bt_bb_parse_data_str+=t[e].content;else{if(window.bt_bb_parse_data_str+="["+t[e].base,void 0!==t[e].attr&&t[e].attr.startsWith("{"))for(var b=attr_to_arr(t[e].attr),a=0;a<b.length;a++)window.bt_bb_parse_data_str+=" "+b[a][0]+'="'+b[a][1]+'"';window.bt_bb_parse_data_str+="]"}void 0!==t[e].children&&bt_bb_parse_data_helper(t[e].children),i||(window.bt_bb_parse_data_str+="[/"+t[e].base+"]")}},window.bt_bb_get_edit_item_value=function(t,e,i){const b=jQuery;var a;if("textfield"==e||"datetime-local"==e||"colorpicker"==e||"link"==e)a=window.bt_bb_special_char_encode(i.find("input").val());else if("checkbox"==e)a=i.find("input").prop("checked")?i.find("input").val():"";else if("checkbox_group"==e){var n=[];i.find("input").each(function(){b(this).prop("checked")&&n.push(b(this).val())}),a=n.join(" ")}else if("textarea"==e)a=window.bt_bb_special_char_encode(i.find("textarea").val());else if("textarea_object"==e)try{a=window.bt_bb_b64EncodeUnicode(i.find("textarea").val())}catch(t){a=i.find("textarea").val()}else if("dropdown"==e)if(i.hasClass("bt_bb_dialog_item_responsive_override")){var o=[];i.find("select :selected").each(function(){o.push(b(this).val())}),a=o.join(",;,")}else a=i.find("select :selected").val();else if("iconpicker"==e)a=i.find(".bt_bb_iconpicker_select .bt_bb_icon_preview").data("icon");else if("attach_image"==e){var _=i.find('input[type="text"]').val();0==i.find(".bt_bb_sortable_item").length&&(a=_)}else void 0!==window["bt_bb_cf_"+e+"_on_submit"]&&(a=window["bt_bb_cf_"+e+"_on_submit"](i));return a},window.bt_bb_iconpicker=function(t,e){t=window.bt_bb_icons;var i,b='<div class="bt_bb_iconpicker">',a=Object.keys(t);b+='<div class="bt_bb_iconpicker_select">';for(var n=e.slice(0,-5),o=e.substr(-4),_="",r=0;r<a.length;r++){i=Object.keys(t[a[r]]);for(var s=0;s<i.length;s++)e==t[a[r]][i[s]]&&(_=i[s])}""!=o&&(o="&#x"+o),window.bt_bb.fe?b+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+n+'" style="font-family:\''+n+'\';" data-icon="'+e+'" data-icon-code="'+o+'"></div>':b+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+n+'" data-icon="'+e+'" data-icon-code="'+o+'"></div>',b+='<div class="bt_bb_iconpicker_select_text">'+_+"</div>",b+='<i class="fa fa-close bt_bb_iconpicker_clear" style="display:'+(""!=_?"block":"none")+'"></i>',b+='<i class="fa fa-angle-down"></i>',b+="</div>",b+='<div class="bt_bb_iconpicker_filter_container">',b+='<input type="text" class="bt_bb_filter" placeholder="'+window.bt_bb_text.filter+'">',b+="</div>",b+='<div class="bt_bb_iconpicker_icons">';for(var d=0;d<a.length;d++){b+='<div class="bt_bb_iconpicker_title" data-icon-set="'+a[d].toLowerCase()+'">'+a[d]+"</div>",i=Object.keys(t[a[d]]);for(var l=0;l<i.length;l++){n=(e=t[a[d]][i[l]]).slice(0,-5),o=e.substr(-4);window.bt_bb.fe?b+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+n+'" style="font-family:\''+n+'\';" data-icon="'+e+'" data-icon-code="&#x'+o+'" data-icon-set="'+n+'" title="'+i[l]+'"></div>':b+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+n+'" data-icon="'+e+'" data-icon-code="&#x'+o+'" data-icon-set="'+n+'" title="'+i[l]+'"></div>'}}return b+="</div>",b+="</div>"},window.bt_bb_iconpicker_init=function(t){const e=jQuery;var i=function(t){e(this).next().toggle(),e(this).next().next().toggle()},b=function(i){var b=e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_icon_preview"),a=e(this).data("icon");if(b.attr("data-icon",a),b.attr("data-icon-code",e(this).data("icon-code")),b.removeClass(),b.addClass(e(this).attr("class")),"widgets"==t)e(this).closest(".bt_bb_iconpicker_widget_container").find("input").val(e(this).data("icon")),e(this).closest(".bt_bb_iconpicker_widget_container").find("input").trigger("change");else if("override"==t){var n=e(this).closest(".rwmb-boldthemestext-clone").find('input[type="hidden"]'),o=e(this).closest(".rwmb-boldthemestext-clone").find("select").val();""!=o?n.attr("value",o+":"+e(this).data("icon")):n.attr("value","")}window.bt_bb.fe&&b.css("font-family",e(this).css("font-family")),e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_iconpicker_select_text").html(e(this).attr("title")),e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_clear").show(),e(this).parent().hide(),e(this).parent().prev().find("input").val("").trigger("keyup"),e(this).parent().prev().hide(),window.bt_bb.fe&&t(b)},a=function(i){i.stopPropagation();var b=e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_icon_preview");if(b.attr("data-icon",""),b.attr("data-icon-code",""),b.parent().find(".bt_bb_iconpicker_select_text").html(""),e(this).closest(".bt_bb_iconpicker").find("input").val(""),"widgets"==t)e(this).closest(".bt_bb_iconpicker_widget_container").find("input").val(""),e(this).closest(".bt_bb_iconpicker_widget_container").find("input").trigger("change");else if("override"==t){e(this).closest(".rwmb-boldthemestext-clone").find('input[type="hidden"]').attr("value","")}e(this).parent().next().find("input").val("").trigger("keyup"),e(this).parent().next().hide(),e(this).parent().next().next().hide(),e(this).hide(),window.bt_bb.fe&&t(b)},n=function(t){var i=e(this).val(),b=e(this).closest(".bt_bb_iconpicker"),a=[];b.find(".bt_bb_iconpicker_icons .bt_bb_icon_preview").each(function(){var t=e(this).attr("title"),n=new RegExp(i,"i");b.find(".bt_bb_iconpicker_title").hide(),n.test(t)?(a.push(e(this).data("icon-set")),e(this).show()):e(this).hide()});for(const t in a)b.find('.bt_bb_iconpicker_title[data-icon-set="'+a[t]+'"]').show(),"fa"==a[t]&&b.find('.bt_bb_iconpicker_title[data-icon-set="font awesome"]').show()};window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker_select")).on("click",i):"widgets"==t?e("body").on("click",".bt_bb_iconpicker_widget_container .bt_bb_iconpicker_select",i):e(".bt_bb_iconpicker_select").on("click",i),window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker_icons .bt_bb_icon_preview")).on("click",b):"widgets"==t?e("body").on("click",".bt_bb_iconpicker_icons .bt_bb_icon_preview",b):e(".bt_bb_iconpicker_icons .bt_bb_icon_preview").on("click",b),window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker .bt_bb_iconpicker_clear")).on("click",a):"widgets"==t?e("body").on("click",".bt_bb_iconpicker_widget_container .bt_bb_iconpicker_clear",a):e(".bt_bb_iconpicker .bt_bb_iconpicker_clear").on("click",a),window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker .bt_bb_filter")).on("keyup",n):"widgets"==t?e("body").on("keyup",".bt_bb_iconpicker_widget_container .bt_bb_filter",n):e(".bt_bb_iconpicker .bt_bb_filter").on("keyup",n)},window.bt_bb_image_sortable=function(t,e){if(!t.length)return;const i=jQuery;new window.bt_bb_sortable.Sortable(t[0],{animation:150,onSort:function(t){var b=i(t.item).closest(".bt_bb_dialog_item"),a=b.data("param_name"),n="";b.find(".bt_bb_sortable_item").each(function(){n+=i(this).data("id")+","}),n=n.slice(0,-1),e[a]=n,window.bt_bb.fe&&(window.bt_bb.editing_elements.data("bt-bb-fe-atts",e),window.bt_bb.editing_elements_atts=e,window.bt_bb_fe_ajax_preview([]))}})},window.bt_bb_delete_images=function(t,e){const i=jQuery;var b=i(t).closest(".bt_bb_dialog_item").data("param_name"),a=i(t).closest(".bt_bb_dialog_image_container");i(t).parent().remove();var n="";a.find(".bt_bb_sortable_item").each(function(){n+=i(this).data("id")+","}),""==(n=n.slice(0,-1))&&a.parent().find('input[type="text"]').prop("disabled",!1),e[b]=n},window.bt_bb_select_images=function(t,e,i){const b=jQuery;var a=window.bt_bb_get_key(),n=b(t).closest(".bt_bb_dialog_item"),o=n.find(".bt_bb_dialog_image_container"),r=n.data("param_name"),s="add";"attach_image"==n.data("type")&&(s=!1);var d=wp.media.controller.Library.extend({defaults:_.defaults({id:a,title:window.bt_bb_text.select_images,allowLocalEdits:!1,displaySettings:!1,displayUserSettings:!1,multiple:s,type:"image"},wp.media.controller.Library.prototype.defaults)}),l=wp.media({button:{text:window.bt_bb_text.select},state:a,states:[new d]});l.on("select",function(){var t=l.state(a).get("selection"),_="",s="";t.each(function(t){if(void 0!==t.attributes.sizes){var e="";e=void 0!==t.attributes.sizes.thumbnail?t.attributes.sizes.thumbnail.url:t.attributes.sizes.full.url,s+=t.id+",",window.bt_bb.cache[t.id]={},window.bt_bb.cache[t.id].url=e,window.bt_bb.cache[t.id].title=t.attributes.title,_+='<div class="bt_bb_sortable_item" data-id="'+t.id+'" style="background-image:url(\''+e+'\');background-size:cover;"><i class="fa fa-times"></i></div>',o.html(_)}}),""!=(s=s.slice(0,-1))&&(n.find('input[type="text"]').prop("disabled",!0),e[r]=s,window.bt_bb.fe&&(i(t),b("body").addClass("bt_bb_fe_save_on")))}),l.on("open",function(){var t=l.state(a).get("selection");o.find(".bt_bb_sortable_item").each(function(){var e=wp.media.attachment(b(this).data("id"));t.add(e)})}),l.open()},window.bt_bb_search_link_init=function(){const t=jQuery;var e=function(e,i,b){i.find(".spinner").show(),i.find(".spinner").css("visibility","visible");var a={action:"bt_bb_search_links",search:e,page:b};t.ajax({type:"POST",url:window.bt_bb_ajax_url,data:a,async:!0,success:function(t){var e=JSON.parse(t);e.length<20&&i.data("thats_all",!0);var a=i.find(".bt_bb_search_link_results");1==b&&(a.empty(),a[0].scrollTo(0,0)),e.forEach(function(t,e){var i=t.permalink;1==window.bt_bb_settings.slug_url&&(i=t.slug),a.append('<div data-link="'+i+'" title="'+i+'">'+t.title+"<span>"+t.info+"</span></div>")}),i.find(".spinner").hide(),i.data("page",b)}})};if(window.bt_bb.fe)var i=t(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll('div[data-type="link"]'));else i=t('div[data-type="link"]');i.each(function(){var i=t(this);e("",i,1),t(this).find(".bt_bb_search_link").on("input",function(t){var b=(new Date).getTime();void 0!==i.data("last_input_time")&&b-i.data("last_input_time")<500||(i.data("thats_all",!1),setTimeout(function(){e(i.find(".bt_bb_search_link").val(),i,1)},500),i.data("last_input_time",(new Date).getTime()))}),t(this).find(".bt_bb_search_link").on("focus",function(t){i.find(".bt_bb_search_link_results").show()}),t(this).find(".bt_bb_search_link").on("blur",function(t){setTimeout(function(){i.find(".bt_bb_search_link_results").hide()},200)}),t(this).on("click",".bt_bb_search_link_results div",function(){i.find('input[type="text"]').val(t(this).data("link")),window.bt_bb.fe&&i.find('input[type="text"]').trigger("input")}),t(this).find(".bt_bb_search_link_results").on("scroll",function(b){var a=(new Date).getTime();void 0!==i.data("last_scroll_time")&&a-i.data("last_scroll_time")<500||this.scrollTop>.8*(this.scrollHeight-this.clientHeight)&&!i.data("thats_all")&&(e(t(this).val(),i,i.data("page")+1),i.data("last_scroll_time",(new Date).getTime()))})})},window.bt_bb_special_char_encode=function(t){for(var e,i=/([\s\S]*?<[a-zA-Z]+?)(\s[^<]*?)(>[\s\S]*)/;null!==(e=i.exec(t));)t=t.replace(i,"$1$3");i=/<\/\s*([a-zA-Z]+)\s*>/g,t=t.replace(i,"</$1>");var b=["address","b","big","cite","code","del","em","i","ins","pre","small","strong","sub","sup","s","u","ul","ol","li"];for(i=/<\/?([a-zA-Z]+)?>/g;null!==(e=i.exec(t));)b.includes(e[1])||(t=t.replace(e[0],""));for(i=/<([a-zA-Z]+)?>/g;null!==(e=i.exec(t));)-1==t.indexOf("</"+e[1]+">")&&(t=t.replace(e[0],""));for(i=/<\/?([a-zA-Z]+)?>/g;null!==(e=i.exec(t));)-1==t.indexOf("<"+e[1]+">")&&(t=t.replace(e[0],""));for(i=/<([a-zA-Z]+)?>/g;null!==(e=i.exec(t));){var a=t.lastIndexOf("<"+e[1]+">");if(a>t.lastIndexOf("</"+e[1]+">")){var n=t.substring(0,a),o=t.substring(a+2+e[1].length);t=n+o}}i=/<([a-zA-Z]+)?>/g;for(var _=Array();null!==(e=i.exec(t));)_.push(e[1]);i=/<([a-zA-Z]+)?>/g;for(var r=Array();null!==(e=i.exec(t));)r.push(e[1]);_.forEach(function(e){if((t.match(new RegExp("<"+e+">","g"))||[]).length>(t.match(new RegExp("</"+e+">","g"))||[]).length){var i=t.indexOf("<"+e+">"),b=t.substring(0,i),a=t.substring(i+2+e.length);t=b+a}}),r.forEach(function(e){if((t.match(new RegExp("<"+e+">","g"))||[]).length<(t.match(new RegExp("</"+e+">","g"))||[]).length){var i=t.indexOf("</"+e+">"),b=t.substring(0,i),a=t.substring(i+3+e.length);t=b+a}});var s=t.replace(/"/gim,"``");return s=(s=s.replace(/\[/gim,"`{`")).replace(/\]/gim,"`}`")},window.bt_bb_special_char_decode=function(t){var e=t.replace(/``/gim,"&quot;");return e=(e=e.replace(/`{`/gim,"[")).replace(/`}`/gim,"]")},window.bt_bb_json_encode=function(t){var e=/[\b\t\n\f\r\\\"\/\u00A1-\uFFFF]/g,i={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\","/":"\\/"};return e.lastIndex=0,e.test(t)?'"'+t.replace(e,function(t){var e=i[t];return"string"==typeof e?e:"\\u"+("0000"+t.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+t+'"'},String.prototype.startsWith||(String.prototype.startsWith=function(t,e){return e=e||0,this.lastIndexOf(t,e)===e}),String.prototype.endsWith||(String.prototype.endsWith=function(t,e){var i=this.toString();("number"!=typeof e||!isFinite(e)||Math.floor(e)!==e||e>i.length)&&(e=i.length),e-=t.length;var b=i.indexOf(t,e);return-1!==b&&b===e}),window.bt_bb_create_dom_element=function(t,e){for(var i,b=document.createElement(t),a=0;a<e.length;a++)(i=document.createAttribute(e[a][0])).value=e[a][1],b.setAttributeNode(i);return b},window.attr_to_arr=function(t){var e=JSON.parse(t),i=[];for(var b in e)i.push([b,e[b]]);return i},window.attr_to_obj=function(t){return JSON.parse(t)},window.bt_bb_sortable_background=function(t){const e=jQuery;void 0===window.bt_bb.cache[t]?wp.media.attachment(t).fetch().done(function(t){var i="";i=void 0!==t.sizes.thumbnail?t.sizes.thumbnail.url:t.sizes.full.url,window.bt_bb.fe?(e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-image",'url("'+i+'")'),e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-size","cover")):(e('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-image",'url("'+i+'")'),e('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-size","cover")),window.bt_bb.cache[t.id]={},window.bt_bb.cache[t.id].url=i,window.bt_bb.cache[t.id].title=t.title}):window.bt_bb.fe?(e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-image",'url("'+window.bt_bb.cache[t].url+'")'),e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-size","cover")):(e('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-image",'url("'+window.bt_bb.cache[t].url+'")'),e('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-size","cover"))},window.bt_bb_get_key=function(){var t="bt_bb_"+Math.random().toString();return t=t.replace(".","")},window.bt_bb_b64EncodeUnicode=function(t){return btoa(encodeURIComponent(t).replace(/%([0-9A-F]{2})/g,function(t,e){return String.fromCharCode(parseInt(e,16))}))},window.bt_bb_b64DecodeUnicode=function(t){return decodeURIComponent(Array.prototype.map.call(atob(t),function(t){return"%"+("00"+t.charCodeAt(0).toString(16)).slice(-2)}).join(""))}},function(t,e,i){"use strict";var b;b=jQuery,window.bt_bb_dialog_param={attach_image:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";return i+="<b>"+t.param.heading+"</b>",i+='<div class="bt_bb_dialog_image_container">',Number.isInteger(parseInt(t.attr_value))&&(i+='<div class="bt_bb_sortable_item" data-id="'+t.attr_value+'"><i class="fa fa-times"></i></div>',setTimeout(window.bt_bb_sortable_background,100,t.attr_value)),i+="</div>",i+='<div class="bt_bb_dialog_inline_buttons bt_bb_left">',i+='<input type="button" class="bt_bb_dialog_select_images_button button button-small" value="'+window.bt_bb_text.select+'">',i+="</div>",i+="<div>",Number.isInteger(parseInt(t.attr_value))?i+='<input disabled type="text" placeholder="'+window.bt_bb_text.or_enter_image_url+'">':i+='<input type="text" placeholder="'+window.bt_bb_text.or_enter_image_url+'" value="'+t.attr_value+'">',i+="</div>",e.innerHTML=i,e},attach_images:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";i+="<b>"+t.param.heading+"</b>",i+='<div class="bt_bb_dialog_image_container">';var b=t.attr_value.split(",");if(""!=b[0])for(var a=0;a<b.length;a++)Number.isInteger(parseInt(b[a]))&&(i+='<div class="bt_bb_sortable_item" data-id="'+b[a]+'"><i class="fa fa-times"></i></div>',setTimeout(window.bt_bb_sortable_background,100,b[a]));return i+="</div>",i+='<div class="bt_bb_dialog_inline_buttons bt_bb_left">',i+='<input type="button" class="bt_bb_dialog_select_images_button button button-small" value="'+window.bt_bb_text.select+'">',i+="</div>",e.innerHTML=i,e},textfield:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";return""==t.attr_value?void 0!==t.param.value&&(i=t.param.value,i=bt_bb_special_char_decode(i)):i=bt_bb_special_char_decode(t.attr_value),e.innerHTML="<b>"+t.param.heading+'</b><input type="text" value="'+i+'">',e},datetime_local:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";return""==t.attr_value?void 0!==t.param.value&&(i=t.param.value,i=bt_bb_special_char_decode(i)):i=bt_bb_special_char_decode(t.attr_value),e.innerHTML="<b>"+t.param.heading+'</b><input type="datetime-local" value="'+i+'">',e},textarea:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]);return e.innerHTML="<b>"+t.param.heading+'</b><textarea rows="5">'+bt_bb_special_char_decode(t.attr_value)+"</textarea>",e},textarea_object:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]);try{e.innerHTML="<b>"+t.param.heading+'</b><textarea rows="5">'+window.bt_bb_b64DecodeUnicode(t.attr_value)+"</textarea>"}catch(i){e.innerHTML="<b>"+t.param.heading+'</b><textarea rows="5">'+t.attr_value+"</textarea>"}return e},dropdown:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]);t.param.responsive_override&&b(e).addClass("bt_bb_dialog_item_responsive_override");var i="";i+="<b>"+t.param.heading+"</b>";var a=function(e,i){var b="<select>";i&&(b+='<option value="">---</option>');for(var a=t.param.value,n=Object.keys(a),o=!1,_=0;_<n.length;_++)if(e==a[n[_]]){o=!0;break}for(_=0;_<n.length;_++)o&&e==a[n[_]]||!o&&a[n[_]]==t.param.default&&!i?b+='<option value="'+a[n[_]]+'" selected>'+n[_]+"</option>":b+='<option value="'+a[n[_]]+'">'+n[_]+"</option>";return b+="</select>"};if(t.attr_value.includes("%$%"))var n=t.attr_value.split("%$%");else n=t.attr_value.split(",;,");return 5!=n.length&&(n=[n[0],"","","",""]),i+=a(n[0]),i+='<div class="bt_bb_responsive_override_container">',t.param.responsive_override&&(i+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_lg" title="993-1200px"></span>',i+=a(n[1],!0),i+="</div>",i+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_md" title="769-992px"></span>',i+=a(n[2],!0),i+="</div>",i+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_sm" title="481-768px"></span>',i+=a(n[3],!0),i+="</div>",i+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_xs" title="&le;480px"></span>',i+=a(n[4],!0),i+="</div>"),i+="</div>",e.innerHTML=i,e},iconpicker:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";return i+="<b>"+t.param.heading+"</b>",i+=window.bt_bb_iconpicker(t.param.value,t.attr_value),e.innerHTML=i,e},colorpicker:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item bt_bb_colorpicker"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";return i+="<b>"+t.param.heading+"</b>",i+='<input type="text" class="bt_bb_color_picker" value="'+bt_bb_special_char_decode(t.attr_value)+'" data-alpha-enabled="true">',e.innerHTML=i,e},link:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";return""==t.attr_value?void 0!==t.param.value&&(i=t.param.value,i=bt_bb_special_char_decode(i)):i=bt_bb_special_char_decode(t.attr_value),e.innerHTML="<b>"+t.param.heading+'</b><input type="text" value="'+i+'">',e.innerHTML+='<input type="search" placeholder="'+window.bt_bb_text.search_content+'" class="bt_bb_search_link"><span class="spinner"></span>',e.innerHTML+='<div class="bt_bb_search_link_results" data-empty-text="'+window.bt_bb_text.no_results+'"></div>',e},checkbox:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";i+="<b>"+t.param.heading+"</b>";var b=t.param.value,a=Object.keys(b),n="";return t.attr_value==b[a[0]]&&(n=" checked"),i+='<label for="bt_'+t.base+"_"+t.param.param_name+'"><input id="bt_'+t.base+"_"+t.param.param_name+'" type="checkbox" value="'+b[a[0]]+'"'+n+"><span>"+a[0]+"</span></label>",e.innerHTML=i,e},checkbox_group:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),i="";i+="<b>"+t.param.heading+"</b>";for(var a=t.param.value,n=Object.keys(a),o=t.attr_value.split(" "),_=0;_<n.length;_++){var r="";-1!=b.inArray(a[n[_]],o)&&(r=" checked"),i+='<label for="'+t.base+"_"+t.param.param_name+_+'"><input id="'+t.base+"_"+t.param.param_name+_+'" type="checkbox" value="'+a[n[_]]+'"'+r+"><span>"+n[_]+"</span></label>"}return e.innerHTML=i,e}},window.bt_bb_dialog_param.dropdown_color=window.bt_bb_dialog_param.dropdown,window.bt_bb_get_dialog_param=function(t){var e=window.bt_bb_dialog_param[t.param.type.replaceAll("-","_")](t);if(void 0!==t.param.description){var i=bt_bb_create_dom_element("i",[]);i.innerHTML=t.param.description,e.appendChild(i)}return e}},function(t,e,i){"use strict";
2
  /**!
3
  * Sortable 1.14.0
4
  * @author RubaXa <trash@rubaxa.org>
5
  * @author owenm <owen23355@gmail.com>
6
  * @license MIT
7
  */
8
+ function b(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var b=Object.getOwnPropertySymbols(t);e&&(b=b.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),i.push.apply(i,b)}return i}function a(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?b(Object(i),!0).forEach(function(e){o(t,e,i[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):b(Object(i)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))})}return t}function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function o(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function _(){return(_=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var b in i)Object.prototype.hasOwnProperty.call(i,b)&&(t[b]=i[b])}return t}).apply(this,arguments)}function r(t,e){if(null==t)return{};var i,b,a=function(t,e){if(null==t)return{};var i,b,a={},n=Object.keys(t);for(b=0;b<n.length;b++)i=n[b],e.indexOf(i)>=0||(a[i]=t[i]);return a}(t,e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);for(b=0;b<n.length;b++)i=n[b],e.indexOf(i)>=0||Object.prototype.propertyIsEnumerable.call(t,i)&&(a[i]=t[i])}return a}function s(t){return function(t){if(Array.isArray(t))return d(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return d(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);"Object"===i&&t.constructor&&(i=t.constructor.name);if("Map"===i||"Set"===i)return Array.from(t);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return d(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function d(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,b=new Array(e);i<e;i++)b[i]=t[i];return b}i.r(e),i.d(e,"MultiDrag",function(){return ke}),i.d(e,"Sortable",function(){return Bt}),i.d(e,"Swap",function(){return le});function l(t){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(t)}var c=l(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),p=l(/Edge/i),u=l(/firefox/i),w=l(/safari/i)&&!l(/chrome/i)&&!l(/android/i),h=l(/iP(ad|od|hone)/i),m=l(/chrome/i)&&l(/android/i),f={capture:!1,passive:!1};function v(t,e,i){t.addEventListener(e,i,!c&&f)}function g(t,e,i){t.removeEventListener(e,i,!c&&f)}function y(t,e){if(e){if(">"===e[0]&&(e=e.substring(1)),t)try{if(t.matches)return t.matches(e);if(t.msMatchesSelector)return t.msMatchesSelector(e);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(e)}catch(t){return!1}return!1}}function k(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function x(t,e,i,b){if(t){i=i||document;do{if(null!=e&&(">"===e[0]?t.parentNode===i&&y(t,e):y(t,e))||b&&t===i)return t;if(t===i)break}while(t=k(t))}return null}var C,E=/\s+/g;function S(t,e,i){if(t&&e)if(t.classList)t.classList[i?"add":"remove"](e);else{var b=(" "+t.className+" ").replace(E," ").replace(" "+e+" "," ");t.className=(b+(i?" "+e:"")).replace(E," ")}}function D(t,e,i){var b=t&&t.style;if(b){if(void 0===i)return document.defaultView&&document.defaultView.getComputedStyle?i=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(i=t.currentStyle),void 0===e?i:i[e];e in b||-1!==e.indexOf("webkit")||(e="-webkit-"+e),b[e]=i+("string"==typeof i?"":"px")}}function O(t,e){var i="";if("string"==typeof t)i=t;else do{var b=D(t,"transform");b&&"none"!==b&&(i=b+" "+i)}while(!e&&(t=t.parentNode));var a=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return a&&new a(i)}function N(t,e,i){if(t){var b=t.getElementsByTagName(e),a=0,n=b.length;if(i)for(;a<n;a++)i(b[a],a);return b}return[]}function T(){var t=document.scrollingElement;return t||document.documentElement}function M(t,e,i,b,a){if(t.getBoundingClientRect||t===window){var n,o,_,r,s,d,l;if(t!==window&&t.parentNode&&t!==T()?(o=(n=t.getBoundingClientRect()).top,_=n.left,r=n.bottom,s=n.right,d=n.height,l=n.width):(o=0,_=0,r=window.innerHeight,s=window.innerWidth,d=window.innerHeight,l=window.innerWidth),(e||i)&&t!==window&&(a=a||t.parentNode,!c))do{if(a&&a.getBoundingClientRect&&("none"!==D(a,"transform")||i&&"static"!==D(a,"position"))){var p=a.getBoundingClientRect();o-=p.top+parseInt(D(a,"border-top-width")),_-=p.left+parseInt(D(a,"border-left-width")),r=o+n.height,s=_+n.width;break}}while(a=a.parentNode);if(b&&t!==window){var u=O(a||t),w=u&&u.a,h=u&&u.d;u&&(r=(o/=h)+(d/=h),s=(_/=w)+(l/=w))}return{top:o,left:_,bottom:r,right:s,width:l,height:d}}}function I(t,e,i){for(var b=P(t,!0),a=M(t)[e];b;){var n=M(b)[i];if(!("top"===i||"left"===i?a>=n:a<=n))return b;if(b===T())break;b=P(b,!1)}return!1}function j(t,e,i,b){for(var a=0,n=0,o=t.children;n<o.length;){if("none"!==o[n].style.display&&o[n]!==Bt.ghost&&(b||o[n]!==Bt.dragged)&&x(o[n],i.draggable,t,!1)){if(a===e)return o[n];a++}n++}return null}function A(t,e){for(var i=t.lastElementChild;i&&(i===Bt.ghost||"none"===D(i,"display")||e&&!y(i,e));)i=i.previousElementSibling;return i||null}function z(t,e){var i=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===Bt.clone||e&&!y(t,e)||i++;return i}function R(t){var e=0,i=0,b=T();if(t)do{var a=O(t),n=a.a,o=a.d;e+=t.scrollLeft*n,i+=t.scrollTop*o}while(t!==b&&(t=t.parentNode));return[e,i]}function P(t,e){if(!t||!t.getBoundingClientRect)return T();var i=t,b=!1;do{if(i.clientWidth<i.scrollWidth||i.clientHeight<i.scrollHeight){var a=D(i);if(i.clientWidth<i.scrollWidth&&("auto"==a.overflowX||"scroll"==a.overflowX)||i.clientHeight<i.scrollHeight&&("auto"==a.overflowY||"scroll"==a.overflowY)){if(!i.getBoundingClientRect||i===document.body)return T();if(b||e)return i;b=!0}}}while(i=i.parentNode);return T()}function L(t,e){return Math.round(t.top)===Math.round(e.top)&&Math.round(t.left)===Math.round(e.left)&&Math.round(t.height)===Math.round(e.height)&&Math.round(t.width)===Math.round(e.width)}function H(t,e){return function(){if(!C){var i=arguments;1===i.length?t.call(this,i[0]):t.apply(this,i),C=setTimeout(function(){C=void 0},e)}}}function J(t,e,i){t.scrollLeft+=e,t.scrollTop+=i}function X(t){var e=window.Polymer,i=window.jQuery||window.Zepto;return e&&e.dom?e.dom(t).cloneNode(!0):i?i(t).clone(!0)[0]:t.cloneNode(!0)}function Y(t,e){D(t,"position","absolute"),D(t,"top",e.top),D(t,"left",e.left),D(t,"width",e.width),D(t,"height",e.height)}function B(t){D(t,"position",""),D(t,"top",""),D(t,"left",""),D(t,"width",""),D(t,"height","")}var F="Sortable"+(new Date).getTime();function W(){var t,e=[];return{captureAnimationState:function(){(e=[],this.options.animation)&&[].slice.call(this.el.children).forEach(function(t){if("none"!==D(t,"display")&&t!==Bt.ghost){e.push({target:t,rect:M(t)});var i=a({},e[e.length-1].rect);if(t.thisAnimationDuration){var b=O(t,!0);b&&(i.top-=b.f,i.left-=b.e)}t.fromRect=i}})},addAnimationState:function(t){e.push(t)},removeAnimationState:function(t){e.splice(function(t,e){for(var i in t)if(t.hasOwnProperty(i))for(var b in e)if(e.hasOwnProperty(b)&&e[b]===t[i][b])return Number(i);return-1}(e,{target:t}),1)},animateAll:function(i){var b=this;if(!this.options.animation)return clearTimeout(t),void("function"==typeof i&&i());var a=!1,n=0;e.forEach(function(t){var e=0,i=t.target,o=i.fromRect,_=M(i),r=i.prevFromRect,s=i.prevToRect,d=t.rect,l=O(i,!0);l&&(_.top-=l.f,_.left-=l.e),i.toRect=_,i.thisAnimationDuration&&L(r,_)&&!L(o,_)&&(d.top-_.top)/(d.left-_.left)==(o.top-_.top)/(o.left-_.left)&&(e=function(t,e,i,b){return Math.sqrt(Math.pow(e.top-t.top,2)+Math.pow(e.left-t.left,2))/Math.sqrt(Math.pow(e.top-i.top,2)+Math.pow(e.left-i.left,2))*b.animation}(d,r,s,b.options)),L(_,o)||(i.prevFromRect=o,i.prevToRect=_,e||(e=b.options.animation),b.animate(i,d,_,e)),e&&(a=!0,n=Math.max(n,e),clearTimeout(i.animationResetTimer),i.animationResetTimer=setTimeout(function(){i.animationTime=0,i.prevFromRect=null,i.fromRect=null,i.prevToRect=null,i.thisAnimationDuration=null},e),i.thisAnimationDuration=e)}),clearTimeout(t),a?t=setTimeout(function(){"function"==typeof i&&i()},n):"function"==typeof i&&i(),e=[]},animate:function(t,e,i,b){if(b){D(t,"transition",""),D(t,"transform","");var a=O(this.el),n=a&&a.a,o=a&&a.d,_=(e.left-i.left)/(n||1),r=(e.top-i.top)/(o||1);t.animatingX=!!_,t.animatingY=!!r,D(t,"transform","translate3d("+_+"px,"+r+"px,0)"),this.forRepaintDummy=function(t){return t.offsetWidth}(t),D(t,"transition","transform "+b+"ms"+(this.options.easing?" "+this.options.easing:"")),D(t,"transform","translate3d(0,0,0)"),"number"==typeof t.animated&&clearTimeout(t.animated),t.animated=setTimeout(function(){D(t,"transition",""),D(t,"transform",""),t.animated=!1,t.animatingX=!1,t.animatingY=!1},b)}}}}var U=[],K={initializeByDefault:!0},q={mount:function(t){for(var e in K)!K.hasOwnProperty(e)||e in t||(t[e]=K[e]);U.forEach(function(e){if(e.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")}),U.push(t)},pluginEvent:function(t,e,i){var b=this;this.eventCanceled=!1,i.cancel=function(){b.eventCanceled=!0};var n=t+"Global";U.forEach(function(b){e[b.pluginName]&&(e[b.pluginName][n]&&e[b.pluginName][n](a({sortable:e},i)),e.options[b.pluginName]&&e[b.pluginName][t]&&e[b.pluginName][t](a({sortable:e},i)))})},initializePlugins:function(t,e,i,b){for(var a in U.forEach(function(b){var a=b.pluginName;if(t.options[a]||b.initializeByDefault){var n=new b(t,e,t.options);n.sortable=t,n.options=t.options,t[a]=n,_(i,n.defaults)}}),t.options)if(t.options.hasOwnProperty(a)){var n=this.modifyOption(t,a,t.options[a]);void 0!==n&&(t.options[a]=n)}},getEventProperties:function(t,e){var i={};return U.forEach(function(b){"function"==typeof b.eventProperties&&_(i,b.eventProperties.call(e[b.pluginName],t))}),i},modifyOption:function(t,e,i){var b;return U.forEach(function(a){t[a.pluginName]&&a.optionListeners&&"function"==typeof a.optionListeners[e]&&(b=a.optionListeners[e].call(t[a.pluginName],i))}),b}};function Q(t){var e=t.sortable,i=t.rootEl,b=t.name,n=t.targetEl,o=t.cloneEl,_=t.toEl,r=t.fromEl,s=t.oldIndex,d=t.newIndex,l=t.oldDraggableIndex,u=t.newDraggableIndex,w=t.originalEvent,h=t.putSortable,m=t.extraEventProperties;if(e=e||i&&i[F]){var f,v=e.options,g="on"+b.charAt(0).toUpperCase()+b.substr(1);!window.CustomEvent||c||p?(f=document.createEvent("Event")).initEvent(b,!0,!0):f=new CustomEvent(b,{bubbles:!0,cancelable:!0}),f.to=_||i,f.from=r||i,f.item=n||i,f.clone=o,f.oldIndex=s,f.newIndex=d,f.oldDraggableIndex=l,f.newDraggableIndex=u,f.originalEvent=w,f.pullMode=h?h.lastPutMode:void 0;var y=a(a({},m),q.getEventProperties(b,e));for(var k in y)f[k]=y[k];i&&i.dispatchEvent(f),v[g]&&v[g].call(e,f)}}var $=["evt"],G=function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},b=i.evt,n=r(i,$);q.pluginEvent.bind(Bt)(t,e,a({dragEl:V,parentEl:tt,ghostEl:et,rootEl:it,nextEl:bt,lastDownEl:at,cloneEl:nt,cloneHidden:ot,dragStarted:vt,putSortable:ct,activeSortable:Bt.active,originalEvent:b,oldIndex:_t,oldDraggableIndex:st,newIndex:rt,newDraggableIndex:dt,hideGhostForTarget:Ht,unhideGhostForTarget:Jt,cloneNowHidden:function(){ot=!0},cloneNowShown:function(){ot=!1},dispatchSortableEvent:function(t){Z({sortable:e,name:t,originalEvent:b})}},n))};function Z(t){Q(a({putSortable:ct,cloneEl:nt,targetEl:V,rootEl:it,oldIndex:_t,oldDraggableIndex:st,newIndex:rt,newDraggableIndex:dt},t))}var V,tt,et,it,bt,at,nt,ot,_t,rt,st,dt,lt,ct,pt,ut,wt,ht,mt,ft,vt,gt,yt,kt,xt,Ct=!1,Et=!1,St=[],Dt=!1,Ot=!1,Nt=[],Tt=!1,Mt=[],It="undefined"!=typeof document,jt=h,At=p||c?"cssFloat":"float",zt=It&&!m&&!h&&"draggable"in document.createElement("div"),Rt=function(){if(It){if(c)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),Pt=function(t,e){var i=D(t),b=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),a=j(t,0,e),n=j(t,1,e),o=a&&D(a),_=n&&D(n),r=o&&parseInt(o.marginLeft)+parseInt(o.marginRight)+M(a).width,s=_&&parseInt(_.marginLeft)+parseInt(_.marginRight)+M(n).width;if("flex"===i.display)return"column"===i.flexDirection||"column-reverse"===i.flexDirection?"vertical":"horizontal";if("grid"===i.display)return i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(a&&o.float&&"none"!==o.float){var d="left"===o.float?"left":"right";return!n||"both"!==_.clear&&_.clear!==d?"horizontal":"vertical"}return a&&("block"===o.display||"flex"===o.display||"table"===o.display||"grid"===o.display||r>=b&&"none"===i[At]||n&&"none"===i[At]&&r+s>b)?"vertical":"horizontal"},Lt=function(t){function e(t,i){return function(b,a,n,o){var _=b.options.group.name&&a.options.group.name&&b.options.group.name===a.options.group.name;if(null==t&&(i||_))return!0;if(null==t||!1===t)return!1;if(i&&"clone"===t)return t;if("function"==typeof t)return e(t(b,a,n,o),i)(b,a,n,o);var r=(i?b:a).options.group.name;return!0===t||"string"==typeof t&&t===r||t.join&&t.indexOf(r)>-1}}var i={},b=t.group;b&&"object"==n(b)||(b={name:b}),i.name=b.name,i.checkPull=e(b.pull,!0),i.checkPut=e(b.put),i.revertClone=b.revertClone,t.group=i},Ht=function(){!Rt&&et&&D(et,"display","none")},Jt=function(){!Rt&&et&&D(et,"display","")};It&&document.addEventListener("click",function(t){if(Et)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),Et=!1,!1},!0);var Xt=function(t){if(V){t=t.touches?t.touches[0]:t;var e=(a=t.clientX,n=t.clientY,St.some(function(t){var e=t[F].options.emptyInsertThreshold;if(e&&!A(t)){var i=M(t),b=a>=i.left-e&&a<=i.right+e,_=n>=i.top-e&&n<=i.bottom+e;return b&&_?o=t:void 0}}),o);if(e){var i={};for(var b in t)t.hasOwnProperty(b)&&(i[b]=t[b]);i.target=i.rootEl=e,i.preventDefault=void 0,i.stopPropagation=void 0,e[F]._onDragOver(i)}}var a,n,o},Yt=function(t){V&&V.parentNode[F]._isOutsideThisEl(t.target)};function Bt(t,e){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=e=_({},e),t[F]=this;var i={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Pt(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,e){t.setData("Text",e.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Bt.supportPointer&&"PointerEvent"in window&&!w,emptyInsertThreshold:5};for(var b in q.initializePlugins(this,t,i),i)!(b in e)&&(e[b]=i[b]);for(var a in Lt(e),this)"_"===a.charAt(0)&&"function"==typeof this[a]&&(this[a]=this[a].bind(this));this.nativeDraggable=!e.forceFallback&&zt,this.nativeDraggable&&(this.options.touchStartThreshold=1),e.supportPointer?v(t,"pointerdown",this._onTapStart):(v(t,"mousedown",this._onTapStart),v(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(v(t,"dragover",this),v(t,"dragenter",this)),St.push(this.el),e.store&&e.store.get&&this.sort(e.store.get(this)||[]),_(this,W())}function Ft(t,e,i,b,a,n,o,_){var r,s,d=t[F],l=d.options.onMove;return!window.CustomEvent||c||p?(r=document.createEvent("Event")).initEvent("move",!0,!0):r=new CustomEvent("move",{bubbles:!0,cancelable:!0}),r.to=e,r.from=t,r.dragged=i,r.draggedRect=b,r.related=a||e,r.relatedRect=n||M(e),r.willInsertAfter=_,r.originalEvent=o,t.dispatchEvent(r),l&&(s=l.call(d,r,o)),s}function Wt(t){t.draggable=!1}function Ut(){Tt=!1}function Kt(t){for(var e=t.tagName+t.className+t.src+t.href+t.textContent,i=e.length,b=0;i--;)b+=e.charCodeAt(i);return b.toString(36)}function qt(t){return setTimeout(t,0)}function Qt(t){return clearTimeout(t)}Bt.prototype={constructor:Bt,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(gt=null)},_getDirection:function(t,e){return"function"==typeof this.options.direction?this.options.direction.call(this,t,e,V):this.options.direction},_onTapStart:function(t){if(t.cancelable){var e=this,i=this.el,b=this.options,a=b.preventOnFilter,n=t.type,o=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,_=(o||t).target,r=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||_,s=b.filter;if(function(t){Mt.length=0;var e=t.getElementsByTagName("input"),i=e.length;for(;i--;){var b=e[i];b.checked&&Mt.push(b)}}(i),!V&&!(/mousedown|pointerdown/.test(n)&&0!==t.button||b.disabled)&&!r.isContentEditable&&(this.nativeDraggable||!w||!_||"SELECT"!==_.tagName.toUpperCase())&&!((_=x(_,b.draggable,i,!1))&&_.animated||at===_)){if(_t=z(_),st=z(_,b.draggable),"function"==typeof s){if(s.call(this,t,_,this))return Z({sortable:e,rootEl:r,name:"filter",targetEl:_,toEl:i,fromEl:i}),G("filter",e,{evt:t}),void(a&&t.cancelable&&t.preventDefault())}else if(s&&(s=s.split(",").some(function(b){if(b=x(r,b.trim(),i,!1))return Z({sortable:e,rootEl:b,name:"filter",targetEl:_,fromEl:i,toEl:i}),G("filter",e,{evt:t}),!0})))return void(a&&t.cancelable&&t.preventDefault());b.handle&&!x(r,b.handle,i,!1)||this._prepareDragStart(t,o,_)}}},_prepareDragStart:function(t,e,i){var b,a=this,n=a.el,o=a.options,_=n.ownerDocument;if(i&&!V&&i.parentNode===n){var r=M(i);if(it=n,tt=(V=i).parentNode,bt=V.nextSibling,at=i,lt=o.group,Bt.dragged=V,pt={target:V,clientX:(e||t).clientX,clientY:(e||t).clientY},mt=pt.clientX-r.left,ft=pt.clientY-r.top,this._lastX=(e||t).clientX,this._lastY=(e||t).clientY,V.style["will-change"]="all",b=function(){G("delayEnded",a,{evt:t}),Bt.eventCanceled?a._onDrop():(a._disableDelayedDragEvents(),!u&&a.nativeDraggable&&(V.draggable=!0),a._triggerDragStart(t,e),Z({sortable:a,name:"choose",originalEvent:t}),S(V,o.chosenClass,!0))},o.ignore.split(",").forEach(function(t){N(V,t.trim(),Wt)}),v(_,"dragover",Xt),v(_,"mousemove",Xt),v(_,"touchmove",Xt),v(_,"mouseup",a._onDrop),v(_,"touchend",a._onDrop),v(_,"touchcancel",a._onDrop),u&&this.nativeDraggable&&(this.options.touchStartThreshold=4,V.draggable=!0),G("delayStart",this,{evt:t}),!o.delay||o.delayOnTouchOnly&&!e||this.nativeDraggable&&(p||c))b();else{if(Bt.eventCanceled)return void this._onDrop();v(_,"mouseup",a._disableDelayedDrag),v(_,"touchend",a._disableDelayedDrag),v(_,"touchcancel",a._disableDelayedDrag),v(_,"mousemove",a._delayedDragTouchMoveHandler),v(_,"touchmove",a._delayedDragTouchMoveHandler),o.supportPointer&&v(_,"pointermove",a._delayedDragTouchMoveHandler),a._dragStartTimer=setTimeout(b,o.delay)}}},_delayedDragTouchMoveHandler:function(t){var e=t.touches?t.touches[0]:t;Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){V&&Wt(V),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;g(t,"mouseup",this._disableDelayedDrag),g(t,"touchend",this._disableDelayedDrag),g(t,"touchcancel",this._disableDelayedDrag),g(t,"mousemove",this._delayedDragTouchMoveHandler),g(t,"touchmove",this._delayedDragTouchMoveHandler),g(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,e){e=e||"touch"==t.pointerType&&t,!this.nativeDraggable||e?this.options.supportPointer?v(document,"pointermove",this._onTouchMove):v(document,e?"touchmove":"mousemove",this._onTouchMove):(v(V,"dragend",this),v(it,"dragstart",this._onDragStart));try{document.selection?qt(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,e){if(Ct=!1,it&&V){G("dragStarted",this,{evt:e}),this.nativeDraggable&&v(document,"dragover",Yt);var i=this.options;!t&&S(V,i.dragClass,!1),S(V,i.ghostClass,!0),Bt.active=this,t&&this._appendGhost(),Z({sortable:this,name:"start",originalEvent:e})}else this._nulling()},_emulateDragOver:function(){if(ut){this._lastX=ut.clientX,this._lastY=ut.clientY,Ht();for(var t=document.elementFromPoint(ut.clientX,ut.clientY),e=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(ut.clientX,ut.clientY))!==e;)e=t;if(V.parentNode[F]._isOutsideThisEl(t),e)do{if(e[F]){if(e[F]._onDragOver({clientX:ut.clientX,clientY:ut.clientY,target:t,rootEl:e})&&!this.options.dragoverBubble)break}t=e}while(e=e.parentNode);Jt()}},_onTouchMove:function(t){if(pt){var e=this.options,i=e.fallbackTolerance,b=e.fallbackOffset,a=t.touches?t.touches[0]:t,n=et&&O(et,!0),o=et&&n&&n.a,_=et&&n&&n.d,r=jt&&xt&&R(xt),s=(a.clientX-pt.clientX+b.x)/(o||1)+(r?r[0]-Nt[0]:0)/(o||1),d=(a.clientY-pt.clientY+b.y)/(_||1)+(r?r[1]-Nt[1]:0)/(_||1);if(!Bt.active&&!Ct){if(i&&Math.max(Math.abs(a.clientX-this._lastX),Math.abs(a.clientY-this._lastY))<i)return;this._onDragStart(t,!0)}if(et){n?(n.e+=s-(wt||0),n.f+=d-(ht||0)):n={a:1,b:0,c:0,d:1,e:s,f:d};var l="matrix(".concat(n.a,",").concat(n.b,",").concat(n.c,",").concat(n.d,",").concat(n.e,",").concat(n.f,")");D(et,"webkitTransform",l),D(et,"mozTransform",l),D(et,"msTransform",l),D(et,"transform",l),wt=s,ht=d,ut=a}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!et){var t=this.options.fallbackOnBody?document.body:it,e=M(V,!0,jt,!0,t),i=this.options;if(jt){for(xt=t;"static"===D(xt,"position")&&"none"===D(xt,"transform")&&xt!==document;)xt=xt.parentNode;xt!==document.body&&xt!==document.documentElement?(xt===document&&(xt=T()),e.top+=xt.scrollTop,e.left+=xt.scrollLeft):xt=T(),Nt=R(xt)}S(et=V.cloneNode(!0),i.ghostClass,!1),S(et,i.fallbackClass,!0),S(et,i.dragClass,!0),D(et,"transition",""),D(et,"transform",""),D(et,"box-sizing","border-box"),D(et,"margin",0),D(et,"top",e.top),D(et,"left",e.left),D(et,"width",e.width),D(et,"height",e.height),D(et,"opacity","0.8"),D(et,"position",jt?"absolute":"fixed"),D(et,"zIndex","100000"),D(et,"pointerEvents","none"),Bt.ghost=et,t.appendChild(et),D(et,"transform-origin",mt/parseInt(et.style.width)*100+"% "+ft/parseInt(et.style.height)*100+"%")}},_onDragStart:function(t,e){var i=this,b=t.dataTransfer,a=i.options;G("dragStart",this,{evt:t}),Bt.eventCanceled?this._onDrop():(G("setupClone",this),Bt.eventCanceled||((nt=X(V)).draggable=!1,nt.style["will-change"]="",this._hideClone(),S(nt,this.options.chosenClass,!1),Bt.clone=nt),i.cloneId=qt(function(){G("clone",i),Bt.eventCanceled||(i.options.removeCloneOnHide||it.insertBefore(nt,V),i._hideClone(),Z({sortable:i,name:"clone"}))}),!e&&S(V,a.dragClass,!0),e?(Et=!0,i._loopId=setInterval(i._emulateDragOver,50)):(g(document,"mouseup",i._onDrop),g(document,"touchend",i._onDrop),g(document,"touchcancel",i._onDrop),b&&(b.effectAllowed="move",a.setData&&a.setData.call(i,b,V)),v(document,"drop",i),D(V,"transform","translateZ(0)")),Ct=!0,i._dragStartId=qt(i._dragStarted.bind(i,e,t)),v(document,"selectstart",i),vt=!0,w&&D(document.body,"user-select","none"))},_onDragOver:function(t){var e,i,b,n,o=this.el,_=t.target,r=this.options,s=r.group,d=Bt.active,l=lt===s,c=r.sort,p=ct||d,u=this,w=!1;if(!Tt){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),_=x(_,r.draggable,o,!0),L("dragOver"),Bt.eventCanceled)return w;if(V.contains(t.target)||_.animated&&_.animatingX&&_.animatingY||u._ignoreWhileAnimating===_)return X(!1);if(Et=!1,d&&!r.disabled&&(l?c||(b=tt!==it):ct===this||(this.lastPutMode=lt.checkPull(this,d,V,t))&&s.checkPut(this,d,V,t))){if(n="vertical"===this._getDirection(t,_),e=M(V),L("dragOverValid"),Bt.eventCanceled)return w;if(b)return tt=it,H(),this._hideClone(),L("revert"),Bt.eventCanceled||(bt?it.insertBefore(V,bt):it.appendChild(V)),X(!0);var h=A(o,r.draggable);if(!h||function(t,e,i){var b=M(A(i.el,i.options.draggable));return e?t.clientX>b.right+10||t.clientX<=b.right&&t.clientY>b.bottom&&t.clientX>=b.left:t.clientX>b.right&&t.clientY>b.top||t.clientX<=b.right&&t.clientY>b.bottom+10}(t,n,this)&&!h.animated){if(h===V)return X(!1);if(h&&o===t.target&&(_=h),_&&(i=M(_)),!1!==Ft(it,o,V,e,_,i,t,!!_))return H(),o.appendChild(V),tt=o,Y(),X(!0)}else if(h&&function(t,e,i){var b=M(j(i.el,0,i.options,!0));return e?t.clientX<b.left-10||t.clientY<b.top&&t.clientX<b.right:t.clientY<b.top-10||t.clientY<b.bottom&&t.clientX<b.left}(t,n,this)){var m=j(o,0,r,!0);if(m===V)return X(!1);if(i=M(_=m),!1!==Ft(it,o,V,e,_,i,t,!1))return H(),o.insertBefore(V,m),tt=o,Y(),X(!0)}else if(_.parentNode===o){i=M(_);var f,v,g,y=V.parentNode!==o,k=!function(t,e,i){var b=i?t.left:t.top,a=i?t.right:t.bottom,n=i?t.width:t.height,o=i?e.left:e.top,_=i?e.right:e.bottom,r=i?e.width:e.height;return b===o||a===_||b+n/2===o+r/2}(V.animated&&V.toRect||e,_.animated&&_.toRect||i,n),C=n?"top":"left",E=I(_,"top","top")||I(V,"top","top"),O=E?E.scrollTop:void 0;if(gt!==_&&(v=i[C],Dt=!1,Ot=!k&&r.invertSwap||y),0!==(f=function(t,e,i,b,a,n,o,_){var r=b?t.clientY:t.clientX,s=b?i.height:i.width,d=b?i.top:i.left,l=b?i.bottom:i.right,c=!1;if(!o)if(_&&kt<s*a){if(!Dt&&(1===yt?r>d+s*n/2:r<l-s*n/2)&&(Dt=!0),Dt)c=!0;else if(1===yt?r<d+kt:r>l-kt)return-yt}else if(r>d+s*(1-a)/2&&r<l-s*(1-a)/2)return function(t){return z(V)<z(t)?1:-1}(e);if((c=c||o)&&(r<d+s*n/2||r>l-s*n/2))return r>d+s/2?1:-1;return 0}(t,_,i,n,k?1:r.swapThreshold,null==r.invertedSwapThreshold?r.swapThreshold:r.invertedSwapThreshold,Ot,gt===_))){var N=z(V);do{N-=f,g=tt.children[N]}while(g&&("none"===D(g,"display")||g===et))}if(0===f||g===_)return X(!1);gt=_,yt=f;var T=_.nextElementSibling,R=!1,P=Ft(it,o,V,e,_,i,t,R=1===f);if(!1!==P)return 1!==P&&-1!==P||(R=1===P),Tt=!0,setTimeout(Ut,30),H(),R&&!T?o.appendChild(V):_.parentNode.insertBefore(V,R?T:_),E&&J(E,0,O-E.scrollTop),tt=V.parentNode,void 0===v||Ot||(kt=Math.abs(v-M(_)[C])),Y(),X(!0)}if(o.contains(V))return X(!1)}return!1}function L(r,s){G(r,u,a({evt:t,isOwner:l,axis:n?"vertical":"horizontal",revert:b,dragRect:e,targetRect:i,canSort:c,fromSortable:p,target:_,completed:X,onMove:function(i,b){return Ft(it,o,V,e,i,M(i),t,b)},changed:Y},s))}function H(){L("dragOverAnimationCapture"),u.captureAnimationState(),u!==p&&p.captureAnimationState()}function X(e){return L("dragOverCompleted",{insertion:e}),e&&(l?d._hideClone():d._showClone(u),u!==p&&(S(V,ct?ct.options.ghostClass:d.options.ghostClass,!1),S(V,r.ghostClass,!0)),ct!==u&&u!==Bt.active?ct=u:u===Bt.active&&ct&&(ct=null),p===u&&(u._ignoreWhileAnimating=_),u.animateAll(function(){L("dragOverAnimationComplete"),u._ignoreWhileAnimating=null}),u!==p&&(p.animateAll(),p._ignoreWhileAnimating=null)),(_===V&&!V.animated||_===o&&!_.animated)&&(gt=null),r.dragoverBubble||t.rootEl||_===document||(V.parentNode[F]._isOutsideThisEl(t.target),!e&&Xt(t)),!r.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),w=!0}function Y(){rt=z(V),dt=z(V,r.draggable),Z({sortable:u,name:"change",toEl:o,newIndex:rt,newDraggableIndex:dt,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){g(document,"mousemove",this._onTouchMove),g(document,"touchmove",this._onTouchMove),g(document,"pointermove",this._onTouchMove),g(document,"dragover",Xt),g(document,"mousemove",Xt),g(document,"touchmove",Xt)},_offUpEvents:function(){var t=this.el.ownerDocument;g(t,"mouseup",this._onDrop),g(t,"touchend",this._onDrop),g(t,"pointerup",this._onDrop),g(t,"touchcancel",this._onDrop),g(document,"selectstart",this)},_onDrop:function(t){var e=this.el,i=this.options;rt=z(V),dt=z(V,i.draggable),G("drop",this,{evt:t}),tt=V&&V.parentNode,rt=z(V),dt=z(V,i.draggable),Bt.eventCanceled?this._nulling():(Ct=!1,Ot=!1,Dt=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Qt(this.cloneId),Qt(this._dragStartId),this.nativeDraggable&&(g(document,"drop",this),g(e,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),w&&D(document.body,"user-select",""),D(V,"transform",""),t&&(vt&&(t.cancelable&&t.preventDefault(),!i.dropBubble&&t.stopPropagation()),et&&et.parentNode&&et.parentNode.removeChild(et),(it===tt||ct&&"clone"!==ct.lastPutMode)&&nt&&nt.parentNode&&nt.parentNode.removeChild(nt),V&&(this.nativeDraggable&&g(V,"dragend",this),Wt(V),V.style["will-change"]="",vt&&!Ct&&S(V,ct?ct.options.ghostClass:this.options.ghostClass,!1),S(V,this.options.chosenClass,!1),Z({sortable:this,name:"unchoose",toEl:tt,newIndex:null,newDraggableIndex:null,originalEvent:t}),it!==tt?(rt>=0&&(Z({rootEl:tt,name:"add",toEl:tt,fromEl:it,originalEvent:t}),Z({sortable:this,name:"remove",toEl:tt,originalEvent:t}),Z({rootEl:tt,name:"sort",toEl:tt,fromEl:it,originalEvent:t}),Z({sortable:this,name:"sort",toEl:tt,originalEvent:t})),ct&&ct.save()):rt!==_t&&rt>=0&&(Z({sortable:this,name:"update",toEl:tt,originalEvent:t}),Z({sortable:this,name:"sort",toEl:tt,originalEvent:t})),Bt.active&&(null!=rt&&-1!==rt||(rt=_t,dt=st),Z({sortable:this,name:"end",toEl:tt,originalEvent:t}),this.save()))),this._nulling())},_nulling:function(){G("nulling",this),it=V=tt=et=bt=nt=at=ot=pt=ut=vt=rt=dt=_t=st=gt=yt=ct=lt=Bt.dragged=Bt.ghost=Bt.clone=Bt.active=null,Mt.forEach(function(t){t.checked=!0}),Mt.length=wt=ht=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":V&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move");t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,e=[],i=this.el.children,b=0,a=i.length,n=this.options;b<a;b++)x(t=i[b],n.draggable,this.el,!1)&&e.push(t.getAttribute(n.dataIdAttr)||Kt(t));return e},sort:function(t,e){var i={},b=this.el;this.toArray().forEach(function(t,e){var a=b.children[e];x(a,this.options.draggable,b,!1)&&(i[t]=a)},this),e&&this.captureAnimationState(),t.forEach(function(t){i[t]&&(b.removeChild(i[t]),b.appendChild(i[t]))}),e&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,e){return x(t,e||this.options.draggable,this.el,!1)},option:function(t,e){var i=this.options;if(void 0===e)return i[t];var b=q.modifyOption(this,t,e);i[t]=void 0!==b?b:e,"group"===t&&Lt(i)},destroy:function(){G("destroy",this);var t=this.el;t[F]=null,g(t,"mousedown",this._onTapStart),g(t,"touchstart",this._onTapStart),g(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(g(t,"dragover",this),g(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),function(t){t.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),St.splice(St.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!ot){if(G("hideClone",this),Bt.eventCanceled)return;D(nt,"display","none"),this.options.removeCloneOnHide&&nt.parentNode&&nt.parentNode.removeChild(nt),ot=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(ot){if(G("showClone",this),Bt.eventCanceled)return;V.parentNode!=it||this.options.group.revertClone?bt?it.insertBefore(nt,bt):it.appendChild(nt):it.insertBefore(nt,V),this.options.group.revertClone&&this.animate(V,nt),D(nt,"display",""),ot=!1}}else this._hideClone()}},It&&v(document,"touchmove",function(t){(Bt.active||Ct)&&t.cancelable&&t.preventDefault()}),Bt.utils={on:v,off:g,css:D,find:N,is:function(t,e){return!!x(t,e,t,!1)},extend:function(t,e){if(t&&e)for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);return t},throttle:H,closest:x,toggleClass:S,clone:X,index:z,nextTick:qt,cancelNextTick:Qt,detectDirection:Pt,getChild:j},Bt.get=function(t){return t[F]},Bt.mount=function(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];e[0].constructor===Array&&(e=e[0]),e.forEach(function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(Bt.utils=a(a({},Bt.utils),t.utils)),q.mount(t)})},Bt.create=function(t,e){return new Bt(t,e)},Bt.version="1.14.0";var $t,Gt,Zt,Vt,te,ee,ie=[],be=!1;function ae(){ie.forEach(function(t){clearInterval(t.pid)}),ie=[]}function ne(){clearInterval(ee)}var oe,_e=H(function(t,e,i,b){if(e.scroll){var a,n=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,_=e.scrollSensitivity,r=e.scrollSpeed,s=T(),d=!1;Gt!==i&&(Gt=i,ae(),$t=e.scroll,a=e.scrollFn,!0===$t&&($t=P(i,!0)));var l=0,c=$t;do{var p=c,u=M(p),w=u.top,h=u.bottom,m=u.left,f=u.right,v=u.width,g=u.height,y=void 0,k=void 0,x=p.scrollWidth,C=p.scrollHeight,E=D(p),S=p.scrollLeft,O=p.scrollTop;p===s?(y=v<x&&("auto"===E.overflowX||"scroll"===E.overflowX||"visible"===E.overflowX),k=g<C&&("auto"===E.overflowY||"scroll"===E.overflowY||"visible"===E.overflowY)):(y=v<x&&("auto"===E.overflowX||"scroll"===E.overflowX),k=g<C&&("auto"===E.overflowY||"scroll"===E.overflowY));var N=y&&(Math.abs(f-n)<=_&&S+v<x)-(Math.abs(m-n)<=_&&!!S),I=k&&(Math.abs(h-o)<=_&&O+g<C)-(Math.abs(w-o)<=_&&!!O);if(!ie[l])for(var j=0;j<=l;j++)ie[j]||(ie[j]={});ie[l].vx==N&&ie[l].vy==I&&ie[l].el===p||(ie[l].el=p,ie[l].vx=N,ie[l].vy=I,clearInterval(ie[l].pid),0==N&&0==I||(d=!0,ie[l].pid=setInterval(function(){b&&0===this.layer&&Bt.active._onTouchMove(te);var e=ie[this.layer].vy?ie[this.layer].vy*r:0,i=ie[this.layer].vx?ie[this.layer].vx*r:0;"function"==typeof a&&"continue"!==a.call(Bt.dragged.parentNode[F],i,e,t,te,ie[this.layer].el)||J(ie[this.layer].el,i,e)}.bind({layer:l}),24))),l++}while(e.bubbleScroll&&c!==s&&(c=P(c,!1)));be=d}},30),re=function(t){var e=t.originalEvent,i=t.putSortable,b=t.dragEl,a=t.activeSortable,n=t.dispatchSortableEvent,o=t.hideGhostForTarget,_=t.unhideGhostForTarget;if(e){var r=i||a;o();var s=e.changedTouches&&e.changedTouches.length?e.changedTouches[0]:e,d=document.elementFromPoint(s.clientX,s.clientY);_(),r&&!r.el.contains(d)&&(n("spill"),this.onSpill({dragEl:b,putSortable:i}))}};function se(){}function de(){}function le(){function t(){this.defaults={swapClass:"sortable-swap-highlight"}}return t.prototype={dragStart:function(t){var e=t.dragEl;oe=e},dragOverValid:function(t){var e=t.completed,i=t.target,b=t.onMove,a=t.activeSortable,n=t.changed,o=t.cancel;if(a.options.swap){var _=this.sortable.el,r=this.options;if(i&&i!==_){var s=oe;!1!==b(i)?(S(i,r.swapClass,!0),oe=i):oe=null,s&&s!==oe&&S(s,r.swapClass,!1)}n(),e(!0),o()}},drop:function(t){var e=t.activeSortable,i=t.putSortable,b=t.dragEl,a=i||this.sortable,n=this.options;oe&&S(oe,n.swapClass,!1),oe&&(n.swap||i&&i.options.swap)&&b!==oe&&(a.captureAnimationState(),a!==e&&e.captureAnimationState(),function(t,e){var i,b,a=t.parentNode,n=e.parentNode;if(!a||!n||a.isEqualNode(e)||n.isEqualNode(t))return;i=z(t),b=z(e),a.isEqualNode(n)&&i<b&&b++;a.insertBefore(e,a.children[i]),n.insertBefore(t,n.children[b])}(b,oe),a.animateAll(),a!==e&&e.animateAll())},nulling:function(){oe=null}},_(t,{pluginName:"swap",eventProperties:function(){return{swapItem:oe}}})}se.prototype={startIndex:null,dragStart:function(t){var e=t.oldDraggableIndex;this.startIndex=e},onSpill:function(t){var e=t.dragEl,i=t.putSortable;this.sortable.captureAnimationState(),i&&i.captureAnimationState();var b=j(this.sortable.el,this.startIndex,this.options);b?this.sortable.el.insertBefore(e,b):this.sortable.el.appendChild(e),this.sortable.animateAll(),i&&i.animateAll()},drop:re},_(se,{pluginName:"revertOnSpill"}),de.prototype={onSpill:function(t){var e=t.dragEl,i=t.putSortable||this.sortable;i.captureAnimationState(),e.parentNode&&e.parentNode.removeChild(e),i.animateAll()},drop:re},_(de,{pluginName:"removeOnSpill"});var ce,pe,ue,we,he,me=[],fe=[],ve=!1,ge=!1,ye=!1;function ke(){function t(t){for(var e in this)"_"===e.charAt(0)&&"function"==typeof this[e]&&(this[e]=this[e].bind(this));t.options.supportPointer?v(document,"pointerup",this._deselectMultiDrag):(v(document,"mouseup",this._deselectMultiDrag),v(document,"touchend",this._deselectMultiDrag)),v(document,"keydown",this._checkKeyDown),v(document,"keyup",this._checkKeyUp),this.defaults={selectedClass:"sortable-selected",multiDragKey:null,setData:function(e,i){var b="";me.length&&pe===t?me.forEach(function(t,e){b+=(e?", ":"")+t.textContent}):b=i.textContent,e.setData("Text",b)}}}return t.prototype={multiDragKeyDown:!1,isMultiDrag:!1,delayStartGlobal:function(t){var e=t.dragEl;ue=e},delayEnded:function(){this.isMultiDrag=~me.indexOf(ue)},setupClone:function(t){var e=t.sortable,i=t.cancel;if(this.isMultiDrag){for(var b=0;b<me.length;b++)fe.push(X(me[b])),fe[b].sortableIndex=me[b].sortableIndex,fe[b].draggable=!1,fe[b].style["will-change"]="",S(fe[b],this.options.selectedClass,!1),me[b]===ue&&S(fe[b],this.options.chosenClass,!1);e._hideClone(),i()}},clone:function(t){var e=t.sortable,i=t.rootEl,b=t.dispatchSortableEvent,a=t.cancel;this.isMultiDrag&&(this.options.removeCloneOnHide||me.length&&pe===e&&(xe(!0,i),b("clone"),a()))},showClone:function(t){var e=t.cloneNowShown,i=t.rootEl,b=t.cancel;this.isMultiDrag&&(xe(!1,i),fe.forEach(function(t){D(t,"display","")}),e(),he=!1,b())},hideClone:function(t){var e=this,i=(t.sortable,t.cloneNowHidden),b=t.cancel;this.isMultiDrag&&(fe.forEach(function(t){D(t,"display","none"),e.options.removeCloneOnHide&&t.parentNode&&t.parentNode.removeChild(t)}),i(),he=!0,b())},dragStartGlobal:function(t){t.sortable;!this.isMultiDrag&&pe&&pe.multiDrag._deselectMultiDrag(),me.forEach(function(t){t.sortableIndex=z(t)}),me=me.sort(function(t,e){return t.sortableIndex-e.sortableIndex}),ye=!0},dragStarted:function(t){var e=this,i=t.sortable;if(this.isMultiDrag){if(this.options.sort&&(i.captureAnimationState(),this.options.animation)){me.forEach(function(t){t!==ue&&D(t,"position","absolute")});var b=M(ue,!1,!0,!0);me.forEach(function(t){t!==ue&&Y(t,b)}),ge=!0,ve=!0}i.animateAll(function(){ge=!1,ve=!1,e.options.animation&&me.forEach(function(t){B(t)}),e.options.sort&&Ce()})}},dragOver:function(t){var e=t.target,i=t.completed,b=t.cancel;ge&&~me.indexOf(e)&&(i(!1),b())},revert:function(t){var e=t.fromSortable,i=t.rootEl,b=t.sortable,a=t.dragRect;me.length>1&&(me.forEach(function(t){b.addAnimationState({target:t,rect:ge?M(t):a}),B(t),t.fromRect=a,e.removeAnimationState(t)}),ge=!1,function(t,e){me.forEach(function(i,b){var a=e.children[i.sortableIndex+(t?Number(b):0)];a?e.insertBefore(i,a):e.appendChild(i)})}(!this.options.removeCloneOnHide,i))},dragOverCompleted:function(t){var e=t.sortable,i=t.isOwner,b=t.insertion,a=t.activeSortable,n=t.parentEl,o=t.putSortable,_=this.options;if(b){if(i&&a._hideClone(),ve=!1,_.animation&&me.length>1&&(ge||!i&&!a.options.sort&&!o)){var r=M(ue,!1,!0,!0);me.forEach(function(t){t!==ue&&(Y(t,r),n.appendChild(t))}),ge=!0}if(!i)if(ge||Ce(),me.length>1){var s=he;a._showClone(e),a.options.animation&&!he&&s&&fe.forEach(function(t){a.addAnimationState({target:t,rect:we}),t.fromRect=we,t.thisAnimationDuration=null})}else a._showClone(e)}},dragOverAnimationCapture:function(t){var e=t.dragRect,i=t.isOwner,b=t.activeSortable;if(me.forEach(function(t){t.thisAnimationDuration=null}),b.options.animation&&!i&&b.multiDrag.isMultiDrag){we=_({},e);var a=O(ue,!0);we.top-=a.f,we.left-=a.e}},dragOverAnimationComplete:function(){ge&&(ge=!1,Ce())},drop:function(t){var e=t.originalEvent,i=t.rootEl,b=t.parentEl,a=t.sortable,n=t.dispatchSortableEvent,o=t.oldIndex,_=t.putSortable,r=_||this.sortable;if(e){var s=this.options,d=b.children;if(!ye)if(s.multiDragKey&&!this.multiDragKeyDown&&this._deselectMultiDrag(),S(ue,s.selectedClass,!~me.indexOf(ue)),~me.indexOf(ue))me.splice(me.indexOf(ue),1),ce=null,Q({sortable:a,rootEl:i,name:"deselect",targetEl:ue,originalEvt:e});else{if(me.push(ue),Q({sortable:a,rootEl:i,name:"select",targetEl:ue,originalEvt:e}),e.shiftKey&&ce&&a.el.contains(ce)){var l,c,p=z(ce),u=z(ue);if(~p&&~u&&p!==u)for(u>p?(c=p,l=u):(c=u,l=p+1);c<l;c++)~me.indexOf(d[c])||(S(d[c],s.selectedClass,!0),me.push(d[c]),Q({sortable:a,rootEl:i,name:"select",targetEl:d[c],originalEvt:e}))}else ce=ue;pe=r}if(ye&&this.isMultiDrag){if(ge=!1,(b[F].options.sort||b!==i)&&me.length>1){var w=M(ue),h=z(ue,":not(."+this.options.selectedClass+")");if(!ve&&s.animation&&(ue.thisAnimationDuration=null),r.captureAnimationState(),!ve&&(s.animation&&(ue.fromRect=w,me.forEach(function(t){if(t.thisAnimationDuration=null,t!==ue){var e=ge?M(t):w;t.fromRect=e,r.addAnimationState({target:t,rect:e})}})),Ce(),me.forEach(function(t){d[h]?b.insertBefore(t,d[h]):b.appendChild(t),h++}),o===z(ue))){var m=!1;me.forEach(function(t){t.sortableIndex===z(t)||(m=!0)}),m&&n("update")}me.forEach(function(t){B(t)}),r.animateAll()}pe=r}(i===b||_&&"clone"!==_.lastPutMode)&&fe.forEach(function(t){t.parentNode&&t.parentNode.removeChild(t)})}},nullingGlobal:function(){this.isMultiDrag=ye=!1,fe.length=0},destroyGlobal:function(){this._deselectMultiDrag(),g(document,"pointerup",this._deselectMultiDrag),g(document,"mouseup",this._deselectMultiDrag),g(document,"touchend",this._deselectMultiDrag),g(document,"keydown",this._checkKeyDown),g(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function(t){if(!(void 0!==ye&&ye||pe!==this.sortable||t&&x(t.target,this.options.draggable,this.sortable.el,!1)||t&&0!==t.button))for(;me.length;){var e=me[0];S(e,this.options.selectedClass,!1),me.shift(),Q({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:e,originalEvt:t})}},_checkKeyDown:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!0)},_checkKeyUp:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!1)}},_(t,{pluginName:"multiDrag",utils:{select:function(t){var e=t.parentNode[F];e&&e.options.multiDrag&&!~me.indexOf(t)&&(pe&&pe!==e&&(pe.multiDrag._deselectMultiDrag(),pe=e),S(t,e.options.selectedClass,!0),me.push(t))},deselect:function(t){var e=t.parentNode[F],i=me.indexOf(t);e&&e.options.multiDrag&&~i&&(S(t,e.options.selectedClass,!1),me.splice(i,1))}},eventProperties:function(){var t=this,e=[],i=[];return me.forEach(function(b){var a;e.push({multiDragElement:b,index:b.sortableIndex}),a=ge&&b!==ue?-1:ge?z(b,":not(."+t.options.selectedClass+")"):z(b),i.push({multiDragElement:b,index:a})}),{items:s(me),clones:[].concat(fe),oldIndicies:e,newIndicies:i}},optionListeners:{multiDragKey:function(t){return"ctrl"===(t=t.toLowerCase())?t="Control":t.length>1&&(t=t.charAt(0).toUpperCase()+t.substr(1)),t}}})}function xe(t,e){fe.forEach(function(i,b){var a=e.children[i.sortableIndex+(t?Number(b):0)];a?e.insertBefore(i,a):e.appendChild(i)})}function Ce(){me.forEach(function(t){t!==ue&&t.parentNode&&t.parentNode.removeChild(t)})}Bt.mount(new function(){function t(){for(var t in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"==typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var e=t.originalEvent;this.sortable.nativeDraggable?v(document,"dragover",this._handleAutoScroll):this.options.supportPointer?v(document,"pointermove",this._handleFallbackAutoScroll):e.touches?v(document,"touchmove",this._handleFallbackAutoScroll):v(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var e=t.originalEvent;this.options.dragOverBubble||e.rootEl||this._handleAutoScroll(e)},drop:function(){this.sortable.nativeDraggable?g(document,"dragover",this._handleAutoScroll):(g(document,"pointermove",this._handleFallbackAutoScroll),g(document,"touchmove",this._handleFallbackAutoScroll),g(document,"mousemove",this._handleFallbackAutoScroll)),ne(),ae(),clearTimeout(C),C=void 0},nulling:function(){te=Gt=$t=be=ee=Zt=Vt=null,ie.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,e){var i=this,b=(t.touches?t.touches[0]:t).clientX,a=(t.touches?t.touches[0]:t).clientY,n=document.elementFromPoint(b,a);if(te=t,e||this.options.forceAutoScrollFallback||p||c||w){_e(t,this.options,n,e);var o=P(n,!0);!be||ee&&b===Zt&&a===Vt||(ee&&ne(),ee=setInterval(function(){var n=P(document.elementFromPoint(b,a),!0);n!==o&&(o=n,ae()),_e(t,i.options,n,e)},10),Zt=b,Vt=a)}else{if(!this.options.bubbleScroll||P(n,!0)===T())return void ae();_e(t,this.options,P(n,!1),!1)}}},_(t,{pluginName:"scroll",initializeByDefault:!0})}),Bt.mount(de,se),e.default=Bt},function(t,e,i){"use strict";i.r(e);i(4),i(0),i(5),i(6),i(7),i(8),i(9),i(10),i(1),i(11);window.bt_bb_sortable=i(2)},function(t,e,i){"use strict";var b;window.bt_bb_map={},window.bt_bb_map_primary={},window.bt_bb_map_secondary={},window.addEventListener("beforeunload",function(t){window.bt_bb_dirty&&(t.preventDefault(),t.returnValue="")}),(b=jQuery)(document).ready(function(){try{window.bt_bb_alo=JSON.parse(localStorage.getItem("bt_bb_alo"))}catch(t){console.error(t),window.bt_bb_alo={}}if(window.bt_bb_alo||(window.bt_bb_alo={}),b(window).unload(function(){window.bt_bb_alo||(window.bt_bb_alo={}),localStorage.setItem("bt_bb_alo",JSON.stringify(window.bt_bb_alo))}),window.bt_bb_mouse={},window.bt_bb_drag_item=null,b("#bt_bb").length>0&&window.bt_bb_data.children.length>0&&(void 0!==window.bt_bb_map[window.bt_bb_data.children[0].base]&&!0===window.bt_bb_map[window.bt_bb_data.children[0].base].root||(window.bt_bb_data.children=[],window.bt_bb.is_bb_content=!1)),b("#postdivrich").length>0&&b("#bt_bb").length>0){b("#postdivrich").before('<div id="bt_bb_editor_toolbar"></div>'),window.bt_bb.is_bb_content?(window.bt_bb.editor="bb",b("#postdivrich").addClass("bt_bb_hidden"),b("#bt_bb_editor_toolbar").addClass("bt_bb_is_bb_editor")):(window.bt_bb.editor="wp",b("#bt_bb_sectionid").hide());var t="bb"==window.bt_bb.editor;b("#bt_bb_editor_toolbar").html('<button type="button" class="button bt_bb_switch_editor">'+window.bt_bb_text.switch_editor+'</button> <button type="button" class="button bt_bb_custom_css" disabled>'+window.bt_bb_text.custom_css+"</button>");var e={action:"bt_bb_get_custom_css",post_id:b("#post_ID").val()};b.ajax({type:"POST",url:window.bt_bb_ajax_url,data:e,async:!0,success:function(e){window.bt_bb_custom_css=window.bt_bb_b64EncodeUnicode(e),t&&b(".bt_bb_custom_css").removeAttr("disabled"),""!=e&&b(".bt_bb_custom_css").addClass("button-primary")}})}function i(t){var e=window.location.href;t=t.replace(/[\[\]]/g,"\\$&");var i=new RegExp("[?&]"+t+"(=([^&#]*)|&|#|$)").exec(e);return i?i[2]?decodeURIComponent(i[2].replace(/\+/g," ")):"":null}if(b("#publish, #post-preview, #save-post, #save").on("click",function(t){window.bt_bb_dirty=!1,"bb"==window.bt_bb.editor&&(b("#bt_bb_front_end_preview iframe").remove(),b("#bt_bb_front_end_preview").append('<iframe name="bt_bb_front_end_preview_iframe"></iframe>'),b("#bt_bb_front_end_preview").hide(),window.bt_bb_action="update_wp_editor",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"))}),window.bt_bb_item_mousedown=function(){b(".bt_bb_item").each(function(){b(this).unbind("mousedown"),b(this).on("mousedown",function(t){t.stopPropagation();var e=this.getBoundingClientRect(),i=t.clientX-e.left,a=t.clientY-e.top;window.bt_bb_mouse.initOffsetX=i,window.bt_bb_mouse.initOffsetY=a,window.bt_bb_action=null,window.bt_bb_drag_item=b(this),b(".bt_bb_toolbar_tools_visible").removeClass("bt_bb_toolbar_tools_visible");var n=b(this).parent()[0].getBoundingClientRect();b(this).parent().css("height",n.height),b(this).parent().addClass("bt_bb_wrap_drag"),b(this).addClass("bt_bb_drag"),b(this).find(".bt_bb_horizontal").css("height","auto"),b(this).find(".bt_bb_width .bt_bb_item").css("height","auto"),b(this).css("width",b(this).width()),b(this).hasClass("bt_bb_toggled")||(n=b(this)[0].getBoundingClientRect(),b(this).css("height",n.height)),b(this).css("position","fixed"),b(this).css("zIndex","100000"),b(this).css("top",bt_bb_mouse.y-bt_bb_mouse.initOffsetY),b(this).css("left",bt_bb_mouse.x-bt_bb_mouse.initOffsetX)})})},bt_bb_item_mousedown(),b(document).mouseup(function(t){b(".bt_bb_marker").removeClass("bt_bb_marker"),null!=window.bt_bb_drag_item&&(window.bt_bb_dialog.hide(),b(".bt_bb_toolbar_tools").css("opacity",""),null!=window.bt_bb_action&&window.bt_bb_action.startsWith("move")&&(window.bt_bb_ctrl=t.ctrlKey,bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")),window.bt_bb_drag_item.parent().css("height",""),window.bt_bb_drag_item.parent().removeClass("bt_bb_wrap_drag"),window.bt_bb_drag_item.removeClass("bt_bb_drag"),window.bt_bb_drag_item.find(".bt_bb_horizontal").css("height",""),window.bt_bb_drag_item.find(".bt_bb_width .bt_bb_item").css("height",""),window.bt_bb_drag_item.css("position",""),window.bt_bb_drag_item.css("zIndex",""),window.bt_bb_drag_item.css("opacity",""),window.bt_bb_drag_item.css("width",""),window.bt_bb_drag_item.hasClass("bt_bb_toggled")||window.bt_bb_drag_item.css("height",""),window.bt_bb_drag_item.css("top",""),window.bt_bb_drag_item.css("left","")),window.bt_bb_drag_item=null}),b(document).mousemove(function(t){if(bt_bb_mouse.x=t.clientX,bt_bb_mouse.y=t.clientY,null!=window.bt_bb_drag_item){window.bt_bb_drag_item.css("top",bt_bb_mouse.y-bt_bb_mouse.initOffsetY),window.bt_bb_drag_item.css("left",bt_bb_mouse.x-bt_bb_mouse.initOffsetX);var e=bt_bb_get_action();b(".bt_bb_marker").removeClass("bt_bb_marker bt_bb_marker_up bt_bb_marker_down bt_bb_marker_left bt_bb_marker_right bt_bb_marker_inside"),null!=window.bt_bb_action&&("up"==e[1]?e[0].addClass("bt_bb_marker bt_bb_marker_up"):"down"==e[1]?e[0].addClass("bt_bb_marker bt_bb_marker_down"):"left"==e[1]?e[0].addClass("bt_bb_marker bt_bb_marker_left"):"right"==e[1]?e[0].addClass("bt_bb_marker bt_bb_marker_right"):"inside"==e[1]&&e[0].addClass("bt_bb_marker bt_bb_marker_inside"))}}),b(document).on("mouseover","#bt_bb_dialog",function(t){t.stopPropagation(),window.bt_bb_dialog.is_mouseover=!0,b(".bt_bb_toolbar_tools_visible").removeClass("bt_bb_toolbar_tools_visible")}),b(document).on("mouseleave","#bt_bb_dialog",function(t){window.bt_bb_dialog.is_mouseover=!1}),b("#bt_bb_add_root").click(function(t){t.preventDefault(),window.bt_bb_dialog.hide(),window.bt_bb_action="add_root",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b("#bt_bb_main_toolbar .bt_bb_undo").click(function(t){bt_bb_undo()}),b("#bt_bb_main_toolbar .bt_bb_redo").click(function(t){bt_bb_redo()}),b("#bt_bb_main_toolbar .bt_bb_paste_root").click(function(t){bt_bb_paste_main_toolbar()}),b("#bt_bb_main_toolbar .bt_bb_manage_clipboard").click(function(t){window.bt_bb_dialog.hide(),window.bt_bb_dialog.show("manage_cb")}),b("#bt_bb_main_toolbar .bt_bb_sc_mapper").click(function(t){window.bt_bb_dialog.hide(),window.bt_bb_dialog.show("sc_mapper")}),b("#bt_bb_editor_toolbar .bt_bb_switch_editor").click(function(t){"bb"==window.bt_bb.editor?(window.bt_bb.editor="wp",window.bt_bb_action="update_wp_editor",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"),b("#postdivrich").removeClass("bt_bb_hidden"),b("#bt_bb_sectionid").hide(),b("#postdivrich").hide().show(0),b(this).parent().removeClass("bt_bb_is_bb_editor"),b(".bt_bb_custom_css").attr("disabled","")):confirm(window.bt_bb_text.switch_editor_confirm)&&(window.bt_bb.editor="bb",b("#postdivrich").addClass("bt_bb_hidden"),b("#bt_bb_sectionid").show(0),b(this).parent().addClass("bt_bb_is_bb_editor"),b(".bt_bb_custom_css").removeAttr("disabled"))}),b("#bt_bb_editor_toolbar .bt_bb_custom_css").on("click",function(t){window.bt_bb_dialog.hide(),window.bt_bb_dialog.show("custom_css"),b("#bt_bb_dialog").addClass("bt_bb_dialog_custom_css")}),b("#bt_bb_main_toolbar .bt_bb_preview").on("click",function(t){b("#post-preview").click()}),b("#bt_bb_main_toolbar .bt_bb_save").on("click",function(t){b("#publish").click()}),window.bt_bb_toolbar=function(){b(document).unbind("keydown.bt_bb"),b(document).unbind("keyup.bt_bb"),b(".bt_bb_toolbar").unbind("mouseover"),b(".bt_bb_toolbar").unbind("mouseout"),b(".bt_bb_toolbar i").unbind("mousedown"),b(".bt_bb_toolbar i").unbind("click"),b(".bt_bb_toolbar i").mousedown(function(t){t.stopPropagation()}),b(".bt_bb_toolbar .bt_bb_order").mousedown(function(t){t.stopPropagation()}),b(".bt_bb_toolbar .bt_bb_toggle").on("click",function(t){window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),b(this).closest(".bt_bb_item").hasClass("bt_bb_toggled")?window.bt_bb_action="toggle_off":window.bt_bb_action="toggle_on",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b(".bt_bb_toolbar .bt_bb_delete").click(function(t){window.bt_bb_action="delete",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b(".bt_bb_toolbar .bt_bb_add").click(function(t){t.preventDefault(),window.bt_bb_dialog.hide(),"horizontal"==b(this).closest(".bt_bb_item").data("container")?window.bt_bb_action="add_horizontal":window.bt_bb_action="add",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),window.bt_bb_base=b(this).closest(".bt_bb_item").data("base"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b(".bt_bb_toolbar .bt_bb_edit").click(function(t){t.preventDefault(),window.bt_bb_dialog.hide(),window.bt_bb_action="edit",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),window.bt_bb_base=b(this).closest(".bt_bb_item").data("base"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b(".bt_bb_toolbar .bt_bb_clone").click(function(t){t.preventDefault(),window.bt_bb_action="clone",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b(".bt_bb_toolbar .bt_bb_copy").click(function(t){t.preventDefault(),window.bt_bb_action="copy",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"),t.ctrlKey&&(window.bt_bb_action="delete",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"))}),b(".bt_bb_toolbar .bt_bb_copy_plus").click(function(t){t.preventDefault(),window.bt_bb_action="copy_plus",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"),t.ctrlKey&&(window.bt_bb_action="delete",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"))}),b(".bt_bb_toolbar .bt_bb_paste").click(function(t){t.preventDefault(),t.ctrlKey?window.bt_bb_action="paste_before":window.bt_bb_action="paste",window.bt_bb_from=b(this).closest(".bt_bb_item").parent().data("reactid"),bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}),b(".bt_bb_toolbar .bt_bb_order").click(function(t){t.preventDefault(),window.bt_bb_dialog.hide();var e=b(this).find(".bt_bb_order_inner").html();b("#bt_bb_front_end_preview").show(),b("#bt_bb_front_end_preview").append('<div class="bt_bb_front_end_preview_loading"><div class="bt_bb_fe_loader"><div class="sk-cube sk-cube1"></div><div class="sk-cube sk-cube2"></div><div class="sk-cube sk-cube3"></div><div class="sk-cube sk-cube4"></div><div class="sk-cube sk-cube5"></div><div class="sk-cube sk-cube6"></div><div class="sk-cube sk-cube7"></div><div class="sk-cube sk-cube8"></div><div class="sk-cube sk-cube9"></div></div>\x3c!-- /bt_bb_fe_loader --\x3e</div>'),b("#bt_bb_front_end_preview iframe").remove(),b("#bt_bb_front_end_preview").append('<iframe name="bt_bb_front_end_preview_iframe"></iframe>'),b("#bt_bb_front_end_preview iframe").css("opacity","0"),b("#bt_bb_front_end_preview iframe").load(function(){var t;(t=b("#bt_bb_front_end_preview iframe").contents()).find("#wpadminbar").hide(),t.find("html").attr("style","margin-top: 0px !important"),t.find("body").removeClass("admin-bar"),t.find("body").imagesLoaded().always(function(i){b("#bt_bb_front_end_preview .bt_bb_front_end_preview_loading").remove();var a=t.find(".bt_bb_fe_wrap"),n=[];a.each(function(t,e){null===e.closest(".menu")&&n.push(e)}),b("#bt_bb_front_end_preview iframe").css("opacity","1"),t.find("html, body").scrollTop(b(n[e-1]).offset().top)})}),window.bt_bb_resize_front_end_preview(),window.bt_bb_action="update_wp_editor",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event");var i=b("form#post");b("<input>").attr({type:"hidden",value:"true",name:"bt_bb_fe_preview"}).appendTo(i);var a=b("input#wp-preview"),n=navigator.userAgent.toLowerCase();wp.autosave&&wp.autosave.server.tempBlockSave(),a.val("dopreview"),i.attr("target","bt_bb_front_end_preview_iframe").submit().attr("target",""),b('input[name="bt_bb_fe_preview"]').remove(),-1!==n.indexOf("safari")&&-1===n.indexOf("chrome")&&i.attr("action",function(t,e){return e+"?t="+(new Date).getTime()}),a.val("")}),b(".bt_bb_front_end_preview_close").click(function(t){b("#bt_bb_front_end_preview").hide()})},window.bt_bb_toolbar(),b("#bt_bb").length>0&&window.bt_bb_init_number_items(),Number.isInteger(parseInt(i("bt_bb_order")))){var a=parseInt(i("bt_bb_order"));setTimeout(function(){b("html, body").scrollTop(b(".bt_bb_order").eq(a-1).offset().top-b("#wpadminbar").height()-24)},500)}b("#bt_bb_front_end_preview").on("click",".bt_bb_front_end_preview_resize",function(t){b("#bt_bb_front_end_preview").removeClass("bt_bb_front_end_preview_xl"),b("#bt_bb_front_end_preview").removeClass("bt_bb_front_end_preview_lg"),b("#bt_bb_front_end_preview").removeClass("bt_bb_front_end_preview_md"),b("#bt_bb_front_end_preview").removeClass("bt_bb_front_end_preview_sm"),b("#bt_bb_front_end_preview").removeClass("bt_bb_front_end_preview_xs"),b(this).siblings().removeClass("bt_bb_front_end_preview_selected"),b(this).addClass("bt_bb_front_end_preview_selected");var e=b(this).data("preview-size");b("#bt_bb_front_end_preview").addClass("bt_bb_front_end_preview_"+e);var i=!1;"xl"==e?i=Math.round(.9*b(window).width())+"px":"lg"==e?i="1200px":"md"==e?i="992px":"sm"==e?i="768px":"xs"==e&&(i="480px"),b("#bt_bb_front_end_preview").data("width",i),window.bt_bb_resize_front_end_preview()})}),window.bt_bb_get_action=function(){var t=bt_bb_mouse.x,e=bt_bb_mouse.y;window.bt_bb_action=null;var i=null,a=null;if(!bt_bb_point_coll(bt_bb_drag_item.parent(),t,e)){var n=bt_bb_drag_item.data("base"),o=b(".bt_bb_item").not(".bt_bb_drag").not(".bt_bb_drag .bt_bb_item");"bt_bb_section"!=n&&"bt_section"!=n||(o=b('.bt_bb_item[data-base="bt_bb_section"],.bt_bb_item[data-base="bt_section"]').not(".bt_bb_drag").not(".bt_bb_drag .bt_bb_item"));var _=bt_bb_get_closest(o,t,e);if(null!=_){var r=bt_bb_get_position(_);if(window.bt_bb_from=bt_bb_drag_item.parent().data("reactid"),window.bt_bb_to=_.parent().data("reactid"),"inside"==r)var s=_.data("base"),d=_;else s=_.parent().closest(".bt_bb_item").data("base"),d=_.parent().closest(".bt_bb_item");i=_;var l=!1;_.parent().parent().hasClass("bt_bb_item_list")&&"inside"!=r?l=void 0!==window.bt_bb_map[n]&&!0===window.bt_bb_map[n].root:void 0===window.bt_bb_map[s]||void 0===window.bt_bb_map[s].accept?l=!1:!0===window.bt_bb_map[s].accept[n]?l=!0:!1===window.bt_bb_map[s].accept[n]?l=!1:!0===window.bt_bb_map[s].accept_all?l=!0:!1===window.bt_bb_map[s].accept_all&&(l=!1),d.find(".bt_bb_horizontal").length>0&&d.find(".bt_bb_horizontal")[0].children.length>=12&&(l=!1),l&&("down"==r?(window.bt_bb_action="move_down",a="down",i.parent().hasClass("bt_bb_width")&&(a="right")):"up"==r?(window.bt_bb_action="move_up",a="up",i.parent().hasClass("bt_bb_width")&&(a="left")):"left"==r?(window.bt_bb_action="move_up",a="up",i.parent().hasClass("bt_bb_width")&&(a="left")):"right"==r?(window.bt_bb_action="move_down",a="down",i.parent().hasClass("bt_bb_width")&&(a="right")):"inside"==r&&(window.bt_bb_action="move_inside",a="inside"))}}return[i,a]},window.bt_bb_point_coll=function(t,e,i){var a=t.offset().top-b(window).scrollTop(),n=t.offset().left,o=t.innerWidth(),_=t.innerHeight();return bt_bb_point_coll_base(a,n,o,_,e,i)},window.bt_bb_point_coll_top=function(t,e,i){var a=t.offset().top-b(window).scrollTop(),n=t.offset().left,o=t.innerWidth(),_=t.find(".bt_bb_toolbar").height()+2*window.bt_bb.padding;return bt_bb_point_coll_base(a,n,o,_,e,i)},window.bt_bb_point_coll_base=function(t,e,i,b,a,n){for(var o,_,r,s=[e,e,e+i,e+i],d=[t,t+b,t+b,t],l=!0,c=0;c<4;c++)r=3==c?-((o=-(d[0]-d[c]))*s[c]+(_=s[0]-s[c])*d[c]):-((o=-(d[c+1]-d[c]))*s[c]+(_=s[c+1]-s[c])*d[c]),o*a+_*n+r>0&&(l=!1);return l},window.bt_bb_point_dist=function(t,e,i){var a=t.offset().top-b(window).scrollTop(),n=t.offset().left,o=a+t.innerHeight(),_=n+t.innerWidth();return e>n&&e<_&&i>a&&i<o?Math.min(Math.min(Math.abs(i-a),Math.abs(i-o)),Math.min(Math.abs(e-n),Math.abs(e-_))):e>n&&e<_?Math.min(Math.abs(i-a),Math.abs(i-o)):i>a&&i<o?Math.min(Math.abs(e-n),Math.abs(e-_)):null},window.bt_bb_get_closest=function(t,e,i){var a=1e5,n=null;t.each(function(){var t=bt_bb_point_dist(b(this),e,i);null!=t&&t<=a&&(a=t,n=b(this))});var o=bt_bb_drag_item.data("base");return null!==n&&"bt_bb_column"==n.data("base")&&"bt_bb_column"!=o&&n.find(b(".bt_bb_item")).length&&(n=window.bt_bb_get_closest(n.find(b(".bt_bb_item").not(".bt_bb_drag").not(".bt_bb_drag .bt_bb_item")),e,i)),n},window.bt_bb_get_position=function(t){var e=t.offset().top-b(window).scrollTop(),i=t.offset().left,a=e+t.innerHeight(),n=i+t.innerWidth();if(bt_bb_mouse.y<e)var o="up";else o=bt_bb_mouse.y>a?"down":bt_bb_mouse.x<i?"left":bt_bb_mouse.x>n?"right":"inside";return o},window.bt_bb_event=function(t){window.bt_bb_action=t,bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")},window.bt_bb_resize_dialog=function(t){if(b(window).innerHeight()<800)var e=Math.round(.5*b(window).innerHeight());else e=Math.round(.65*b(window).innerHeight());b("#bt_bb_dialog .bt_bb_dialog_content").css("max-height",e),b("#bt_bb_dialog").css("width",Math.round(.5*b(window).width())+"px");var i=b("#bt_bb_dialog").width();b("#bt_bb_dialog").css({transform:"translateX("+Math.round(.5*-i)+"px)"})},window.bt_bb_resize_front_end_preview=function(){var t=b("#bt_bb_front_end_preview").data("width");t?b("#bt_bb_front_end_preview").css("width",t):b("#bt_bb_front_end_preview").css("width",Math.round(.9*b(window).width())+"px"),b("#bt_bb_front_end_preview").css("height",Math.round(.8*b(window).innerHeight())),t?parseFloat(t):b("#bt_bb_front_end_preview").width(),b("#bt_bb_front_end_preview").height()},b(window).resize(function(){window.bt_bb_resize_dialog(),window.bt_bb_resize_front_end_preview()})},function(t,e,i){"use strict";window.bt_bb_edit_layout=function(){let t=jQuery;var e=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from),i="",b="",a="",n="",o="";for(let t=0;t<e.children.length;t++){var _=window.bt_bb_map[e.children[t].base].width_param,r=attr_to_obj(e.children[t].attr);void 0!==r&&void 0!==r[_]&&(i+=r[_]),void 0!==r&&void 0!==r.width_lg&&(b+=r.width_lg),void 0!==r&&void 0!==r.width_md&&(a+=r.width_md),void 0!==r&&void 0!==r.width_sm&&(n+=r.width_sm),void 0!==r&&void 0!==r.width_xs&&(o+=r.width_xs),t<e.children.length-1&&(void 0!==r&&void 0!==r[_]&&""!==r[_]&&(i+="+"),void 0!==r&&void 0!==r.width_lg&&""!==r.width_lg&&(b+="+"),void 0!==r&&void 0!==r.width_md&&""!==r.width_md&&(a+="+"),void 0!==r&&void 0!==r.width_sm&&""!==r.width_sm&&(n+="+"),void 0!==r&&void 0!==r.width_xs&&""!==r.width_xs&&(o+="+"))}t("#bt_bb_dialog").addClass("bt_bb_dialog_add_horizontal");t("#bt_bb_dialog .bt_bb_dialog_content").html('<div class="bt_bb_dialog_pick_layout_container"><span class="bt_bb_dialog_pick_layout bt_bb_dialog_11" title="1/1"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_12_12" title="1/2+1/2"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_13_13_13" title="1/3+1/3+1/3"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_14_14_14" title="1/4+1/4+1/4+1/4"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_15_15_15_15_15" title="1/5+1/5+1/5+1/5+1/5"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_23_13" title="2/3+1/3"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_13_23" title="1/3+2/3"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_34_14" title="3/4+1/4"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_34" title="1/4+3/4"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_24_14" title="1/4+2/4+1/4"></span></div><div class="bt_bb_dialog_enter_layout_container"><div class="bt_bb_edit_layout_xl"><b>&gt;1200px</b><input type="text" class="bt_bb_dialog_enter_layout bt_bb_dialog_enter_layout_xl"></div><div class="bt_bb_edit_layout_lg"><b>993-1200px</b><input type="text" class="bt_bb_dialog_enter_layout bt_bb_dialog_enter_layout_lg" placeholder="---"></div><div class="bt_bb_edit_layout_md"><b>769-992px</b><input type="text" class="bt_bb_dialog_enter_layout bt_bb_dialog_enter_layout_md" placeholder="---"></div><div class="bt_bb_edit_layout_sm"><b>481-768px</b><input type="text" class="bt_bb_dialog_enter_layout bt_bb_dialog_enter_layout_sm" placeholder="---"></div><div class="bt_bb_edit_layout_xs"><b>&le;480px</b><input type="text" class="bt_bb_dialog_enter_layout bt_bb_dialog_enter_layout_xs" placeholder="---"></div></div>'),t("#bt_bb_dialog").append('<input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small" value="'+window.bt_bb_text.submit+'">'),""!=i&&t(".bt_bb_dialog_enter_layout_xl").val(i),""!=b&&t(".bt_bb_dialog_enter_layout_lg").val(b),""!=a&&t(".bt_bb_dialog_enter_layout_md").val(a),""!=n&&t(".bt_bb_dialog_enter_layout_sm").val(n),""!=o&&t(".bt_bb_dialog_enter_layout_xs").val(o),t(".bt_bb_dialog_pick_layout").click(function(e){var i=t(this).attr("title").replace(/\s/gm,"");t(".bt_bb_dialog_enter_layout").parent().removeClass("bt_bb_layout_error_alert"),t(".bt_bb_dialog_enter_layout").val(i),"bt_bb_row"!=window.bt_bb_base&&"bt_bb_row_inner"!=window.bt_bb_base||("1/2+1/2"==i?t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1"):"1/3+1/3+1/3"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1+1/1")):"1/4+1/4+1/4+1/4"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/2+1/2+1/2+1/2"),t(".bt_bb_dialog_enter_layout_md").val("1/2+1/2+1/2+1/2")):"2/3+1/3"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1")):"1/3+2/3"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1")):"3/4+1/4"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1")):"1/4+3/4"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1")):"1/4+2/4+1/4"==i?(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1+1/1")):"1/5+1/5+1/5+1/5+1/5"==i&&(t(".bt_bb_dialog_enter_layout_xs").val("1/1+1/1+1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_sm").val("1/1+1/1+1/1+1/1+1/1"),t(".bt_bb_dialog_enter_layout_md").val("1/1+1/1+1/1+1/1+1/1")))}),t(".bt_bb_dialog_enter_layout").keypress(function(t){13==t.which&&t.preventDefault()}),t(".bt_bb_dialog_add_horizontal .bt_bb_dialog_button").click(function(e){bt_bb_add_horizontal(window.bt_bb_state_current,[t(".bt_bb_dialog_enter_layout_xl").val(),t(".bt_bb_dialog_enter_layout_lg").val(),t(".bt_bb_dialog_enter_layout_md").val(),t(".bt_bb_dialog_enter_layout_sm").val(),t(".bt_bb_dialog_enter_layout_xs").val()])&&window.bt_bb_dialog.hide()})}},function(t,e,i){"use strict";window.bt_bb_edit_layout_classic=function(){let t=jQuery;for(var e=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from),i="",b=0;b<e.children.length;b++){var a=window.bt_bb_map[e.children[b].base].width_param;i+=attr_to_obj(e.children[b].attr)[a],b<e.children.length-1&&(i+="+")}t("#bt_bb_dialog").addClass("bt_bb_dialog_add_horizontal bt_bb_dialog_add_horizontal_classic");t("#bt_bb_dialog .bt_bb_dialog_content").html('<div class="bt_bb_dialog_pick_layout_container"><span class="bt_bb_dialog_pick_layout bt_bb_dialog_11" title="1/1"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_12_12" title="1/2+1/2"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_13_13_13" title="1/3+1/3+1/3"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_14_14_14" title="1/4+1/4+1/4+1/4"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_23_13" title="2/3+1/3"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_13_23" title="1/3+2/3"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_34_14" title="3/4+1/4"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_34" title="1/4+3/4"></span><span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_24_14" title="1/4+2/4+1/4"></span></div><div class="bt_bb_dialog_enter_layout_container"><div contenteditable="true" class="bt_bb_dialog_enter_layout">1/1</div></div>'),t("#bt_bb_dialog").append('<input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small" value="'+window.bt_bb_text.submit+'">'),""!=i&&t(".bt_bb_dialog_enter_layout").html(i),t(".bt_bb_dialog_pick_layout").click(function(e){t(".bt_bb_dialog_enter_layout").html(t(this).attr("title").replace(/\s/gm,"")),t(".bt_bb_dialog_enter_layout").focus()}),t(".bt_bb_dialog_enter_layout").keypress(function(e){13==e.which&&(e.preventDefault(),bt_bb_add_horizontal_classic(window.bt_bb_state_current,t(this).html()),window.bt_bb_dialog.hide())}),t(".bt_bb_dialog_add_horizontal .bt_bb_dialog_button").click(function(e){bt_bb_add_horizontal_classic(window.bt_bb_state_current,t(".bt_bb_dialog_enter_layout").html()),window.bt_bb_dialog.hide()})}},function(t,e,i){"use strict";window.bt_bb_add_horizontal=function(t,e){let i=jQuery;if(void 0!==e){for(var b=[],a=function(t,e){b.push(t);var i=!1;if(""==(t=t.replace(/\s/gm,""))&&e>0)i=!1;else if(""==t)i=!0;else{var a=t.split("+");if(a.length>12)i=!0;else{var n=0,o=[],_=[];for(let t=0;t<a.length;t++){var r=a[t].split("/");if(2!=r.length){i=!0;break}var s=parseInt(r[0]);o.push(s);var d=parseInt(r[1]);if(_.push(d),s<1||s>12||d<1||d>12){i=!0;break}}if(!i){for(let t=0;t<o.length;t++){var l=12*o[t]/_[t];if(!Number.isInteger(l)&&window.bt_bb_custom_elements||!Number.isInteger(l)&&!Number.isInteger(l/2.4)){i=!0;break}n+=l}(12!=n&&0==e||!Number.isInteger(n/12))&&(i=!0)}}}return!i},n=function(t){return(t.match(/\+/g)||[]).length},o=!1,_=0;_<e.length;_++)if(!a(e[_],_)){o=!0;break}if(i(".bt_bb_dialog_enter_layout").parent().removeClass("bt_bb_layout_error_alert"),o)return i(".bt_bb_dialog_enter_layout").eq(_).parent().addClass("bt_bb_layout_error_alert"),setTimeout(function(){alert(window.bt_bb_text.layout_error)},300),!1;var r=n(e[0]);for(let t=1;t<e.length;t++){let b=n(e[t]);if(r!=b&&b>0)return i(".bt_bb_dialog_enter_layout").parent().removeClass("bt_bb_layout_error_alert"),i(".bt_bb_dialog_enter_layout").eq(t).parent().addClass("bt_bb_layout_error_alert"),setTimeout(function(){alert(window.bt_bb_text.number_columns)},300),!1}var s=window.bt_bb_from,d=b[0].split("+"),l=b[1].split("+"),c=b[2].split("+"),p=b[3].split("+"),u=b[4].split("+");for(let b=0;b<t.children.length;b++){if(s.bt_ends_with(t.children[b].key)){var w=t.children[b].children.length;if(w>0)if(d.length>=w){for(let e=0;e<w;e++){for(var h in window.bt_bb_map[window.bt_bb_base].accept);var m=window.bt_bb_map[h].width_param;(v=attr_to_obj(t.children[b].children[e].attr))[m]=d[e],v.width_lg=l[e],v.width_md=c[e],v.width_sm=p[e],v.width_xs=u[e],t.children[b].children[e].attr=JSON.stringify(v)}for(let e=w;e<d.length;e++){var f={};for(var h in window.bt_bb_map[window.bt_bb_base].accept);f.title=h,f.base=h,f.key=bt_bb_get_key(),f.children=[];m=window.bt_bb_map[h].width_param;f.attr='{"'+m+'":'+bt_bb_json_encode(d[e])+', "width_lg":'+bt_bb_json_encode(l[e])+', "width_md":'+bt_bb_json_encode(c[e])+', "width_sm":'+bt_bb_json_encode(p[e])+', "width_xs":'+bt_bb_json_encode(u[e])+"}";var v=attr_to_obj(f.attr);void 0!==window.bt_bb_map[f.base]&&void 0!==window.bt_bb_map[f.base].params&&i.each(window.bt_bb_map[f.base].params,function(t,e){e.hasOwnProperty("value")&&"string"==typeof e.value?v[e.param_name]=bt_bb_special_char_encode(e.value):e.hasOwnProperty("value")&&e.hasOwnProperty("default")&&(v[e.param_name]=e.default)}),f.attr=JSON.stringify(v),bt_bb_insert_inside(t,window.bt_bb_from,f)}}else{for(let e=0;e<d.length;e++){for(var h in window.bt_bb_map[window.bt_bb_base].accept);m=window.bt_bb_map[h].width_param;(v=attr_to_obj(t.children[b].children[e].attr))[m]=d[e],v.width_lg=l[e],v.width_md=c[e],v.width_sm=p[e],v.width_xs=u[e],t.children[b].children[e].attr=JSON.stringify(v)}bt_bb_delete_obj(t,t.children[b].children[d.length].key,w-d.length)}else for(let e=0;e<d.length;e++){f={};for(var h in window.bt_bb_map[window.bt_bb_base].accept);f.title=h,f.base=h,f.key=bt_bb_get_key(),f.children=[];m=window.bt_bb_map[h].width_param;f.attr='{"'+m+'":'+bt_bb_json_encode(d[e])+', "width_lg":'+bt_bb_json_encode(l[e])+', "width_md":'+bt_bb_json_encode(c[e])+', "width_sm":'+bt_bb_json_encode(p[e])+', "width_xs":'+bt_bb_json_encode(u[e])+"}";v=attr_to_obj(f.attr);void 0!==window.bt_bb_map[f.base]&&void 0!==window.bt_bb_map[f.base].params&&i.each(window.bt_bb_map[f.base].params,function(t,e){e.hasOwnProperty("value")&&"string"==typeof e.value?v[e.param_name]=bt_bb_special_char_encode(e.value):e.hasOwnProperty("value")&&e.hasOwnProperty("default")&&(v[e.param_name]=e.default)}),f.attr=JSON.stringify(v),bt_bb_insert_inside(t,window.bt_bb_from,f)}return window.bt_bb_action="refresh",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"),!0}if(!0===bt_bb_add_horizontal(t.children[b],e))return!0}}else window.bt_bb_dialog.show("add_horizontal")}},function(t,e,i){"use strict";window.bt_bb_add_horizontal_classic=function(t,e){jQuery;if(void 0!==e){var i=!1;if(""==(e=e.replace(/\s/gm,"").replace(/<\/?[^>]+(>|$)/gm,"")))i=!0;else{var b=e.split("+");if(b.length>12)i=!0;else{for(var a=0,n=[],o=[],_=0;_<b.length;_++){var r=b[_].split("/");if(2!=r.length){i=!0;break}var s=parseInt(r[0]);n.push(s);var d=parseInt(r[1]);if(o.push(d),s<1||s>12||d<1||d>12){i=!0;break}}if(!i){for(var l=0;l<n.length;l++){var c=12*n[l]/o[l];if(c!=Math.floor(c)&&(2.4!=c||window.bt_bb_custom_elements)){i=!0;break}a+=c}12!=a&&(i=!0)}}}if(i)return void alert(window.bt_bb_text.layout_error);var p=window.bt_bb_from;for(_=0;_<t.children.length;_++){if(p.bt_ends_with(t.children[_].key)){var u=t.children[_].children.length;if(u>0)if(b.length>=u){for(l=0;l<u;l++){for(var w in window.bt_bb_map[window.bt_bb_base].accept);var h=window.bt_bb_map[w].width_param;(f=attr_to_obj(t.children[_].children[l].attr))[h]=b[l],t.children[_].children[l].attr=JSON.stringify(f)}for(l=u;l<b.length;l++){var m={};for(var w in window.bt_bb_map[window.bt_bb_base].accept);m.title=w,m.base=w,m.key=bt_bb_get_key(),m.children=[];h=window.bt_bb_map[w].width_param;m.attr='{"'+h+'":'+bt_bb_json_encode(b[l])+"}",bt_bb_insert_inside(t,window.bt_bb_from,m)}}else{for(l=0;l<b.length;l++){for(var w in window.bt_bb_map[window.bt_bb_base].accept);var f;h=window.bt_bb_map[w].width_param;(f=attr_to_obj(t.children[_].children[l].attr))[h]=b[l],t.children[_].children[l].attr=JSON.stringify(f)}bt_bb_delete_obj(t,t.children[_].children[b.length].key,u-b.length)}else for(l=0;l<b.length;l++){m={};for(var w in window.bt_bb_map[window.bt_bb_base].accept);m.title=w,m.base=w,m.key=bt_bb_get_key(),m.children=[];h=window.bt_bb_map[w].width_param;m.attr='{"'+h+'":'+bt_bb_json_encode(b[l])+"}",bt_bb_insert_inside(t,window.bt_bb_from,m)}return window.bt_bb_action="refresh",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"),!0}if(!0===bt_bb_add_horizontal_classic(t.children[_],e))return!0}}else window.bt_bb_dialog.show("add_horizontal")}},function(t,e,i){"use strict";window.bt_bb_resize_h_helper=function(t){"_root"==t.title&&(t=t.children);for(let l=0;l<t.length;l++){if(void 0!==window.bt_bb_map[t[l].title]&&"horizontal"==window.bt_bb_map[t[l].title].container&&void 0!==t[l].children){var e=!1,i=!1,b=[],a=[],n=t[l].children.length;for(let i=0;i<n;i++){if(void 0===window.bt_bb_map[t[l].children[i].title]||void 0===window.bt_bb_map[t[l].children[i].title].width_param){e=!0;break}var o=window.bt_bb_map[t[l].children[i].title].width_param;void 0===t[l].children[i].attr&&(t[l].children[i].attr="{}"),(s=attr_to_obj(t[l].children[i].attr)).hasOwnProperty(o)||(s[o]="1/12");var _=s[o].split("/");b.push(parseInt(_[0])),a.push(parseInt(_[1]))}var r=0;for(let t=0;t<b.length;t++){if((d=12*b[t]/a[t])!=Math.floor(d)&&(2.4!=d||window.bt_bb_custom_elements)){i=!0;break}r+=d}if(!e&&(12!=r||i))for(let e=0;e<n;e++){var s;o=window.bt_bb_map[t[l].children[e].title].width_param;(s=attr_to_obj(t[l].children[e].attr))[o]="1/"+n,12==n?(s.width_lg="1/6",s.width_md="1/1",s.width_sm="1/1",s.width_xs="1/1"):6==n?(s.width_lg="1/3",s.width_md="1/1",s.width_sm="1/1",s.width_xs="1/1"):5==n?(s.width_lg="1/5",s.width_md="1/1",s.width_sm="1/1",s.width_xs="1/1"):4==n?(s.width_lg="1/4",s.width_md="1/2",s.width_sm="1/2",s.width_xs="1/1"):3==n?(s.width_lg="1/3",s.width_md="1/1",s.width_sm="1/1",s.width_xs="1/1"):2==n?(s.width_lg="1/2",s.width_md="1/2",s.width_sm="1/2",s.width_xs="1/1"):(s.width_lg="1/1",s.width_md="1/1",s.width_sm="1/1",s.width_xs="1/1"),b[e]=1,a[e]=n,t[l].children[e].attr=JSON.stringify(s)}i=!1;for(let t=0;t<b.length;t++){var d;if((d=12*b[t]/a[t])!=Math.floor(d)&&(2.4!=d||window.bt_bb_custom_elements)){i=!0;break}}t[l].has_alert=i?"bt_bb_item_alert":void 0}void 0!==t[l].children&&bt_bb_resize_h(t[l].children)}}},function(t,e,i){"use strict";window.bt_bb_resize_h_helper_classic=function(t){"_root"==t.title&&(t=t.children);for(var e=0;e<t.length;e++){if(void 0!==window.bt_bb_map[t[e].title]&&"horizontal"==window.bt_bb_map[t[e].title].container&&void 0!==t[e].children){for(var i=!1,b=!1,a=[],n=[],o=0;o<t[e].children.length;o++){if(void 0===window.bt_bb_map[t[e].children[o].title]||void 0===window.bt_bb_map[t[e].children[o].title].width_param){i=!0;break}var _=window.bt_bb_map[t[e].children[o].title].width_param;void 0===t[e].children[o].attr&&(t[e].children[o].attr="{}"),(l=attr_to_obj(t[e].children[o].attr)).hasOwnProperty(_)||(l[_]="1/12");var r=l[_].split("/");a.push(parseInt(r[0])),n.push(parseInt(r[1]))}for(var s=0,d=0;d<a.length;d++){if((c=12*a[d]/n[d])!=Math.floor(c)&&(2.4!=c||window.bt_bb_custom_elements)){b=!0;break}s+=c}if(!i&&(12!=s||b))for(o=0;o<t[e].children.length;o++){var l;_=window.bt_bb_map[t[e].children[o].title].width_param;(l=attr_to_obj(t[e].children[o].attr))[_]="1/"+t[e].children.length,a[o]=1,n[o]=t[e].children.length,t[e].children[o].attr=JSON.stringify(l)}b=!1;for(d=0;d<a.length;d++){var c;if((c=12*a[d]/n[d])!=Math.floor(c)&&(2.4!=c||window.bt_bb_custom_elements)){b=!0;break}}t[e].has_alert=b?"bt_bb_item_alert":void 0}void 0!==t[e].children&&bt_bb_resize_h(t[e].children)}}},function(t,e,i){"use strict";var b,a,n,o;window.bt_bb={},window.bt_bb.cache={},window.bt_bb.min_width=200,window.bt_bb.padding=10,window.bt_bb_state=[],window.bt_bb_state_pointer=-1,window.bt_bb_state_current=null,window.bt_bb_dirty=!1,b=jQuery,a=BTReact.createClass({render:function(){var t="",e="bt_bb_wrap",i="bt_bb_item";(void 0!==this.props.data.has_alert&&(i+=" bt_bb_item_alert"),void 0!==this.props.data.extra_class&&(i=i+" "+this.props.data.extra_class),void 0!==this.props.data.attr)&&("true"===(m=JSON.parse(this.props.data.attr)).bt_bb_toggled&&(i+=" bt_bb_toggled"));if(void 0!==window.bt_bb_map[this.props.data.base]&&(void 0!==window.bt_bb_map[this.props.data.base].container&&"horizontal"==window.bt_bb_map[this.props.data.base].container&&(t="bt_bb_horizontal"),void 0!==window.bt_bb_map[this.props.data.base].highlight&&!0===window.bt_bb_map[this.props.data.base].highlight&&(i+=" bt_bb_item_highlight"),void 0!==window.bt_bb_map[this.props.data.base].icon&&(i=i+" bt_bb_icon "+window.bt_bb_map[this.props.data.base].icon),void 0!==window.bt_bb_map[this.props.data.base].width_param&&void 0!==this.props.data.attr)){var n=(m=JSON.parse(this.props.data.attr))[window.bt_bb_map[this.props.data.base].width_param];void 0!==n&&(n=n.split("/"),e=e+" bt_bb_is_width bt_bb_width bt_bb_width"+(n=Math.round(12*n[0]/n[1])))}var _=this.props.data.key,r=this.props.data.base,s=this.props.data.children.map(function(t,e){return void 0===t.key&&(t.key="bt_bb_"+bt_bb_get_key()),BTReact.createElement(a,{key:t.key,data:t,p_key:_,p_base:r})});if(this.props.data.p_key=this.props.p_key,this.props.data.p_base=this.props.p_base,"_content"==this.props.data.base)return BTReact.createElement("div",{className:e},BTReact.createElement("div",{className:i,"data-base":this.props.data.base},BTReact.createElement("div",{className:"bt_bb_toolbar"},"]...[",BTReact.createElement(o,{has_params:"true"})),BTReact.createElement("div",{className:"bt_bb_content",dangerouslySetInnerHTML:{__html:window.switchEditors.wpautop(this.props.data.content)}})));var d=void 0!==window.bt_bb_map[this.props.data.base]&&void 0!==window.bt_bb_map[this.props.data.base].params&&window.bt_bb_map[this.props.data.base].params.length>0?"true":"false",l="";if("true"==d)for(var c=bt_bb_get_param(this.props.data.base,"params"),p=!1,u="",w=0;w<c.length;w++)if(void 0!==c[w].preview||void 0!==c[w].holder&&""!=c[w].holder){var h="";if(void 0!==this.props.data.attr)var m=JSON.parse(this.props.data.attr);if(void 0!==this.props.data.attr&&void 0!==m[c[w].param_name])h=m[c[w].param_name];else if("checkbox"==c[w].type||"checkbox_group"==c[w].type)h=void 0!==c[w].default?c[w].default:"";else if("object"==typeof c[w].value)if(void 0!==c[w].default)h=c[w].default;else{var f=Object.keys(c[w].value);h=c[w].value[f[0]]}else void 0!==c[w].value&&(h=c[w].value);if("attach_image"==c[w].type&&!p){u=this.props.data.key;var v=h,g=localStorage.getItem("bt_bb_cache_"+v);null!==g&&(void 0===window.bt_bb.cache[v]&&(window.bt_bb.cache[v]={}),window.bt_bb.cache[v].url=g),""==v?b("."+u+">.bt_bb_toolbar").css("background-image",""):void 0!==window.bt_bb.cache[v]?setTimeout(function(){b("."+u+">.bt_bb_toolbar").css("background-image","url("+window.bt_bb.cache[v].url+")")},100):b(window).load(function(){wp.media.ajax({data:{action:"get-attachment",id:v}}).done(function(t,e,i){if(void 0!==t.sizes){var a="";void 0!==t.sizes.thumbnail?a=t.sizes.thumbnail.url:void 0!==t.sizes.full&&t.sizes.full.width<=300&&t.sizes.full.height<=300&&(a=t.sizes.full.url),""!=a?(b("."+u+">.bt_bb_toolbar").css("background-image","url("+a+")"),window.bt_bb.cache[t.id]={},window.bt_bb.cache[t.id].url=a,localStorage.setItem("bt_bb_cache_"+t.id,a)):localStorage.removeItem("bt_bb_cache_"+t.id)}})}),h="",p=!0}if("iconpicker"==c[w].type)if("string"==typeof h&&""!=h){var y=h;h='<span class="bt_bb_icon_preview bt_bb_icon_preview_'+y.slice(0,-5)+'" data-icon-code="&#x'+y.substr(-4)+'"></span>'}else h="";else if("colorpicker"==c[w].type)h='<span style="color:'+h+';font-weight: bold;">'+h+"</span>";else if("textarea_object"==c[w].type)try{h=window.bt_bb_b64DecodeUnicode(h)}catch(t){}else void 0!==window["bt_bb_cf_"+c[w].type+"_param_value_preview"]&&(h=window["bt_bb_cf_"+c[w].type+"_param_value_preview"](h));"string"==typeof h&&(h=h.includes("%$%")?h.split("%$%")[0]:h.split(",;,")[0]),h=void 0!==c[w].preview_strong?'<span class="bt_bb_preview_strong">'+h+"</span>":'<span class="bt_bb_preview_normal">'+h+"</span>",l+=bt_bb_special_char_decode(h)}var k=void 0!==window.bt_bb_map[this.props.data.base]&&1==window.bt_bb_map[this.props.data.base].toggle?"true":"false",x=this.props.data.base;if(void 0!==window.bt_bb_map[this.props.data.base]&&void 0!==window.bt_bb_map[this.props.data.base].name&&"1"!=window.bt_bb_settings.tag_as_name&&(x=window.bt_bb_map[this.props.data.base].name),l='<span class="bt_bb_preview_name">'+x+"</span>"+l,p&&(i=i+" bt_bb_image_preview "+u),void 0!==window.bt_bb_map[this.props.data.base]&&void 0!==window.bt_bb_map[this.props.data.base].container){var C=window.bt_bb_map[this.props.data.base].container;return BTReact.createElement("div",{className:e},BTReact.createElement("div",{className:i,"data-base":this.props.data.base,"data-container":C},BTReact.createElement("div",{className:"bt_bb_toolbar"},BTReact.createElement("span",{className:"bt_bb_preview",dangerouslySetInnerHTML:{__html:l}}),BTReact.createElement(o,{container:C,mapped:"true",has_params:d,toggle:k})),BTReact.createElement("div",{className:t},s)))}var E=window.bt_bb_map[this.props.data.base],S="bt_bb_toolbar",D="true";return null!=E&&!1!==E.is_mapped||(D="false",window.bt_bb_map[this.props.data.base]={},window.bt_bb_map[this.props.data.base].is_mapped=!1,window.bt_bb_map[this.props.data.base].show_settings_on_create=!1,window.bt_bb_map[this.props.data.base].base=this.props.data.base,window.bt_bb_map[this.props.data.base].description=this.props.data.base,window.bt_bb_map[this.props.data.base].name=this.props.data.base,window.bt_bb_map[this.props.data.base].params=[],S="bt_bb_toolbar bt_bb_alert"),BTReact.createElement("div",{className:e},BTReact.createElement("div",{className:i,"data-base":this.props.data.base},BTReact.createElement("div",{className:S},""!=l?BTReact.createElement("span",{className:"bt_bb_preview",dangerouslySetInnerHTML:{__html:l}}):"",BTReact.createElement(o,{has_params:d,toggle:k,mapped:D})),BTReact.createElement("div",{className:t},s)))}}),n=BTReact.createClass({getInitialState:function(){return{data:this.props.data}},render:function(){var t=this.state.data.children.map(function(t,e){return BTReact.createElement(a,{key:t.key,data:t})});return BTReact.createElement("div",{className:"bt_bb_item_list"},t)},componentDidMount:function(){this.getDOMNode().addEventListener("bt_bb_event",this.handle),window.bt_bb_state_current=this.state.data},componentDidUpdate:function(){var t=0;b(".bt_bb_item_list > .bt_bb_wrap").each(function(){t++;var e=b(this).find(".bt_bb_preview_name").first().data("title");void 0===e&&(e=b(this).find(".bt_bb_preview_name").first().html(),b(this).find(".bt_bb_preview_name").first().data("title",e)),b(this).find(".bt_bb_preview_name").first().html('<span class="bt_bb_order" title="'+window.bt_bb_text.preview+'"><span class="bt_bb_order_inner">'+t+"</span></span>"+e)})},componentWillUnmount:function(){this.getDOMNode().removeEventListener("bt_bb_event",this.handle)},handle:function(t){if(void 0===window.bt_bb_alo[window.bt_bb_action]?window.bt_bb_alo[window.bt_bb_action]=1:window.bt_bb_alo[window.bt_bb_action]++,window.bt_bb_callback_action=null,"move_up"==window.bt_bb_action){var e=bt_bb_get_obj_copy_by_id(this.state.data,window.bt_bb_from);bt_bb_insert_before(this.state.data,window.bt_bb_to,e),window.bt_bb_ctrl||bt_bb_delete_obj(this.state.data,window.bt_bb_from)}else if("move_down"==window.bt_bb_action){e=bt_bb_get_obj_copy_by_id(this.state.data,window.bt_bb_from);bt_bb_insert_after(this.state.data,window.bt_bb_to,e),window.bt_bb_ctrl||bt_bb_delete_obj(this.state.data,window.bt_bb_from)}else if("move_inside"==window.bt_bb_action)bt_bb_insert_inside(this.state.data,window.bt_bb_to,bt_bb_get_obj_copy_by_id(this.state.data,window.bt_bb_from))&&(window.bt_bb_ctrl||bt_bb_delete_obj(this.state.data,window.bt_bb_from));else if("delete"==window.bt_bb_action)bt_bb_delete_obj(this.state.data,window.bt_bb_from);else if("add_root"==window.bt_bb_action||"add_root_from_dialog"==window.bt_bb_action){if("add_root"==window.bt_bb_action){if(void 0!==(a=bt_bb_add_root(this.state.data))&&void 0!==window.bt_bb_map[a[1]].auto_add){var i={};i.title=window.bt_bb_map[a[1]].auto_add,i.base=window.bt_bb_map[a[1]].auto_add,i.key=bt_bb_get_key(),i.children=[],bt_bb_insert_inside(this.state.data,a[0],i)}}else var a=bt_bb_add_root(this.state.data,window.bt_bb_base);void 0!==a&&!1!==bt_bb_get_param(a[1],"show_settings_on_create")&&(window.bt_bb_from=a[0],window.bt_bb_callback_action="edit")}else if("add"==window.bt_bb_action||"add_from_dialog"==window.bt_bb_action){if("add"==window.bt_bb_action)a=bt_bb_add(this.state.data);else a=bt_bb_add(this.state.data,window.bt_bb_base);if(void 0!==a&&!1!==bt_bb_get_param(a[1],"show_settings_on_create"))window.bt_bb_from=a[0],window.bt_bb_callback_action="edit";else if(void 0!==a&&!0!==bt_bb_get_param(a[1],"show_settings_on_create")){var n,o=bt_bb_get_param(a[1],"accept"),_=0;for(n in o)o.hasOwnProperty(n)&&_++;void 0!==o&&!0===o._content&&1==_&&(window.bt_bb_from=a[0],window.bt_bb_base=a[1],window.bt_bb_callback_action="add")}}else if("add_horizontal"==window.bt_bb_action)window.bt_bb_custom_elements||!window.bt_bb_responsive_override_layout?bt_bb_add_horizontal_classic(this.state.data):bt_bb_add_horizontal(this.state.data);else if("edit"==window.bt_bb_action)bt_bb_edit(this.state.data,window.bt_bb_from);else if("clone"==window.bt_bb_action)bt_bb_clone(this.state.data,window.bt_bb_from);else if("update_state"==window.bt_bb_action)this.replaceState({data:window.bt_bb_state_current},window.bt_bb_state_callback);else if("copy"==window.bt_bb_action)bt_bb_copy(this.state.data,window.bt_bb_from),b(".bt_bb_cb_items").addClass("bt_bb_cb_items_flash").delay(500).queue(function(t){b(this).removeClass("bt_bb_cb_items_flash"),t()});else if("copy_plus"==window.bt_bb_action)bt_bb_copy_plus(this.state.data,window.bt_bb_from),b(".bt_bb_cb_items").addClass("bt_bb_cb_items_flash").delay(500).queue(function(t){b(this).removeClass("bt_bb_cb_items_flash"),t()});else if("paste"==window.bt_bb_action)bt_bb_paste(this.state.data,window.bt_bb_from);else if("paste_before"==window.bt_bb_action)bt_bb_paste(this.state.data,window.bt_bb_from,!0);else if("toggle_on"==window.bt_bb_action){var r={};void 0!==(s=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from)).attr&&(r=attr_to_obj(s.attr)),r.bt_bb_toggled="true",s.attr=JSON.stringify(r)}else if("toggle_off"==window.bt_bb_action){var s;r={};void 0!==(s=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from)).attr&&(r=attr_to_obj(s.attr)),r.bt_bb_toggled="false",s.attr=JSON.stringify(r)}null!=window.bt_bb_action&&"edit"!=window.bt_bb_action&&"copy"!=window.bt_bb_action&&"copy_plus"!=window.bt_bb_action&&(bt_bb_resize_h(this.state.data),"update_state"!=window.bt_bb_action&&(bt_bb_push_state(this.state.data),this.replaceState({data:this.state.data},window.bt_bb_state_callback)),this.state.data.children.length>=0&&"update_wp_editor"==window.bt_bb_action&&bt_bb_parse_data(this.state.data),"refresh_on_ready"!=window.bt_bb_action&&"update_wp_editor"!=window.bt_bb_action&&(window.bt_bb_dirty=!0),bt_bb_item_mousedown(),bt_bb_toolbar())}}),o=BTReact.createClass({render:function(){var t=window.bt_bb_text.add;return"horizontal"==this.props.container&&(t=window.bt_bb_text.edit_layout),BTReact.createElement("div",{className:"bt_bb_toolbar_tools"},"true"==this.props.toggle?BTReact.createElement("i",{className:"bt_bb_toggle",title:window.bt_bb_text.toggle}):"","vertical"==this.props.container?BTReact.createElement("i",{className:"bt_bb_add",title:t}):"","horizontal"==this.props.container?BTReact.createElement("i",{className:"bt_bb_add bt_bb_edit_layout",title:t}):"","true"==this.props.has_params?BTReact.createElement("i",{className:"bt_bb_edit",title:window.bt_bb_text.edit}):"",BTReact.createElement("i",{className:"bt_bb_clone",title:window.bt_bb_text.clone}),"true"==this.props.mapped?BTReact.createElement("i",{className:"bt_bb_copy",title:window.bt_bb_text.copy}):"","true"==this.props.mapped?BTReact.createElement("i",{className:"bt_bb_copy_plus",title:window.bt_bb_text.copy_plus}):"","true"==this.props.mapped?BTReact.createElement("i",{className:"bt_bb_paste",title:window.bt_bb_text.paste}):"",BTReact.createElement("i",{className:"bt_bb_delete",title:window.bt_bb_text.delete}))}}),window.bt_bb_resize_h=function(t){window.bt_bb_custom_elements||!window.bt_bb_responsive_override_layout?window.bt_bb_resize_h_helper_classic(t):window.bt_bb_resize_h_helper(t)},window.bt_bb_get_obj_copy_by_id=function(t,e){var i=bt_bb_get_obj_by_id(t,e),b=JSON.parse(JSON.stringify(i));return null!=b&&(b=bt_bb_set_new_keys(b)),b},window.bt_bb_set_new_keys=function(t){t.key=bt_bb_get_key();for(var e=0;e<t.children.length;e++)bt_bb_set_new_keys(t.children[e]);return t},window.bt_bb_delete_obj=function(t,e,i){if("_content"!=t.title)for(var b=0;b<t.children.length;b++){if(e.bt_ends_with(t.children[b].key)){void 0!==i?t.children.splice(b,i):t.children.splice(b,1);break}bt_bb_delete_obj(t.children[b],e,i)}},window.bt_bb_insert_before=function(t,e,i){if("_content"!=t.title)for(var b=0;b<t.children.length;b++){if(e.bt_ends_with(t.children[b].key)){t.children.splice(b,0,i);break}bt_bb_insert_before(t.children[b],e,i)}},window.bt_bb_insert_after=function(t,e,i){if("_content"!=t.title)for(var b=0;b<t.children.length;b++){if(e.bt_ends_with(t.children[b].key)){t.children.splice(b+1,0,i);break}bt_bb_insert_after(t.children[b],e,i)}},window.bt_bb_insert_inside=function(t,e,i){if("_content"!=t.title)for(var a=0;a<t.children.length;a++){if(e.bt_ends_with(t.children[a].key)&&void 0!==t.children[a].children){if(t.children[a].children.push(i),"paste"!=window.bt_bb_action&&"paste_before"!=window.bt_bb_action&&"move_inside"!=window.bt_bb_action&&void 0!==window.bt_bb_map[i.base]&&void 0!==window.bt_bb_map[i.base].auto_add){var n={};n.title=window.bt_bb_map[i.base].auto_add,n.base=window.bt_bb_map[i.base].auto_add,n.key=bt_bb_get_key(),n.children=[];var o={};void 0!==window.bt_bb_map[n.base]&&void 0!==window.bt_bb_map[n.base].params&&b.each(window.bt_bb_map[n.base].params,function(t,e){e.hasOwnProperty("value")&&"string"==typeof e.value?o[e.param_name]=bt_bb_special_char_encode(e):e.hasOwnProperty("value")&&e.hasOwnProperty("default")&&(o[e.param_name]=e.default)}),n.attr=JSON.stringify(o),i.children.push(n)}return!0}if(!0===bt_bb_insert_inside(t.children[a],e,i))return!0}},window.bt_bb_add_root=function(t,e){var i=[];if(void 0!==e?i.push(e):b.each(window.bt_bb_map,function(t,e){1==e.root&&i.push(e.base)}),1==i.length){var a={};a.title=i[0],a.base=i[0],a.key=bt_bb_get_key(),a.children=[];var n={};return void 0!==window.bt_bb_map[a.base]&&void 0!==window.bt_bb_map[a.base].params&&b.each(window.bt_bb_map[a.base].params,function(t,e){e.hasOwnProperty("value")&&"string"==typeof e.value?n[e.param_name]=bt_bb_special_char_encode(e.value):e.hasOwnProperty("value")&&e.hasOwnProperty("default")&&(n[e.param_name]=e.default)}),a.attr=JSON.stringify(n),t.children.push(a),[a.key,a.base]}i.length>1&&window.bt_bb_dialog.show("add_root")},window.bt_bb_add=function(t,e){var i=[];if(void 0!==e?i.push(e):(b.each(window.bt_bb_map,function(t,e){var b;void 0!==window.bt_bb_map[window.bt_bb_base].accept&&(b=window.bt_bb_map[window.bt_bb_base].accept[e.base]),(!0===b||!0===window.bt_bb_map[window.bt_bb_base].accept_all&&!1!==b||void 0!==window.bt_bb_map[e.base].as_child&&-1!=window.bt_bb_map[e.base].as_child.only.indexOf(window.bt_bb_base))&&(void 0===window.bt_bb_map[e.base].as_child||void 0!==window.bt_bb_map[e.base].as_child&&-1!=window.bt_bb_map[e.base].as_child.only.indexOf(window.bt_bb_base))&&i.push(e.base)}),void 0!==window.bt_bb_map[window.bt_bb_base].accept&&!0===window.bt_bb_map[window.bt_bb_base].accept._content&&(i=[]).push("_content")),1==i.length){var a={};a.title=i[0],a.base=i[0],"_content"==a.base&&(a.content=""),a.key=bt_bb_get_key(),a.children=[];var n={};return void 0!==window.bt_bb_map[a.base]&&void 0!==window.bt_bb_map[a.base].params&&b.each(window.bt_bb_map[a.base].params,function(t,e){e.hasOwnProperty("value")&&"string"==typeof e.value?"textarea_object"==e.type?n[e.param_name]=e.value:n[e.param_name]=bt_bb_special_char_encode(e.value):e.hasOwnProperty("value")&&e.hasOwnProperty("default")&&(n[e.param_name]=e.default)}),a.attr=JSON.stringify(n),bt_bb_insert_inside(t,window.bt_bb_from,a),[a.key,a.base]}i.length>1&&window.bt_bb_dialog.show("add")},window.bt_bb_edit=function(t,e){for(var i=0;i<t.children.length;i++){if(e.bt_ends_with(t.children[i].key)){"_content"==t.children[i].title?(window.bt_bb_content=t.children[i].content,window.bt_bb_dialog.show("edit_content")):window.bt_bb_dialog.show("edit");break}bt_bb_edit(t.children[i],e)}},window.bt_bb_clone=function(t,e){b(".bt_bb_toolbar_tools").css("transition","all 0s");for(var i=0;i<t.children.length;i++){if(e.bt_ends_with(t.children[i].key)){if("_root"==t.title||void 0===window.bt_bb_map[t.base]||"horizontal"!=window.bt_bb_map[t.base].container||"horizontal"==window.bt_bb_map[t.base].container&&t.children.length<12){var a=bt_bb_get_obj_copy_by_id(t,e);t.children.splice(i+1,0,a)}break}bt_bb_clone(t.children[i],e)}},window.bt_bb_init_number_items=function(){window.bt_bb_cb_items=localStorage.getItem("bt_bb_cb_items"),null===window.bt_bb_cb_items&&(window.bt_bb_cb_items=0),b(".bt_bb_cb_items").html(window.bt_bb_cb_items)},window.bt_bb_set_number_items=function(t){localStorage.setItem("bt_bb_cb_items",t),b(".bt_bb_cb_items").html(t),window.bt_bb_cb_items=t},window.bt_bb_allowed=function(t,e){if(void 0===e)return!1;var i=window.bt_bb_map[e],b=!1;return(void 0!==i.accept&&!0===i.accept[t]||void 0!==i.accept&&void 0===i.accept[t]&&!0===i.accept_all||void 0===i.accept&&!0===i.accept_all)&&(b=!0),b},window.bt_bb_cb_import=function(t){for(var e=decodeURIComponent(window.bt_bb_b64DecodeUnicode(t)),i=JSON.parse(e),b=1;b<=i.length;b++)localStorage.setItem("bt_bb_cb_"+b,decodeURIComponent(window.bt_bb_b64DecodeUnicode(i[b-1].bt_bb_cb))),bt_bb_set_number_items(i.length)},window.bt_bb_copy=function(t,e){if(window.bt_bb_cb_items>1)for(var i=2;i<=window.bt_bb_cb_items;i++)localStorage.removeItem("bt_bb_cb_"+i);t=bt_bb_get_obj_by_id(t,e),localStorage.setItem("bt_bb_cb_1",JSON.stringify(t)),bt_bb_set_number_items(1)},window.bt_bb_copy_plus=function(t,e){var i=bt_bb_get_obj_by_id(t,e);if(0==window.bt_bb_cb_items)localStorage.setItem("bt_bb_cb_1",JSON.stringify(i)),bt_bb_set_number_items(1);else{var b=JSON.parse(localStorage.getItem("bt_bb_cb_1")),a=!1;void 0!==i.p_base?a=bt_bb_allowed(b.base,i.p_base):void 0!==window.bt_bb_map[i.base].root&&void 0!==window.bt_bb_map[b.base].root&&(a=!0),a?(window.bt_bb_cb_items++,localStorage.setItem("bt_bb_cb_"+window.bt_bb_cb_items,JSON.stringify(i)),bt_bb_set_number_items(window.bt_bb_cb_items)):alert(window.bt_bb_text.not_allowed)}},window.bt_bb_paste=function(t,e,i){if(window.bt_bb_cb_items>0){var b=bt_bb_get_obj_by_id(t,e),a=JSON.parse(localStorage.getItem("bt_bb_cb_1"));if(void 0!==window.bt_bb_map[b.base].root&&void 0!==window.bt_bb_map[a.base].root)for(var n=window.bt_bb_cb_items;n>=1;n--)a=JSON.parse(localStorage.getItem("bt_bb_cb_"+n)),a=bt_bb_set_new_keys(a),i?bt_bb_insert_before(t,e,a):bt_bb_insert_after(t,e,a);else if(bt_bb_allowed(a.base,b.p_base))if(i)for(n=1;n<=window.bt_bb_cb_items;n++)a=JSON.parse(localStorage.getItem("bt_bb_cb_"+n)),a=bt_bb_set_new_keys(a),bt_bb_insert_before(t,e,a);else for(n=window.bt_bb_cb_items;n>=1;n--)a=JSON.parse(localStorage.getItem("bt_bb_cb_"+n)),a=bt_bb_set_new_keys(a),bt_bb_insert_after(t,e,a);else if(bt_bb_allowed(a.base,b.base))for(n=1;n<=window.bt_bb_cb_items;n++)a=JSON.parse(localStorage.getItem("bt_bb_cb_"+n)),a=bt_bb_set_new_keys(a),bt_bb_insert_inside(t,e,a);else alert(window.bt_bb_text.not_allowed)}},window.bt_bb_paste_main_toolbar=function(){var t=JSON.parse(localStorage.getItem("bt_bb_cb_1"));if(void 0!==window.bt_bb_map[t.base].root){for(var e=1;e<=window.bt_bb_cb_items;e++)t=JSON.parse(localStorage.getItem("bt_bb_cb_"+e)),t=bt_bb_set_new_keys(t),window.bt_bb_state_current.children.push(t);bt_bb_event("refresh")}else alert(window.bt_bb_text.not_allowed)},window.bt_bb_dialog={},window.bt_bb_dialog.show=function(t){b("#bt_bb_front_end_preview").hide(),window.bt_bb_dialog.is_showing=!0;var e="";if("add_root"==t){var i=window.bt_bb_text.add_element,a=[];b.each(window.bt_bb_map,function(t,e){1==e.root&&a.push({base:e.base,name:e.name,description:e.description,icon:e.icon})}),a.sort(function(t,e){return t.name.toLowerCase().localeCompare(e.name.toLowerCase())}),b.each(a,function(t,i){e+='<div class="bt_bb_dialog_item bt_bb_dialog_add_element'+i.icon!==void 0?" "+i.icon:'" data-base="'+i.base+'"><b>'+i.name+"</b><i>"+i.description+"</i></div>"}),b("#bt_bb_dialog .bt_bb_dialog_content").html(e),b(".bt_bb_dialog_add_element").click(function(t){window.bt_bb_base=b(this).data("base"),window.bt_bb_dialog.hide(),bt_bb_event("add_root_from_dialog")})}else if("add"==t){i=window.bt_bb_text.add_element,a=[],b.each(window.bt_bb_map,function(t,e){var i;void 0!==window.bt_bb_map[window.bt_bb_base].accept&&(i=window.bt_bb_map[window.bt_bb_base].accept[e.base]),(!0===i||!0===window.bt_bb_map[window.bt_bb_base].accept_all&&!1!==i||void 0!==window.bt_bb_map[e.base].as_child&&-1!=window.bt_bb_map[e.base].as_child.only.indexOf(window.bt_bb_base))&&(void 0===window.bt_bb_map[e.base].as_child||void 0!==window.bt_bb_map[e.base].as_child&&-1!=window.bt_bb_map[e.base].as_child.only.indexOf(window.bt_bb_base))&&!1!==window.bt_bb_map[e.base].is_mapped&&a.push({base:e.base,name:e.name,description:e.description,icon:e.icon})}),a.sort(function(t,e){return t.name.toLowerCase().localeCompare(e.name.toLowerCase())});var n="";n+='<div class="bt_bb_dialog_item bt_bb_add_filter_container">',n+='<input type="text" class="bt_bb_filter" placeholder="'+window.bt_bb_text.filter+'">',n+="</div>",b("#bt_bb_dialog .bt_bb_dialog_header_tools").append(n);var o,_,r=document.createDocumentFragment();b.each(a,function(t,e){m=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item bt_bb_dialog_add_element"+(void 0!==e.icon?" bt_bb_icon "+e.icon:"")],["data-base",e.base]]),o=bt_bb_create_dom_element("b",[]),_=document.createTextNode(e.name),o.appendChild(_),m.appendChild(o),w=bt_bb_create_dom_element("i",[]),_=document.createTextNode(e.description),w.appendChild(_),m.appendChild(w),r.appendChild(m)}),b("#bt_bb_dialog .bt_bb_dialog_content")[0].appendChild(r),b(".bt_bb_dialog_add_element").click(function(t){window.bt_bb_base=b(this).data("base"),window.bt_bb_dialog.hide(),bt_bb_event("add_from_dialog")}),b(".bt_bb_filter").keyup(function(t){var e=b(this).val();b(".bt_bb_dialog_item").not(".bt_bb_add_filter_container").each(function(){var t=b(this).html().replace(/(<([^>]+)>)/gi,"");new RegExp(e,"i").test(t)?b(this).show():b(this).hide()})})}else if("add_horizontal"==t)i=window.bt_bb_text.edit_layout,window.bt_bb_custom_elements||!window.bt_bb_responsive_override_layout?window.bt_bb_edit_layout_classic():window.bt_bb_edit_layout();else if("edit_content"==t)i=window.bt_bb_text.edit_content,b("#bt_bb_dialog").addClass("bt_bb_dialog_tinymce_container"),b(".bt_bb_dialog_tinymce").show(),b(".bt_bb_dialog_button").unbind("click"),b(".bt_bb_dialog_button").click(function(){window.switchEditors.go("bt_bb_tinymce","tmce");var t=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from);t.content=tinyMCE.get("bt_bb_tinymce").getContent(),t.content.startsWith("<p>[")&&t.content.endsWith("]</p>")&&(t.content=t.content.substring(3),t.content=t.content.substring(0,t.content.length-4)),window.bt_bb_action="refresh",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"),window.bt_bb_dialog.hide()}),b("#bt_bb_dialog").css("visibility","visible"),b("#bt_bb_dialog .mce-i-resize").show();else if("edit"==t){i=window.bt_bb_text.edit;var s=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from),d={};if(void 0!==s.attr&&(d=attr_to_obj(s.attr)),void 0!==window.bt_bb_map[s.base]){i=i+" "+window.bt_bb_map[s.base].name,b("#bt_bb_dialog").removeClass(),b("#bt_bb_dialog").addClass("bt_bb_dialog "+s.base);var l=window.bt_bb_map[s.base].params;if(void 0!==l){r=document.createDocumentFragment();var c=new Array,p="",u="";window.bt_bb.param_groups=[];for(var w=0;w<l.length;w++){e="";var h="";if(void 0!==d[l[w].param_name]?h=d[l[w].param_name]:d[l[w].param_name]="",p=void 0!==l[w].group?l[w].group:window.bt_bb_text.general,u=" bt_bb_group_"+window.bt_bb_b64EncodeUnicode(p).replace(/[=+\/]/g,""),-1==window.bt_bb.param_groups.indexOf(p)&&window.bt_bb.param_groups.push(p),"attach_images"==l[w].type||"attach_image"==l[w].type||"textfield"==l[w].type||"datetime-local"==l[w].type||"textarea"==l[w].type||"textarea_object"==l[w].type||"dropdown"==l[w].type||"dropdown_color"==l[w].type||"dropdown_color"==l[w].type||"iconpicker"==l[w].type||"colorpicker"==l[w].type||"link"==l[w].type||"checkbox"==l[w].type||"checkbox_group"==l[w].type)var m=window.bt_bb_get_dialog_param({param:l[w],attr_value:h,group_class:u,base:s.base});else if("hidden"==l[w].type){var f=new Object;f.name=l[w].param_name,f.value=l[w].value,c.push(f)}else if(void 0!==window["bt_bb_cf_"+l[w].type+"_content"]){m=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+u],["data-param_name",l[w].param_name],["data-type",l[w].type]]);var v={};v.param_heading=l[w].heading,v.param_value=l[w].value,v.param_name=l[w].param_name,v.val=h,v.base=s.base,m.innerHTML=window["bt_bb_cf_"+l[w].type+"_content"](v)}"hidden"!=l[w].type&&r.appendChild(m)}b("#bt_bb_dialog").data("hidden",JSON.stringify(c)),b("#bt_bb_dialog .bt_bb_dialog_content")[0].appendChild(r),b(".bt_bb_color_picker").wpColorPicker(),window.bt_bb_search_link_init(),window.bt_bb_iconpicker_init(),window.bt_bb_image_sortable(b('#bt_bb_dialog .bt_bb_dialog_item[data-type="attach_images"] .bt_bb_dialog_image_container'),d),b("#bt_bb_dialog .bt_bb_dialog_image_container").on("click",".fa-times",function(t){window.bt_bb_delete_images(this,d)}),b(".bt_bb_dialog_item").on("click",".bt_bb_dialog_select_images_button",function(t){window.bt_bb_select_images(this,d)})}}window.bt_bb.param_groups.length>0&&b(".bt_bb_dialog_item").hide(),b.each(window.bt_bb.param_groups,function(t,e){var i="bt_bb_group_tab";0==t&&(i="bt_bb_group_tab bt_bb_group_tab_active",b(".bt_bb_group_"+window.bt_bb_b64EncodeUnicode(e).replace(/[=+\/]/g,"")).show()),b(".bt_bb_dialog_header_tools").append('<span class="'+i+'">'+e+"</span>")}),b("#bt_bb_dialog .bt_bb_group_tab").click(function(t){var e=b(this).html();b(".bt_bb_dialog_item").hide(),b(".bt_bb_group_"+window.bt_bb_b64EncodeUnicode(e).replace(/[=+\/]/g,"")).show(),b(".bt_bb_group_tab").removeClass("bt_bb_group_tab_active"),b(this).addClass("bt_bb_group_tab_active"),window.bt_bb_resize_dialog()}),b("#bt_bb_dialog").append('<input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small" value="'+window.bt_bb_text.submit+'">'),b("#bt_bb_dialog .bt_bb_dialog_button").click(function(t){b("#bt_bb_dialog .bt_bb_dialog_item").each(function(){var t=b(this).data("param_name"),e=b(this).data("type"),i=window.bt_bb_get_edit_item_value(t,e,b(this));void 0!==i&&(d[t]=i)});for(var e=JSON.parse(b("#bt_bb_dialog").data("hidden")),i=0;i<e.length;i++)d[""+e[i].name]=e[i].value;s.attr=JSON.stringify(d),window.bt_bb_dialog.hide(),window.bt_bb_action="refresh",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")})}else if("manage_cb"==t)i=window.bt_bb_text.manage_cb,e+='<div class="bt_bb_dialog_item">',e+='<input type="text" class="bt_bb_impex_input">',e+="</div>",b("#bt_bb_dialog .bt_bb_dialog_content").html(e),b("#bt_bb_dialog").append('<div class="bt_bb_dialog_inline_buttons"><input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small bt_bb_button_export" value="'+window.bt_bb_text.export+'"><input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small bt_bb_button_import" value="'+window.bt_bb_text.import+'"></div>'),b("#bt_bb_dialog .bt_bb_button_export").click(function(t){if(window.bt_bb_cb_items>0){for(var e="[",i=1;i<=window.bt_bb_cb_items;i++)e+='{"bt_bb_cb":"'+window.bt_bb_b64EncodeUnicode(encodeURIComponent(localStorage.getItem("bt_bb_cb_"+i)))+'"},';e=e.substring(0,e.length-1),e+="]",b(".bt_bb_impex_input").val(window.bt_bb_b64EncodeUnicode(encodeURIComponent(e))),b(".bt_bb_impex_input").select()}}),b("#bt_bb_dialog .bt_bb_button_import").click(function(t){b(".bt_bb_impex_input").val()&&bt_bb_cb_import(b(".bt_bb_impex_input").val())});else if("sc_mapper"==t){i=window.bt_bb_text.sc_mapper,b("#bt_bb_dialog").addClass("bt_bb_dialog_sc_mapper_container"),n="",n+='<div class="bt_bb_dialog_item bt_bb_sc_mapper_filter_container">',n+='<input type="text" class="bt_bb_filter" placeholder="'+window.bt_bb_text.filter+'">',n+="</div>",b("#bt_bb_dialog .bt_bb_dialog_header_tools").append(n);var g=function(t){var e=t;return void 0!==window.bt_bb_map_primary[t]&&(e+=" / p"),void 0!==window.bt_bb_map_secondary[t]&&(e+=" / s"),e};for(r=document.createDocumentFragment(),m=bt_bb_create_dom_element("div",[["id","bt_bb_sc_mapper_accordion"]]),w=0;w<window.bt_bb.all_sc.length;w++){if(void 0!==window.bt_bb_map[window.bt_bb.all_sc[w]]&&!1!==window.bt_bb_map[window.bt_bb.all_sc[w]].is_mapped){(k=bt_bb_create_dom_element("h3",[["class","bt_bb_sc_mapper_item"]])).innerHTML='<i class="fa fa-chevron-down"></i><span>'+g(window.bt_bb.all_sc[w])+"</span>";var y=bt_bb_create_dom_element("div",[["data-base",window.bt_bb.all_sc[w]]])}else{var k;(k=bt_bb_create_dom_element("h3",[["class","bt_bb_sc_mapper_item bt_bb_sc_mapper_unmapped"]])).innerHTML='<i class="fa fa-chevron-down"></i><span>'+window.bt_bb.all_sc[w]+"</span>",y=bt_bb_create_dom_element("div",[["data-base",window.bt_bb.all_sc[w]]])}m.appendChild(k),m.appendChild(y)}r.appendChild(m),b("#bt_bb_dialog .bt_bb_dialog_content")[0].appendChild(r),b(".bt_bb_filter").keyup(function(t){var e=b(this).val();b("#bt_bb_sc_mapper_accordion > div").removeClass("bt_bb_map_item_active"),b("#bt_bb_sc_mapper_accordion > h3").removeClass("bt_bb_map_header_active"),b("#bt_bb_sc_mapper_accordion > h3 > i").removeClass("fa-chevron-up").addClass("fa-chevron-down"),b(".bt_bb_sc_mapper_item").each(function(){var t=b(this).html().replace(/(<([^>]+)>)/gi,"");new RegExp(e,"i").test(t)?b(this).show():b(this).hide()})}),b(".bt_bb_sc_map").keydown(function(t){if(9===t.keyCode){t.preventDefault();var e=this.selectionStart,i=this.selectionEnd,a=b(this);a.val(a.val().substring(0,e)+"\t"+a.val().substring(i)),this.selectionStart=this.selectionEnd=e+1,b(this).parent().find(".bt_bb_save_mapping_button").prop("disabled",!1)}}),b("#bt_bb_sc_mapper_accordion h3").click(function(t){var e=b(this).next();if(e.hasClass("bt_bb_map_item_active"))e[0].innerHTML="",e.removeClass("bt_bb_map_item_active"),b(this).removeClass("bt_bb_map_header_active"),b(this).find("i").removeClass("fa-chevron-up").addClass("fa-chevron-down");else{var i='<input type="button" class="button button-small bt_bb_insert_mapping_template_button" value="'+window.bt_bb_text.insert_mapping+'"><input type="button" class="button button-small bt_bb_delete_mapping_button" disabled value="'+window.bt_bb_text.delete+'"><input type="button" class="button button-small bt_bb_save_mapping_button" disabled value="'+window.bt_bb_text.save+'"><span class="spinner" style="display: none;"></span><textarea class="bt_bb_sc_map" rows="10"></textarea>';e[0].innerHTML=i,autosize(b(".bt_bb_sc_map")),e.addClass("bt_bb_map_item_active"),b(this).addClass("bt_bb_map_header_active"),b(this).find("i").removeClass("fa-chevron-down").addClass("fa-chevron-up");var a=e.data("base");void 0!==window.bt_bb_map_secondary[a]&&(e.find(".bt_bb_delete_mapping_button").prop("disabled",!1),e.find(".bt_bb_insert_existing_mapping_button").click(),e.find(".bt_bb_save_mapping_button").prop("disabled",!0))}}),b("#bt_bb_sc_mapper_accordion").on("keydown",".bt_bb_sc_map",function(){b(this).parent().find(".bt_bb_save_mapping_button").prop("disabled",!1)}),b("#bt_bb_sc_mapper_accordion").on("click",".bt_bb_insert_mapping_template_button",function(t){var e=b(this).parent().find("textarea"),i=b(this).parent().data("base");if(void 0!==window.bt_bb_map[i]&&!1!==window.bt_bb_map[i].is_mapped)var a=JSON.stringify(window.bt_bb_map[i],null,"\t");else if(void 0!==window.vc_mapper&&void 0!==window.vc_mapper[i]){var n=window.vc_mapper[i];(a={}).name=void 0!==n.name?n.name:"",a.base=void 0!==n.base?n.base:"",a.description=void 0!==n.description?n.description:"",a.show_settings_on_create=void 0===n.show_settings_on_create||n.show_settings_on_create,!0===n.is_container&&("vc_row"==n.base?(a.root=!0,a.container="horizontal",a.accept={vc_column:!0},a.toggle=!0):"vc_row_inner"==n.base?(a.container="horizontal",a.accept={vc_column_inner:!0}):"vc_column"==n.base?(a.container="vertical",a.width_param="width",a.accept_all=!0,a.accept={vc_row:!1,vc_column:!1,vc_column_inner:!1}):"vc_column_inner"==n.base?(a.container="vertical",a.width_param="width",a.accept_all=!0,a.accept={vc_row:!1,vc_column:!1,vc_row_inner:!1,vc_column_inner:!1}):a.container="vertical"),a.params=[];for(var o="",_=0,r=0;r<n.params.length;r++)"textarea_html"!=n.params[r].type&&!1!==n.params[r].admin_label?(a.params[_]={},a.params[_].type="textfield","textarea"!=(o=n.params[r].type)&&"dropdown"!=o&&"attach_image"!=o&&"attach_images"!=o&&"colorpicker"!=o&&"checkbox"!=o&&"checkbox_group"!=o&&"hidden"!=o||(a.params[_].type=o),a.params[_].heading=void 0!==n.params[r].heading?n.params[r].heading:"",void 0!==n.params[r].description&&(a.params[_].heading+=" ("+n.params[r].description+")"),a.params[_].param_name=void 0!==n.params[r].param_name?n.params[r].param_name:"",a.params[_].value=void 0!==n.params[r].value?n.params[r].value:"",void 0!==n.params[r].holder&&(a.params[_].preview=!0),_++):"textarea_html"==n.params[r].type&&(a.container="vertical",a.accept={_content:!0});a=JSON.stringify(a,null,"\t")}else(a={}).name=i,a.base=i,a.description="",a.show_settings_on_create=!0,a.params=[],a.params[0]={},a.params[0].type="textfield",a.params[0].heading="Param 1",a.params[0].param_name="param_1",a.params[0].value="",a.params[0].preview=!0,a.params[1]={},a.params[1].type="dropdown",a.params[1].heading="Param 2",a.params[1].param_name="param_2",a.params[1].value={"Option 1":"value 1","Option 2":"value 2"},a.params[1].preview=!0,a=JSON.stringify(a,null,"\t");e.val(a);var s=document.createEvent("Event");s.initEvent("autosize:update",!0,!1),e[0].dispatchEvent(s),b(this).parent().find(".bt_bb_save_mapping_button").prop("disabled",!1)}),b("#bt_bb_sc_mapper_accordion").on("click",".bt_bb_save_mapping_button",function(t){var e=b(this).parent().data("base"),i=b(this);try{var a=JSON.parse(b(this).parent().find(".bt_bb_sc_map").val())}catch(t){return alert(t),!1}var n=JSON.stringify(a);i.siblings(".spinner").show(),i.siblings(".spinner").css("visibility","visible");var o={action:"bt_bb_save_mapping",base:e,map:n};b.ajax({type:"POST",url:window.bt_bb_ajax_url,data:o,async:!0,success:function(t){"ok"==t&&(i.prop("disabled",!0),i.siblings(".spinner").hide(),i.closest("div").prev(".bt_bb_sc_mapper_item").removeClass("bt_bb_sc_mapper_unmapped"),window.bt_bb_map[e]=JSON.parse(n),void 0===window.bt_bb_map_secondary[e]&&(window.bt_bb_map_secondary[e]=!0),i.closest("div").prev(".bt_bb_sc_mapper_item").find("span").html(g(e)),void 0!==window.bt_bb_map_secondary[e]&&i.parent("div").find(".bt_bb_delete_mapping_button").prop("disabled",!1),window.bt_bb_action="refresh",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event"))}})}),b("#bt_bb_sc_mapper_accordion").on("click",".bt_bb_delete_mapping_button",function(t){var e=b(this).parent().data("base"),i=b(this);i.siblings(".spinner").show(),i.siblings(".spinner").css("visibility","visible");var a={action:"bt_bb_delete_mapping",base:e};b.ajax({type:"POST",url:window.bt_bb_ajax_url,data:a,async:!0,success:function(t){"ok"==t&&(i.prop("disabled",!0),i.siblings(".spinner").hide(),void 0!==window.bt_bb_map_secondary[e]&&delete window.bt_bb_map_secondary[e],i.parent().find("textarea").val(""),void 0===window.bt_bb_map_primary[e]?(i.closest("div").prev(".bt_bb_sc_mapper_item").addClass("bt_bb_sc_mapper_unmapped"),delete window.bt_bb_map[e],window.bt_bb_action="refresh",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")):window.bt_bb_map[e]=window.bt_bb_map_primary[e],i.closest("div").prev(".bt_bb_sc_mapper_item").find("span").html(g(e)))}})})}else"custom_css"==t&&(i=window.bt_bb_text.custom_css,e+='<div class="bt_bb_dialog_item">',e+='<textarea id="bt_bb_custom_css_content" class="bt_bb_custom_css_content" rows="10">'+window.bt_bb_b64DecodeUnicode(window.bt_bb_custom_css)+"</textarea>",e+="</div>",b("#bt_bb_dialog .bt_bb_dialog_content").html(e),b("#bt_bb_dialog").append('<div class="bt_bb_dialog_inline_buttons"><input type="button" class="bt_bb_dialog_button button button-small bt_bb_button_save_custom_css" value="'+window.bt_bb_text.save+'"></div>'),void 0!==wp.codeEditor?window.bt_bb_ce=wp.codeEditor.initialize("bt_bb_custom_css_content"):b("#bt_bb_dialog").on("keydown",".bt_bb_custom_css_content",function(t){if(9===t.keyCode){t.preventDefault();var e=this.selectionStart,i=this.selectionEnd,a=b(this);a.val(a.val().substring(0,e)+"\t"+a.val().substring(i)),this.selectionStart=this.selectionEnd=e+1}}));b("#bt_bb_dialog .bt_bb_dialog_header span").html(i),b('.bt_bb_dialog_item input[type="text"]').keypress(function(t){13==t.which&&t.preventDefault()}),"edit_content"==t?(b(".bt_bb_dialog_tinymce").css("height","auto"),window.switchEditors.go("bt_bb_tinymce","tmce"),tinyMCE.get("bt_bb_tinymce").setContent(window.switchEditors.wpautop(window.bt_bb_content))):(b("#bt_bb_dialog").css("visibility","visible"),b("#bt_bb_dialog .mce-i-resize").show()),"add"!=t&&"sc_mapper"!=t||b(".bt_bb_filter").focus(),window.bt_bb_resize_dialog()},window.bt_bb_dialog.hide=function(t){window.bt_bb_dialog.is_showing=!1,window.bt_bb_dialog.is_mouseover=!1,b(".wp-picker-open").click(),b(".bt_bb_dialog_tinymce").hide(),b("#bt_bb_dialog").data("hidden",""),b("#bt_bb_dialog").removeClass("bt_bb_dialog_tinymce_container"),b("#bt_bb_dialog").removeClass("bt_bb_dialog_sc_mapper_container"),b("#bt_bb_dialog").removeClass("bt_bb_dialog_add_horizontal"),b("#bt_bb_dialog").removeClass("bt_bb_dialog_custom_css");for(var e=b("#bt_bb_dialog .bt_bb_dialog_content")[0];e.firstChild;)e.removeChild(e.firstChild);b("#bt_bb_dialog .bt_bb_dialog_header")[0].innerHTML='<div class="bt_bb_dialog_close"></div><span></span>',b("#bt_bb_dialog .bt_bb_dialog_header_tools")[0].innerHTML="",b("#bt_bb_dialog > input").remove(),b("#bt_bb_dialog > .bt_bb_dialog_inline_buttons").remove(),b("#bt_bb_dialog").css("visibility","hidden")},b(document).ready(function(){b("#bt_bb_dialog").on("click",".bt_bb_dialog_close",function(t){window.bt_bb_dialog.hide()})}),window.bt_bb_get_obj_by_id=function(t,e){for(var i=null,b=0;b<t.children.length;b++){if(e.bt_ends_with(t.children[b].key)){i=t.children[b];break}if(null!=(i=bt_bb_get_obj_by_id(t.children[b],e)))break}return i},window.bt_bb_get_param=function(t,e){if(void 0!==window.bt_bb_map[t])return window.bt_bb_map[t][e]},window.bt_bb_state_callback=function(){bt_bb_horizontal_responsive(),null!==window.bt_bb_callback_action&&bt_bb_event(window.bt_bb_callback_action)},window.bt_bb_horizontal_responsive=function(){b(".bt_bb_horizontal").each(function(){var t=b(this).width(),e=!1;b(this).find(".bt_bb_is_width").each(function(){var i=bt_bb_get_obj_by_id(window.bt_bb_state_current,b(this).data("reactid")),a=window.bt_bb_map[i.base].width_param,n=attr_to_obj(i.attr)[a];if(n=12*(n=n.split("/"))[0]/n[1],t*n/12<window.bt_bb.min_width)return e=!0,!1}),e?(b(this).find(".bt_bb_is_width").removeClass("bt_bb_width"),b(this).css("display","block")):(b(this).find(".bt_bb_is_width").addClass("bt_bb_width"),b(this).css("display","table"))})},b(window).resize(function(){bt_bb_horizontal_responsive()}),window.bt_bb_push_state=function(t){window.bt_bb_state_current=t,window.bt_bb_state.splice(window.bt_bb_state_pointer+1),window.bt_bb_state.push(JSON.stringify(t)),window.bt_bb_state_pointer=window.bt_bb_state.length-1},window.bt_bb_undo=function(){window.bt_bb_dialog.hide(),window.bt_bb_state_pointer--,window.bt_bb_state_pointer>-1?(window.bt_bb_state_current=JSON.parse(window.bt_bb_state[window.bt_bb_state_pointer]),window.bt_bb_action="update_state",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")):window.bt_bb_state_pointer++},window.bt_bb_redo=function(){window.bt_bb_dialog.hide(),window.bt_bb_state_pointer++,window.bt_bb_state_pointer<=window.bt_bb_state.length-1?(window.bt_bb_state_current=JSON.parse(window.bt_bb_state[window.bt_bb_state_pointer]),window.bt_bb_action="update_state",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")):window.bt_bb_state_pointer--},String.prototype.bt_ends_with=function(t){return-1!==this.indexOf(t,this.length-t.length)},window.bt_bb_dispatch=function(t,e){try{var i=new Event(e)}catch(t){(i=document.createEvent("Event")).initEvent(e,!1,!1)}b(t)[0].dispatchEvent(i)},b(document).ready(function(){if(b("#bt_bb").length>0&&(window.bt_bb_element_list=BTReact.render(BTReact.createElement(n,{data:window.bt_bb_data}),b("#bt_bb")[0],function(){bt_bb_horizontal_responsive(),bt_bb_resize_h(window.bt_bb_data),window.bt_bb_action="refresh_on_ready",bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")})),b("body").hasClass("widgets-php")||b("body").hasClass("wp-customizer")||b("body").hasClass("nav-menus-php")){if(b(".bt_bb_iconpicker_widget_placeholder").each(function(){b(this).replaceWith(window.bt_bb_iconpicker(!1,b(this).data("icon")))}),b("body").hasClass("nav-menus-php")&&setInterval(function(){b("#menu-to-edit .bt_bb_iconpicker_widget_placeholder").each(function(){b(this).replaceWith(window.bt_bb_iconpicker(!1,b(this).data("icon")))})},100),b("body").hasClass("wp-customizer")){const e=document.getElementsByClassName("customize-control-widget_form"),i={attributes:!0},a=function(t,e){for(const e of t)"attributes"===e.type&&"class"===e.attributeName&&e.target.className.includes("expanded")&&b(".bt_bb_iconpicker_widget_placeholder").each(function(){b(this).replaceWith(window.bt_bb_iconpicker(!1,b(this).data("icon")))})},n=[];for(var t=0;t<e.length;t++)n[t]=new MutationObserver(a),n[t].observe(e[t],i);setInterval(function(){b(".customize-widgets__sidebar-section .bt_bb_iconpicker_widget_placeholder, .customize-control .bt_bb_iconpicker_widget_placeholder").each(function(){b(this).replaceWith(window.bt_bb_iconpicker(!1,b(this).data("icon")))})},100)}window.bt_bb_iconpicker_init("widgets"),b(document).ajaxSuccess(function(t,e,i){i.data.includes("bt_bb_iconpicker")&&b(".bt_bb_iconpicker_widget_placeholder").each(function(){b(this).replaceWith(window.bt_bb_iconpicker(!1,b(this).data("icon")))})});const e=document.getElementById("widgets-editor");if(e){const t={attributes:!0,childList:!0,subtree:!0};new MutationObserver(function(t,e){for(const e of t)"childList"==e.type&&b(".bt_bb_iconpicker_widget_placeholder").each(function(){b(this).replaceWith(window.bt_bb_iconpicker(!1,b(this).data("icon")))})}).observe(e,t)}}}),b(document).ready(function(){b("body").on("keyup",function(t){"Escape"===t.key&&(b(t.target).is(":focus")&&1==b(t.target).closest("#bt_bb_dialog").length?b(t.target).blur():"body"==t.target.tagName.toLowerCase()&&window.bt_bb_dialog.hide())})}),b(window).on("focus",function(){var t=localStorage.getItem("bt_bb_cb_items");bt_bb_set_number_items(null===t?0:t)})}]);
build/bundle_fe.js CHANGED
@@ -1,8 +1,8 @@
1
- !function(t){var e={};function n(i){if(e[i])return e[i].exports;var o=e[i]={i:i,l:!1,exports:{}};return t[i].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(i,o,function(e){return t[e]}.bind(null,o));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=12)}([function(t,e,n){"use strict";window.bt_bb_parse_data=function(t){window.bt_bb_parse_data_str="",t.children.length>0&&(window.bt_bb_parse_data_helper(t),window.bt_bb.fe||(window.switchEditors.go("content","tmce"),tinyMCE.get("content").setContent(window.switchEditors.wpautop(window.bt_bb_parse_data_str))))},window.bt_bb_parse_data_helper=function(t){"_root"==t.title&&(t=t.children);for(var e=0;e<t.length;e++){var n=!1;if("_content"==t[e].title&&(n=!0),n)window.bt_bb_parse_data_str+=t[e].content;else{if(window.bt_bb_parse_data_str+="["+t[e].base,void 0!==t[e].attr&&t[e].attr.startsWith("{"))for(var i=attr_to_arr(t[e].attr),o=0;o<i.length;o++)window.bt_bb_parse_data_str+=" "+i[o][0]+'="'+i[o][1]+'"';window.bt_bb_parse_data_str+="]"}void 0!==t[e].children&&bt_bb_parse_data_helper(t[e].children),n||(window.bt_bb_parse_data_str+="[/"+t[e].base+"]")}},window.bt_bb_get_edit_item_value=function(t,e,n){const i=jQuery;var o;if("textfield"==e||"datetime-local"==e||"colorpicker"==e||"link"==e)o=window.bt_bb_special_char_encode(n.find("input").val());else if("checkbox"==e)o=n.find("input").prop("checked")?n.find("input").val():"";else if("checkbox_group"==e){var a=[];n.find("input").each(function(){i(this).prop("checked")&&a.push(i(this).val())}),o=a.join(" ")}else if("textarea"==e)o=window.bt_bb_special_char_encode(n.find("textarea").val());else if("textarea_object"==e)try{o=window.bt_bb_b64EncodeUnicode(n.find("textarea").val())}catch(t){o=n.find("textarea").val()}else if("dropdown"==e)if(n.hasClass("bt_bb_dialog_item_responsive_override")){var r=[];n.find("select :selected").each(function(){r.push(i(this).val())}),o=r.join(",;,")}else o=n.find("select :selected").val();else if("iconpicker"==e)o=n.find(".bt_bb_iconpicker_select .bt_bb_icon_preview").data("icon");else if("attach_image"==e){var b=n.find('input[type="text"]').val();0==n.find(".bt_bb_sortable_item").length&&(o=b)}else void 0!==window["bt_bb_cf_"+e+"_on_submit"]&&(o=window["bt_bb_cf_"+e+"_on_submit"](n));return o},window.bt_bb_iconpicker=function(t,e){t=window.bt_bb_icons;var n,i='<div class="bt_bb_iconpicker">',o=Object.keys(t);i+='<div class="bt_bb_iconpicker_select">';for(var a=e.slice(0,-5),r=e.substr(-4),b="",l=0;l<o.length;l++){n=Object.keys(t[o[l]]);for(var s=0;s<n.length;s++)e==t[o[l]][n[s]]&&(b=n[s])}""!=r&&(r="&#x"+r),window.bt_bb.fe?i+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+a+'" style="font-family:\''+a+'\';" data-icon="'+e+'" data-icon-code="'+r+'"></div>':i+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+a+'" data-icon="'+e+'" data-icon-code="'+r+'"></div>',i+='<div class="bt_bb_iconpicker_select_text">'+b+"</div>",i+='<i class="fa fa-close bt_bb_iconpicker_clear" style="display:'+(""!=b?"block":"none")+'"></i>',i+='<i class="fa fa-angle-down"></i>',i+="</div>",i+='<div class="bt_bb_iconpicker_filter_container">',i+='<input type="text" class="bt_bb_filter" placeholder="'+window.bt_bb_text.filter+'">',i+="</div>",i+='<div class="bt_bb_iconpicker_icons">';for(var _=0;_<o.length;_++){i+='<div class="bt_bb_iconpicker_title" data-icon-set="'+o[_].toLowerCase()+'">'+o[_]+"</div>",n=Object.keys(t[o[_]]);for(var d=0;d<n.length;d++){a=(e=t[o[_]][n[d]]).slice(0,-5),r=e.substr(-4);window.bt_bb.fe?i+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+a+'" style="font-family:\''+a+'\';" data-icon="'+e+'" data-icon-code="&#x'+r+'" data-icon-set="'+a+'" title="'+n[d]+'"></div>':i+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+a+'" data-icon="'+e+'" data-icon-code="&#x'+r+'" data-icon-set="'+a+'" title="'+n[d]+'"></div>'}}return i+="</div>",i+="</div>"},window.bt_bb_iconpicker_init=function(t){const e=jQuery;var n=function(t){e(this).next().toggle(),e(this).next().next().toggle()},i=function(n){var i=e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_icon_preview"),o=e(this).data("icon");i.attr("data-icon",o),i.attr("data-icon-code",e(this).data("icon-code")),i.removeClass(),i.addClass(e(this).attr("class")),"widgets"==t&&(e(this).closest(".bt_bb_iconpicker_widget_container").find("input").val(e(this).data("icon")),e(this).closest(".bt_bb_iconpicker_widget_container").find("input").trigger("change")),window.bt_bb.fe&&i.css("font-family",e(this).css("font-family")),e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_iconpicker_select_text").html(e(this).attr("title")),e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_clear").show(),e(this).parent().hide(),e(this).parent().prev().find("input").val("").trigger("keyup"),e(this).parent().prev().hide(),window.bt_bb.fe&&t(i)},o=function(n){n.stopPropagation();var i=e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_icon_preview");i.attr("data-icon",""),i.attr("data-icon-code",""),i.parent().find(".bt_bb_iconpicker_select_text").html(""),e(this).closest(".bt_bb_iconpicker").find("input").val(""),"widgets"==t&&(e(this).closest(".bt_bb_iconpicker_widget_container").find("input").val(""),e(this).closest(".bt_bb_iconpicker_widget_container").find("input").trigger("change")),e(this).parent().next().find("input").val("").trigger("keyup"),e(this).parent().next().hide(),e(this).parent().next().next().hide(),e(this).hide(),window.bt_bb.fe&&t(i)},a=function(t){var n=e(this).val(),i=e(this).closest(".bt_bb_iconpicker"),o=[];i.find(".bt_bb_iconpicker_icons .bt_bb_icon_preview").each(function(){var t=e(this).attr("title"),a=new RegExp(n,"i");i.find(".bt_bb_iconpicker_title").hide(),a.test(t)?(o.push(e(this).data("icon-set")),e(this).show()):e(this).hide()});for(const t in o)i.find('.bt_bb_iconpicker_title[data-icon-set="'+o[t]+'"]').show(),"fa"==o[t]&&i.find('.bt_bb_iconpicker_title[data-icon-set="font awesome"]').show()};window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker_select")).on("click",n):"widgets"==t?e("body").on("click",".bt_bb_iconpicker_widget_container .bt_bb_iconpicker_select",n):e(".bt_bb_iconpicker_select").on("click",n),window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker_icons .bt_bb_icon_preview")).on("click",i):"widgets"==t?e("body").on("click",".bt_bb_iconpicker_icons .bt_bb_icon_preview",i):e(".bt_bb_iconpicker_icons .bt_bb_icon_preview").on("click",i),window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker .bt_bb_iconpicker_clear")).on("click",o):"widgets"==t?e("body").on("click",".bt_bb_iconpicker_widget_container .bt_bb_iconpicker_clear",o):e(".bt_bb_iconpicker .bt_bb_iconpicker_clear").on("click",o),window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker .bt_bb_filter")).on("keyup",a):"widgets"==t?e("body").on("keyup",".bt_bb_iconpicker_widget_container .bt_bb_filter",a):e(".bt_bb_iconpicker .bt_bb_filter").on("keyup",a)},window.bt_bb_image_sortable=function(t,e){if(!t.length)return;const n=jQuery;new window.bt_bb_sortable.Sortable(t[0],{animation:150,onSort:function(t){var i=n(t.item).closest(".bt_bb_dialog_item"),o=i.data("param_name"),a="";i.find(".bt_bb_sortable_item").each(function(){a+=n(this).data("id")+","}),a=a.slice(0,-1),e[o]=a,window.bt_bb.fe&&(window.bt_bb.editing_elements.data("bt-bb-fe-atts",e),window.bt_bb.editing_elements_atts=e,window.bt_bb_fe_ajax_preview([]))}})},window.bt_bb_delete_images=function(t,e){const n=jQuery;var i=n(t).closest(".bt_bb_dialog_item").data("param_name"),o=n(t).closest(".bt_bb_dialog_image_container");n(t).parent().remove();var a="";o.find(".bt_bb_sortable_item").each(function(){a+=n(this).data("id")+","}),""==(a=a.slice(0,-1))&&o.parent().find('input[type="text"]').prop("disabled",!1),e[i]=a},window.bt_bb_select_images=function(t,e,n){const i=jQuery;var o=window.bt_bb_get_key(),a=i(t).closest(".bt_bb_dialog_item"),r=a.find(".bt_bb_dialog_image_container"),b=a.data("param_name"),l="add";"attach_image"==a.data("type")&&(l=!1);var s=wp.media.controller.Library.extend({defaults:_.defaults({id:o,title:window.bt_bb_text.select_images,allowLocalEdits:!1,displaySettings:!1,displayUserSettings:!1,multiple:l,type:"image"},wp.media.controller.Library.prototype.defaults)}),d=wp.media({button:{text:window.bt_bb_text.select},state:o,states:[new s]});d.on("select",function(){var t=d.state(o).get("selection"),l="",s="";t.each(function(t){if(void 0!==t.attributes.sizes){var e="";e=void 0!==t.attributes.sizes.thumbnail?t.attributes.sizes.thumbnail.url:t.attributes.sizes.full.url,s+=t.id+",",window.bt_bb.cache[t.id]={},window.bt_bb.cache[t.id].url=e,window.bt_bb.cache[t.id].title=t.attributes.title,l+='<div class="bt_bb_sortable_item" data-id="'+t.id+'" style="background-image:url(\''+e+'\');background-size:cover;"><i class="fa fa-times"></i></div>',r.html(l)}}),""!=(s=s.slice(0,-1))&&(a.find('input[type="text"]').prop("disabled",!0),e[b]=s,window.bt_bb.fe&&(n(t),i("body").addClass("bt_bb_fe_save_on")))}),d.on("open",function(){var t=d.state(o).get("selection");r.find(".bt_bb_sortable_item").each(function(){var e=wp.media.attachment(i(this).data("id"));t.add(e)})}),d.open()},window.bt_bb_search_link_init=function(){const t=jQuery;var e=function(e,n,i){n.find(".spinner").show(),n.find(".spinner").css("visibility","visible");var o={action:"bt_bb_search_links",search:e,page:i};t.ajax({type:"POST",url:window.bt_bb_ajax_url,data:o,async:!0,success:function(t){var e=JSON.parse(t);e.length<20&&n.data("thats_all",!0);var o=n.find(".bt_bb_search_link_results");1==i&&(o.empty(),o[0].scrollTo(0,0)),e.forEach(function(t,e){var n=t.permalink;1==window.bt_bb_settings.slug_url&&(n=t.slug),o.append('<div data-link="'+n+'" title="'+n+'">'+t.title+"<span>"+t.info+"</span></div>")}),n.find(".spinner").hide(),n.data("page",i)}})};if(window.bt_bb.fe)var n=t(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll('div[data-type="link"]'));else n=t('div[data-type="link"]');n.each(function(){var n=t(this);e("",n,1),t(this).find(".bt_bb_search_link").on("input",function(t){var i=(new Date).getTime();void 0!==n.data("last_input_time")&&i-n.data("last_input_time")<500||(n.data("thats_all",!1),setTimeout(function(){e(n.find(".bt_bb_search_link").val(),n,1)},500),n.data("last_input_time",(new Date).getTime()))}),t(this).find(".bt_bb_search_link").on("focus",function(t){n.find(".bt_bb_search_link_results").show()}),t(this).find(".bt_bb_search_link").on("blur",function(t){setTimeout(function(){n.find(".bt_bb_search_link_results").hide()},200)}),t(this).on("click",".bt_bb_search_link_results div",function(){n.find('input[type="text"]').val(t(this).data("link")),window.bt_bb.fe&&n.find('input[type="text"]').trigger("input")}),t(this).find(".bt_bb_search_link_results").on("scroll",function(i){var o=(new Date).getTime();void 0!==n.data("last_scroll_time")&&o-n.data("last_scroll_time")<500||this.scrollTop>.8*(this.scrollHeight-this.clientHeight)&&!n.data("thats_all")&&(e(t(this).val(),n,n.data("page")+1),n.data("last_scroll_time",(new Date).getTime()))})})},window.bt_bb_special_char_encode=function(t){for(var e,n=/([\s\S]*?<[a-zA-Z]+?)(\s[^<]*?)(>[\s\S]*)/;null!==(e=n.exec(t));)t=t.replace(n,"$1$3");n=/<\/\s*([a-zA-Z]+)\s*>/g,t=t.replace(n,"</$1>");var i=["address","b","big","cite","code","del","em","i","ins","pre","small","strong","sub","sup","s","u","ul","ol","li"];for(n=/<\/?([a-zA-Z]+)?>/g;null!==(e=n.exec(t));)i.includes(e[1])||(t=t.replace(e[0],""));for(n=/<([a-zA-Z]+)?>/g;null!==(e=n.exec(t));)-1==t.indexOf("</"+e[1]+">")&&(t=t.replace(e[0],""));for(n=/<\/?([a-zA-Z]+)?>/g;null!==(e=n.exec(t));)-1==t.indexOf("<"+e[1]+">")&&(t=t.replace(e[0],""));for(n=/<([a-zA-Z]+)?>/g;null!==(e=n.exec(t));){var o=t.lastIndexOf("<"+e[1]+">");if(o>t.lastIndexOf("</"+e[1]+">")){var a=t.substring(0,o),r=t.substring(o+2+e[1].length);t=a+r}}n=/<([a-zA-Z]+)?>/g;for(var b=Array();null!==(e=n.exec(t));)b.push(e[1]);n=/<([a-zA-Z]+)?>/g;for(var l=Array();null!==(e=n.exec(t));)l.push(e[1]);b.forEach(function(e){if((t.match(new RegExp("<"+e+">","g"))||[]).length>(t.match(new RegExp("</"+e+">","g"))||[]).length){var n=t.indexOf("<"+e+">"),i=t.substring(0,n),o=t.substring(n+2+e.length);t=i+o}}),l.forEach(function(e){if((t.match(new RegExp("<"+e+">","g"))||[]).length<(t.match(new RegExp("</"+e+">","g"))||[]).length){var n=t.indexOf("</"+e+">"),i=t.substring(0,n),o=t.substring(n+3+e.length);t=i+o}});var s=t.replace(/"/gim,"``");return s=(s=s.replace(/\[/gim,"`{`")).replace(/\]/gim,"`}`")},window.bt_bb_special_char_decode=function(t){var e=t.replace(/``/gim,"&quot;");return e=(e=e.replace(/`{`/gim,"[")).replace(/`}`/gim,"]")},window.bt_bb_json_encode=function(t){var e=/[\b\t\n\f\r\\\"\/\u00A1-\uFFFF]/g,n={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\","/":"\\/"};return e.lastIndex=0,e.test(t)?'"'+t.replace(e,function(t){var e=n[t];return"string"==typeof e?e:"\\u"+("0000"+t.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+t+'"'},String.prototype.startsWith||(String.prototype.startsWith=function(t,e){return e=e||0,this.lastIndexOf(t,e)===e}),String.prototype.endsWith||(String.prototype.endsWith=function(t,e){var n=this.toString();("number"!=typeof e||!isFinite(e)||Math.floor(e)!==e||e>n.length)&&(e=n.length),e-=t.length;var i=n.indexOf(t,e);return-1!==i&&i===e}),window.bt_bb_create_dom_element=function(t,e){for(var n,i=document.createElement(t),o=0;o<e.length;o++)(n=document.createAttribute(e[o][0])).value=e[o][1],i.setAttributeNode(n);return i},window.attr_to_arr=function(t){var e=JSON.parse(t),n=[];for(var i in e)n.push([i,e[i]]);return n},window.attr_to_obj=function(t){return JSON.parse(t)},window.bt_bb_sortable_background=function(t){const e=jQuery;void 0===window.bt_bb.cache[t]?wp.media.attachment(t).fetch().done(function(t){var n="";n=void 0!==t.sizes.thumbnail?t.sizes.thumbnail.url:t.sizes.full.url,window.bt_bb.fe?(e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-image",'url("'+n+'")'),e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-size","cover")):(e('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-image",'url("'+n+'")'),e('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-size","cover")),window.bt_bb.cache[t.id]={},window.bt_bb.cache[t.id].url=n,window.bt_bb.cache[t.id].title=t.title}):window.bt_bb.fe?(e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-image",'url("'+window.bt_bb.cache[t].url+'")'),e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-size","cover")):(e('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-image",'url("'+window.bt_bb.cache[t].url+'")'),e('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-size","cover"))},window.bt_bb_get_key=function(){var t="bt_bb_"+Math.random().toString();return t=t.replace(".","")},window.bt_bb_b64EncodeUnicode=function(t){return btoa(encodeURIComponent(t).replace(/%([0-9A-F]{2})/g,function(t,e){return String.fromCharCode(parseInt(e,16))}))},window.bt_bb_b64DecodeUnicode=function(t){return decodeURIComponent(Array.prototype.map.call(atob(t),function(t){return"%"+("00"+t.charCodeAt(0).toString(16)).slice(-2)}).join(""))}},function(t,e,n){"use strict";var i;i=jQuery,window.bt_bb_dialog_param={attach_image:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";return n+="<b>"+t.param.heading+"</b>",n+='<div class="bt_bb_dialog_image_container">',Number.isInteger(parseInt(t.attr_value))&&(n+='<div class="bt_bb_sortable_item" data-id="'+t.attr_value+'"><i class="fa fa-times"></i></div>',setTimeout(window.bt_bb_sortable_background,100,t.attr_value)),n+="</div>",n+='<div class="bt_bb_dialog_inline_buttons bt_bb_left">',n+='<input type="button" class="bt_bb_dialog_select_images_button button button-small" value="'+window.bt_bb_text.select+'">',n+="</div>",n+="<div>",Number.isInteger(parseInt(t.attr_value))?n+='<input disabled type="text" placeholder="'+window.bt_bb_text.or_enter_image_url+'">':n+='<input type="text" placeholder="'+window.bt_bb_text.or_enter_image_url+'" value="'+t.attr_value+'">',n+="</div>",e.innerHTML=n,e},attach_images:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";n+="<b>"+t.param.heading+"</b>",n+='<div class="bt_bb_dialog_image_container">';var i=t.attr_value.split(",");if(""!=i[0])for(var o=0;o<i.length;o++)Number.isInteger(parseInt(i[o]))&&(n+='<div class="bt_bb_sortable_item" data-id="'+i[o]+'"><i class="fa fa-times"></i></div>',setTimeout(window.bt_bb_sortable_background,100,i[o]));return n+="</div>",n+='<div class="bt_bb_dialog_inline_buttons bt_bb_left">',n+='<input type="button" class="bt_bb_dialog_select_images_button button button-small" value="'+window.bt_bb_text.select+'">',n+="</div>",e.innerHTML=n,e},textfield:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";return""==t.attr_value?void 0!==t.param.value&&(n=t.param.value,n=bt_bb_special_char_decode(n)):n=bt_bb_special_char_decode(t.attr_value),e.innerHTML="<b>"+t.param.heading+'</b><input type="text" value="'+n+'">',e},datetime_local:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";return""==t.attr_value?void 0!==t.param.value&&(n=t.param.value,n=bt_bb_special_char_decode(n)):n=bt_bb_special_char_decode(t.attr_value),e.innerHTML="<b>"+t.param.heading+'</b><input type="datetime-local" value="'+n+'">',e},textarea:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]);return e.innerHTML="<b>"+t.param.heading+'</b><textarea rows="5">'+bt_bb_special_char_decode(t.attr_value)+"</textarea>",e},textarea_object:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]);try{e.innerHTML="<b>"+t.param.heading+'</b><textarea rows="5">'+window.bt_bb_b64DecodeUnicode(t.attr_value)+"</textarea>"}catch(n){e.innerHTML="<b>"+t.param.heading+'</b><textarea rows="5">'+t.attr_value+"</textarea>"}return e},dropdown:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]);t.param.responsive_override&&i(e).addClass("bt_bb_dialog_item_responsive_override");var n="";n+="<b>"+t.param.heading+"</b>";var o=function(e,n){var i="<select>";n&&(i+='<option value="">---</option>');for(var o=t.param.value,a=Object.keys(o),r=!1,b=0;b<a.length;b++)if(e==o[a[b]]){r=!0;break}for(b=0;b<a.length;b++)r&&e==o[a[b]]||!r&&o[a[b]]==t.param.default&&!n?i+='<option value="'+o[a[b]]+'" selected>'+a[b]+"</option>":i+='<option value="'+o[a[b]]+'">'+a[b]+"</option>";return i+="</select>"};if(t.attr_value.includes("%$%"))var a=t.attr_value.split("%$%");else a=t.attr_value.split(",;,");return 5!=a.length&&(a=[a[0],"","","",""]),n+=o(a[0]),n+='<div class="bt_bb_responsive_override_container">',t.param.responsive_override&&(n+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_lg" title="993-1200px"></span>',n+=o(a[1],!0),n+="</div>",n+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_md" title="769-992px"></span>',n+=o(a[2],!0),n+="</div>",n+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_sm" title="481-768px"></span>',n+=o(a[3],!0),n+="</div>",n+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_xs" title="&le;480px"></span>',n+=o(a[4],!0),n+="</div>"),n+="</div>",e.innerHTML=n,e},iconpicker:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";return n+="<b>"+t.param.heading+"</b>",n+=window.bt_bb_iconpicker(t.param.value,t.attr_value),e.innerHTML=n,e},colorpicker:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item bt_bb_colorpicker"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";return n+="<b>"+t.param.heading+"</b>",n+='<input type="text" class="bt_bb_color_picker" value="'+bt_bb_special_char_decode(t.attr_value)+'" data-alpha-enabled="true">',e.innerHTML=n,e},link:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";return""==t.attr_value?void 0!==t.param.value&&(n=t.param.value,n=bt_bb_special_char_decode(n)):n=bt_bb_special_char_decode(t.attr_value),e.innerHTML="<b>"+t.param.heading+'</b><input type="text" value="'+n+'">',e.innerHTML+='<input type="search" placeholder="'+window.bt_bb_text.search_content+'" class="bt_bb_search_link"><span class="spinner"></span>',e.innerHTML+='<div class="bt_bb_search_link_results" data-empty-text="'+window.bt_bb_text.no_results+'"></div>',e},checkbox:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";n+="<b>"+t.param.heading+"</b>";var i=t.param.value,o=Object.keys(i),a="";return t.attr_value==i[o[0]]&&(a=" checked"),n+='<label for="bt_'+t.base+"_"+t.param.param_name+'"><input id="bt_'+t.base+"_"+t.param.param_name+'" type="checkbox" value="'+i[o[0]]+'"'+a+"><span>"+o[0]+"</span></label>",e.innerHTML=n,e},checkbox_group:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";n+="<b>"+t.param.heading+"</b>";for(var o=t.param.value,a=Object.keys(o),r=t.attr_value.split(" "),b=0;b<a.length;b++){var l="";-1!=i.inArray(o[a[b]],r)&&(l=" checked"),n+='<label for="'+t.base+"_"+t.param.param_name+b+'"><input id="'+t.base+"_"+t.param.param_name+b+'" type="checkbox" value="'+o[a[b]]+'"'+l+"><span>"+a[b]+"</span></label>"}return e.innerHTML=n,e}},window.bt_bb_dialog_param.dropdown_color=window.bt_bb_dialog_param.dropdown,window.bt_bb_get_dialog_param=function(t){var e=window.bt_bb_dialog_param[t.param.type.replaceAll("-","_")](t);if(void 0!==t.param.description){var n=bt_bb_create_dom_element("i",[]);n.innerHTML=t.param.description,e.appendChild(n)}return e}},function(t,e,n){"use strict";
2
  /**!
3
  * Sortable 1.14.0
4
  * @author RubaXa <trash@rubaxa.org>
5
  * @author owenm <owen23355@gmail.com>
6
  * @license MIT
7
  */
8
- function i(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n.push.apply(n,i)}return n}function o(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?i(Object(n),!0).forEach(function(e){r(t,e,n[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))})}return t}function a(t){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function b(){return(b=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t}).apply(this,arguments)}function l(t,e){if(null==t)return{};var n,i,o=function(t,e){if(null==t)return{};var n,i,o={},a=Object.keys(t);for(i=0;i<a.length;i++)n=a[i],e.indexOf(n)>=0||(o[n]=t[n]);return o}(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(i=0;i<a.length;i++)n=a[i],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}function s(t){return function(t){if(Array.isArray(t))return _(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return _(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}n.r(e),n.d(e,"MultiDrag",function(){return xe}),n.d(e,"Sortable",function(){return Yt}),n.d(e,"Swap",function(){return de});function d(t){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(t)}var c=d(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),u=d(/Edge/i),f=d(/firefox/i),p=d(/safari/i)&&!d(/chrome/i)&&!d(/android/i),m=d(/iP(ad|od|hone)/i),h=d(/chrome/i)&&d(/android/i),w={capture:!1,passive:!1};function g(t,e,n){t.addEventListener(e,n,!c&&w)}function v(t,e,n){t.removeEventListener(e,n,!c&&w)}function y(t,e){if(e){if(">"===e[0]&&(e=e.substring(1)),t)try{if(t.matches)return t.matches(e);if(t.msMatchesSelector)return t.msMatchesSelector(e);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(e)}catch(t){return!1}return!1}}function x(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function k(t,e,n,i){if(t){n=n||document;do{if(null!=e&&(">"===e[0]?t.parentNode===n&&y(t,e):y(t,e))||i&&t===n)return t;if(t===n)break}while(t=x(t))}return null}var C,E=/\s+/g;function S(t,e,n){if(t&&e)if(t.classList)t.classList[n?"add":"remove"](e);else{var i=(" "+t.className+" ").replace(E," ").replace(" "+e+" "," ");t.className=(i+(n?" "+e:"")).replace(E," ")}}function D(t,e,n){var i=t&&t.style;if(i){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(n=t.currentStyle),void 0===e?n:n[e];e in i||-1!==e.indexOf("webkit")||(e="-webkit-"+e),i[e]=n+("string"==typeof n?"":"px")}}function T(t,e){var n="";if("string"==typeof t)n=t;else do{var i=D(t,"transform");i&&"none"!==i&&(n=i+" "+n)}while(!e&&(t=t.parentNode));var o=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return o&&new o(n)}function O(t,e,n){if(t){var i=t.getElementsByTagName(e),o=0,a=i.length;if(n)for(;o<a;o++)n(i[o],o);return i}return[]}function M(){var t=document.scrollingElement;return t||document.documentElement}function A(t,e,n,i,o){if(t.getBoundingClientRect||t===window){var a,r,b,l,s,_,d;if(t!==window&&t.parentNode&&t!==M()?(r=(a=t.getBoundingClientRect()).top,b=a.left,l=a.bottom,s=a.right,_=a.height,d=a.width):(r=0,b=0,l=window.innerHeight,s=window.innerWidth,_=window.innerHeight,d=window.innerWidth),(e||n)&&t!==window&&(o=o||t.parentNode,!c))do{if(o&&o.getBoundingClientRect&&("none"!==D(o,"transform")||n&&"static"!==D(o,"position"))){var u=o.getBoundingClientRect();r-=u.top+parseInt(D(o,"border-top-width")),b-=u.left+parseInt(D(o,"border-left-width")),l=r+a.height,s=b+a.width;break}}while(o=o.parentNode);if(i&&t!==window){var f=T(o||t),p=f&&f.a,m=f&&f.d;f&&(l=(r/=m)+(_/=m),s=(b/=p)+(d/=p))}return{top:r,left:b,bottom:l,right:s,width:d,height:_}}}function I(t,e,n){for(var i=H(t,!0),o=A(t)[e];i;){var a=A(i)[n];if(!("top"===n||"left"===n?o>=a:o<=a))return i;if(i===M())break;i=H(i,!1)}return!1}function j(t,e,n,i){for(var o=0,a=0,r=t.children;a<r.length;){if("none"!==r[a].style.display&&r[a]!==Yt.ghost&&(i||r[a]!==Yt.dragged)&&k(r[a],n.draggable,t,!1)){if(o===e)return r[a];o++}a++}return null}function N(t,e){for(var n=t.lastElementChild;n&&(n===Yt.ghost||"none"===D(n,"display")||e&&!y(n,e));)n=n.previousElementSibling;return n||null}function P(t,e){var n=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===Yt.clone||e&&!y(t,e)||n++;return n}function R(t){var e=0,n=0,i=M();if(t)do{var o=T(t),a=o.a,r=o.d;e+=t.scrollLeft*a,n+=t.scrollTop*r}while(t!==i&&(t=t.parentNode));return[e,n]}function H(t,e){if(!t||!t.getBoundingClientRect)return M();var n=t,i=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var o=D(n);if(n.clientWidth<n.scrollWidth&&("auto"==o.overflowX||"scroll"==o.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==o.overflowY||"scroll"==o.overflowY)){if(!n.getBoundingClientRect||n===document.body)return M();if(i||e)return n;i=!0}}}while(n=n.parentNode);return M()}function L(t,e){return Math.round(t.top)===Math.round(e.top)&&Math.round(t.left)===Math.round(e.left)&&Math.round(t.height)===Math.round(e.height)&&Math.round(t.width)===Math.round(e.width)}function q(t,e){return function(){if(!C){var n=arguments;1===n.length?t.call(this,n[0]):t.apply(this,n),C=setTimeout(function(){C=void 0},e)}}}function B(t,e,n){t.scrollLeft+=e,t.scrollTop+=n}function z(t){var e=window.Polymer,n=window.jQuery||window.Zepto;return e&&e.dom?e.dom(t).cloneNode(!0):n?n(t).clone(!0)[0]:t.cloneNode(!0)}function X(t,e){D(t,"position","absolute"),D(t,"top",e.top),D(t,"left",e.left),D(t,"width",e.width),D(t,"height",e.height)}function Y(t){D(t,"position",""),D(t,"top",""),D(t,"left",""),D(t,"width",""),D(t,"height","")}var F="Sortable"+(new Date).getTime();function W(){var t,e=[];return{captureAnimationState:function(){(e=[],this.options.animation)&&[].slice.call(this.el.children).forEach(function(t){if("none"!==D(t,"display")&&t!==Yt.ghost){e.push({target:t,rect:A(t)});var n=o({},e[e.length-1].rect);if(t.thisAnimationDuration){var i=T(t,!0);i&&(n.top-=i.f,n.left-=i.e)}t.fromRect=n}})},addAnimationState:function(t){e.push(t)},removeAnimationState:function(t){e.splice(function(t,e){for(var n in t)if(t.hasOwnProperty(n))for(var i in e)if(e.hasOwnProperty(i)&&e[i]===t[n][i])return Number(n);return-1}(e,{target:t}),1)},animateAll:function(n){var i=this;if(!this.options.animation)return clearTimeout(t),void("function"==typeof n&&n());var o=!1,a=0;e.forEach(function(t){var e=0,n=t.target,r=n.fromRect,b=A(n),l=n.prevFromRect,s=n.prevToRect,_=t.rect,d=T(n,!0);d&&(b.top-=d.f,b.left-=d.e),n.toRect=b,n.thisAnimationDuration&&L(l,b)&&!L(r,b)&&(_.top-b.top)/(_.left-b.left)==(r.top-b.top)/(r.left-b.left)&&(e=function(t,e,n,i){return Math.sqrt(Math.pow(e.top-t.top,2)+Math.pow(e.left-t.left,2))/Math.sqrt(Math.pow(e.top-n.top,2)+Math.pow(e.left-n.left,2))*i.animation}(_,l,s,i.options)),L(b,r)||(n.prevFromRect=r,n.prevToRect=b,e||(e=i.options.animation),i.animate(n,_,b,e)),e&&(o=!0,a=Math.max(a,e),clearTimeout(n.animationResetTimer),n.animationResetTimer=setTimeout(function(){n.animationTime=0,n.prevFromRect=null,n.fromRect=null,n.prevToRect=null,n.thisAnimationDuration=null},e),n.thisAnimationDuration=e)}),clearTimeout(t),o?t=setTimeout(function(){"function"==typeof n&&n()},a):"function"==typeof n&&n(),e=[]},animate:function(t,e,n,i){if(i){D(t,"transition",""),D(t,"transform","");var o=T(this.el),a=o&&o.a,r=o&&o.d,b=(e.left-n.left)/(a||1),l=(e.top-n.top)/(r||1);t.animatingX=!!b,t.animatingY=!!l,D(t,"transform","translate3d("+b+"px,"+l+"px,0)"),this.forRepaintDummy=function(t){return t.offsetWidth}(t),D(t,"transition","transform "+i+"ms"+(this.options.easing?" "+this.options.easing:"")),D(t,"transform","translate3d(0,0,0)"),"number"==typeof t.animated&&clearTimeout(t.animated),t.animated=setTimeout(function(){D(t,"transition",""),D(t,"transform",""),t.animated=!1,t.animatingX=!1,t.animatingY=!1},i)}}}}var K=[],U={initializeByDefault:!0},G={mount:function(t){for(var e in U)!U.hasOwnProperty(e)||e in t||(t[e]=U[e]);K.forEach(function(e){if(e.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")}),K.push(t)},pluginEvent:function(t,e,n){var i=this;this.eventCanceled=!1,n.cancel=function(){i.eventCanceled=!0};var a=t+"Global";K.forEach(function(i){e[i.pluginName]&&(e[i.pluginName][a]&&e[i.pluginName][a](o({sortable:e},n)),e.options[i.pluginName]&&e[i.pluginName][t]&&e[i.pluginName][t](o({sortable:e},n)))})},initializePlugins:function(t,e,n,i){for(var o in K.forEach(function(i){var o=i.pluginName;if(t.options[o]||i.initializeByDefault){var a=new i(t,e,t.options);a.sortable=t,a.options=t.options,t[o]=a,b(n,a.defaults)}}),t.options)if(t.options.hasOwnProperty(o)){var a=this.modifyOption(t,o,t.options[o]);void 0!==a&&(t.options[o]=a)}},getEventProperties:function(t,e){var n={};return K.forEach(function(i){"function"==typeof i.eventProperties&&b(n,i.eventProperties.call(e[i.pluginName],t))}),n},modifyOption:function(t,e,n){var i;return K.forEach(function(o){t[o.pluginName]&&o.optionListeners&&"function"==typeof o.optionListeners[e]&&(i=o.optionListeners[e].call(t[o.pluginName],n))}),i}};function Q(t){var e=t.sortable,n=t.rootEl,i=t.name,a=t.targetEl,r=t.cloneEl,b=t.toEl,l=t.fromEl,s=t.oldIndex,_=t.newIndex,d=t.oldDraggableIndex,f=t.newDraggableIndex,p=t.originalEvent,m=t.putSortable,h=t.extraEventProperties;if(e=e||n&&n[F]){var w,g=e.options,v="on"+i.charAt(0).toUpperCase()+i.substr(1);!window.CustomEvent||c||u?(w=document.createEvent("Event")).initEvent(i,!0,!0):w=new CustomEvent(i,{bubbles:!0,cancelable:!0}),w.to=b||n,w.from=l||n,w.item=a||n,w.clone=r,w.oldIndex=s,w.newIndex=_,w.oldDraggableIndex=d,w.newDraggableIndex=f,w.originalEvent=p,w.pullMode=m?m.lastPutMode:void 0;var y=o(o({},h),G.getEventProperties(i,e));for(var x in y)w[x]=y[x];n&&n.dispatchEvent(w),g[v]&&g[v].call(e,w)}}var Z=["evt"],$=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=n.evt,a=l(n,Z);G.pluginEvent.bind(Yt)(t,e,o({dragEl:V,parentEl:tt,ghostEl:et,rootEl:nt,nextEl:it,lastDownEl:ot,cloneEl:at,cloneHidden:rt,dragStarted:gt,putSortable:ct,activeSortable:Yt.active,originalEvent:i,oldIndex:bt,oldDraggableIndex:st,newIndex:lt,newDraggableIndex:_t,hideGhostForTarget:qt,unhideGhostForTarget:Bt,cloneNowHidden:function(){rt=!0},cloneNowShown:function(){rt=!1},dispatchSortableEvent:function(t){J({sortable:e,name:t,originalEvent:i})}},a))};function J(t){Q(o({putSortable:ct,cloneEl:at,targetEl:V,rootEl:nt,oldIndex:bt,oldDraggableIndex:st,newIndex:lt,newDraggableIndex:_t},t))}var V,tt,et,nt,it,ot,at,rt,bt,lt,st,_t,dt,ct,ut,ft,pt,mt,ht,wt,gt,vt,yt,xt,kt,Ct=!1,Et=!1,St=[],Dt=!1,Tt=!1,Ot=[],Mt=!1,At=[],It="undefined"!=typeof document,jt=m,Nt=u||c?"cssFloat":"float",Pt=It&&!h&&!m&&"draggable"in document.createElement("div"),Rt=function(){if(It){if(c)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),Ht=function(t,e){var n=D(t),i=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),o=j(t,0,e),a=j(t,1,e),r=o&&D(o),b=a&&D(a),l=r&&parseInt(r.marginLeft)+parseInt(r.marginRight)+A(o).width,s=b&&parseInt(b.marginLeft)+parseInt(b.marginRight)+A(a).width;if("flex"===n.display)return"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal";if("grid"===n.display)return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(o&&r.float&&"none"!==r.float){var _="left"===r.float?"left":"right";return!a||"both"!==b.clear&&b.clear!==_?"horizontal":"vertical"}return o&&("block"===r.display||"flex"===r.display||"table"===r.display||"grid"===r.display||l>=i&&"none"===n[Nt]||a&&"none"===n[Nt]&&l+s>i)?"vertical":"horizontal"},Lt=function(t){function e(t,n){return function(i,o,a,r){var b=i.options.group.name&&o.options.group.name&&i.options.group.name===o.options.group.name;if(null==t&&(n||b))return!0;if(null==t||!1===t)return!1;if(n&&"clone"===t)return t;if("function"==typeof t)return e(t(i,o,a,r),n)(i,o,a,r);var l=(n?i:o).options.group.name;return!0===t||"string"==typeof t&&t===l||t.join&&t.indexOf(l)>-1}}var n={},i=t.group;i&&"object"==a(i)||(i={name:i}),n.name=i.name,n.checkPull=e(i.pull,!0),n.checkPut=e(i.put),n.revertClone=i.revertClone,t.group=n},qt=function(){!Rt&&et&&D(et,"display","none")},Bt=function(){!Rt&&et&&D(et,"display","")};It&&document.addEventListener("click",function(t){if(Et)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),Et=!1,!1},!0);var zt=function(t){if(V){t=t.touches?t.touches[0]:t;var e=(o=t.clientX,a=t.clientY,St.some(function(t){var e=t[F].options.emptyInsertThreshold;if(e&&!N(t)){var n=A(t),i=o>=n.left-e&&o<=n.right+e,b=a>=n.top-e&&a<=n.bottom+e;return i&&b?r=t:void 0}}),r);if(e){var n={};for(var i in t)t.hasOwnProperty(i)&&(n[i]=t[i]);n.target=n.rootEl=e,n.preventDefault=void 0,n.stopPropagation=void 0,e[F]._onDragOver(n)}}var o,a,r},Xt=function(t){V&&V.parentNode[F]._isOutsideThisEl(t.target)};function Yt(t,e){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=e=b({},e),t[F]=this;var n={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Ht(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,e){t.setData("Text",e.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Yt.supportPointer&&"PointerEvent"in window&&!p,emptyInsertThreshold:5};for(var i in G.initializePlugins(this,t,n),n)!(i in e)&&(e[i]=n[i]);for(var o in Lt(e),this)"_"===o.charAt(0)&&"function"==typeof this[o]&&(this[o]=this[o].bind(this));this.nativeDraggable=!e.forceFallback&&Pt,this.nativeDraggable&&(this.options.touchStartThreshold=1),e.supportPointer?g(t,"pointerdown",this._onTapStart):(g(t,"mousedown",this._onTapStart),g(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(g(t,"dragover",this),g(t,"dragenter",this)),St.push(this.el),e.store&&e.store.get&&this.sort(e.store.get(this)||[]),b(this,W())}function Ft(t,e,n,i,o,a,r,b){var l,s,_=t[F],d=_.options.onMove;return!window.CustomEvent||c||u?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=e,l.from=t,l.dragged=n,l.draggedRect=i,l.related=o||e,l.relatedRect=a||A(e),l.willInsertAfter=b,l.originalEvent=r,t.dispatchEvent(l),d&&(s=d.call(_,l,r)),s}function Wt(t){t.draggable=!1}function Kt(){Mt=!1}function Ut(t){for(var e=t.tagName+t.className+t.src+t.href+t.textContent,n=e.length,i=0;n--;)i+=e.charCodeAt(n);return i.toString(36)}function Gt(t){return setTimeout(t,0)}function Qt(t){return clearTimeout(t)}Yt.prototype={constructor:Yt,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(vt=null)},_getDirection:function(t,e){return"function"==typeof this.options.direction?this.options.direction.call(this,t,e,V):this.options.direction},_onTapStart:function(t){if(t.cancelable){var e=this,n=this.el,i=this.options,o=i.preventOnFilter,a=t.type,r=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,b=(r||t).target,l=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||b,s=i.filter;if(function(t){At.length=0;var e=t.getElementsByTagName("input"),n=e.length;for(;n--;){var i=e[n];i.checked&&At.push(i)}}(n),!V&&!(/mousedown|pointerdown/.test(a)&&0!==t.button||i.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!p||!b||"SELECT"!==b.tagName.toUpperCase())&&!((b=k(b,i.draggable,n,!1))&&b.animated||ot===b)){if(bt=P(b),st=P(b,i.draggable),"function"==typeof s){if(s.call(this,t,b,this))return J({sortable:e,rootEl:l,name:"filter",targetEl:b,toEl:n,fromEl:n}),$("filter",e,{evt:t}),void(o&&t.cancelable&&t.preventDefault())}else if(s&&(s=s.split(",").some(function(i){if(i=k(l,i.trim(),n,!1))return J({sortable:e,rootEl:i,name:"filter",targetEl:b,fromEl:n,toEl:n}),$("filter",e,{evt:t}),!0})))return void(o&&t.cancelable&&t.preventDefault());i.handle&&!k(l,i.handle,n,!1)||this._prepareDragStart(t,r,b)}}},_prepareDragStart:function(t,e,n){var i,o=this,a=o.el,r=o.options,b=a.ownerDocument;if(n&&!V&&n.parentNode===a){var l=A(n);if(nt=a,tt=(V=n).parentNode,it=V.nextSibling,ot=n,dt=r.group,Yt.dragged=V,ut={target:V,clientX:(e||t).clientX,clientY:(e||t).clientY},ht=ut.clientX-l.left,wt=ut.clientY-l.top,this._lastX=(e||t).clientX,this._lastY=(e||t).clientY,V.style["will-change"]="all",i=function(){$("delayEnded",o,{evt:t}),Yt.eventCanceled?o._onDrop():(o._disableDelayedDragEvents(),!f&&o.nativeDraggable&&(V.draggable=!0),o._triggerDragStart(t,e),J({sortable:o,name:"choose",originalEvent:t}),S(V,r.chosenClass,!0))},r.ignore.split(",").forEach(function(t){O(V,t.trim(),Wt)}),g(b,"dragover",zt),g(b,"mousemove",zt),g(b,"touchmove",zt),g(b,"mouseup",o._onDrop),g(b,"touchend",o._onDrop),g(b,"touchcancel",o._onDrop),f&&this.nativeDraggable&&(this.options.touchStartThreshold=4,V.draggable=!0),$("delayStart",this,{evt:t}),!r.delay||r.delayOnTouchOnly&&!e||this.nativeDraggable&&(u||c))i();else{if(Yt.eventCanceled)return void this._onDrop();g(b,"mouseup",o._disableDelayedDrag),g(b,"touchend",o._disableDelayedDrag),g(b,"touchcancel",o._disableDelayedDrag),g(b,"mousemove",o._delayedDragTouchMoveHandler),g(b,"touchmove",o._delayedDragTouchMoveHandler),r.supportPointer&&g(b,"pointermove",o._delayedDragTouchMoveHandler),o._dragStartTimer=setTimeout(i,r.delay)}}},_delayedDragTouchMoveHandler:function(t){var e=t.touches?t.touches[0]:t;Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){V&&Wt(V),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;v(t,"mouseup",this._disableDelayedDrag),v(t,"touchend",this._disableDelayedDrag),v(t,"touchcancel",this._disableDelayedDrag),v(t,"mousemove",this._delayedDragTouchMoveHandler),v(t,"touchmove",this._delayedDragTouchMoveHandler),v(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,e){e=e||"touch"==t.pointerType&&t,!this.nativeDraggable||e?this.options.supportPointer?g(document,"pointermove",this._onTouchMove):g(document,e?"touchmove":"mousemove",this._onTouchMove):(g(V,"dragend",this),g(nt,"dragstart",this._onDragStart));try{document.selection?Gt(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,e){if(Ct=!1,nt&&V){$("dragStarted",this,{evt:e}),this.nativeDraggable&&g(document,"dragover",Xt);var n=this.options;!t&&S(V,n.dragClass,!1),S(V,n.ghostClass,!0),Yt.active=this,t&&this._appendGhost(),J({sortable:this,name:"start",originalEvent:e})}else this._nulling()},_emulateDragOver:function(){if(ft){this._lastX=ft.clientX,this._lastY=ft.clientY,qt();for(var t=document.elementFromPoint(ft.clientX,ft.clientY),e=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(ft.clientX,ft.clientY))!==e;)e=t;if(V.parentNode[F]._isOutsideThisEl(t),e)do{if(e[F]){if(e[F]._onDragOver({clientX:ft.clientX,clientY:ft.clientY,target:t,rootEl:e})&&!this.options.dragoverBubble)break}t=e}while(e=e.parentNode);Bt()}},_onTouchMove:function(t){if(ut){var e=this.options,n=e.fallbackTolerance,i=e.fallbackOffset,o=t.touches?t.touches[0]:t,a=et&&T(et,!0),r=et&&a&&a.a,b=et&&a&&a.d,l=jt&&kt&&R(kt),s=(o.clientX-ut.clientX+i.x)/(r||1)+(l?l[0]-Ot[0]:0)/(r||1),_=(o.clientY-ut.clientY+i.y)/(b||1)+(l?l[1]-Ot[1]:0)/(b||1);if(!Yt.active&&!Ct){if(n&&Math.max(Math.abs(o.clientX-this._lastX),Math.abs(o.clientY-this._lastY))<n)return;this._onDragStart(t,!0)}if(et){a?(a.e+=s-(pt||0),a.f+=_-(mt||0)):a={a:1,b:0,c:0,d:1,e:s,f:_};var d="matrix(".concat(a.a,",").concat(a.b,",").concat(a.c,",").concat(a.d,",").concat(a.e,",").concat(a.f,")");D(et,"webkitTransform",d),D(et,"mozTransform",d),D(et,"msTransform",d),D(et,"transform",d),pt=s,mt=_,ft=o}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!et){var t=this.options.fallbackOnBody?document.body:nt,e=A(V,!0,jt,!0,t),n=this.options;if(jt){for(kt=t;"static"===D(kt,"position")&&"none"===D(kt,"transform")&&kt!==document;)kt=kt.parentNode;kt!==document.body&&kt!==document.documentElement?(kt===document&&(kt=M()),e.top+=kt.scrollTop,e.left+=kt.scrollLeft):kt=M(),Ot=R(kt)}S(et=V.cloneNode(!0),n.ghostClass,!1),S(et,n.fallbackClass,!0),S(et,n.dragClass,!0),D(et,"transition",""),D(et,"transform",""),D(et,"box-sizing","border-box"),D(et,"margin",0),D(et,"top",e.top),D(et,"left",e.left),D(et,"width",e.width),D(et,"height",e.height),D(et,"opacity","0.8"),D(et,"position",jt?"absolute":"fixed"),D(et,"zIndex","100000"),D(et,"pointerEvents","none"),Yt.ghost=et,t.appendChild(et),D(et,"transform-origin",ht/parseInt(et.style.width)*100+"% "+wt/parseInt(et.style.height)*100+"%")}},_onDragStart:function(t,e){var n=this,i=t.dataTransfer,o=n.options;$("dragStart",this,{evt:t}),Yt.eventCanceled?this._onDrop():($("setupClone",this),Yt.eventCanceled||((at=z(V)).draggable=!1,at.style["will-change"]="",this._hideClone(),S(at,this.options.chosenClass,!1),Yt.clone=at),n.cloneId=Gt(function(){$("clone",n),Yt.eventCanceled||(n.options.removeCloneOnHide||nt.insertBefore(at,V),n._hideClone(),J({sortable:n,name:"clone"}))}),!e&&S(V,o.dragClass,!0),e?(Et=!0,n._loopId=setInterval(n._emulateDragOver,50)):(v(document,"mouseup",n._onDrop),v(document,"touchend",n._onDrop),v(document,"touchcancel",n._onDrop),i&&(i.effectAllowed="move",o.setData&&o.setData.call(n,i,V)),g(document,"drop",n),D(V,"transform","translateZ(0)")),Ct=!0,n._dragStartId=Gt(n._dragStarted.bind(n,e,t)),g(document,"selectstart",n),gt=!0,p&&D(document.body,"user-select","none"))},_onDragOver:function(t){var e,n,i,a,r=this.el,b=t.target,l=this.options,s=l.group,_=Yt.active,d=dt===s,c=l.sort,u=ct||_,f=this,p=!1;if(!Mt){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),b=k(b,l.draggable,r,!0),L("dragOver"),Yt.eventCanceled)return p;if(V.contains(t.target)||b.animated&&b.animatingX&&b.animatingY||f._ignoreWhileAnimating===b)return z(!1);if(Et=!1,_&&!l.disabled&&(d?c||(i=tt!==nt):ct===this||(this.lastPutMode=dt.checkPull(this,_,V,t))&&s.checkPut(this,_,V,t))){if(a="vertical"===this._getDirection(t,b),e=A(V),L("dragOverValid"),Yt.eventCanceled)return p;if(i)return tt=nt,q(),this._hideClone(),L("revert"),Yt.eventCanceled||(it?nt.insertBefore(V,it):nt.appendChild(V)),z(!0);var m=N(r,l.draggable);if(!m||function(t,e,n){var i=A(N(n.el,n.options.draggable));return e?t.clientX>i.right+10||t.clientX<=i.right&&t.clientY>i.bottom&&t.clientX>=i.left:t.clientX>i.right&&t.clientY>i.top||t.clientX<=i.right&&t.clientY>i.bottom+10}(t,a,this)&&!m.animated){if(m===V)return z(!1);if(m&&r===t.target&&(b=m),b&&(n=A(b)),!1!==Ft(nt,r,V,e,b,n,t,!!b))return q(),r.appendChild(V),tt=r,X(),z(!0)}else if(m&&function(t,e,n){var i=A(j(n.el,0,n.options,!0));return e?t.clientX<i.left-10||t.clientY<i.top&&t.clientX<i.right:t.clientY<i.top-10||t.clientY<i.bottom&&t.clientX<i.left}(t,a,this)){var h=j(r,0,l,!0);if(h===V)return z(!1);if(n=A(b=h),!1!==Ft(nt,r,V,e,b,n,t,!1))return q(),r.insertBefore(V,h),tt=r,X(),z(!0)}else if(b.parentNode===r){n=A(b);var w,g,v,y=V.parentNode!==r,x=!function(t,e,n){var i=n?t.left:t.top,o=n?t.right:t.bottom,a=n?t.width:t.height,r=n?e.left:e.top,b=n?e.right:e.bottom,l=n?e.width:e.height;return i===r||o===b||i+a/2===r+l/2}(V.animated&&V.toRect||e,b.animated&&b.toRect||n,a),C=a?"top":"left",E=I(b,"top","top")||I(V,"top","top"),T=E?E.scrollTop:void 0;if(vt!==b&&(g=n[C],Dt=!1,Tt=!x&&l.invertSwap||y),0!==(w=function(t,e,n,i,o,a,r,b){var l=i?t.clientY:t.clientX,s=i?n.height:n.width,_=i?n.top:n.left,d=i?n.bottom:n.right,c=!1;if(!r)if(b&&xt<s*o){if(!Dt&&(1===yt?l>_+s*a/2:l<d-s*a/2)&&(Dt=!0),Dt)c=!0;else if(1===yt?l<_+xt:l>d-xt)return-yt}else if(l>_+s*(1-o)/2&&l<d-s*(1-o)/2)return function(t){return P(V)<P(t)?1:-1}(e);if((c=c||r)&&(l<_+s*a/2||l>d-s*a/2))return l>_+s/2?1:-1;return 0}(t,b,n,a,x?1:l.swapThreshold,null==l.invertedSwapThreshold?l.swapThreshold:l.invertedSwapThreshold,Tt,vt===b))){var O=P(V);do{O-=w,v=tt.children[O]}while(v&&("none"===D(v,"display")||v===et))}if(0===w||v===b)return z(!1);vt=b,yt=w;var M=b.nextElementSibling,R=!1,H=Ft(nt,r,V,e,b,n,t,R=1===w);if(!1!==H)return 1!==H&&-1!==H||(R=1===H),Mt=!0,setTimeout(Kt,30),q(),R&&!M?r.appendChild(V):b.parentNode.insertBefore(V,R?M:b),E&&B(E,0,T-E.scrollTop),tt=V.parentNode,void 0===g||Tt||(xt=Math.abs(g-A(b)[C])),X(),z(!0)}if(r.contains(V))return z(!1)}return!1}function L(l,s){$(l,f,o({evt:t,isOwner:d,axis:a?"vertical":"horizontal",revert:i,dragRect:e,targetRect:n,canSort:c,fromSortable:u,target:b,completed:z,onMove:function(n,i){return Ft(nt,r,V,e,n,A(n),t,i)},changed:X},s))}function q(){L("dragOverAnimationCapture"),f.captureAnimationState(),f!==u&&u.captureAnimationState()}function z(e){return L("dragOverCompleted",{insertion:e}),e&&(d?_._hideClone():_._showClone(f),f!==u&&(S(V,ct?ct.options.ghostClass:_.options.ghostClass,!1),S(V,l.ghostClass,!0)),ct!==f&&f!==Yt.active?ct=f:f===Yt.active&&ct&&(ct=null),u===f&&(f._ignoreWhileAnimating=b),f.animateAll(function(){L("dragOverAnimationComplete"),f._ignoreWhileAnimating=null}),f!==u&&(u.animateAll(),u._ignoreWhileAnimating=null)),(b===V&&!V.animated||b===r&&!b.animated)&&(vt=null),l.dragoverBubble||t.rootEl||b===document||(V.parentNode[F]._isOutsideThisEl(t.target),!e&&zt(t)),!l.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),p=!0}function X(){lt=P(V),_t=P(V,l.draggable),J({sortable:f,name:"change",toEl:r,newIndex:lt,newDraggableIndex:_t,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){v(document,"mousemove",this._onTouchMove),v(document,"touchmove",this._onTouchMove),v(document,"pointermove",this._onTouchMove),v(document,"dragover",zt),v(document,"mousemove",zt),v(document,"touchmove",zt)},_offUpEvents:function(){var t=this.el.ownerDocument;v(t,"mouseup",this._onDrop),v(t,"touchend",this._onDrop),v(t,"pointerup",this._onDrop),v(t,"touchcancel",this._onDrop),v(document,"selectstart",this)},_onDrop:function(t){var e=this.el,n=this.options;lt=P(V),_t=P(V,n.draggable),$("drop",this,{evt:t}),tt=V&&V.parentNode,lt=P(V),_t=P(V,n.draggable),Yt.eventCanceled?this._nulling():(Ct=!1,Tt=!1,Dt=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Qt(this.cloneId),Qt(this._dragStartId),this.nativeDraggable&&(v(document,"drop",this),v(e,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),p&&D(document.body,"user-select",""),D(V,"transform",""),t&&(gt&&(t.cancelable&&t.preventDefault(),!n.dropBubble&&t.stopPropagation()),et&&et.parentNode&&et.parentNode.removeChild(et),(nt===tt||ct&&"clone"!==ct.lastPutMode)&&at&&at.parentNode&&at.parentNode.removeChild(at),V&&(this.nativeDraggable&&v(V,"dragend",this),Wt(V),V.style["will-change"]="",gt&&!Ct&&S(V,ct?ct.options.ghostClass:this.options.ghostClass,!1),S(V,this.options.chosenClass,!1),J({sortable:this,name:"unchoose",toEl:tt,newIndex:null,newDraggableIndex:null,originalEvent:t}),nt!==tt?(lt>=0&&(J({rootEl:tt,name:"add",toEl:tt,fromEl:nt,originalEvent:t}),J({sortable:this,name:"remove",toEl:tt,originalEvent:t}),J({rootEl:tt,name:"sort",toEl:tt,fromEl:nt,originalEvent:t}),J({sortable:this,name:"sort",toEl:tt,originalEvent:t})),ct&&ct.save()):lt!==bt&&lt>=0&&(J({sortable:this,name:"update",toEl:tt,originalEvent:t}),J({sortable:this,name:"sort",toEl:tt,originalEvent:t})),Yt.active&&(null!=lt&&-1!==lt||(lt=bt,_t=st),J({sortable:this,name:"end",toEl:tt,originalEvent:t}),this.save()))),this._nulling())},_nulling:function(){$("nulling",this),nt=V=tt=et=it=at=ot=rt=ut=ft=gt=lt=_t=bt=st=vt=yt=ct=dt=Yt.dragged=Yt.ghost=Yt.clone=Yt.active=null,At.forEach(function(t){t.checked=!0}),At.length=pt=mt=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":V&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move");t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,e=[],n=this.el.children,i=0,o=n.length,a=this.options;i<o;i++)k(t=n[i],a.draggable,this.el,!1)&&e.push(t.getAttribute(a.dataIdAttr)||Ut(t));return e},sort:function(t,e){var n={},i=this.el;this.toArray().forEach(function(t,e){var o=i.children[e];k(o,this.options.draggable,i,!1)&&(n[t]=o)},this),e&&this.captureAnimationState(),t.forEach(function(t){n[t]&&(i.removeChild(n[t]),i.appendChild(n[t]))}),e&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,e){return k(t,e||this.options.draggable,this.el,!1)},option:function(t,e){var n=this.options;if(void 0===e)return n[t];var i=G.modifyOption(this,t,e);n[t]=void 0!==i?i:e,"group"===t&&Lt(n)},destroy:function(){$("destroy",this);var t=this.el;t[F]=null,v(t,"mousedown",this._onTapStart),v(t,"touchstart",this._onTapStart),v(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(v(t,"dragover",this),v(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),function(t){t.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),St.splice(St.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!rt){if($("hideClone",this),Yt.eventCanceled)return;D(at,"display","none"),this.options.removeCloneOnHide&&at.parentNode&&at.parentNode.removeChild(at),rt=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(rt){if($("showClone",this),Yt.eventCanceled)return;V.parentNode!=nt||this.options.group.revertClone?it?nt.insertBefore(at,it):nt.appendChild(at):nt.insertBefore(at,V),this.options.group.revertClone&&this.animate(V,at),D(at,"display",""),rt=!1}}else this._hideClone()}},It&&g(document,"touchmove",function(t){(Yt.active||Ct)&&t.cancelable&&t.preventDefault()}),Yt.utils={on:g,off:v,css:D,find:O,is:function(t,e){return!!k(t,e,t,!1)},extend:function(t,e){if(t&&e)for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},throttle:q,closest:k,toggleClass:S,clone:z,index:P,nextTick:Gt,cancelNextTick:Qt,detectDirection:Ht,getChild:j},Yt.get=function(t){return t[F]},Yt.mount=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];e[0].constructor===Array&&(e=e[0]),e.forEach(function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(Yt.utils=o(o({},Yt.utils),t.utils)),G.mount(t)})},Yt.create=function(t,e){return new Yt(t,e)},Yt.version="1.14.0";var Zt,$t,Jt,Vt,te,ee,ne=[],ie=!1;function oe(){ne.forEach(function(t){clearInterval(t.pid)}),ne=[]}function ae(){clearInterval(ee)}var re,be=q(function(t,e,n,i){if(e.scroll){var o,a=(t.touches?t.touches[0]:t).clientX,r=(t.touches?t.touches[0]:t).clientY,b=e.scrollSensitivity,l=e.scrollSpeed,s=M(),_=!1;$t!==n&&($t=n,oe(),Zt=e.scroll,o=e.scrollFn,!0===Zt&&(Zt=H(n,!0)));var d=0,c=Zt;do{var u=c,f=A(u),p=f.top,m=f.bottom,h=f.left,w=f.right,g=f.width,v=f.height,y=void 0,x=void 0,k=u.scrollWidth,C=u.scrollHeight,E=D(u),S=u.scrollLeft,T=u.scrollTop;u===s?(y=g<k&&("auto"===E.overflowX||"scroll"===E.overflowX||"visible"===E.overflowX),x=v<C&&("auto"===E.overflowY||"scroll"===E.overflowY||"visible"===E.overflowY)):(y=g<k&&("auto"===E.overflowX||"scroll"===E.overflowX),x=v<C&&("auto"===E.overflowY||"scroll"===E.overflowY));var O=y&&(Math.abs(w-a)<=b&&S+g<k)-(Math.abs(h-a)<=b&&!!S),I=x&&(Math.abs(m-r)<=b&&T+v<C)-(Math.abs(p-r)<=b&&!!T);if(!ne[d])for(var j=0;j<=d;j++)ne[j]||(ne[j]={});ne[d].vx==O&&ne[d].vy==I&&ne[d].el===u||(ne[d].el=u,ne[d].vx=O,ne[d].vy=I,clearInterval(ne[d].pid),0==O&&0==I||(_=!0,ne[d].pid=setInterval(function(){i&&0===this.layer&&Yt.active._onTouchMove(te);var e=ne[this.layer].vy?ne[this.layer].vy*l:0,n=ne[this.layer].vx?ne[this.layer].vx*l:0;"function"==typeof o&&"continue"!==o.call(Yt.dragged.parentNode[F],n,e,t,te,ne[this.layer].el)||B(ne[this.layer].el,n,e)}.bind({layer:d}),24))),d++}while(e.bubbleScroll&&c!==s&&(c=H(c,!1)));ie=_}},30),le=function(t){var e=t.originalEvent,n=t.putSortable,i=t.dragEl,o=t.activeSortable,a=t.dispatchSortableEvent,r=t.hideGhostForTarget,b=t.unhideGhostForTarget;if(e){var l=n||o;r();var s=e.changedTouches&&e.changedTouches.length?e.changedTouches[0]:e,_=document.elementFromPoint(s.clientX,s.clientY);b(),l&&!l.el.contains(_)&&(a("spill"),this.onSpill({dragEl:i,putSortable:n}))}};function se(){}function _e(){}function de(){function t(){this.defaults={swapClass:"sortable-swap-highlight"}}return t.prototype={dragStart:function(t){var e=t.dragEl;re=e},dragOverValid:function(t){var e=t.completed,n=t.target,i=t.onMove,o=t.activeSortable,a=t.changed,r=t.cancel;if(o.options.swap){var b=this.sortable.el,l=this.options;if(n&&n!==b){var s=re;!1!==i(n)?(S(n,l.swapClass,!0),re=n):re=null,s&&s!==re&&S(s,l.swapClass,!1)}a(),e(!0),r()}},drop:function(t){var e=t.activeSortable,n=t.putSortable,i=t.dragEl,o=n||this.sortable,a=this.options;re&&S(re,a.swapClass,!1),re&&(a.swap||n&&n.options.swap)&&i!==re&&(o.captureAnimationState(),o!==e&&e.captureAnimationState(),function(t,e){var n,i,o=t.parentNode,a=e.parentNode;if(!o||!a||o.isEqualNode(e)||a.isEqualNode(t))return;n=P(t),i=P(e),o.isEqualNode(a)&&n<i&&i++;o.insertBefore(e,o.children[n]),a.insertBefore(t,a.children[i])}(i,re),o.animateAll(),o!==e&&e.animateAll())},nulling:function(){re=null}},b(t,{pluginName:"swap",eventProperties:function(){return{swapItem:re}}})}se.prototype={startIndex:null,dragStart:function(t){var e=t.oldDraggableIndex;this.startIndex=e},onSpill:function(t){var e=t.dragEl,n=t.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var i=j(this.sortable.el,this.startIndex,this.options);i?this.sortable.el.insertBefore(e,i):this.sortable.el.appendChild(e),this.sortable.animateAll(),n&&n.animateAll()},drop:le},b(se,{pluginName:"revertOnSpill"}),_e.prototype={onSpill:function(t){var e=t.dragEl,n=t.putSortable||this.sortable;n.captureAnimationState(),e.parentNode&&e.parentNode.removeChild(e),n.animateAll()},drop:le},b(_e,{pluginName:"removeOnSpill"});var ce,ue,fe,pe,me,he=[],we=[],ge=!1,ve=!1,ye=!1;function xe(){function t(t){for(var e in this)"_"===e.charAt(0)&&"function"==typeof this[e]&&(this[e]=this[e].bind(this));t.options.supportPointer?g(document,"pointerup",this._deselectMultiDrag):(g(document,"mouseup",this._deselectMultiDrag),g(document,"touchend",this._deselectMultiDrag)),g(document,"keydown",this._checkKeyDown),g(document,"keyup",this._checkKeyUp),this.defaults={selectedClass:"sortable-selected",multiDragKey:null,setData:function(e,n){var i="";he.length&&ue===t?he.forEach(function(t,e){i+=(e?", ":"")+t.textContent}):i=n.textContent,e.setData("Text",i)}}}return t.prototype={multiDragKeyDown:!1,isMultiDrag:!1,delayStartGlobal:function(t){var e=t.dragEl;fe=e},delayEnded:function(){this.isMultiDrag=~he.indexOf(fe)},setupClone:function(t){var e=t.sortable,n=t.cancel;if(this.isMultiDrag){for(var i=0;i<he.length;i++)we.push(z(he[i])),we[i].sortableIndex=he[i].sortableIndex,we[i].draggable=!1,we[i].style["will-change"]="",S(we[i],this.options.selectedClass,!1),he[i]===fe&&S(we[i],this.options.chosenClass,!1);e._hideClone(),n()}},clone:function(t){var e=t.sortable,n=t.rootEl,i=t.dispatchSortableEvent,o=t.cancel;this.isMultiDrag&&(this.options.removeCloneOnHide||he.length&&ue===e&&(ke(!0,n),i("clone"),o()))},showClone:function(t){var e=t.cloneNowShown,n=t.rootEl,i=t.cancel;this.isMultiDrag&&(ke(!1,n),we.forEach(function(t){D(t,"display","")}),e(),me=!1,i())},hideClone:function(t){var e=this,n=(t.sortable,t.cloneNowHidden),i=t.cancel;this.isMultiDrag&&(we.forEach(function(t){D(t,"display","none"),e.options.removeCloneOnHide&&t.parentNode&&t.parentNode.removeChild(t)}),n(),me=!0,i())},dragStartGlobal:function(t){t.sortable;!this.isMultiDrag&&ue&&ue.multiDrag._deselectMultiDrag(),he.forEach(function(t){t.sortableIndex=P(t)}),he=he.sort(function(t,e){return t.sortableIndex-e.sortableIndex}),ye=!0},dragStarted:function(t){var e=this,n=t.sortable;if(this.isMultiDrag){if(this.options.sort&&(n.captureAnimationState(),this.options.animation)){he.forEach(function(t){t!==fe&&D(t,"position","absolute")});var i=A(fe,!1,!0,!0);he.forEach(function(t){t!==fe&&X(t,i)}),ve=!0,ge=!0}n.animateAll(function(){ve=!1,ge=!1,e.options.animation&&he.forEach(function(t){Y(t)}),e.options.sort&&Ce()})}},dragOver:function(t){var e=t.target,n=t.completed,i=t.cancel;ve&&~he.indexOf(e)&&(n(!1),i())},revert:function(t){var e=t.fromSortable,n=t.rootEl,i=t.sortable,o=t.dragRect;he.length>1&&(he.forEach(function(t){i.addAnimationState({target:t,rect:ve?A(t):o}),Y(t),t.fromRect=o,e.removeAnimationState(t)}),ve=!1,function(t,e){he.forEach(function(n,i){var o=e.children[n.sortableIndex+(t?Number(i):0)];o?e.insertBefore(n,o):e.appendChild(n)})}(!this.options.removeCloneOnHide,n))},dragOverCompleted:function(t){var e=t.sortable,n=t.isOwner,i=t.insertion,o=t.activeSortable,a=t.parentEl,r=t.putSortable,b=this.options;if(i){if(n&&o._hideClone(),ge=!1,b.animation&&he.length>1&&(ve||!n&&!o.options.sort&&!r)){var l=A(fe,!1,!0,!0);he.forEach(function(t){t!==fe&&(X(t,l),a.appendChild(t))}),ve=!0}if(!n)if(ve||Ce(),he.length>1){var s=me;o._showClone(e),o.options.animation&&!me&&s&&we.forEach(function(t){o.addAnimationState({target:t,rect:pe}),t.fromRect=pe,t.thisAnimationDuration=null})}else o._showClone(e)}},dragOverAnimationCapture:function(t){var e=t.dragRect,n=t.isOwner,i=t.activeSortable;if(he.forEach(function(t){t.thisAnimationDuration=null}),i.options.animation&&!n&&i.multiDrag.isMultiDrag){pe=b({},e);var o=T(fe,!0);pe.top-=o.f,pe.left-=o.e}},dragOverAnimationComplete:function(){ve&&(ve=!1,Ce())},drop:function(t){var e=t.originalEvent,n=t.rootEl,i=t.parentEl,o=t.sortable,a=t.dispatchSortableEvent,r=t.oldIndex,b=t.putSortable,l=b||this.sortable;if(e){var s=this.options,_=i.children;if(!ye)if(s.multiDragKey&&!this.multiDragKeyDown&&this._deselectMultiDrag(),S(fe,s.selectedClass,!~he.indexOf(fe)),~he.indexOf(fe))he.splice(he.indexOf(fe),1),ce=null,Q({sortable:o,rootEl:n,name:"deselect",targetEl:fe,originalEvt:e});else{if(he.push(fe),Q({sortable:o,rootEl:n,name:"select",targetEl:fe,originalEvt:e}),e.shiftKey&&ce&&o.el.contains(ce)){var d,c,u=P(ce),f=P(fe);if(~u&&~f&&u!==f)for(f>u?(c=u,d=f):(c=f,d=u+1);c<d;c++)~he.indexOf(_[c])||(S(_[c],s.selectedClass,!0),he.push(_[c]),Q({sortable:o,rootEl:n,name:"select",targetEl:_[c],originalEvt:e}))}else ce=fe;ue=l}if(ye&&this.isMultiDrag){if(ve=!1,(i[F].options.sort||i!==n)&&he.length>1){var p=A(fe),m=P(fe,":not(."+this.options.selectedClass+")");if(!ge&&s.animation&&(fe.thisAnimationDuration=null),l.captureAnimationState(),!ge&&(s.animation&&(fe.fromRect=p,he.forEach(function(t){if(t.thisAnimationDuration=null,t!==fe){var e=ve?A(t):p;t.fromRect=e,l.addAnimationState({target:t,rect:e})}})),Ce(),he.forEach(function(t){_[m]?i.insertBefore(t,_[m]):i.appendChild(t),m++}),r===P(fe))){var h=!1;he.forEach(function(t){t.sortableIndex===P(t)||(h=!0)}),h&&a("update")}he.forEach(function(t){Y(t)}),l.animateAll()}ue=l}(n===i||b&&"clone"!==b.lastPutMode)&&we.forEach(function(t){t.parentNode&&t.parentNode.removeChild(t)})}},nullingGlobal:function(){this.isMultiDrag=ye=!1,we.length=0},destroyGlobal:function(){this._deselectMultiDrag(),v(document,"pointerup",this._deselectMultiDrag),v(document,"mouseup",this._deselectMultiDrag),v(document,"touchend",this._deselectMultiDrag),v(document,"keydown",this._checkKeyDown),v(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function(t){if(!(void 0!==ye&&ye||ue!==this.sortable||t&&k(t.target,this.options.draggable,this.sortable.el,!1)||t&&0!==t.button))for(;he.length;){var e=he[0];S(e,this.options.selectedClass,!1),he.shift(),Q({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:e,originalEvt:t})}},_checkKeyDown:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!0)},_checkKeyUp:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!1)}},b(t,{pluginName:"multiDrag",utils:{select:function(t){var e=t.parentNode[F];e&&e.options.multiDrag&&!~he.indexOf(t)&&(ue&&ue!==e&&(ue.multiDrag._deselectMultiDrag(),ue=e),S(t,e.options.selectedClass,!0),he.push(t))},deselect:function(t){var e=t.parentNode[F],n=he.indexOf(t);e&&e.options.multiDrag&&~n&&(S(t,e.options.selectedClass,!1),he.splice(n,1))}},eventProperties:function(){var t=this,e=[],n=[];return he.forEach(function(i){var o;e.push({multiDragElement:i,index:i.sortableIndex}),o=ve&&i!==fe?-1:ve?P(i,":not(."+t.options.selectedClass+")"):P(i),n.push({multiDragElement:i,index:o})}),{items:s(he),clones:[].concat(we),oldIndicies:e,newIndicies:n}},optionListeners:{multiDragKey:function(t){return"ctrl"===(t=t.toLowerCase())?t="Control":t.length>1&&(t=t.charAt(0).toUpperCase()+t.substr(1)),t}}})}function ke(t,e){we.forEach(function(n,i){var o=e.children[n.sortableIndex+(t?Number(i):0)];o?e.insertBefore(n,o):e.appendChild(n)})}function Ce(){he.forEach(function(t){t!==fe&&t.parentNode&&t.parentNode.removeChild(t)})}Yt.mount(new function(){function t(){for(var t in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"==typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var e=t.originalEvent;this.sortable.nativeDraggable?g(document,"dragover",this._handleAutoScroll):this.options.supportPointer?g(document,"pointermove",this._handleFallbackAutoScroll):e.touches?g(document,"touchmove",this._handleFallbackAutoScroll):g(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var e=t.originalEvent;this.options.dragOverBubble||e.rootEl||this._handleAutoScroll(e)},drop:function(){this.sortable.nativeDraggable?v(document,"dragover",this._handleAutoScroll):(v(document,"pointermove",this._handleFallbackAutoScroll),v(document,"touchmove",this._handleFallbackAutoScroll),v(document,"mousemove",this._handleFallbackAutoScroll)),ae(),oe(),clearTimeout(C),C=void 0},nulling:function(){te=$t=Zt=ie=ee=Jt=Vt=null,ne.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,e){var n=this,i=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,a=document.elementFromPoint(i,o);if(te=t,e||this.options.forceAutoScrollFallback||u||c||p){be(t,this.options,a,e);var r=H(a,!0);!ie||ee&&i===Jt&&o===Vt||(ee&&ae(),ee=setInterval(function(){var a=H(document.elementFromPoint(i,o),!0);a!==r&&(r=a,oe()),be(t,n.options,a,e)},10),Jt=i,Vt=o)}else{if(!this.options.bubbleScroll||H(a,!0)===M())return void oe();be(t,this.options,H(a,!1),!1)}}},b(t,{pluginName:"scroll",initializeByDefault:!0})}),Yt.mount(_e,se),e.default=Yt},,,,,,,,,,function(t,e,n){"use strict";n.r(e);n(0),n(1),n(13),n(14);window.bt_bb_sortable=n(2)},function(t,e,n){"use strict";!function(t){if(!window.bt_bb_preview||window.frameElement){window.bt_bb={},window.bt_bb.cache={},window.bt_bb.fe=!0,window.bt_bb.images={},window.bt_bb.iframe=!1,window!=window.top&&(window.bt_bb.iframe=!0),window.bt_bb.ajax_wait=!1,window.addEventListener("beforeunload",function(e){t("body").hasClass("bt_bb_fe_save_on")&&(e.preventDefault(),e.returnValue="")}),t(document).ready(function(){if(t("#bt_bb_fe_init_mouseover").remove(),t(".bt_bb_fe_count").on("click",function(e){var n=t(this).find(".bt_bb_fe_count_inner").html();window!=window.top&&(t(".bt_bb_front_end_preview_close",window.parent.document).click(),t("html, body",window.parent.document).animate({scrollTop:t(".bt_bb_item_list",window.parent.document).children().eq(n-1).offset().top-t("#wpadminbar",window.parent.document).height()},500))}),"undefined"!=typeof tinyMCE&&(window.bt_bb.tinymce=tinyMCE.get("bt_bb_fe_dialog_tinymce"),window.bt_bb.tinymce&&window.bt_bb.tinymce.on("init",function(){"true"==localStorage.getItem("bt_bb_fe_preview_toggle")?t("body").addClass("bt_bb_fe_preview_toggle"):t("body").removeClass("bt_bb_fe_preview_toggle"),t(".bt_bb_fe_preview_toggler").on("click",function(e){e.stopPropagation(),t("body").toggleClass("bt_bb_fe_preview_toggle");var n=!1;t("body").hasClass("bt_bb_fe_preview_toggle")&&(n=!0),localStorage.setItem("bt_bb_fe_preview_toggle",n)}),t("#bt_bb_fe_add_section").on("click",function(e){e.stopPropagation(),t("body").toggleClass("bt_bb_fe_add_section_toggle"),t("#bt_bb_fe_add_section_dialog").css("top",t("#wpadminbar")[0].getBoundingClientRect().bottom+"px"),t("body").hasClass("bt_bb_fe_add_section_toggle"),window.bt_bb_fe_dialog_close()})})),e(),t(window).on("scroll",function(){e()}),!window.bt_bb_custom_elements){t(document).on("click","body.bt_bb_fe_add_section section.bt_bb_section",function(){t("section.bt_bb_section").removeClass("bt_bb_fe_add_section_selected"),t(this).addClass("bt_bb_fe_add_section_selected"),t(parent.document.body).addClass("bt_bb_fe_add_section_selected_body")});for(const t in window.bt_bb_elements)for(const e in window.bt_bb_elements[t].params){const n=window.bt_bb_elements[t].params[e].type;"attach_image"!=n&&"attach_images"!=n||(window.bt_bb.images[t]||(window.bt_bb.images[t]=[]),window.bt_bb.images[t].push(e))}window.bt_bb_fe_parse_data();for(const e in window.bt_bb_fe_elements)t(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).find('[data-base="'+e+'"]').each(function(){var n=!0;if(window.bt_bb_fe_elements[e].condition_params){n=!1;var i=t(this).data("bt-bb-fe-atts");for(const t in window.bt_bb_fe_elements[e].params)if(i[t]){n=!0;break}}n&&t(this).addClass("bt_bb_fe_edit")}),t(document).on("click",':not(ul.menu) .bt_bb_wrapper [data-base="'+e+'"] a',function(){if(!t("body").hasClass("bt_bb_fe_preview_toggle")&&t(this).closest(".bt_bb_fe_edit").length)return!1}),void 0===window.bt_bb_fe_elements[e].edit_box_selector&&(window.bt_bb_fe_elements[e].edit_box_selector="");t(document).on("click","#bt_bb_fe_dialog_close",function(){window.bt_bb_fe_dialog_close(!1)}),t(document).on("click","#bt_bb_fe_dialog_switch",function(){t("#bt_bb_fe_save").css("transition","none"),t("#bt_bb_fe_preview_toggler").css("transition","none"),t("#bt_bb_fe_dialog_switch").css("transition","none"),setTimeout(function(){t("body").toggleClass("bt_bb_fe_dialog_switch_side")},0),setTimeout(function(){t("#bt_bb_fe_save").css("transition",""),t("#bt_bb_fe_preview_toggler").css("transition",""),t("#bt_bb_fe_dialog_switch").css("transition","")},20)}),t(document).on("click","#bt_bb_fe_add_section_close",function(){t("body").toggleClass("bt_bb_fe_add_section_toggle")}),t(document).on("click","#bt_bb_fe_add_section_switch",function(){t("#bt_bb_fe_save").css("transition","none"),t("#bt_bb_fe_preview_toggler").css("transition","none"),setTimeout(function(){t("body").toggleClass("bt_bb_fe_dialog_switch_side")},0),setTimeout(function(){t("#bt_bb_fe_save").css("transition",""),t("#bt_bb_fe_preview_toggler").css("transition","")},20)});var n=function(){return t("#bt_bb_add_section_iframe_parent iframe").contents().find(".bt_bb_fe_add_section_selected").closest(".bt_bb_fe_wrap")[0].outerHTML};t(document).on("input","#bt_bb_fe_add_section_search",function(){var e=t("#bt_bb_add_section_iframe_parent iframe").contents().find(".bt_bb_fe_wrap"),n=t(this).val();t("#bt_bb_add_section_iframe_parent iframe")[0].contentWindow.bt_bb_fe_sections_search.forEach(function(t,i){t.includes(n)?e.eq(i).show():e.eq(i).hide()})}),t(document).on("click","#bt_bb_fe_add_section_to_top",function(){var e=n();e=window.bt_bb.element_insert_prepare(e),t(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).prepend(e),window.bt_bb.reorder_sections(),t("body").addClass("bt_bb_fe_save_on"),t(this).find("i").fadeIn().fadeOut()}),t(document).on("click","#bt_bb_fe_add_section_to_bottom",function(){var e=n();e=window.bt_bb.element_insert_prepare(e),t(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).append(e),window.bt_bb.reorder_sections(),t("body").addClass("bt_bb_fe_save_on"),t(this).find("i").fadeIn().fadeOut()}),t(document).on("click","#bt_bb_fe_add_section_to_clipboard",function(){var e=t("#bt_bb_add_section_iframe_parent iframe").contents().find(".bt_bb_fe_add_section_selected").closest(".bt_bb_fe_wrap");window.bt_bb.element_menu_copy(e),t(this).find("i").fadeIn().fadeOut()}),window.bt_bb.tinymce.on("NodeChange keyup",function(){if(window.bt_bb.tinymce.isDirty()){var e=window.bt_bb.tinymce.getContent();window.bt_bb.editing_elements&&(window.bt_bb.editing_elements.data("content",e),e.match(/\[.+\]/g)?("undefined"!=typeof atts&&(window.bt_bb.editing_elements_atts=atts),window.bt_bb_fe_ajax_preview([])):(window.bt_bb.editing_elements.html(window.switchEditors.wpautop(e)),t("body").addClass("bt_bb_fe_save_on")))}}),t("#bt_bb_fe_dialog_tinymce").on("input",function(){var e=t(this).val();window.bt_bb.editing_elements.data("content",e),e.match(/\[.+\]/g)?("undefined"!=typeof atts&&(window.bt_bb.editing_elements_atts=atts),window.bt_bb_fe_ajax_preview([])):(window.bt_bb.editing_elements.html(window.switchEditors.wpautop(e)),t("body").addClass("bt_bb_fe_save_on"))}),bt_bb_fe_dialog_content.attachShadow({mode:"open"}),bt_bb_fe_dialog_bottom.attachShadow({mode:"open"});var i=document.createElement("link");i.setAttribute("rel","stylesheet"),i.setAttribute("href",window.bt_bb_fe_dialog_content_css_url),bt_bb_fe_dialog_content.shadowRoot.appendChild(i);var o=document.createElement("link");o.setAttribute("rel","stylesheet"),o.setAttribute("href",window.bt_bb_fe_dialog_bottom_css_url),bt_bb_fe_dialog_bottom.shadowRoot.appendChild(o);var a=document.createElement("style");a.innerHTML='@import url("'+window.bt_bb_fa_url+'")',bt_bb_fe_dialog_content.shadowRoot.appendChild(a);var r=document.createElement("div");r.id="bt_bb_fe_dialog_content_wrapper",window.bt_bb_rtl&&r.classList.add("rtl"),bt_bb_fe_dialog_content.shadowRoot.appendChild(r);var b=document.createElement("span");b.innerHTML=window.bt_bb_text.select+' <a href="#" id="up">'+window.bt_bb_text.parent+"</a>",bt_bb_fe_dialog_bottom.shadowRoot.appendChild(b);var l=document.createElement("span");l.innerHTML=' | <a href="#" id="clone">'+window.bt_bb_text.clone+"</a>",bt_bb_fe_dialog_bottom.shadowRoot.appendChild(l);var s=document.createElement("span");s.innerHTML=' | <a href="#" id="delete">'+window.bt_bb_text.delete+"</a>",bt_bb_fe_dialog_bottom.shadowRoot.appendChild(s),t(document).on("mouseover","[data-bt-bb-fe-atts]",function(e){if(!window.bt_bb.iframe&&t(this).hasClass("bt_bb_fe_edit")){e.stopPropagation();var n=t(this).data("base");t(".bt_bb_fe_edit_box").removeClass("bt_bb_fe_edit_box"),""==window.bt_bb_fe_elements[n].edit_box_selector?(t(this).addClass("bt_bb_fe_edit_box"),0==t(this).find("> .bt_bb_fe_before").length&&(t(this).hasClass("bt_bb_section")&&t(this).find(".bt_bb_background_image_holder_wrapper").length>0?t(this).find(".bt_bb_background_image_holder_wrapper").after('<template class="bt_bb_fe_before"></template>'):t(this).prepend('<template class="bt_bb_fe_before"></template>'))):(t(this).find(window.bt_bb_fe_elements[n].edit_box_selector).addClass("bt_bb_fe_edit_box"),0==t(this).find(window.bt_bb_fe_elements[n].edit_box_selector).find("> .bt_bb_fe_before").length&&t(this).find(window.bt_bb_fe_elements[n].edit_box_selector).prepend('<template class="bt_bb_fe_before"></template>'))}}),t(document).on("mouseout",".bt_bb_fe_edit",function(e){t(this).removeClass("bt_bb_fe_edit_box")}),t(document).on("click",".bt_bb_fe_before",function(){var e=t(this).closest(".bt_bb_fe_edit");t("body").hasClass("bt_bb_fe_dialog_on")&&e.data("fe-id")==window.bt_bb.editing_element.data("fe-id")?window.bt_bb_fe_dialog_close(!0):(window.bt_bb.editing_element=e,window.bt_bb.edit_element())}),window.bt_bb.edit_element=function(){t("body").removeClass("bt_bb_fe_add_section_toggle"),t("body").removeClass("bt_bb_fe_tinymce_editor");var e=bt_bb_fe_dialog_content.shadowRoot.getElementById("bt_bb_fe_dialog_content_wrapper");e.innerHTML="",t("#bt_bb_fe_dialog").css("top",t("#wpadminbar")[0].getBoundingClientRect().bottom+"px");var n=window.bt_bb.editing_element.data("fe-id");window.bt_bb.editing_elements=t('.bt_bb_fe_edit[data-fe-id="'+n+'"]'),t(".bt_bb_fe_edit").removeClass("bt_bb_fe_editing"),window.bt_bb.editing_element.addClass("bt_bb_fe_editing");var i=window.bt_bb.editing_element.data("base");t(".bt_bb_fe_editing_box").removeClass("bt_bb_fe_editing_box"),""==window.bt_bb_fe_elements[i].edit_box_selector?window.bt_bb.editing_element.addClass("bt_bb_fe_editing_box"):window.bt_bb.editing_element.find(window.bt_bb_fe_elements[i].edit_box_selector).addClass("bt_bb_fe_editing_box");var o=document.createDocumentFragment(),a=window.bt_bb.editing_element.data("bt-bb-fe-atts"),r=window.bt_bb_fe_elements[i].params;window.bt_bb_fe_elements[i].params&&"object"==typeof r&&null!==r&&!Array.isArray(r)?Object.keys(window.bt_bb_fe_elements[i].params).forEach(function(t){if(window.bt_bb_elements[i]&&window.bt_bb_elements[i].params[t]){var e=a[t];void 0===e&&(e="");window.bt_bb_elements[i].params[t];var n=window.bt_bb_get_dialog_param({param:window.bt_bb_elements[i].params[t],attr_value:e,group_class:"",base:i});o.appendChild(n)}}):window.bt_bb_elements[i].accept&&window.bt_bb_elements[i].accept._content&&!0===window.bt_bb_elements[i].accept._content&&(window.bt_bb.tinymce.setContent(window.switchEditors.wpautop(window.bt_bb.editing_element.data("content"))),t("body").addClass("bt_bb_fe_tinymce_editor")),e.appendChild(o);var b=function(e,n,i,o,r){var b=window.bt_bb_get_edit_item_value(o,n,e.closest(".bt_bb_dialog_item")),l=!1;if(i){if(""!=i.target_selector)var s=window.bt_bb.editing_elements.find(i.target_selector);else s=window.bt_bb.editing_elements;if(s.length>0){if(l=!0,"inner_html"==i.type)s.html(b);else if("inner_html_nl2br"==i.type)s.html(function(t,e){if(null==t)return"";return(t+"").replace(/(\r\n|\n\r|\r|\n)/g,(e||void 0===e?"<br />":"<br>")+"$1")}(b));else if("attr"==i.type)i.preprocess&&"progress_bar_style"==i.preprocess?s.attr(i.attr,"width:"+b+"%"):s.attr(i.attr,b);else if("countdown"==i.type){var _=Math.round((Date.parse(b)-(new Date).getTime())/1e3);_<0&&(_=0),s.data("init-seconds",_),s.find(".hours>.n0>span").html(""),s.find(".hours>.n1>span").html(""),s.find(".minutes>.n0>span").html(""),s.find(".minutes>.n1>span").html(""),s.find(".seconds>.n0>span").html(""),s.find(".seconds>.n1>span").html(""),window.bt_bb_countdown_output(s)}else"data"==i.type?s.data(i.data,b):"class"==i.type&&(s.removeClass(function(t,e){var n=new RegExp("bt_bb_"+o+"_.+","g");return e.match(n)||[]}),s.addClass("bt_bb_"+o+"_"+b));a[o]=window.bt_bb_special_char_encode(b),window.bt_bb.editing_elements.data("bt-bb-fe-atts",a),t("body").addClass("bt_bb_fe_save_on")}}l||(void 0===r&&(r=[]),a[o]=window.bt_bb_special_char_encode(b),window.bt_bb.editing_elements.data("bt-bb-fe-atts",a),window.bt_bb.editing_elements_atts=a,window.bt_bb_fe_ajax_preview(r))};bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_dialog_item").forEach(function(e){var n=t(e).data("param_name"),o=t(e).data("type");if("_content"!=o)var a=window.bt_bb_fe_elements[i].params[n].js_handler;var r=window.bt_bb_fe_elements[i].params[n].ajax_filter;"textfield"==o||"textarea"==o||"link"==o||"textarea_object"==o||"attach_image"==o?t(e).find('input[type="text"], textarea').on("input",function(){b(t(this),o,a,n,r)}):"dropdown"==o?t(e).find("select").on("change",function(){b(t(this),o,a,n,r)}):"checkbox"==o&&t(e).find('input[type="checkbox"]').on("change",function(){b(t(this),o,a,n,r)})}),window.bt_bb_iconpicker_init(function(t){var e=t.attr("data-icon"),n=t.closest(".bt_bb_dialog_item"),o=n.data("param_name");n.data("type");a[o]=e,window.bt_bb.editing_elements.data("bt-bb-fe-atts",a),window.bt_bb.editing_elements_atts=a,window.bt_bb_fe_elements[i].params[o].js_handler||window.bt_bb_fe_ajax_preview([])}),window.bt_bb_image_sortable(t(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll('.bt_bb_dialog_item[data-type="attach_images"] .bt_bb_dialog_image_container')),a),t(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_dialog_item")).on("click",".bt_bb_dialog_image_container .fa-times",function(e){var n=t(this).closest(".bt_bb_dialog_item"),o=n.data("param_name"),r=(n.data("type"),window.bt_bb_fe_elements[i].params[o].js_handler);if(window.bt_bb_delete_images(this,a),window.bt_bb.editing_elements.data("bt-bb-fe-atts",a),window.bt_bb.editing_elements_atts=a,r){if(r.target_selector&&""!=r.target_selector)var b=window.bt_bb.editing_elements.find(r.target_selector);else b=window.bt_bb.editing_elements;"background_image"==r.type&&b.css("background-image",""),t("body").addClass("bt_bb_fe_save_on")}else window.bt_bb_fe_ajax_preview([])}),t(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_dialog_item")).on("click",".bt_bb_dialog_select_images_button",function(e){var n=t(this).closest(".bt_bb_dialog_item"),o=n.data("param_name"),r=(n.data("type"),window.bt_bb_fe_elements[i].params[o].js_handler);window.bt_bb_select_images(this,a,function(t){if(window.bt_bb.editing_elements.data("bt-bb-fe-atts",a),window.bt_bb.editing_elements_atts=a,r){if(r.target_selector&&""!=r.target_selector)var e=window.bt_bb.editing_elements.find(r.target_selector);else e=window.bt_bb.editing_elements;var n;if("background_image"==r.type)t.each(function(t){return n=t.attributes.sizes.full.url,!1}),e.css("background-image","url("+n+")")}else window.bt_bb_fe_ajax_preview([])})}),window.bt_bb_search_link_init(),t(".bt_bb_dialog_header_text").html(window.bt_bb_text.edit+" "+window.bt_bb_elements[i].name),t("body").addClass("bt_bb_fe_dialog_on"),t(bt_bb_fe_dialog_bottom.shadowRoot.getElementById("delete")).removeClass("disabled"),t(bt_bb_fe_dialog_bottom.shadowRoot.getElementById("clone")).removeClass("clone"),1==t(window.bt_bb.editing_element).closest(".bt_bb_content_slider_item").length&&(t(bt_bb_fe_dialog_bottom.shadowRoot.getElementById("delete")).addClass("disabled"),t(bt_bb_fe_dialog_bottom.shadowRoot.getElementById("clone")).addClass("disabled"))},bt_bb_fe_dialog_bottom.shadowRoot.getElementById("up").onclick=(e=>{var n=t(".bt_bb_fe_editing").parents(".bt_bb_fe_edit").eq(0);return n.length&&(window.bt_bb.editing_element=n,window.bt_bb.edit_element()),!1}),bt_bb_fe_dialog_bottom.shadowRoot.getElementById("clone").onclick=(e=>{if("bt_bb_section"==t(window.bt_bb.editing_element).attr("data-base")){var n=t(window.bt_bb.editing_element).closest(".bt_bb_fe_wrap"),i=window.bt_bb.element_insert_prepare(n[0].outerHTML);t(window.bt_bb.editing_element).after(i),window.bt_bb.reorder_sections()}else{i=window.bt_bb.element_insert_prepare(window.bt_bb.editing_element[0].outerHTML);t(window.bt_bb.editing_element).after(i)}return t("body").addClass("bt_bb_fe_save_on"),!1}),bt_bb_fe_dialog_bottom.shadowRoot.getElementById("delete").onclick=(e=>("bt_bb_section"==t(window.bt_bb.editing_element).attr("data-base")?(t(window.bt_bb.editing_element).closest(".bt_bb_fe_wrap").remove(),window.bt_bb.reorder_sections()):window.bt_bb.editing_elements.remove(),bt_bb_fe_dialog_close(),t("body").addClass("bt_bb_fe_save_on"),!1)),t(document).on("click","#bt_bb_fe_save",function(){t("body").addClass("bt_bb_fe_saving"),window.bt_bb_fe_parse_data();var e={action:"bt_bb_fe_save",nonce:window.bt_bb_fe_ajax.nonce,post_id:window.bt_bb_post_id,post_content:window.bt_bb_parse_data_str};t.ajax({method:"POST",url:window.bt_bb_ajax_url,data:e}).done(function(e){t("body").removeClass("bt_bb_fe_saving"),t("body").removeClass("bt_bb_fe_save_on")})})}});var e=function(){t(".bt_bb_fe_wrap_footer").each(function(){var e=t(window).scrollTop()+t(window).height();t(this).offset().top<e?t("body").addClass("bt_bb_fe_show_preview_toggler_footer"):t("body").removeClass("bt_bb_fe_show_preview_toggler_footer")})};window.bt_bb_fe_dialog_close=function(e){t("body").removeClass("bt_bb_fe_dialog_on"),t(".bt_bb_fe_editing").removeClass("bt_bb_fe_editing"),t(".bt_bb_fe_editing_box").removeClass("bt_bb_fe_editing_box"),e||t(".bt_bb_fe_edit_box").removeClass("bt_bb_fe_edit_box")},window.bt_bb_fe_parse_data=function(){window.bt_bb_fe_elements_obj={title:"_root",base:"_root",children:[]};var e=t(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).find("[data-bt-bb-fe-atts]").not("[data-bt-bb-fe-atts] [data-bt-bb-fe-atts]"),n=[],i=[],o=function(e,a){var r;a.sort(function(e,n){return t(e).data("fe-id")-t(n).data("fe-id")}),t.each(a,function(a,b){var l=t(b).data("base"),s=t(b).data("bt-bb-fe-atts");if(r=t(b).data("fe-id"),!i.includes(r)){i.push(r);for(const t in window.bt_bb.images[l]){var _=s[window.bt_bb.images[l][t]];_&&""!=_&&(n=n.concat(_.split(",")))}if(window.bt_bb_elements[l].accept&&window.bt_bb_elements[l].accept._content&&1==window.bt_bb_elements[l].accept._content)var d={title:l,base:l,attr:JSON.stringify(s),children:[{title:"_content",base:"_content",content:t(b).data("content"),children:[]}]};else d={title:l,base:l,attr:JSON.stringify(s),children:[]};t(b).find("[data-bt-bb-fe-atts]").eq(0).length>0?o(d,t(b).find("[data-bt-bb-fe-atts]").eq(0).siblings("[data-bt-bb-fe-atts]").addBack()):"bt_bb_tab_item"==l&&o(d,t(b).closest(".bt_bb_tabs").find(".bt_bb_tab_item").eq(t(b).index()).find(".bt_bb_tab_content").find("[data-bt-bb-fe-atts]").eq(0).siblings("[data-bt-bb-fe-atts]").addBack()),e.children.push(d)}})};o(window.bt_bb_fe_elements_obj,e),window.bt_bb_parse_data(window.bt_bb_fe_elements_obj),wp.media.ajax({data:{action:"query-attachments",query:{post__in:n,posts_per_page:-1}}}).done(function(t,e,n){for(const e in t)void 0!==t[e].sizes&&(void 0!==t[e].sizes.thumbnail?(window.bt_bb.cache[t[e].id]={},window.bt_bb.cache[t[e].id].url=t[e].sizes.thumbnail.url):void 0!==t[e].sizes.full&&(window.bt_bb.cache[t[e].id]={},window.bt_bb.cache[t[e].id].url=t[e].sizes.full.url))})},window.bt_bb_fe_ajax_preview=function(e){if(window.bt_bb.ajax_wait)return clearTimeout(window.bt_bb.ajax_preview_timeout),void(window.bt_bb.ajax_preview_timeout=setTimeout(function(){window.bt_bb_fe_ajax_preview(e)},100));(new Date).getTime();window.bt_bb.ajax_wait=!0;var n={title:"_root",base:"_root",children:[]},i=[],o=!0,a=function(e,n){var r;n&&n.sort(function(e,n){return t(e).data("fe-id")-t(n).data("fe-id")}),t.each(n,function(n,b){var l=t(b).data("base");if(o){var s=window.bt_bb.editing_elements_atts;o=!1}else s=t(b).data("bt-bb-fe-atts");if(r=t(b).data("fe-id"),!i.includes(r)){if(i.push(r),window.bt_bb_elements[l].accept&&window.bt_bb_elements[l].accept._content&&1==window.bt_bb_elements[l].accept._content)var _={title:l,base:l,attr:JSON.stringify(s),children:[{title:"_content",base:"_content",content:t(b).data("content"),children:[]}]};else _={title:l,base:l,attr:JSON.stringify(s),children:[]};t(b).find("[data-bt-bb-fe-atts]").eq(0).length>0&&a(_,t(b).find("[data-bt-bb-fe-atts]").eq(0).siblings("[data-bt-bb-fe-atts]").addBack()),e.children.push(_)}})};a(n,window.bt_bb.editing_element),window.bt_bb_parse_data_str="",window.bt_bb_parse_data_helper(n);var r={action:"bt_bb_fe_get_html",nonce:window.bt_bb_fe_ajax.nonce,post_id:window.bt_bb_post_id,content:window.bt_bb_parse_data_str};t.ajax({method:"POST",url:window.bt_bb_ajax_url,data:r}).done(function(n){var i=window.bt_bb.editing_element.data("base"),o=window.bt_bb.editing_element.data("fe-id");if(window.bt_bb_fe_elements[i].ajax_slick&&!0===window.bt_bb_fe_elements[i].ajax_slick&&window.bt_bb.editing_elements.find(t(".slick-slider")).slick("unslick"),0==e.length){var a=(n=n.replace(/data-fe-id=".*?"/,'data-fe-id="'+o+'"')).replace(/class="(.*?)"/,'class="$1 bt_bb_fe_edit bt_bb_fe_editing"');window.bt_bb_fe_elements[i].use_ajax_placeholder&&!0===window.bt_bb_fe_elements[i].use_ajax_placeholder&&(window.bt_bb.editing_element.after('<div class="bt_bb_fe_ajax_placeholder" style="width:0px;height:'+window.bt_bb.editing_element.outerHeight()+'px;display:inline-block;margin-inline-start:-.25em;"></div>'),setTimeout(function(){t(".bt_bb_fe_ajax_placeholder").remove()},200)),window.bt_bb.editing_element.replaceWith(a),window.bt_bb.editing_element=t('.bt_bb_fe_editing[data-fe-id="'+o+'"]'),window.bt_bb.editing_elements.replaceWith(n),t('[data-fe-id="'+o+'"]').not(".bt_bb_fe_editing").addClass("bt_bb_fe_edit"),window.bt_bb.editing_elements=t('[data-fe-id="'+o+'"]')}else{if(e.includes("class")){var r=n.match(/class="(.*?)"/);r=r[1],window.bt_bb.editing_elements.attr("class",r),window.bt_bb.editing_element.attr("class",r+" bt_bb_fe_edit bt_bb_fe_editing")}if(e.includes("data-bt-override-class")){var b=n.match(/data-bt-override-class="(.*?)"/);b=b[1],b=JSON.parse(b.replace(/&quot;/g,'"')),window.bt_bb.editing_element.data("bt-override-class",b),window.bt_bb.editing_elements.data("bt-override-class",b)}if(e.includes("style")){var l=n.match(/style="(.*?)"/);l?(l=l[1],window.bt_bb.editing_elements.attr("style",l),window.bt_bb.editing_element.attr("style",l)):window.bt_bb.editing_element.removeAttr("style")}}""!=window.bt_bb_fe_elements[i].edit_box_selector?(window.bt_bb.editing_elements.find(window.bt_bb_fe_elements[i].edit_box_selector).addClass("bt_bb_fe_edit_box"),window.bt_bb.editing_element.find(window.bt_bb_fe_elements[i].edit_box_selector).addClass("bt_bb_fe_editing_box"),window.bt_bb.editing_elements.find(window.bt_bb_fe_elements[i].edit_box_selector).each(function(){0==t(this).find("> .bt_bb_fe_before").length&&t(this).prepend('<template class="bt_bb_fe_before"></template>')})):(window.bt_bb.editing_elements.addClass("bt_bb_fe_edit_box"),window.bt_bb.editing_element.addClass("bt_bb_fe_editing_box"),window.bt_bb.editing_elements.each(function(){0==t(this).find("> .bt_bb_fe_before").length&&t(this).prepend('<template class="bt_bb_fe_before"></template>')})),window.bt_bb_fe_elements[i].ajax_trigger_window_load&&!0===window.bt_bb_fe_elements[i].ajax_trigger_window_load&&t(window).trigger("load"),window.bt_bb_fe_elements[i].ajax_animate_elements&&!0===window.bt_bb_fe_elements[i].ajax_animate_elements&&window.bt_bb_animate_elements(),window.bt_bb_fe_elements[i].ajax_trigger_scroll&&!0===window.bt_bb_fe_elements[i].ajax_trigger_scroll&&t(document).trigger("scroll"),window.bt_bb_fe_elements[i].ajax_mejs&&!0===window.bt_bb_fe_elements[i].ajax_mejs&&window.bt_bb.editing_elements.find("video").mediaelementplayer(),window.bt_bb_fe_elements[i].ajax_slick&&!0===window.bt_bb_fe_elements[i].ajax_slick&&setTimeout(function(){t(".slick-slider").not(".slick-initialized").slick(),t(".slick-slider .slick-prev, .slick-slider .slick-next, .slick-slider .slick-dots li").click(function(){t(this).closest(".slick-slider").slick("slickPause")}),t(".bt_bb_slider.bt_bb_use_lightbox .slick-slider .bt_bb_slider_item").click(function(){t(this).closest(".slick-slider").slick("slickPause")}),t(".bt_bb_slider.bt_bb_use_lightbox").each(function(){t(this).magnificPopup({delegate:".bt_bb_slider_item:not(.slick-cloned)",type:"image",gallery:{enabled:!0},callbacks:{elementParse:function(t){t.src=t.el.data("src-full")}},closeBtnInside:!1,fixedContentPos:!1})}),t(".bt_bb_image.bt_bb_use_lightbox a").each(function(){t(this).magnificPopup({delegate:"img",type:"image",gallery:{enabled:!0},callbacks:{elementParse:function(t){t.src=t.el.data("full_image_src")}},closeBtnInside:!1,fixedContentPos:!1})})},0),t("body").addClass("bt_bb_fe_save_on"),window.bt_bb.ajax_wait=!1})}}}(jQuery)},function(t,e,n){"use strict";var i;i=jQuery,window.bt_bb&&(window.bt_bb.element_menu_edit_be=function(t,e){var n=t.closest(".bt_bb_fe_wrap").find(".bt_bb_fe_count_inner").html();window!=window.top?(i(".bt_bb_front_end_preview_close",window.parent.document).click(),i("html, body",window.parent.document).animate({scrollTop:i(".bt_bb_item_list",window.parent.document).children().eq(n-1).offset().top-i("#wpadminbar",window.parent.document).height()},500)):void 0!==t.closest("li").data("edit_url")?e?window.open(t.closest("li").data("edit_url")+"&bt_bb_order="+n,"_blank"):window.location.replace(t.closest("li").data("edit_url")+"&bt_bb_order="+n):e?window.open(i("#wp-admin-bar-edit .ab-item").attr("href")+"&bt_bb_order="+n,"_blank"):window.location.replace(i("#wp-admin-bar-edit .ab-item").attr("href")+"&bt_bb_order="+n)},window.bt_bb.element_menu_cut=function(t){var e=t.closest(".bt_bb_fe_wrap");localStorage.setItem("bt_bb_fe_cb",e[0].outerHTML),e.remove(),window.bt_bb.reorder_sections(),i("body").addClass("bt_bb_fe_save_on")},window.bt_bb.element_menu_copy=function(t){var e=t.closest(".bt_bb_fe_wrap");localStorage.setItem("bt_bb_fe_cb",e[0].outerHTML)},window.bt_bb.element_insert_prepare=function(t){return t=(t=(t=(t=t.replace(/data-fe-id="(.*?)"/g,function(t,e,n,i){return'data-fe-id="'+Math.random().toString(16).slice(2)+'"'})).replace(/\sid="(.*?)"/g,function(t,e,n,i){return""})).replace(/el_id&quot;:&quot;(.*?)&quot;/g,function(t,e,n,i){return"el_id&quot;:&quot;&quot;"})).replace("bt_bb_fe_editing","").replace("bt_bb_fe_editing_box","").replace("bt_bb_fe_edit_box","")},window.bt_bb.element_menu_paste=function(t,e){var n=t.closest(".bt_bb_fe_wrap"),o=localStorage.getItem("bt_bb_fe_cb");o=window.bt_bb.element_insert_prepare(o),e?n.before(o):n.after(o),window.bt_bb.reorder_sections(),i("body").addClass("bt_bb_fe_save_on")},window.bt_bb.element_menu_delete=function(t){t.remove(),window.bt_bb.reorder_sections(),i("body").addClass("bt_bb_fe_save_on")},window.bt_bb.reorder_sections=function(){var t=1;i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).find(".bt_bb_fe_wrap").each(function(){i(this).find(".bt_bb_fe_count_inner").html(t),t++})},i(document).ready(function(){localStorage.getItem("bt_bb_fe_cb")||i(".bt_bb_element_menu_paste").parent().addClass("bt_bb_disable"),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_edit",function(){window.bt_bb.editing_element=i(this).closest(".bt_bb_fe_wrap").find(".bt_bb_fe_edit").first(),window.bt_bb.edit_element()}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_edit_be",function(){i("body").hasClass("bt_bb_fe_save_on")?alert(window.bt_bb_text.save_content_first):window.bt_bb.element_menu_edit_be(i(this),!1)}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_edit_be_new_tab",function(){i("body").hasClass("bt_bb_fe_save_on")?alert(window.bt_bb_text.save_content_first):window.bt_bb.element_menu_edit_be(i(this),!0)}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_cut",function(){window.bt_bb.element_menu_cut(i(this)),i(".bt_bb_element_menu_paste").parent().removeClass("bt_bb_disable")}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_copy",function(){window.bt_bb.element_menu_copy(i(this)),i(this).fadeOut(200).fadeIn(200),i(".bt_bb_element_menu_paste").parent().removeClass("bt_bb_disable")}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_paste",function(){window.bt_bb.element_menu_paste(i(this),!1)}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_paste_above",function(){window.bt_bb.element_menu_paste(i(this),!0)}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_delete",function(){window.confirm(window.bt_bb_text.delete_section_confirm)&&window.bt_bb.element_menu_delete(i(this).closest(".bt_bb_fe_wrap"))})}))}]);
1
+ !function(t){var e={};function n(i){if(e[i])return e[i].exports;var o=e[i]={i:i,l:!1,exports:{}};return t[i].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(i,o,function(e){return t[e]}.bind(null,o));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=12)}([function(t,e,n){"use strict";window.bt_bb_parse_data=function(t){window.bt_bb_parse_data_str="",t.children.length>0&&(window.bt_bb_parse_data_helper(t),window.bt_bb.fe||(window.switchEditors.go("content","tmce"),tinyMCE.get("content").setContent(window.switchEditors.wpautop(window.bt_bb_parse_data_str))))},window.bt_bb_parse_data_helper=function(t){"_root"==t.title&&(t=t.children);for(var e=0;e<t.length;e++){var n=!1;if("_content"==t[e].title&&(n=!0),n)window.bt_bb_parse_data_str+=t[e].content;else{if(window.bt_bb_parse_data_str+="["+t[e].base,void 0!==t[e].attr&&t[e].attr.startsWith("{"))for(var i=attr_to_arr(t[e].attr),o=0;o<i.length;o++)window.bt_bb_parse_data_str+=" "+i[o][0]+'="'+i[o][1]+'"';window.bt_bb_parse_data_str+="]"}void 0!==t[e].children&&bt_bb_parse_data_helper(t[e].children),n||(window.bt_bb_parse_data_str+="[/"+t[e].base+"]")}},window.bt_bb_get_edit_item_value=function(t,e,n){const i=jQuery;var o;if("textfield"==e||"datetime-local"==e||"colorpicker"==e||"link"==e)o=window.bt_bb_special_char_encode(n.find("input").val());else if("checkbox"==e)o=n.find("input").prop("checked")?n.find("input").val():"";else if("checkbox_group"==e){var a=[];n.find("input").each(function(){i(this).prop("checked")&&a.push(i(this).val())}),o=a.join(" ")}else if("textarea"==e)o=window.bt_bb_special_char_encode(n.find("textarea").val());else if("textarea_object"==e)try{o=window.bt_bb_b64EncodeUnicode(n.find("textarea").val())}catch(t){o=n.find("textarea").val()}else if("dropdown"==e)if(n.hasClass("bt_bb_dialog_item_responsive_override")){var r=[];n.find("select :selected").each(function(){r.push(i(this).val())}),o=r.join(",;,")}else o=n.find("select :selected").val();else if("iconpicker"==e)o=n.find(".bt_bb_iconpicker_select .bt_bb_icon_preview").data("icon");else if("attach_image"==e){var b=n.find('input[type="text"]').val();0==n.find(".bt_bb_sortable_item").length&&(o=b)}else void 0!==window["bt_bb_cf_"+e+"_on_submit"]&&(o=window["bt_bb_cf_"+e+"_on_submit"](n));return o},window.bt_bb_iconpicker=function(t,e){t=window.bt_bb_icons;var n,i='<div class="bt_bb_iconpicker">',o=Object.keys(t);i+='<div class="bt_bb_iconpicker_select">';for(var a=e.slice(0,-5),r=e.substr(-4),b="",l=0;l<o.length;l++){n=Object.keys(t[o[l]]);for(var s=0;s<n.length;s++)e==t[o[l]][n[s]]&&(b=n[s])}""!=r&&(r="&#x"+r),window.bt_bb.fe?i+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+a+'" style="font-family:\''+a+'\';" data-icon="'+e+'" data-icon-code="'+r+'"></div>':i+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+a+'" data-icon="'+e+'" data-icon-code="'+r+'"></div>',i+='<div class="bt_bb_iconpicker_select_text">'+b+"</div>",i+='<i class="fa fa-close bt_bb_iconpicker_clear" style="display:'+(""!=b?"block":"none")+'"></i>',i+='<i class="fa fa-angle-down"></i>',i+="</div>",i+='<div class="bt_bb_iconpicker_filter_container">',i+='<input type="text" class="bt_bb_filter" placeholder="'+window.bt_bb_text.filter+'">',i+="</div>",i+='<div class="bt_bb_iconpicker_icons">';for(var _=0;_<o.length;_++){i+='<div class="bt_bb_iconpicker_title" data-icon-set="'+o[_].toLowerCase()+'">'+o[_]+"</div>",n=Object.keys(t[o[_]]);for(var d=0;d<n.length;d++){a=(e=t[o[_]][n[d]]).slice(0,-5),r=e.substr(-4);window.bt_bb.fe?i+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+a+'" style="font-family:\''+a+'\';" data-icon="'+e+'" data-icon-code="&#x'+r+'" data-icon-set="'+a+'" title="'+n[d]+'"></div>':i+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+a+'" data-icon="'+e+'" data-icon-code="&#x'+r+'" data-icon-set="'+a+'" title="'+n[d]+'"></div>'}}return i+="</div>",i+="</div>"},window.bt_bb_iconpicker_init=function(t){const e=jQuery;var n=function(t){e(this).next().toggle(),e(this).next().next().toggle()},i=function(n){var i=e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_icon_preview"),o=e(this).data("icon");if(i.attr("data-icon",o),i.attr("data-icon-code",e(this).data("icon-code")),i.removeClass(),i.addClass(e(this).attr("class")),"widgets"==t)e(this).closest(".bt_bb_iconpicker_widget_container").find("input").val(e(this).data("icon")),e(this).closest(".bt_bb_iconpicker_widget_container").find("input").trigger("change");else if("override"==t){var a=e(this).closest(".rwmb-boldthemestext-clone").find('input[type="hidden"]'),r=e(this).closest(".rwmb-boldthemestext-clone").find("select").val();""!=r?a.attr("value",r+":"+e(this).data("icon")):a.attr("value","")}window.bt_bb.fe&&i.css("font-family",e(this).css("font-family")),e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_iconpicker_select_text").html(e(this).attr("title")),e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_clear").show(),e(this).parent().hide(),e(this).parent().prev().find("input").val("").trigger("keyup"),e(this).parent().prev().hide(),window.bt_bb.fe&&t(i)},o=function(n){n.stopPropagation();var i=e(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_icon_preview");if(i.attr("data-icon",""),i.attr("data-icon-code",""),i.parent().find(".bt_bb_iconpicker_select_text").html(""),e(this).closest(".bt_bb_iconpicker").find("input").val(""),"widgets"==t)e(this).closest(".bt_bb_iconpicker_widget_container").find("input").val(""),e(this).closest(".bt_bb_iconpicker_widget_container").find("input").trigger("change");else if("override"==t){e(this).closest(".rwmb-boldthemestext-clone").find('input[type="hidden"]').attr("value","")}e(this).parent().next().find("input").val("").trigger("keyup"),e(this).parent().next().hide(),e(this).parent().next().next().hide(),e(this).hide(),window.bt_bb.fe&&t(i)},a=function(t){var n=e(this).val(),i=e(this).closest(".bt_bb_iconpicker"),o=[];i.find(".bt_bb_iconpicker_icons .bt_bb_icon_preview").each(function(){var t=e(this).attr("title"),a=new RegExp(n,"i");i.find(".bt_bb_iconpicker_title").hide(),a.test(t)?(o.push(e(this).data("icon-set")),e(this).show()):e(this).hide()});for(const t in o)i.find('.bt_bb_iconpicker_title[data-icon-set="'+o[t]+'"]').show(),"fa"==o[t]&&i.find('.bt_bb_iconpicker_title[data-icon-set="font awesome"]').show()};window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker_select")).on("click",n):"widgets"==t?e("body").on("click",".bt_bb_iconpicker_widget_container .bt_bb_iconpicker_select",n):e(".bt_bb_iconpicker_select").on("click",n),window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker_icons .bt_bb_icon_preview")).on("click",i):"widgets"==t?e("body").on("click",".bt_bb_iconpicker_icons .bt_bb_icon_preview",i):e(".bt_bb_iconpicker_icons .bt_bb_icon_preview").on("click",i),window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker .bt_bb_iconpicker_clear")).on("click",o):"widgets"==t?e("body").on("click",".bt_bb_iconpicker_widget_container .bt_bb_iconpicker_clear",o):e(".bt_bb_iconpicker .bt_bb_iconpicker_clear").on("click",o),window.bt_bb.fe?e(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_iconpicker .bt_bb_filter")).on("keyup",a):"widgets"==t?e("body").on("keyup",".bt_bb_iconpicker_widget_container .bt_bb_filter",a):e(".bt_bb_iconpicker .bt_bb_filter").on("keyup",a)},window.bt_bb_image_sortable=function(t,e){if(!t.length)return;const n=jQuery;new window.bt_bb_sortable.Sortable(t[0],{animation:150,onSort:function(t){var i=n(t.item).closest(".bt_bb_dialog_item"),o=i.data("param_name"),a="";i.find(".bt_bb_sortable_item").each(function(){a+=n(this).data("id")+","}),a=a.slice(0,-1),e[o]=a,window.bt_bb.fe&&(window.bt_bb.editing_elements.data("bt-bb-fe-atts",e),window.bt_bb.editing_elements_atts=e,window.bt_bb_fe_ajax_preview([]))}})},window.bt_bb_delete_images=function(t,e){const n=jQuery;var i=n(t).closest(".bt_bb_dialog_item").data("param_name"),o=n(t).closest(".bt_bb_dialog_image_container");n(t).parent().remove();var a="";o.find(".bt_bb_sortable_item").each(function(){a+=n(this).data("id")+","}),""==(a=a.slice(0,-1))&&o.parent().find('input[type="text"]').prop("disabled",!1),e[i]=a},window.bt_bb_select_images=function(t,e,n){const i=jQuery;var o=window.bt_bb_get_key(),a=i(t).closest(".bt_bb_dialog_item"),r=a.find(".bt_bb_dialog_image_container"),b=a.data("param_name"),l="add";"attach_image"==a.data("type")&&(l=!1);var s=wp.media.controller.Library.extend({defaults:_.defaults({id:o,title:window.bt_bb_text.select_images,allowLocalEdits:!1,displaySettings:!1,displayUserSettings:!1,multiple:l,type:"image"},wp.media.controller.Library.prototype.defaults)}),d=wp.media({button:{text:window.bt_bb_text.select},state:o,states:[new s]});d.on("select",function(){var t=d.state(o).get("selection"),l="",s="";t.each(function(t){if(void 0!==t.attributes.sizes){var e="";e=void 0!==t.attributes.sizes.thumbnail?t.attributes.sizes.thumbnail.url:t.attributes.sizes.full.url,s+=t.id+",",window.bt_bb.cache[t.id]={},window.bt_bb.cache[t.id].url=e,window.bt_bb.cache[t.id].title=t.attributes.title,l+='<div class="bt_bb_sortable_item" data-id="'+t.id+'" style="background-image:url(\''+e+'\');background-size:cover;"><i class="fa fa-times"></i></div>',r.html(l)}}),""!=(s=s.slice(0,-1))&&(a.find('input[type="text"]').prop("disabled",!0),e[b]=s,window.bt_bb.fe&&(n(t),i("body").addClass("bt_bb_fe_save_on")))}),d.on("open",function(){var t=d.state(o).get("selection");r.find(".bt_bb_sortable_item").each(function(){var e=wp.media.attachment(i(this).data("id"));t.add(e)})}),d.open()},window.bt_bb_search_link_init=function(){const t=jQuery;var e=function(e,n,i){n.find(".spinner").show(),n.find(".spinner").css("visibility","visible");var o={action:"bt_bb_search_links",search:e,page:i};t.ajax({type:"POST",url:window.bt_bb_ajax_url,data:o,async:!0,success:function(t){var e=JSON.parse(t);e.length<20&&n.data("thats_all",!0);var o=n.find(".bt_bb_search_link_results");1==i&&(o.empty(),o[0].scrollTo(0,0)),e.forEach(function(t,e){var n=t.permalink;1==window.bt_bb_settings.slug_url&&(n=t.slug),o.append('<div data-link="'+n+'" title="'+n+'">'+t.title+"<span>"+t.info+"</span></div>")}),n.find(".spinner").hide(),n.data("page",i)}})};if(window.bt_bb.fe)var n=t(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll('div[data-type="link"]'));else n=t('div[data-type="link"]');n.each(function(){var n=t(this);e("",n,1),t(this).find(".bt_bb_search_link").on("input",function(t){var i=(new Date).getTime();void 0!==n.data("last_input_time")&&i-n.data("last_input_time")<500||(n.data("thats_all",!1),setTimeout(function(){e(n.find(".bt_bb_search_link").val(),n,1)},500),n.data("last_input_time",(new Date).getTime()))}),t(this).find(".bt_bb_search_link").on("focus",function(t){n.find(".bt_bb_search_link_results").show()}),t(this).find(".bt_bb_search_link").on("blur",function(t){setTimeout(function(){n.find(".bt_bb_search_link_results").hide()},200)}),t(this).on("click",".bt_bb_search_link_results div",function(){n.find('input[type="text"]').val(t(this).data("link")),window.bt_bb.fe&&n.find('input[type="text"]').trigger("input")}),t(this).find(".bt_bb_search_link_results").on("scroll",function(i){var o=(new Date).getTime();void 0!==n.data("last_scroll_time")&&o-n.data("last_scroll_time")<500||this.scrollTop>.8*(this.scrollHeight-this.clientHeight)&&!n.data("thats_all")&&(e(t(this).val(),n,n.data("page")+1),n.data("last_scroll_time",(new Date).getTime()))})})},window.bt_bb_special_char_encode=function(t){for(var e,n=/([\s\S]*?<[a-zA-Z]+?)(\s[^<]*?)(>[\s\S]*)/;null!==(e=n.exec(t));)t=t.replace(n,"$1$3");n=/<\/\s*([a-zA-Z]+)\s*>/g,t=t.replace(n,"</$1>");var i=["address","b","big","cite","code","del","em","i","ins","pre","small","strong","sub","sup","s","u","ul","ol","li"];for(n=/<\/?([a-zA-Z]+)?>/g;null!==(e=n.exec(t));)i.includes(e[1])||(t=t.replace(e[0],""));for(n=/<([a-zA-Z]+)?>/g;null!==(e=n.exec(t));)-1==t.indexOf("</"+e[1]+">")&&(t=t.replace(e[0],""));for(n=/<\/?([a-zA-Z]+)?>/g;null!==(e=n.exec(t));)-1==t.indexOf("<"+e[1]+">")&&(t=t.replace(e[0],""));for(n=/<([a-zA-Z]+)?>/g;null!==(e=n.exec(t));){var o=t.lastIndexOf("<"+e[1]+">");if(o>t.lastIndexOf("</"+e[1]+">")){var a=t.substring(0,o),r=t.substring(o+2+e[1].length);t=a+r}}n=/<([a-zA-Z]+)?>/g;for(var b=Array();null!==(e=n.exec(t));)b.push(e[1]);n=/<([a-zA-Z]+)?>/g;for(var l=Array();null!==(e=n.exec(t));)l.push(e[1]);b.forEach(function(e){if((t.match(new RegExp("<"+e+">","g"))||[]).length>(t.match(new RegExp("</"+e+">","g"))||[]).length){var n=t.indexOf("<"+e+">"),i=t.substring(0,n),o=t.substring(n+2+e.length);t=i+o}}),l.forEach(function(e){if((t.match(new RegExp("<"+e+">","g"))||[]).length<(t.match(new RegExp("</"+e+">","g"))||[]).length){var n=t.indexOf("</"+e+">"),i=t.substring(0,n),o=t.substring(n+3+e.length);t=i+o}});var s=t.replace(/"/gim,"``");return s=(s=s.replace(/\[/gim,"`{`")).replace(/\]/gim,"`}`")},window.bt_bb_special_char_decode=function(t){var e=t.replace(/``/gim,"&quot;");return e=(e=e.replace(/`{`/gim,"[")).replace(/`}`/gim,"]")},window.bt_bb_json_encode=function(t){var e=/[\b\t\n\f\r\\\"\/\u00A1-\uFFFF]/g,n={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\","/":"\\/"};return e.lastIndex=0,e.test(t)?'"'+t.replace(e,function(t){var e=n[t];return"string"==typeof e?e:"\\u"+("0000"+t.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+t+'"'},String.prototype.startsWith||(String.prototype.startsWith=function(t,e){return e=e||0,this.lastIndexOf(t,e)===e}),String.prototype.endsWith||(String.prototype.endsWith=function(t,e){var n=this.toString();("number"!=typeof e||!isFinite(e)||Math.floor(e)!==e||e>n.length)&&(e=n.length),e-=t.length;var i=n.indexOf(t,e);return-1!==i&&i===e}),window.bt_bb_create_dom_element=function(t,e){for(var n,i=document.createElement(t),o=0;o<e.length;o++)(n=document.createAttribute(e[o][0])).value=e[o][1],i.setAttributeNode(n);return i},window.attr_to_arr=function(t){var e=JSON.parse(t),n=[];for(var i in e)n.push([i,e[i]]);return n},window.attr_to_obj=function(t){return JSON.parse(t)},window.bt_bb_sortable_background=function(t){const e=jQuery;void 0===window.bt_bb.cache[t]?wp.media.attachment(t).fetch().done(function(t){var n="";n=void 0!==t.sizes.thumbnail?t.sizes.thumbnail.url:t.sizes.full.url,window.bt_bb.fe?(e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-image",'url("'+n+'")'),e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-size","cover")):(e('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-image",'url("'+n+'")'),e('.bt_bb_sortable_item[data-id="'+t.id+'"]').css("background-size","cover")),window.bt_bb.cache[t.id]={},window.bt_bb.cache[t.id].url=n,window.bt_bb.cache[t.id].title=t.title}):window.bt_bb.fe?(e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-image",'url("'+window.bt_bb.cache[t].url+'")'),e(bt_bb_fe_dialog_content.shadowRoot).find('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-size","cover")):(e('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-image",'url("'+window.bt_bb.cache[t].url+'")'),e('.bt_bb_sortable_item[data-id="'+t+'"]').css("background-size","cover"))},window.bt_bb_get_key=function(){var t="bt_bb_"+Math.random().toString();return t=t.replace(".","")},window.bt_bb_b64EncodeUnicode=function(t){return btoa(encodeURIComponent(t).replace(/%([0-9A-F]{2})/g,function(t,e){return String.fromCharCode(parseInt(e,16))}))},window.bt_bb_b64DecodeUnicode=function(t){return decodeURIComponent(Array.prototype.map.call(atob(t),function(t){return"%"+("00"+t.charCodeAt(0).toString(16)).slice(-2)}).join(""))}},function(t,e,n){"use strict";var i;i=jQuery,window.bt_bb_dialog_param={attach_image:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";return n+="<b>"+t.param.heading+"</b>",n+='<div class="bt_bb_dialog_image_container">',Number.isInteger(parseInt(t.attr_value))&&(n+='<div class="bt_bb_sortable_item" data-id="'+t.attr_value+'"><i class="fa fa-times"></i></div>',setTimeout(window.bt_bb_sortable_background,100,t.attr_value)),n+="</div>",n+='<div class="bt_bb_dialog_inline_buttons bt_bb_left">',n+='<input type="button" class="bt_bb_dialog_select_images_button button button-small" value="'+window.bt_bb_text.select+'">',n+="</div>",n+="<div>",Number.isInteger(parseInt(t.attr_value))?n+='<input disabled type="text" placeholder="'+window.bt_bb_text.or_enter_image_url+'">':n+='<input type="text" placeholder="'+window.bt_bb_text.or_enter_image_url+'" value="'+t.attr_value+'">',n+="</div>",e.innerHTML=n,e},attach_images:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";n+="<b>"+t.param.heading+"</b>",n+='<div class="bt_bb_dialog_image_container">';var i=t.attr_value.split(",");if(""!=i[0])for(var o=0;o<i.length;o++)Number.isInteger(parseInt(i[o]))&&(n+='<div class="bt_bb_sortable_item" data-id="'+i[o]+'"><i class="fa fa-times"></i></div>',setTimeout(window.bt_bb_sortable_background,100,i[o]));return n+="</div>",n+='<div class="bt_bb_dialog_inline_buttons bt_bb_left">',n+='<input type="button" class="bt_bb_dialog_select_images_button button button-small" value="'+window.bt_bb_text.select+'">',n+="</div>",e.innerHTML=n,e},textfield:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";return""==t.attr_value?void 0!==t.param.value&&(n=t.param.value,n=bt_bb_special_char_decode(n)):n=bt_bb_special_char_decode(t.attr_value),e.innerHTML="<b>"+t.param.heading+'</b><input type="text" value="'+n+'">',e},datetime_local:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";return""==t.attr_value?void 0!==t.param.value&&(n=t.param.value,n=bt_bb_special_char_decode(n)):n=bt_bb_special_char_decode(t.attr_value),e.innerHTML="<b>"+t.param.heading+'</b><input type="datetime-local" value="'+n+'">',e},textarea:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]);return e.innerHTML="<b>"+t.param.heading+'</b><textarea rows="5">'+bt_bb_special_char_decode(t.attr_value)+"</textarea>",e},textarea_object:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]);try{e.innerHTML="<b>"+t.param.heading+'</b><textarea rows="5">'+window.bt_bb_b64DecodeUnicode(t.attr_value)+"</textarea>"}catch(n){e.innerHTML="<b>"+t.param.heading+'</b><textarea rows="5">'+t.attr_value+"</textarea>"}return e},dropdown:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]);t.param.responsive_override&&i(e).addClass("bt_bb_dialog_item_responsive_override");var n="";n+="<b>"+t.param.heading+"</b>";var o=function(e,n){var i="<select>";n&&(i+='<option value="">---</option>');for(var o=t.param.value,a=Object.keys(o),r=!1,b=0;b<a.length;b++)if(e==o[a[b]]){r=!0;break}for(b=0;b<a.length;b++)r&&e==o[a[b]]||!r&&o[a[b]]==t.param.default&&!n?i+='<option value="'+o[a[b]]+'" selected>'+a[b]+"</option>":i+='<option value="'+o[a[b]]+'">'+a[b]+"</option>";return i+="</select>"};if(t.attr_value.includes("%$%"))var a=t.attr_value.split("%$%");else a=t.attr_value.split(",;,");return 5!=a.length&&(a=[a[0],"","","",""]),n+=o(a[0]),n+='<div class="bt_bb_responsive_override_container">',t.param.responsive_override&&(n+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_lg" title="993-1200px"></span>',n+=o(a[1],!0),n+="</div>",n+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_md" title="769-992px"></span>',n+=o(a[2],!0),n+="</div>",n+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_sm" title="481-768px"></span>',n+=o(a[3],!0),n+="</div>",n+='<div class="bt_bb_responsive_override"><span class="bt_bb_ro bt_bb_ro_xs" title="&le;480px"></span>',n+=o(a[4],!0),n+="</div>"),n+="</div>",e.innerHTML=n,e},iconpicker:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";return n+="<b>"+t.param.heading+"</b>",n+=window.bt_bb_iconpicker(t.param.value,t.attr_value),e.innerHTML=n,e},colorpicker:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item bt_bb_colorpicker"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";return n+="<b>"+t.param.heading+"</b>",n+='<input type="text" class="bt_bb_color_picker" value="'+bt_bb_special_char_decode(t.attr_value)+'" data-alpha-enabled="true">',e.innerHTML=n,e},link:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";return""==t.attr_value?void 0!==t.param.value&&(n=t.param.value,n=bt_bb_special_char_decode(n)):n=bt_bb_special_char_decode(t.attr_value),e.innerHTML="<b>"+t.param.heading+'</b><input type="text" value="'+n+'">',e.innerHTML+='<input type="search" placeholder="'+window.bt_bb_text.search_content+'" class="bt_bb_search_link"><span class="spinner"></span>',e.innerHTML+='<div class="bt_bb_search_link_results" data-empty-text="'+window.bt_bb_text.no_results+'"></div>',e},checkbox:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";n+="<b>"+t.param.heading+"</b>";var i=t.param.value,o=Object.keys(i),a="";return t.attr_value==i[o[0]]&&(a=" checked"),n+='<label for="bt_'+t.base+"_"+t.param.param_name+'"><input id="bt_'+t.base+"_"+t.param.param_name+'" type="checkbox" value="'+i[o[0]]+'"'+a+"><span>"+o[0]+"</span></label>",e.innerHTML=n,e},checkbox_group:function(t){var e=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+t.group_class],["data-param_name",t.param.param_name],["data-type",t.param.type]]),n="";n+="<b>"+t.param.heading+"</b>";for(var o=t.param.value,a=Object.keys(o),r=t.attr_value.split(" "),b=0;b<a.length;b++){var l="";-1!=i.inArray(o[a[b]],r)&&(l=" checked"),n+='<label for="'+t.base+"_"+t.param.param_name+b+'"><input id="'+t.base+"_"+t.param.param_name+b+'" type="checkbox" value="'+o[a[b]]+'"'+l+"><span>"+a[b]+"</span></label>"}return e.innerHTML=n,e}},window.bt_bb_dialog_param.dropdown_color=window.bt_bb_dialog_param.dropdown,window.bt_bb_get_dialog_param=function(t){var e=window.bt_bb_dialog_param[t.param.type.replaceAll("-","_")](t);if(void 0!==t.param.description){var n=bt_bb_create_dom_element("i",[]);n.innerHTML=t.param.description,e.appendChild(n)}return e}},function(t,e,n){"use strict";
2
  /**!
3
  * Sortable 1.14.0
4
  * @author RubaXa <trash@rubaxa.org>
5
  * @author owenm <owen23355@gmail.com>
6
  * @license MIT
7
  */
8
+ function i(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n.push.apply(n,i)}return n}function o(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?i(Object(n),!0).forEach(function(e){r(t,e,n[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))})}return t}function a(t){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function b(){return(b=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t}).apply(this,arguments)}function l(t,e){if(null==t)return{};var n,i,o=function(t,e){if(null==t)return{};var n,i,o={},a=Object.keys(t);for(i=0;i<a.length;i++)n=a[i],e.indexOf(n)>=0||(o[n]=t[n]);return o}(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(i=0;i<a.length;i++)n=a[i],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}function s(t){return function(t){if(Array.isArray(t))return _(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return _(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}n.r(e),n.d(e,"MultiDrag",function(){return xe}),n.d(e,"Sortable",function(){return Yt}),n.d(e,"Swap",function(){return de});function d(t){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(t)}var c=d(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),u=d(/Edge/i),f=d(/firefox/i),p=d(/safari/i)&&!d(/chrome/i)&&!d(/android/i),m=d(/iP(ad|od|hone)/i),h=d(/chrome/i)&&d(/android/i),w={capture:!1,passive:!1};function g(t,e,n){t.addEventListener(e,n,!c&&w)}function v(t,e,n){t.removeEventListener(e,n,!c&&w)}function y(t,e){if(e){if(">"===e[0]&&(e=e.substring(1)),t)try{if(t.matches)return t.matches(e);if(t.msMatchesSelector)return t.msMatchesSelector(e);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(e)}catch(t){return!1}return!1}}function x(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function k(t,e,n,i){if(t){n=n||document;do{if(null!=e&&(">"===e[0]?t.parentNode===n&&y(t,e):y(t,e))||i&&t===n)return t;if(t===n)break}while(t=x(t))}return null}var C,E=/\s+/g;function S(t,e,n){if(t&&e)if(t.classList)t.classList[n?"add":"remove"](e);else{var i=(" "+t.className+" ").replace(E," ").replace(" "+e+" "," ");t.className=(i+(n?" "+e:"")).replace(E," ")}}function D(t,e,n){var i=t&&t.style;if(i){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(n=t.currentStyle),void 0===e?n:n[e];e in i||-1!==e.indexOf("webkit")||(e="-webkit-"+e),i[e]=n+("string"==typeof n?"":"px")}}function T(t,e){var n="";if("string"==typeof t)n=t;else do{var i=D(t,"transform");i&&"none"!==i&&(n=i+" "+n)}while(!e&&(t=t.parentNode));var o=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return o&&new o(n)}function O(t,e,n){if(t){var i=t.getElementsByTagName(e),o=0,a=i.length;if(n)for(;o<a;o++)n(i[o],o);return i}return[]}function M(){var t=document.scrollingElement;return t||document.documentElement}function A(t,e,n,i,o){if(t.getBoundingClientRect||t===window){var a,r,b,l,s,_,d;if(t!==window&&t.parentNode&&t!==M()?(r=(a=t.getBoundingClientRect()).top,b=a.left,l=a.bottom,s=a.right,_=a.height,d=a.width):(r=0,b=0,l=window.innerHeight,s=window.innerWidth,_=window.innerHeight,d=window.innerWidth),(e||n)&&t!==window&&(o=o||t.parentNode,!c))do{if(o&&o.getBoundingClientRect&&("none"!==D(o,"transform")||n&&"static"!==D(o,"position"))){var u=o.getBoundingClientRect();r-=u.top+parseInt(D(o,"border-top-width")),b-=u.left+parseInt(D(o,"border-left-width")),l=r+a.height,s=b+a.width;break}}while(o=o.parentNode);if(i&&t!==window){var f=T(o||t),p=f&&f.a,m=f&&f.d;f&&(l=(r/=m)+(_/=m),s=(b/=p)+(d/=p))}return{top:r,left:b,bottom:l,right:s,width:d,height:_}}}function I(t,e,n){for(var i=L(t,!0),o=A(t)[e];i;){var a=A(i)[n];if(!("top"===n||"left"===n?o>=a:o<=a))return i;if(i===M())break;i=L(i,!1)}return!1}function j(t,e,n,i){for(var o=0,a=0,r=t.children;a<r.length;){if("none"!==r[a].style.display&&r[a]!==Yt.ghost&&(i||r[a]!==Yt.dragged)&&k(r[a],n.draggable,t,!1)){if(o===e)return r[a];o++}a++}return null}function N(t,e){for(var n=t.lastElementChild;n&&(n===Yt.ghost||"none"===D(n,"display")||e&&!y(n,e));)n=n.previousElementSibling;return n||null}function P(t,e){var n=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===Yt.clone||e&&!y(t,e)||n++;return n}function R(t){var e=0,n=0,i=M();if(t)do{var o=T(t),a=o.a,r=o.d;e+=t.scrollLeft*a,n+=t.scrollTop*r}while(t!==i&&(t=t.parentNode));return[e,n]}function L(t,e){if(!t||!t.getBoundingClientRect)return M();var n=t,i=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var o=D(n);if(n.clientWidth<n.scrollWidth&&("auto"==o.overflowX||"scroll"==o.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==o.overflowY||"scroll"==o.overflowY)){if(!n.getBoundingClientRect||n===document.body)return M();if(i||e)return n;i=!0}}}while(n=n.parentNode);return M()}function H(t,e){return Math.round(t.top)===Math.round(e.top)&&Math.round(t.left)===Math.round(e.left)&&Math.round(t.height)===Math.round(e.height)&&Math.round(t.width)===Math.round(e.width)}function q(t,e){return function(){if(!C){var n=arguments;1===n.length?t.call(this,n[0]):t.apply(this,n),C=setTimeout(function(){C=void 0},e)}}}function B(t,e,n){t.scrollLeft+=e,t.scrollTop+=n}function z(t){var e=window.Polymer,n=window.jQuery||window.Zepto;return e&&e.dom?e.dom(t).cloneNode(!0):n?n(t).clone(!0)[0]:t.cloneNode(!0)}function X(t,e){D(t,"position","absolute"),D(t,"top",e.top),D(t,"left",e.left),D(t,"width",e.width),D(t,"height",e.height)}function Y(t){D(t,"position",""),D(t,"top",""),D(t,"left",""),D(t,"width",""),D(t,"height","")}var F="Sortable"+(new Date).getTime();function W(){var t,e=[];return{captureAnimationState:function(){(e=[],this.options.animation)&&[].slice.call(this.el.children).forEach(function(t){if("none"!==D(t,"display")&&t!==Yt.ghost){e.push({target:t,rect:A(t)});var n=o({},e[e.length-1].rect);if(t.thisAnimationDuration){var i=T(t,!0);i&&(n.top-=i.f,n.left-=i.e)}t.fromRect=n}})},addAnimationState:function(t){e.push(t)},removeAnimationState:function(t){e.splice(function(t,e){for(var n in t)if(t.hasOwnProperty(n))for(var i in e)if(e.hasOwnProperty(i)&&e[i]===t[n][i])return Number(n);return-1}(e,{target:t}),1)},animateAll:function(n){var i=this;if(!this.options.animation)return clearTimeout(t),void("function"==typeof n&&n());var o=!1,a=0;e.forEach(function(t){var e=0,n=t.target,r=n.fromRect,b=A(n),l=n.prevFromRect,s=n.prevToRect,_=t.rect,d=T(n,!0);d&&(b.top-=d.f,b.left-=d.e),n.toRect=b,n.thisAnimationDuration&&H(l,b)&&!H(r,b)&&(_.top-b.top)/(_.left-b.left)==(r.top-b.top)/(r.left-b.left)&&(e=function(t,e,n,i){return Math.sqrt(Math.pow(e.top-t.top,2)+Math.pow(e.left-t.left,2))/Math.sqrt(Math.pow(e.top-n.top,2)+Math.pow(e.left-n.left,2))*i.animation}(_,l,s,i.options)),H(b,r)||(n.prevFromRect=r,n.prevToRect=b,e||(e=i.options.animation),i.animate(n,_,b,e)),e&&(o=!0,a=Math.max(a,e),clearTimeout(n.animationResetTimer),n.animationResetTimer=setTimeout(function(){n.animationTime=0,n.prevFromRect=null,n.fromRect=null,n.prevToRect=null,n.thisAnimationDuration=null},e),n.thisAnimationDuration=e)}),clearTimeout(t),o?t=setTimeout(function(){"function"==typeof n&&n()},a):"function"==typeof n&&n(),e=[]},animate:function(t,e,n,i){if(i){D(t,"transition",""),D(t,"transform","");var o=T(this.el),a=o&&o.a,r=o&&o.d,b=(e.left-n.left)/(a||1),l=(e.top-n.top)/(r||1);t.animatingX=!!b,t.animatingY=!!l,D(t,"transform","translate3d("+b+"px,"+l+"px,0)"),this.forRepaintDummy=function(t){return t.offsetWidth}(t),D(t,"transition","transform "+i+"ms"+(this.options.easing?" "+this.options.easing:"")),D(t,"transform","translate3d(0,0,0)"),"number"==typeof t.animated&&clearTimeout(t.animated),t.animated=setTimeout(function(){D(t,"transition",""),D(t,"transform",""),t.animated=!1,t.animatingX=!1,t.animatingY=!1},i)}}}}var K=[],U={initializeByDefault:!0},G={mount:function(t){for(var e in U)!U.hasOwnProperty(e)||e in t||(t[e]=U[e]);K.forEach(function(e){if(e.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")}),K.push(t)},pluginEvent:function(t,e,n){var i=this;this.eventCanceled=!1,n.cancel=function(){i.eventCanceled=!0};var a=t+"Global";K.forEach(function(i){e[i.pluginName]&&(e[i.pluginName][a]&&e[i.pluginName][a](o({sortable:e},n)),e.options[i.pluginName]&&e[i.pluginName][t]&&e[i.pluginName][t](o({sortable:e},n)))})},initializePlugins:function(t,e,n,i){for(var o in K.forEach(function(i){var o=i.pluginName;if(t.options[o]||i.initializeByDefault){var a=new i(t,e,t.options);a.sortable=t,a.options=t.options,t[o]=a,b(n,a.defaults)}}),t.options)if(t.options.hasOwnProperty(o)){var a=this.modifyOption(t,o,t.options[o]);void 0!==a&&(t.options[o]=a)}},getEventProperties:function(t,e){var n={};return K.forEach(function(i){"function"==typeof i.eventProperties&&b(n,i.eventProperties.call(e[i.pluginName],t))}),n},modifyOption:function(t,e,n){var i;return K.forEach(function(o){t[o.pluginName]&&o.optionListeners&&"function"==typeof o.optionListeners[e]&&(i=o.optionListeners[e].call(t[o.pluginName],n))}),i}};function Q(t){var e=t.sortable,n=t.rootEl,i=t.name,a=t.targetEl,r=t.cloneEl,b=t.toEl,l=t.fromEl,s=t.oldIndex,_=t.newIndex,d=t.oldDraggableIndex,f=t.newDraggableIndex,p=t.originalEvent,m=t.putSortable,h=t.extraEventProperties;if(e=e||n&&n[F]){var w,g=e.options,v="on"+i.charAt(0).toUpperCase()+i.substr(1);!window.CustomEvent||c||u?(w=document.createEvent("Event")).initEvent(i,!0,!0):w=new CustomEvent(i,{bubbles:!0,cancelable:!0}),w.to=b||n,w.from=l||n,w.item=a||n,w.clone=r,w.oldIndex=s,w.newIndex=_,w.oldDraggableIndex=d,w.newDraggableIndex=f,w.originalEvent=p,w.pullMode=m?m.lastPutMode:void 0;var y=o(o({},h),G.getEventProperties(i,e));for(var x in y)w[x]=y[x];n&&n.dispatchEvent(w),g[v]&&g[v].call(e,w)}}var Z=["evt"],$=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=n.evt,a=l(n,Z);G.pluginEvent.bind(Yt)(t,e,o({dragEl:V,parentEl:tt,ghostEl:et,rootEl:nt,nextEl:it,lastDownEl:ot,cloneEl:at,cloneHidden:rt,dragStarted:gt,putSortable:ct,activeSortable:Yt.active,originalEvent:i,oldIndex:bt,oldDraggableIndex:st,newIndex:lt,newDraggableIndex:_t,hideGhostForTarget:qt,unhideGhostForTarget:Bt,cloneNowHidden:function(){rt=!0},cloneNowShown:function(){rt=!1},dispatchSortableEvent:function(t){J({sortable:e,name:t,originalEvent:i})}},a))};function J(t){Q(o({putSortable:ct,cloneEl:at,targetEl:V,rootEl:nt,oldIndex:bt,oldDraggableIndex:st,newIndex:lt,newDraggableIndex:_t},t))}var V,tt,et,nt,it,ot,at,rt,bt,lt,st,_t,dt,ct,ut,ft,pt,mt,ht,wt,gt,vt,yt,xt,kt,Ct=!1,Et=!1,St=[],Dt=!1,Tt=!1,Ot=[],Mt=!1,At=[],It="undefined"!=typeof document,jt=m,Nt=u||c?"cssFloat":"float",Pt=It&&!h&&!m&&"draggable"in document.createElement("div"),Rt=function(){if(It){if(c)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),Lt=function(t,e){var n=D(t),i=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),o=j(t,0,e),a=j(t,1,e),r=o&&D(o),b=a&&D(a),l=r&&parseInt(r.marginLeft)+parseInt(r.marginRight)+A(o).width,s=b&&parseInt(b.marginLeft)+parseInt(b.marginRight)+A(a).width;if("flex"===n.display)return"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal";if("grid"===n.display)return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(o&&r.float&&"none"!==r.float){var _="left"===r.float?"left":"right";return!a||"both"!==b.clear&&b.clear!==_?"horizontal":"vertical"}return o&&("block"===r.display||"flex"===r.display||"table"===r.display||"grid"===r.display||l>=i&&"none"===n[Nt]||a&&"none"===n[Nt]&&l+s>i)?"vertical":"horizontal"},Ht=function(t){function e(t,n){return function(i,o,a,r){var b=i.options.group.name&&o.options.group.name&&i.options.group.name===o.options.group.name;if(null==t&&(n||b))return!0;if(null==t||!1===t)return!1;if(n&&"clone"===t)return t;if("function"==typeof t)return e(t(i,o,a,r),n)(i,o,a,r);var l=(n?i:o).options.group.name;return!0===t||"string"==typeof t&&t===l||t.join&&t.indexOf(l)>-1}}var n={},i=t.group;i&&"object"==a(i)||(i={name:i}),n.name=i.name,n.checkPull=e(i.pull,!0),n.checkPut=e(i.put),n.revertClone=i.revertClone,t.group=n},qt=function(){!Rt&&et&&D(et,"display","none")},Bt=function(){!Rt&&et&&D(et,"display","")};It&&document.addEventListener("click",function(t){if(Et)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),Et=!1,!1},!0);var zt=function(t){if(V){t=t.touches?t.touches[0]:t;var e=(o=t.clientX,a=t.clientY,St.some(function(t){var e=t[F].options.emptyInsertThreshold;if(e&&!N(t)){var n=A(t),i=o>=n.left-e&&o<=n.right+e,b=a>=n.top-e&&a<=n.bottom+e;return i&&b?r=t:void 0}}),r);if(e){var n={};for(var i in t)t.hasOwnProperty(i)&&(n[i]=t[i]);n.target=n.rootEl=e,n.preventDefault=void 0,n.stopPropagation=void 0,e[F]._onDragOver(n)}}var o,a,r},Xt=function(t){V&&V.parentNode[F]._isOutsideThisEl(t.target)};function Yt(t,e){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=e=b({},e),t[F]=this;var n={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Lt(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,e){t.setData("Text",e.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Yt.supportPointer&&"PointerEvent"in window&&!p,emptyInsertThreshold:5};for(var i in G.initializePlugins(this,t,n),n)!(i in e)&&(e[i]=n[i]);for(var o in Ht(e),this)"_"===o.charAt(0)&&"function"==typeof this[o]&&(this[o]=this[o].bind(this));this.nativeDraggable=!e.forceFallback&&Pt,this.nativeDraggable&&(this.options.touchStartThreshold=1),e.supportPointer?g(t,"pointerdown",this._onTapStart):(g(t,"mousedown",this._onTapStart),g(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(g(t,"dragover",this),g(t,"dragenter",this)),St.push(this.el),e.store&&e.store.get&&this.sort(e.store.get(this)||[]),b(this,W())}function Ft(t,e,n,i,o,a,r,b){var l,s,_=t[F],d=_.options.onMove;return!window.CustomEvent||c||u?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=e,l.from=t,l.dragged=n,l.draggedRect=i,l.related=o||e,l.relatedRect=a||A(e),l.willInsertAfter=b,l.originalEvent=r,t.dispatchEvent(l),d&&(s=d.call(_,l,r)),s}function Wt(t){t.draggable=!1}function Kt(){Mt=!1}function Ut(t){for(var e=t.tagName+t.className+t.src+t.href+t.textContent,n=e.length,i=0;n--;)i+=e.charCodeAt(n);return i.toString(36)}function Gt(t){return setTimeout(t,0)}function Qt(t){return clearTimeout(t)}Yt.prototype={constructor:Yt,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(vt=null)},_getDirection:function(t,e){return"function"==typeof this.options.direction?this.options.direction.call(this,t,e,V):this.options.direction},_onTapStart:function(t){if(t.cancelable){var e=this,n=this.el,i=this.options,o=i.preventOnFilter,a=t.type,r=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,b=(r||t).target,l=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||b,s=i.filter;if(function(t){At.length=0;var e=t.getElementsByTagName("input"),n=e.length;for(;n--;){var i=e[n];i.checked&&At.push(i)}}(n),!V&&!(/mousedown|pointerdown/.test(a)&&0!==t.button||i.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!p||!b||"SELECT"!==b.tagName.toUpperCase())&&!((b=k(b,i.draggable,n,!1))&&b.animated||ot===b)){if(bt=P(b),st=P(b,i.draggable),"function"==typeof s){if(s.call(this,t,b,this))return J({sortable:e,rootEl:l,name:"filter",targetEl:b,toEl:n,fromEl:n}),$("filter",e,{evt:t}),void(o&&t.cancelable&&t.preventDefault())}else if(s&&(s=s.split(",").some(function(i){if(i=k(l,i.trim(),n,!1))return J({sortable:e,rootEl:i,name:"filter",targetEl:b,fromEl:n,toEl:n}),$("filter",e,{evt:t}),!0})))return void(o&&t.cancelable&&t.preventDefault());i.handle&&!k(l,i.handle,n,!1)||this._prepareDragStart(t,r,b)}}},_prepareDragStart:function(t,e,n){var i,o=this,a=o.el,r=o.options,b=a.ownerDocument;if(n&&!V&&n.parentNode===a){var l=A(n);if(nt=a,tt=(V=n).parentNode,it=V.nextSibling,ot=n,dt=r.group,Yt.dragged=V,ut={target:V,clientX:(e||t).clientX,clientY:(e||t).clientY},ht=ut.clientX-l.left,wt=ut.clientY-l.top,this._lastX=(e||t).clientX,this._lastY=(e||t).clientY,V.style["will-change"]="all",i=function(){$("delayEnded",o,{evt:t}),Yt.eventCanceled?o._onDrop():(o._disableDelayedDragEvents(),!f&&o.nativeDraggable&&(V.draggable=!0),o._triggerDragStart(t,e),J({sortable:o,name:"choose",originalEvent:t}),S(V,r.chosenClass,!0))},r.ignore.split(",").forEach(function(t){O(V,t.trim(),Wt)}),g(b,"dragover",zt),g(b,"mousemove",zt),g(b,"touchmove",zt),g(b,"mouseup",o._onDrop),g(b,"touchend",o._onDrop),g(b,"touchcancel",o._onDrop),f&&this.nativeDraggable&&(this.options.touchStartThreshold=4,V.draggable=!0),$("delayStart",this,{evt:t}),!r.delay||r.delayOnTouchOnly&&!e||this.nativeDraggable&&(u||c))i();else{if(Yt.eventCanceled)return void this._onDrop();g(b,"mouseup",o._disableDelayedDrag),g(b,"touchend",o._disableDelayedDrag),g(b,"touchcancel",o._disableDelayedDrag),g(b,"mousemove",o._delayedDragTouchMoveHandler),g(b,"touchmove",o._delayedDragTouchMoveHandler),r.supportPointer&&g(b,"pointermove",o._delayedDragTouchMoveHandler),o._dragStartTimer=setTimeout(i,r.delay)}}},_delayedDragTouchMoveHandler:function(t){var e=t.touches?t.touches[0]:t;Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){V&&Wt(V),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;v(t,"mouseup",this._disableDelayedDrag),v(t,"touchend",this._disableDelayedDrag),v(t,"touchcancel",this._disableDelayedDrag),v(t,"mousemove",this._delayedDragTouchMoveHandler),v(t,"touchmove",this._delayedDragTouchMoveHandler),v(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,e){e=e||"touch"==t.pointerType&&t,!this.nativeDraggable||e?this.options.supportPointer?g(document,"pointermove",this._onTouchMove):g(document,e?"touchmove":"mousemove",this._onTouchMove):(g(V,"dragend",this),g(nt,"dragstart",this._onDragStart));try{document.selection?Gt(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,e){if(Ct=!1,nt&&V){$("dragStarted",this,{evt:e}),this.nativeDraggable&&g(document,"dragover",Xt);var n=this.options;!t&&S(V,n.dragClass,!1),S(V,n.ghostClass,!0),Yt.active=this,t&&this._appendGhost(),J({sortable:this,name:"start",originalEvent:e})}else this._nulling()},_emulateDragOver:function(){if(ft){this._lastX=ft.clientX,this._lastY=ft.clientY,qt();for(var t=document.elementFromPoint(ft.clientX,ft.clientY),e=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(ft.clientX,ft.clientY))!==e;)e=t;if(V.parentNode[F]._isOutsideThisEl(t),e)do{if(e[F]){if(e[F]._onDragOver({clientX:ft.clientX,clientY:ft.clientY,target:t,rootEl:e})&&!this.options.dragoverBubble)break}t=e}while(e=e.parentNode);Bt()}},_onTouchMove:function(t){if(ut){var e=this.options,n=e.fallbackTolerance,i=e.fallbackOffset,o=t.touches?t.touches[0]:t,a=et&&T(et,!0),r=et&&a&&a.a,b=et&&a&&a.d,l=jt&&kt&&R(kt),s=(o.clientX-ut.clientX+i.x)/(r||1)+(l?l[0]-Ot[0]:0)/(r||1),_=(o.clientY-ut.clientY+i.y)/(b||1)+(l?l[1]-Ot[1]:0)/(b||1);if(!Yt.active&&!Ct){if(n&&Math.max(Math.abs(o.clientX-this._lastX),Math.abs(o.clientY-this._lastY))<n)return;this._onDragStart(t,!0)}if(et){a?(a.e+=s-(pt||0),a.f+=_-(mt||0)):a={a:1,b:0,c:0,d:1,e:s,f:_};var d="matrix(".concat(a.a,",").concat(a.b,",").concat(a.c,",").concat(a.d,",").concat(a.e,",").concat(a.f,")");D(et,"webkitTransform",d),D(et,"mozTransform",d),D(et,"msTransform",d),D(et,"transform",d),pt=s,mt=_,ft=o}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!et){var t=this.options.fallbackOnBody?document.body:nt,e=A(V,!0,jt,!0,t),n=this.options;if(jt){for(kt=t;"static"===D(kt,"position")&&"none"===D(kt,"transform")&&kt!==document;)kt=kt.parentNode;kt!==document.body&&kt!==document.documentElement?(kt===document&&(kt=M()),e.top+=kt.scrollTop,e.left+=kt.scrollLeft):kt=M(),Ot=R(kt)}S(et=V.cloneNode(!0),n.ghostClass,!1),S(et,n.fallbackClass,!0),S(et,n.dragClass,!0),D(et,"transition",""),D(et,"transform",""),D(et,"box-sizing","border-box"),D(et,"margin",0),D(et,"top",e.top),D(et,"left",e.left),D(et,"width",e.width),D(et,"height",e.height),D(et,"opacity","0.8"),D(et,"position",jt?"absolute":"fixed"),D(et,"zIndex","100000"),D(et,"pointerEvents","none"),Yt.ghost=et,t.appendChild(et),D(et,"transform-origin",ht/parseInt(et.style.width)*100+"% "+wt/parseInt(et.style.height)*100+"%")}},_onDragStart:function(t,e){var n=this,i=t.dataTransfer,o=n.options;$("dragStart",this,{evt:t}),Yt.eventCanceled?this._onDrop():($("setupClone",this),Yt.eventCanceled||((at=z(V)).draggable=!1,at.style["will-change"]="",this._hideClone(),S(at,this.options.chosenClass,!1),Yt.clone=at),n.cloneId=Gt(function(){$("clone",n),Yt.eventCanceled||(n.options.removeCloneOnHide||nt.insertBefore(at,V),n._hideClone(),J({sortable:n,name:"clone"}))}),!e&&S(V,o.dragClass,!0),e?(Et=!0,n._loopId=setInterval(n._emulateDragOver,50)):(v(document,"mouseup",n._onDrop),v(document,"touchend",n._onDrop),v(document,"touchcancel",n._onDrop),i&&(i.effectAllowed="move",o.setData&&o.setData.call(n,i,V)),g(document,"drop",n),D(V,"transform","translateZ(0)")),Ct=!0,n._dragStartId=Gt(n._dragStarted.bind(n,e,t)),g(document,"selectstart",n),gt=!0,p&&D(document.body,"user-select","none"))},_onDragOver:function(t){var e,n,i,a,r=this.el,b=t.target,l=this.options,s=l.group,_=Yt.active,d=dt===s,c=l.sort,u=ct||_,f=this,p=!1;if(!Mt){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),b=k(b,l.draggable,r,!0),H("dragOver"),Yt.eventCanceled)return p;if(V.contains(t.target)||b.animated&&b.animatingX&&b.animatingY||f._ignoreWhileAnimating===b)return z(!1);if(Et=!1,_&&!l.disabled&&(d?c||(i=tt!==nt):ct===this||(this.lastPutMode=dt.checkPull(this,_,V,t))&&s.checkPut(this,_,V,t))){if(a="vertical"===this._getDirection(t,b),e=A(V),H("dragOverValid"),Yt.eventCanceled)return p;if(i)return tt=nt,q(),this._hideClone(),H("revert"),Yt.eventCanceled||(it?nt.insertBefore(V,it):nt.appendChild(V)),z(!0);var m=N(r,l.draggable);if(!m||function(t,e,n){var i=A(N(n.el,n.options.draggable));return e?t.clientX>i.right+10||t.clientX<=i.right&&t.clientY>i.bottom&&t.clientX>=i.left:t.clientX>i.right&&t.clientY>i.top||t.clientX<=i.right&&t.clientY>i.bottom+10}(t,a,this)&&!m.animated){if(m===V)return z(!1);if(m&&r===t.target&&(b=m),b&&(n=A(b)),!1!==Ft(nt,r,V,e,b,n,t,!!b))return q(),r.appendChild(V),tt=r,X(),z(!0)}else if(m&&function(t,e,n){var i=A(j(n.el,0,n.options,!0));return e?t.clientX<i.left-10||t.clientY<i.top&&t.clientX<i.right:t.clientY<i.top-10||t.clientY<i.bottom&&t.clientX<i.left}(t,a,this)){var h=j(r,0,l,!0);if(h===V)return z(!1);if(n=A(b=h),!1!==Ft(nt,r,V,e,b,n,t,!1))return q(),r.insertBefore(V,h),tt=r,X(),z(!0)}else if(b.parentNode===r){n=A(b);var w,g,v,y=V.parentNode!==r,x=!function(t,e,n){var i=n?t.left:t.top,o=n?t.right:t.bottom,a=n?t.width:t.height,r=n?e.left:e.top,b=n?e.right:e.bottom,l=n?e.width:e.height;return i===r||o===b||i+a/2===r+l/2}(V.animated&&V.toRect||e,b.animated&&b.toRect||n,a),C=a?"top":"left",E=I(b,"top","top")||I(V,"top","top"),T=E?E.scrollTop:void 0;if(vt!==b&&(g=n[C],Dt=!1,Tt=!x&&l.invertSwap||y),0!==(w=function(t,e,n,i,o,a,r,b){var l=i?t.clientY:t.clientX,s=i?n.height:n.width,_=i?n.top:n.left,d=i?n.bottom:n.right,c=!1;if(!r)if(b&&xt<s*o){if(!Dt&&(1===yt?l>_+s*a/2:l<d-s*a/2)&&(Dt=!0),Dt)c=!0;else if(1===yt?l<_+xt:l>d-xt)return-yt}else if(l>_+s*(1-o)/2&&l<d-s*(1-o)/2)return function(t){return P(V)<P(t)?1:-1}(e);if((c=c||r)&&(l<_+s*a/2||l>d-s*a/2))return l>_+s/2?1:-1;return 0}(t,b,n,a,x?1:l.swapThreshold,null==l.invertedSwapThreshold?l.swapThreshold:l.invertedSwapThreshold,Tt,vt===b))){var O=P(V);do{O-=w,v=tt.children[O]}while(v&&("none"===D(v,"display")||v===et))}if(0===w||v===b)return z(!1);vt=b,yt=w;var M=b.nextElementSibling,R=!1,L=Ft(nt,r,V,e,b,n,t,R=1===w);if(!1!==L)return 1!==L&&-1!==L||(R=1===L),Mt=!0,setTimeout(Kt,30),q(),R&&!M?r.appendChild(V):b.parentNode.insertBefore(V,R?M:b),E&&B(E,0,T-E.scrollTop),tt=V.parentNode,void 0===g||Tt||(xt=Math.abs(g-A(b)[C])),X(),z(!0)}if(r.contains(V))return z(!1)}return!1}function H(l,s){$(l,f,o({evt:t,isOwner:d,axis:a?"vertical":"horizontal",revert:i,dragRect:e,targetRect:n,canSort:c,fromSortable:u,target:b,completed:z,onMove:function(n,i){return Ft(nt,r,V,e,n,A(n),t,i)},changed:X},s))}function q(){H("dragOverAnimationCapture"),f.captureAnimationState(),f!==u&&u.captureAnimationState()}function z(e){return H("dragOverCompleted",{insertion:e}),e&&(d?_._hideClone():_._showClone(f),f!==u&&(S(V,ct?ct.options.ghostClass:_.options.ghostClass,!1),S(V,l.ghostClass,!0)),ct!==f&&f!==Yt.active?ct=f:f===Yt.active&&ct&&(ct=null),u===f&&(f._ignoreWhileAnimating=b),f.animateAll(function(){H("dragOverAnimationComplete"),f._ignoreWhileAnimating=null}),f!==u&&(u.animateAll(),u._ignoreWhileAnimating=null)),(b===V&&!V.animated||b===r&&!b.animated)&&(vt=null),l.dragoverBubble||t.rootEl||b===document||(V.parentNode[F]._isOutsideThisEl(t.target),!e&&zt(t)),!l.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),p=!0}function X(){lt=P(V),_t=P(V,l.draggable),J({sortable:f,name:"change",toEl:r,newIndex:lt,newDraggableIndex:_t,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){v(document,"mousemove",this._onTouchMove),v(document,"touchmove",this._onTouchMove),v(document,"pointermove",this._onTouchMove),v(document,"dragover",zt),v(document,"mousemove",zt),v(document,"touchmove",zt)},_offUpEvents:function(){var t=this.el.ownerDocument;v(t,"mouseup",this._onDrop),v(t,"touchend",this._onDrop),v(t,"pointerup",this._onDrop),v(t,"touchcancel",this._onDrop),v(document,"selectstart",this)},_onDrop:function(t){var e=this.el,n=this.options;lt=P(V),_t=P(V,n.draggable),$("drop",this,{evt:t}),tt=V&&V.parentNode,lt=P(V),_t=P(V,n.draggable),Yt.eventCanceled?this._nulling():(Ct=!1,Tt=!1,Dt=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Qt(this.cloneId),Qt(this._dragStartId),this.nativeDraggable&&(v(document,"drop",this),v(e,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),p&&D(document.body,"user-select",""),D(V,"transform",""),t&&(gt&&(t.cancelable&&t.preventDefault(),!n.dropBubble&&t.stopPropagation()),et&&et.parentNode&&et.parentNode.removeChild(et),(nt===tt||ct&&"clone"!==ct.lastPutMode)&&at&&at.parentNode&&at.parentNode.removeChild(at),V&&(this.nativeDraggable&&v(V,"dragend",this),Wt(V),V.style["will-change"]="",gt&&!Ct&&S(V,ct?ct.options.ghostClass:this.options.ghostClass,!1),S(V,this.options.chosenClass,!1),J({sortable:this,name:"unchoose",toEl:tt,newIndex:null,newDraggableIndex:null,originalEvent:t}),nt!==tt?(lt>=0&&(J({rootEl:tt,name:"add",toEl:tt,fromEl:nt,originalEvent:t}),J({sortable:this,name:"remove",toEl:tt,originalEvent:t}),J({rootEl:tt,name:"sort",toEl:tt,fromEl:nt,originalEvent:t}),J({sortable:this,name:"sort",toEl:tt,originalEvent:t})),ct&&ct.save()):lt!==bt&&lt>=0&&(J({sortable:this,name:"update",toEl:tt,originalEvent:t}),J({sortable:this,name:"sort",toEl:tt,originalEvent:t})),Yt.active&&(null!=lt&&-1!==lt||(lt=bt,_t=st),J({sortable:this,name:"end",toEl:tt,originalEvent:t}),this.save()))),this._nulling())},_nulling:function(){$("nulling",this),nt=V=tt=et=it=at=ot=rt=ut=ft=gt=lt=_t=bt=st=vt=yt=ct=dt=Yt.dragged=Yt.ghost=Yt.clone=Yt.active=null,At.forEach(function(t){t.checked=!0}),At.length=pt=mt=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":V&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move");t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,e=[],n=this.el.children,i=0,o=n.length,a=this.options;i<o;i++)k(t=n[i],a.draggable,this.el,!1)&&e.push(t.getAttribute(a.dataIdAttr)||Ut(t));return e},sort:function(t,e){var n={},i=this.el;this.toArray().forEach(function(t,e){var o=i.children[e];k(o,this.options.draggable,i,!1)&&(n[t]=o)},this),e&&this.captureAnimationState(),t.forEach(function(t){n[t]&&(i.removeChild(n[t]),i.appendChild(n[t]))}),e&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,e){return k(t,e||this.options.draggable,this.el,!1)},option:function(t,e){var n=this.options;if(void 0===e)return n[t];var i=G.modifyOption(this,t,e);n[t]=void 0!==i?i:e,"group"===t&&Ht(n)},destroy:function(){$("destroy",this);var t=this.el;t[F]=null,v(t,"mousedown",this._onTapStart),v(t,"touchstart",this._onTapStart),v(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(v(t,"dragover",this),v(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),function(t){t.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),St.splice(St.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!rt){if($("hideClone",this),Yt.eventCanceled)return;D(at,"display","none"),this.options.removeCloneOnHide&&at.parentNode&&at.parentNode.removeChild(at),rt=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(rt){if($("showClone",this),Yt.eventCanceled)return;V.parentNode!=nt||this.options.group.revertClone?it?nt.insertBefore(at,it):nt.appendChild(at):nt.insertBefore(at,V),this.options.group.revertClone&&this.animate(V,at),D(at,"display",""),rt=!1}}else this._hideClone()}},It&&g(document,"touchmove",function(t){(Yt.active||Ct)&&t.cancelable&&t.preventDefault()}),Yt.utils={on:g,off:v,css:D,find:O,is:function(t,e){return!!k(t,e,t,!1)},extend:function(t,e){if(t&&e)for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},throttle:q,closest:k,toggleClass:S,clone:z,index:P,nextTick:Gt,cancelNextTick:Qt,detectDirection:Lt,getChild:j},Yt.get=function(t){return t[F]},Yt.mount=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];e[0].constructor===Array&&(e=e[0]),e.forEach(function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(Yt.utils=o(o({},Yt.utils),t.utils)),G.mount(t)})},Yt.create=function(t,e){return new Yt(t,e)},Yt.version="1.14.0";var Zt,$t,Jt,Vt,te,ee,ne=[],ie=!1;function oe(){ne.forEach(function(t){clearInterval(t.pid)}),ne=[]}function ae(){clearInterval(ee)}var re,be=q(function(t,e,n,i){if(e.scroll){var o,a=(t.touches?t.touches[0]:t).clientX,r=(t.touches?t.touches[0]:t).clientY,b=e.scrollSensitivity,l=e.scrollSpeed,s=M(),_=!1;$t!==n&&($t=n,oe(),Zt=e.scroll,o=e.scrollFn,!0===Zt&&(Zt=L(n,!0)));var d=0,c=Zt;do{var u=c,f=A(u),p=f.top,m=f.bottom,h=f.left,w=f.right,g=f.width,v=f.height,y=void 0,x=void 0,k=u.scrollWidth,C=u.scrollHeight,E=D(u),S=u.scrollLeft,T=u.scrollTop;u===s?(y=g<k&&("auto"===E.overflowX||"scroll"===E.overflowX||"visible"===E.overflowX),x=v<C&&("auto"===E.overflowY||"scroll"===E.overflowY||"visible"===E.overflowY)):(y=g<k&&("auto"===E.overflowX||"scroll"===E.overflowX),x=v<C&&("auto"===E.overflowY||"scroll"===E.overflowY));var O=y&&(Math.abs(w-a)<=b&&S+g<k)-(Math.abs(h-a)<=b&&!!S),I=x&&(Math.abs(m-r)<=b&&T+v<C)-(Math.abs(p-r)<=b&&!!T);if(!ne[d])for(var j=0;j<=d;j++)ne[j]||(ne[j]={});ne[d].vx==O&&ne[d].vy==I&&ne[d].el===u||(ne[d].el=u,ne[d].vx=O,ne[d].vy=I,clearInterval(ne[d].pid),0==O&&0==I||(_=!0,ne[d].pid=setInterval(function(){i&&0===this.layer&&Yt.active._onTouchMove(te);var e=ne[this.layer].vy?ne[this.layer].vy*l:0,n=ne[this.layer].vx?ne[this.layer].vx*l:0;"function"==typeof o&&"continue"!==o.call(Yt.dragged.parentNode[F],n,e,t,te,ne[this.layer].el)||B(ne[this.layer].el,n,e)}.bind({layer:d}),24))),d++}while(e.bubbleScroll&&c!==s&&(c=L(c,!1)));ie=_}},30),le=function(t){var e=t.originalEvent,n=t.putSortable,i=t.dragEl,o=t.activeSortable,a=t.dispatchSortableEvent,r=t.hideGhostForTarget,b=t.unhideGhostForTarget;if(e){var l=n||o;r();var s=e.changedTouches&&e.changedTouches.length?e.changedTouches[0]:e,_=document.elementFromPoint(s.clientX,s.clientY);b(),l&&!l.el.contains(_)&&(a("spill"),this.onSpill({dragEl:i,putSortable:n}))}};function se(){}function _e(){}function de(){function t(){this.defaults={swapClass:"sortable-swap-highlight"}}return t.prototype={dragStart:function(t){var e=t.dragEl;re=e},dragOverValid:function(t){var e=t.completed,n=t.target,i=t.onMove,o=t.activeSortable,a=t.changed,r=t.cancel;if(o.options.swap){var b=this.sortable.el,l=this.options;if(n&&n!==b){var s=re;!1!==i(n)?(S(n,l.swapClass,!0),re=n):re=null,s&&s!==re&&S(s,l.swapClass,!1)}a(),e(!0),r()}},drop:function(t){var e=t.activeSortable,n=t.putSortable,i=t.dragEl,o=n||this.sortable,a=this.options;re&&S(re,a.swapClass,!1),re&&(a.swap||n&&n.options.swap)&&i!==re&&(o.captureAnimationState(),o!==e&&e.captureAnimationState(),function(t,e){var n,i,o=t.parentNode,a=e.parentNode;if(!o||!a||o.isEqualNode(e)||a.isEqualNode(t))return;n=P(t),i=P(e),o.isEqualNode(a)&&n<i&&i++;o.insertBefore(e,o.children[n]),a.insertBefore(t,a.children[i])}(i,re),o.animateAll(),o!==e&&e.animateAll())},nulling:function(){re=null}},b(t,{pluginName:"swap",eventProperties:function(){return{swapItem:re}}})}se.prototype={startIndex:null,dragStart:function(t){var e=t.oldDraggableIndex;this.startIndex=e},onSpill:function(t){var e=t.dragEl,n=t.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var i=j(this.sortable.el,this.startIndex,this.options);i?this.sortable.el.insertBefore(e,i):this.sortable.el.appendChild(e),this.sortable.animateAll(),n&&n.animateAll()},drop:le},b(se,{pluginName:"revertOnSpill"}),_e.prototype={onSpill:function(t){var e=t.dragEl,n=t.putSortable||this.sortable;n.captureAnimationState(),e.parentNode&&e.parentNode.removeChild(e),n.animateAll()},drop:le},b(_e,{pluginName:"removeOnSpill"});var ce,ue,fe,pe,me,he=[],we=[],ge=!1,ve=!1,ye=!1;function xe(){function t(t){for(var e in this)"_"===e.charAt(0)&&"function"==typeof this[e]&&(this[e]=this[e].bind(this));t.options.supportPointer?g(document,"pointerup",this._deselectMultiDrag):(g(document,"mouseup",this._deselectMultiDrag),g(document,"touchend",this._deselectMultiDrag)),g(document,"keydown",this._checkKeyDown),g(document,"keyup",this._checkKeyUp),this.defaults={selectedClass:"sortable-selected",multiDragKey:null,setData:function(e,n){var i="";he.length&&ue===t?he.forEach(function(t,e){i+=(e?", ":"")+t.textContent}):i=n.textContent,e.setData("Text",i)}}}return t.prototype={multiDragKeyDown:!1,isMultiDrag:!1,delayStartGlobal:function(t){var e=t.dragEl;fe=e},delayEnded:function(){this.isMultiDrag=~he.indexOf(fe)},setupClone:function(t){var e=t.sortable,n=t.cancel;if(this.isMultiDrag){for(var i=0;i<he.length;i++)we.push(z(he[i])),we[i].sortableIndex=he[i].sortableIndex,we[i].draggable=!1,we[i].style["will-change"]="",S(we[i],this.options.selectedClass,!1),he[i]===fe&&S(we[i],this.options.chosenClass,!1);e._hideClone(),n()}},clone:function(t){var e=t.sortable,n=t.rootEl,i=t.dispatchSortableEvent,o=t.cancel;this.isMultiDrag&&(this.options.removeCloneOnHide||he.length&&ue===e&&(ke(!0,n),i("clone"),o()))},showClone:function(t){var e=t.cloneNowShown,n=t.rootEl,i=t.cancel;this.isMultiDrag&&(ke(!1,n),we.forEach(function(t){D(t,"display","")}),e(),me=!1,i())},hideClone:function(t){var e=this,n=(t.sortable,t.cloneNowHidden),i=t.cancel;this.isMultiDrag&&(we.forEach(function(t){D(t,"display","none"),e.options.removeCloneOnHide&&t.parentNode&&t.parentNode.removeChild(t)}),n(),me=!0,i())},dragStartGlobal:function(t){t.sortable;!this.isMultiDrag&&ue&&ue.multiDrag._deselectMultiDrag(),he.forEach(function(t){t.sortableIndex=P(t)}),he=he.sort(function(t,e){return t.sortableIndex-e.sortableIndex}),ye=!0},dragStarted:function(t){var e=this,n=t.sortable;if(this.isMultiDrag){if(this.options.sort&&(n.captureAnimationState(),this.options.animation)){he.forEach(function(t){t!==fe&&D(t,"position","absolute")});var i=A(fe,!1,!0,!0);he.forEach(function(t){t!==fe&&X(t,i)}),ve=!0,ge=!0}n.animateAll(function(){ve=!1,ge=!1,e.options.animation&&he.forEach(function(t){Y(t)}),e.options.sort&&Ce()})}},dragOver:function(t){var e=t.target,n=t.completed,i=t.cancel;ve&&~he.indexOf(e)&&(n(!1),i())},revert:function(t){var e=t.fromSortable,n=t.rootEl,i=t.sortable,o=t.dragRect;he.length>1&&(he.forEach(function(t){i.addAnimationState({target:t,rect:ve?A(t):o}),Y(t),t.fromRect=o,e.removeAnimationState(t)}),ve=!1,function(t,e){he.forEach(function(n,i){var o=e.children[n.sortableIndex+(t?Number(i):0)];o?e.insertBefore(n,o):e.appendChild(n)})}(!this.options.removeCloneOnHide,n))},dragOverCompleted:function(t){var e=t.sortable,n=t.isOwner,i=t.insertion,o=t.activeSortable,a=t.parentEl,r=t.putSortable,b=this.options;if(i){if(n&&o._hideClone(),ge=!1,b.animation&&he.length>1&&(ve||!n&&!o.options.sort&&!r)){var l=A(fe,!1,!0,!0);he.forEach(function(t){t!==fe&&(X(t,l),a.appendChild(t))}),ve=!0}if(!n)if(ve||Ce(),he.length>1){var s=me;o._showClone(e),o.options.animation&&!me&&s&&we.forEach(function(t){o.addAnimationState({target:t,rect:pe}),t.fromRect=pe,t.thisAnimationDuration=null})}else o._showClone(e)}},dragOverAnimationCapture:function(t){var e=t.dragRect,n=t.isOwner,i=t.activeSortable;if(he.forEach(function(t){t.thisAnimationDuration=null}),i.options.animation&&!n&&i.multiDrag.isMultiDrag){pe=b({},e);var o=T(fe,!0);pe.top-=o.f,pe.left-=o.e}},dragOverAnimationComplete:function(){ve&&(ve=!1,Ce())},drop:function(t){var e=t.originalEvent,n=t.rootEl,i=t.parentEl,o=t.sortable,a=t.dispatchSortableEvent,r=t.oldIndex,b=t.putSortable,l=b||this.sortable;if(e){var s=this.options,_=i.children;if(!ye)if(s.multiDragKey&&!this.multiDragKeyDown&&this._deselectMultiDrag(),S(fe,s.selectedClass,!~he.indexOf(fe)),~he.indexOf(fe))he.splice(he.indexOf(fe),1),ce=null,Q({sortable:o,rootEl:n,name:"deselect",targetEl:fe,originalEvt:e});else{if(he.push(fe),Q({sortable:o,rootEl:n,name:"select",targetEl:fe,originalEvt:e}),e.shiftKey&&ce&&o.el.contains(ce)){var d,c,u=P(ce),f=P(fe);if(~u&&~f&&u!==f)for(f>u?(c=u,d=f):(c=f,d=u+1);c<d;c++)~he.indexOf(_[c])||(S(_[c],s.selectedClass,!0),he.push(_[c]),Q({sortable:o,rootEl:n,name:"select",targetEl:_[c],originalEvt:e}))}else ce=fe;ue=l}if(ye&&this.isMultiDrag){if(ve=!1,(i[F].options.sort||i!==n)&&he.length>1){var p=A(fe),m=P(fe,":not(."+this.options.selectedClass+")");if(!ge&&s.animation&&(fe.thisAnimationDuration=null),l.captureAnimationState(),!ge&&(s.animation&&(fe.fromRect=p,he.forEach(function(t){if(t.thisAnimationDuration=null,t!==fe){var e=ve?A(t):p;t.fromRect=e,l.addAnimationState({target:t,rect:e})}})),Ce(),he.forEach(function(t){_[m]?i.insertBefore(t,_[m]):i.appendChild(t),m++}),r===P(fe))){var h=!1;he.forEach(function(t){t.sortableIndex===P(t)||(h=!0)}),h&&a("update")}he.forEach(function(t){Y(t)}),l.animateAll()}ue=l}(n===i||b&&"clone"!==b.lastPutMode)&&we.forEach(function(t){t.parentNode&&t.parentNode.removeChild(t)})}},nullingGlobal:function(){this.isMultiDrag=ye=!1,we.length=0},destroyGlobal:function(){this._deselectMultiDrag(),v(document,"pointerup",this._deselectMultiDrag),v(document,"mouseup",this._deselectMultiDrag),v(document,"touchend",this._deselectMultiDrag),v(document,"keydown",this._checkKeyDown),v(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function(t){if(!(void 0!==ye&&ye||ue!==this.sortable||t&&k(t.target,this.options.draggable,this.sortable.el,!1)||t&&0!==t.button))for(;he.length;){var e=he[0];S(e,this.options.selectedClass,!1),he.shift(),Q({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:e,originalEvt:t})}},_checkKeyDown:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!0)},_checkKeyUp:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!1)}},b(t,{pluginName:"multiDrag",utils:{select:function(t){var e=t.parentNode[F];e&&e.options.multiDrag&&!~he.indexOf(t)&&(ue&&ue!==e&&(ue.multiDrag._deselectMultiDrag(),ue=e),S(t,e.options.selectedClass,!0),he.push(t))},deselect:function(t){var e=t.parentNode[F],n=he.indexOf(t);e&&e.options.multiDrag&&~n&&(S(t,e.options.selectedClass,!1),he.splice(n,1))}},eventProperties:function(){var t=this,e=[],n=[];return he.forEach(function(i){var o;e.push({multiDragElement:i,index:i.sortableIndex}),o=ve&&i!==fe?-1:ve?P(i,":not(."+t.options.selectedClass+")"):P(i),n.push({multiDragElement:i,index:o})}),{items:s(he),clones:[].concat(we),oldIndicies:e,newIndicies:n}},optionListeners:{multiDragKey:function(t){return"ctrl"===(t=t.toLowerCase())?t="Control":t.length>1&&(t=t.charAt(0).toUpperCase()+t.substr(1)),t}}})}function ke(t,e){we.forEach(function(n,i){var o=e.children[n.sortableIndex+(t?Number(i):0)];o?e.insertBefore(n,o):e.appendChild(n)})}function Ce(){he.forEach(function(t){t!==fe&&t.parentNode&&t.parentNode.removeChild(t)})}Yt.mount(new function(){function t(){for(var t in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"==typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var e=t.originalEvent;this.sortable.nativeDraggable?g(document,"dragover",this._handleAutoScroll):this.options.supportPointer?g(document,"pointermove",this._handleFallbackAutoScroll):e.touches?g(document,"touchmove",this._handleFallbackAutoScroll):g(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var e=t.originalEvent;this.options.dragOverBubble||e.rootEl||this._handleAutoScroll(e)},drop:function(){this.sortable.nativeDraggable?v(document,"dragover",this._handleAutoScroll):(v(document,"pointermove",this._handleFallbackAutoScroll),v(document,"touchmove",this._handleFallbackAutoScroll),v(document,"mousemove",this._handleFallbackAutoScroll)),ae(),oe(),clearTimeout(C),C=void 0},nulling:function(){te=$t=Zt=ie=ee=Jt=Vt=null,ne.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,e){var n=this,i=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,a=document.elementFromPoint(i,o);if(te=t,e||this.options.forceAutoScrollFallback||u||c||p){be(t,this.options,a,e);var r=L(a,!0);!ie||ee&&i===Jt&&o===Vt||(ee&&ae(),ee=setInterval(function(){var a=L(document.elementFromPoint(i,o),!0);a!==r&&(r=a,oe()),be(t,n.options,a,e)},10),Jt=i,Vt=o)}else{if(!this.options.bubbleScroll||L(a,!0)===M())return void oe();be(t,this.options,L(a,!1),!1)}}},b(t,{pluginName:"scroll",initializeByDefault:!0})}),Yt.mount(_e,se),e.default=Yt},,,,,,,,,,function(t,e,n){"use strict";n.r(e);n(0),n(1),n(13),n(14);window.bt_bb_sortable=n(2)},function(t,e,n){"use strict";!function(t){if(!window.bt_bb_preview||window.frameElement){window.bt_bb={},window.bt_bb.cache={},window.bt_bb.fe=!0,window.bt_bb.images={},window.bt_bb.iframe=!1,window!=window.top&&(window.bt_bb.iframe=!0),window.bt_bb.ajax_wait=!1,window.addEventListener("beforeunload",function(e){t("body").hasClass("bt_bb_fe_save_on")&&(e.preventDefault(),e.returnValue="")}),t(document).ready(function(){if(t("#bt_bb_fe_init_mouseover").remove(),t(".bt_bb_fe_count").on("click",function(e){var n=t(this).find(".bt_bb_fe_count_inner").html();window!=window.top&&(t(".bt_bb_front_end_preview_close",window.parent.document).click(),t("html, body",window.parent.document).animate({scrollTop:t(".bt_bb_item_list",window.parent.document).children().eq(n-1).offset().top-t("#wpadminbar",window.parent.document).height()},500))}),"undefined"!=typeof tinyMCE&&(window.bt_bb.tinymce=tinyMCE.get("bt_bb_fe_dialog_tinymce"),window.bt_bb.tinymce&&window.bt_bb.tinymce.on("init",function(){"true"==localStorage.getItem("bt_bb_fe_preview_toggle")?t("body").addClass("bt_bb_fe_preview_toggle"):t("body").removeClass("bt_bb_fe_preview_toggle"),t(".bt_bb_fe_preview_toggler").on("click",function(e){e.stopPropagation(),t("body").toggleClass("bt_bb_fe_preview_toggle");var n=!1;t("body").hasClass("bt_bb_fe_preview_toggle")&&(n=!0),localStorage.setItem("bt_bb_fe_preview_toggle",n)}),t("#bt_bb_fe_add_section").on("click",function(e){e.stopPropagation(),t("body").toggleClass("bt_bb_fe_add_section_toggle"),t("#bt_bb_fe_add_section_dialog").css("top",t("#wpadminbar")[0].getBoundingClientRect().bottom+"px"),t("body").hasClass("bt_bb_fe_add_section_toggle"),window.bt_bb_fe_dialog_close()})})),e(),t(window).on("scroll",function(){e()}),!window.bt_bb_custom_elements){t(document).on("click","body.bt_bb_fe_add_section section.bt_bb_section",function(){t("section.bt_bb_section").removeClass("bt_bb_fe_add_section_selected"),t(this).addClass("bt_bb_fe_add_section_selected"),t(parent.document.body).addClass("bt_bb_fe_add_section_selected_body")});for(const t in window.bt_bb_elements)for(const e in window.bt_bb_elements[t].params){const n=window.bt_bb_elements[t].params[e].type;"attach_image"!=n&&"attach_images"!=n||(window.bt_bb.images[t]||(window.bt_bb.images[t]=[]),window.bt_bb.images[t].push(e))}window.bt_bb_fe_parse_data();for(const e in window.bt_bb_fe_elements)t(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).find('[data-base="'+e+'"]').each(function(){var n=!0;if(window.bt_bb_fe_elements[e].condition_params){n=!1;var i=t(this).data("bt-bb-fe-atts");for(const t in window.bt_bb_fe_elements[e].params)if(i[t]){n=!0;break}}n&&t(this).addClass("bt_bb_fe_edit")}),t(document).on("click",':not(ul.menu) .bt_bb_wrapper [data-base="'+e+'"] a',function(){if(!t("body").hasClass("bt_bb_fe_preview_toggle")&&t(this).closest(".bt_bb_fe_edit").length)return!1}),void 0===window.bt_bb_fe_elements[e].edit_box_selector&&(window.bt_bb_fe_elements[e].edit_box_selector="");t(document).on("click","#bt_bb_fe_dialog_close",function(){window.bt_bb_fe_dialog_close(!1)}),t(document).on("click","#bt_bb_fe_dialog_switch",function(){t("#bt_bb_fe_save").css("transition","none"),t("#bt_bb_fe_preview_toggler").css("transition","none"),t("#bt_bb_fe_dialog_switch").css("transition","none"),setTimeout(function(){t("body").toggleClass("bt_bb_fe_dialog_switch_side")},0),setTimeout(function(){t("#bt_bb_fe_save").css("transition",""),t("#bt_bb_fe_preview_toggler").css("transition",""),t("#bt_bb_fe_dialog_switch").css("transition","")},20)}),t(document).on("click","#bt_bb_fe_add_section_close",function(){t("body").toggleClass("bt_bb_fe_add_section_toggle")}),t(document).on("click","#bt_bb_fe_add_section_switch",function(){t("#bt_bb_fe_save").css("transition","none"),t("#bt_bb_fe_preview_toggler").css("transition","none"),setTimeout(function(){t("body").toggleClass("bt_bb_fe_dialog_switch_side")},0),setTimeout(function(){t("#bt_bb_fe_save").css("transition",""),t("#bt_bb_fe_preview_toggler").css("transition","")},20)});var n=function(){return t("#bt_bb_add_section_iframe_parent iframe").contents().find(".bt_bb_fe_add_section_selected").closest(".bt_bb_fe_wrap")[0].outerHTML};t(document).on("input","#bt_bb_fe_add_section_search",function(){var e=t("#bt_bb_add_section_iframe_parent iframe").contents().find(".bt_bb_fe_wrap"),n=t(this).val();t("#bt_bb_add_section_iframe_parent iframe")[0].contentWindow.bt_bb_fe_sections_search.forEach(function(t,i){t.includes(n)?e.eq(i).show():e.eq(i).hide()})}),t(document).on("click","#bt_bb_fe_add_section_to_top",function(){var e=n();e=window.bt_bb.element_insert_prepare(e),t(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).prepend(e),window.bt_bb.reorder_sections(),t("body").addClass("bt_bb_fe_save_on"),t(this).find("i").fadeIn().fadeOut()}),t(document).on("click","#bt_bb_fe_add_section_to_bottom",function(){var e=n();e=window.bt_bb.element_insert_prepare(e),t(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).append(e),window.bt_bb.reorder_sections(),t("body").addClass("bt_bb_fe_save_on"),t(this).find("i").fadeIn().fadeOut()}),t(document).on("click","#bt_bb_fe_add_section_to_clipboard",function(){var e=t("#bt_bb_add_section_iframe_parent iframe").contents().find(".bt_bb_fe_add_section_selected").closest(".bt_bb_fe_wrap");window.bt_bb.element_menu_copy(e),t(this).find("i").fadeIn().fadeOut()}),window.bt_bb.tinymce.on("NodeChange keyup",function(){if(window.bt_bb.tinymce.isDirty()){var e=window.bt_bb.tinymce.getContent();window.bt_bb.editing_elements&&(window.bt_bb.editing_elements.data("content",e),e.match(/\[.+\]/g)?("undefined"!=typeof atts&&(window.bt_bb.editing_elements_atts=atts),window.bt_bb_fe_ajax_preview([])):(window.bt_bb.editing_elements.html(window.switchEditors.wpautop(e)),t("body").addClass("bt_bb_fe_save_on")))}}),t("#bt_bb_fe_dialog_tinymce").on("input",function(){var e=t(this).val();window.bt_bb.editing_elements.data("content",e),e.match(/\[.+\]/g)?("undefined"!=typeof atts&&(window.bt_bb.editing_elements_atts=atts),window.bt_bb_fe_ajax_preview([])):(window.bt_bb.editing_elements.html(window.switchEditors.wpautop(e)),t("body").addClass("bt_bb_fe_save_on"))}),bt_bb_fe_dialog_content.attachShadow({mode:"open"}),bt_bb_fe_dialog_bottom.attachShadow({mode:"open"});var i=document.createElement("link");i.setAttribute("rel","stylesheet"),i.setAttribute("href",window.bt_bb_fe_dialog_content_css_url),bt_bb_fe_dialog_content.shadowRoot.appendChild(i);var o=document.createElement("link");o.setAttribute("rel","stylesheet"),o.setAttribute("href",window.bt_bb_fe_dialog_bottom_css_url),bt_bb_fe_dialog_bottom.shadowRoot.appendChild(o);var a=document.createElement("style");a.innerHTML='@import url("'+window.bt_bb_fa_url+'")',bt_bb_fe_dialog_content.shadowRoot.appendChild(a);var r=document.createElement("div");r.id="bt_bb_fe_dialog_content_wrapper",window.bt_bb_rtl&&r.classList.add("rtl"),bt_bb_fe_dialog_content.shadowRoot.appendChild(r);var b=document.createElement("span");b.innerHTML=window.bt_bb_text.select+' <a href="#" id="up">'+window.bt_bb_text.parent+"</a>",bt_bb_fe_dialog_bottom.shadowRoot.appendChild(b);var l=document.createElement("span");l.innerHTML=' | <a href="#" id="clone">'+window.bt_bb_text.clone+"</a>",bt_bb_fe_dialog_bottom.shadowRoot.appendChild(l);var s=document.createElement("span");s.innerHTML=' | <a href="#" id="delete">'+window.bt_bb_text.delete+"</a>",bt_bb_fe_dialog_bottom.shadowRoot.appendChild(s),t(document).on("mouseover","[data-bt-bb-fe-atts]",function(e){if(!window.bt_bb.iframe&&t(this).hasClass("bt_bb_fe_edit")){e.stopPropagation();var n=t(this).data("base");t(".bt_bb_fe_edit_box").removeClass("bt_bb_fe_edit_box"),""==window.bt_bb_fe_elements[n].edit_box_selector?(t(this).addClass("bt_bb_fe_edit_box"),0==t(this).find("> .bt_bb_fe_before").length&&(t(this).hasClass("bt_bb_section")&&t(this).find(".bt_bb_background_image_holder_wrapper").length>0?t(this).find(".bt_bb_background_image_holder_wrapper").after('<template class="bt_bb_fe_before"></template>'):t(this).prepend('<template class="bt_bb_fe_before"></template>'))):(t(this).find(window.bt_bb_fe_elements[n].edit_box_selector).addClass("bt_bb_fe_edit_box"),0==t(this).find(window.bt_bb_fe_elements[n].edit_box_selector).find("> .bt_bb_fe_before").length&&t(this).find(window.bt_bb_fe_elements[n].edit_box_selector).prepend('<template class="bt_bb_fe_before"></template>'))}}),t(document).on("mouseout",".bt_bb_fe_edit",function(e){t(this).removeClass("bt_bb_fe_edit_box")}),t(document).on("click",".bt_bb_fe_before",function(){var e=t(this).closest(".bt_bb_fe_edit");t("body").hasClass("bt_bb_fe_dialog_on")&&e.data("fe-id")==window.bt_bb.editing_element.data("fe-id")?window.bt_bb_fe_dialog_close(!0):(window.bt_bb.editing_element=e,window.bt_bb.edit_element())}),window.bt_bb.edit_element=function(){t("body").removeClass("bt_bb_fe_add_section_toggle"),t("body").removeClass("bt_bb_fe_tinymce_editor");var e=bt_bb_fe_dialog_content.shadowRoot.getElementById("bt_bb_fe_dialog_content_wrapper");e.innerHTML="",t("#bt_bb_fe_dialog").css("top",t("#wpadminbar")[0].getBoundingClientRect().bottom+"px");var n=window.bt_bb.editing_element.data("fe-id");window.bt_bb.editing_elements=t('.bt_bb_fe_edit[data-fe-id="'+n+'"]'),t(".bt_bb_fe_edit").removeClass("bt_bb_fe_editing"),window.bt_bb.editing_element.addClass("bt_bb_fe_editing");var i=window.bt_bb.editing_element.data("base");t(".bt_bb_fe_editing_box").removeClass("bt_bb_fe_editing_box"),""==window.bt_bb_fe_elements[i].edit_box_selector?window.bt_bb.editing_element.addClass("bt_bb_fe_editing_box"):window.bt_bb.editing_element.find(window.bt_bb_fe_elements[i].edit_box_selector).addClass("bt_bb_fe_editing_box");var o=document.createDocumentFragment(),a=window.bt_bb.editing_element.data("bt-bb-fe-atts"),r=window.bt_bb_fe_elements[i].params;window.bt_bb_fe_elements[i].params&&"object"==typeof r&&null!==r&&!Array.isArray(r)?Object.keys(window.bt_bb_fe_elements[i].params).forEach(function(t){if(window.bt_bb_elements[i]&&window.bt_bb_elements[i].params[t]){var e=a[t];void 0===e&&(e="");window.bt_bb_elements[i].params[t];var n=window.bt_bb_get_dialog_param({param:window.bt_bb_elements[i].params[t],attr_value:e,group_class:"",base:i});o.appendChild(n)}}):window.bt_bb_elements[i].accept&&window.bt_bb_elements[i].accept._content&&!0===window.bt_bb_elements[i].accept._content&&(window.bt_bb.tinymce.setContent(window.switchEditors.wpautop(window.bt_bb.editing_element.data("content"))),t("body").addClass("bt_bb_fe_tinymce_editor")),e.appendChild(o);var b=function(e,n,i,o,r){var b=window.bt_bb_get_edit_item_value(o,n,e.closest(".bt_bb_dialog_item")),l=!1;if(i){if(""!=i.target_selector)var s=window.bt_bb.editing_elements.find(i.target_selector);else s=window.bt_bb.editing_elements;if(s.length>0){if(l=!0,"inner_html"==i.type)s.html(b);else if("inner_html_nl2br"==i.type)s.html(function(t,e){if(null==t)return"";return(t+"").replace(/(\r\n|\n\r|\r|\n)/g,(e||void 0===e?"<br />":"<br>")+"$1")}(b));else if("attr"==i.type)i.preprocess&&"progress_bar_style"==i.preprocess?s.attr(i.attr,"width:"+b+"%"):s.attr(i.attr,b);else if("countdown"==i.type){var _=Math.round((Date.parse(b)-(new Date).getTime())/1e3);_<0&&(_=0),s.data("init-seconds",_),s.find(".hours>.n0>span").html(""),s.find(".hours>.n1>span").html(""),s.find(".minutes>.n0>span").html(""),s.find(".minutes>.n1>span").html(""),s.find(".seconds>.n0>span").html(""),s.find(".seconds>.n1>span").html(""),window.bt_bb_countdown_output(s)}else"data"==i.type?s.data(i.data,b):"class"==i.type&&(s.removeClass(function(t,e){var n=new RegExp("bt_bb_"+o+"_.+","g");return e.match(n)||[]}),s.addClass("bt_bb_"+o+"_"+b));a[o]=window.bt_bb_special_char_encode(b),window.bt_bb.editing_elements.data("bt-bb-fe-atts",a),t("body").addClass("bt_bb_fe_save_on")}}l||(void 0===r&&(r=[]),a[o]=window.bt_bb_special_char_encode(b),window.bt_bb.editing_elements.data("bt-bb-fe-atts",a),window.bt_bb.editing_elements_atts=a,window.bt_bb_fe_ajax_preview(r))};bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_dialog_item").forEach(function(e){var n=t(e).data("param_name"),o=t(e).data("type");if("_content"!=o)var a=window.bt_bb_fe_elements[i].params[n].js_handler;var r=window.bt_bb_fe_elements[i].params[n].ajax_filter;"textfield"==o||"textarea"==o||"link"==o||"textarea_object"==o||"attach_image"==o?t(e).find('input[type="text"], textarea').on("input",function(){b(t(this),o,a,n,r)}):"dropdown"==o?t(e).find("select").on("change",function(){b(t(this),o,a,n,r)}):"checkbox"==o&&t(e).find('input[type="checkbox"]').on("change",function(){b(t(this),o,a,n,r)})}),window.bt_bb_iconpicker_init(function(t){var e=t.attr("data-icon"),n=t.closest(".bt_bb_dialog_item"),o=n.data("param_name");n.data("type");a[o]=e,window.bt_bb.editing_elements.data("bt-bb-fe-atts",a),window.bt_bb.editing_elements_atts=a,window.bt_bb_fe_elements[i].params[o].js_handler||window.bt_bb_fe_ajax_preview([])}),window.bt_bb_image_sortable(t(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll('.bt_bb_dialog_item[data-type="attach_images"] .bt_bb_dialog_image_container')),a),t(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_dialog_item")).on("click",".bt_bb_dialog_image_container .fa-times",function(e){var n=t(this).closest(".bt_bb_dialog_item"),o=n.data("param_name"),r=(n.data("type"),window.bt_bb_fe_elements[i].params[o].js_handler);if(window.bt_bb_delete_images(this,a),window.bt_bb.editing_elements.data("bt-bb-fe-atts",a),window.bt_bb.editing_elements_atts=a,r){if(r.target_selector&&""!=r.target_selector)var b=window.bt_bb.editing_elements.find(r.target_selector);else b=window.bt_bb.editing_elements;"background_image"==r.type&&b.css("background-image",""),t("body").addClass("bt_bb_fe_save_on")}else window.bt_bb_fe_ajax_preview([])}),t(bt_bb_fe_dialog_content.shadowRoot.querySelectorAll(".bt_bb_dialog_item")).on("click",".bt_bb_dialog_select_images_button",function(e){var n=t(this).closest(".bt_bb_dialog_item"),o=n.data("param_name"),r=(n.data("type"),window.bt_bb_fe_elements[i].params[o].js_handler);window.bt_bb_select_images(this,a,function(t){if(window.bt_bb.editing_elements.data("bt-bb-fe-atts",a),window.bt_bb.editing_elements_atts=a,r){if(r.target_selector&&""!=r.target_selector)var e=window.bt_bb.editing_elements.find(r.target_selector);else e=window.bt_bb.editing_elements;var n;if("background_image"==r.type)t.each(function(t){return n=t.attributes.sizes.full.url,!1}),e.css("background-image","url("+n+")")}else window.bt_bb_fe_ajax_preview([])})}),window.bt_bb_search_link_init(),t(".bt_bb_dialog_header_text").html(window.bt_bb_text.edit+" "+window.bt_bb_elements[i].name),t("body").addClass("bt_bb_fe_dialog_on"),t(bt_bb_fe_dialog_bottom.shadowRoot.getElementById("delete")).removeClass("disabled"),t(bt_bb_fe_dialog_bottom.shadowRoot.getElementById("clone")).removeClass("clone"),1==t(window.bt_bb.editing_element).closest(".bt_bb_content_slider_item").length&&(t(bt_bb_fe_dialog_bottom.shadowRoot.getElementById("delete")).addClass("disabled"),t(bt_bb_fe_dialog_bottom.shadowRoot.getElementById("clone")).addClass("disabled"))},bt_bb_fe_dialog_bottom.shadowRoot.getElementById("up").onclick=(e=>{var n=t(".bt_bb_fe_editing").parents(".bt_bb_fe_edit").eq(0);return n.length&&(window.bt_bb.editing_element=n,window.bt_bb.edit_element()),!1}),bt_bb_fe_dialog_bottom.shadowRoot.getElementById("clone").onclick=(e=>{if("bt_bb_section"==t(window.bt_bb.editing_element).attr("data-base")){var n=t(window.bt_bb.editing_element).closest(".bt_bb_fe_wrap"),i=window.bt_bb.element_insert_prepare(n[0].outerHTML);t(window.bt_bb.editing_element).after(i),window.bt_bb.reorder_sections()}else{i=window.bt_bb.element_insert_prepare(window.bt_bb.editing_element[0].outerHTML);t(window.bt_bb.editing_element).after(i)}return t("body").addClass("bt_bb_fe_save_on"),!1}),bt_bb_fe_dialog_bottom.shadowRoot.getElementById("delete").onclick=(e=>("bt_bb_section"==t(window.bt_bb.editing_element).attr("data-base")?(t(window.bt_bb.editing_element).closest(".bt_bb_fe_wrap").remove(),window.bt_bb.reorder_sections()):window.bt_bb.editing_elements.remove(),bt_bb_fe_dialog_close(),t("body").addClass("bt_bb_fe_save_on"),!1)),t(document).on("click","#bt_bb_fe_save",function(){t("body").addClass("bt_bb_fe_saving"),window.bt_bb_fe_parse_data();var e={action:"bt_bb_fe_save",nonce:window.bt_bb_fe_ajax.nonce,post_id:window.bt_bb_post_id,post_content:window.bt_bb_parse_data_str};t.ajax({method:"POST",url:window.bt_bb_ajax_url,data:e}).done(function(e){t("body").removeClass("bt_bb_fe_saving"),t("body").removeClass("bt_bb_fe_save_on")})})}});var e=function(){t(".bt_bb_fe_wrap_footer").each(function(){var e=t(window).scrollTop()+t(window).height();t(this).offset().top<e?t("body").addClass("bt_bb_fe_show_preview_toggler_footer"):t("body").removeClass("bt_bb_fe_show_preview_toggler_footer")})};window.bt_bb_fe_dialog_close=function(e){t("body").removeClass("bt_bb_fe_dialog_on"),t(".bt_bb_fe_editing").removeClass("bt_bb_fe_editing"),t(".bt_bb_fe_editing_box").removeClass("bt_bb_fe_editing_box"),e||t(".bt_bb_fe_edit_box").removeClass("bt_bb_fe_edit_box")},window.bt_bb_fe_parse_data=function(){window.bt_bb_fe_elements_obj={title:"_root",base:"_root",children:[]};var e=t(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).find("[data-bt-bb-fe-atts]").not("[data-bt-bb-fe-atts] [data-bt-bb-fe-atts]"),n=[],i=[],o=function(e,a){var r;a.sort(function(e,n){return t(e).data("fe-id")-t(n).data("fe-id")}),t.each(a,function(a,b){var l=t(b).data("base"),s=t(b).data("bt-bb-fe-atts");if(r=t(b).data("fe-id"),!i.includes(r)){i.push(r);for(const t in window.bt_bb.images[l]){var _=s[window.bt_bb.images[l][t]];_&&""!=_&&(n=n.concat(_.split(",")))}if(window.bt_bb_elements[l].accept&&window.bt_bb_elements[l].accept._content&&1==window.bt_bb_elements[l].accept._content)var d={title:l,base:l,attr:JSON.stringify(s),children:[{title:"_content",base:"_content",content:t(b).data("content"),children:[]}]};else d={title:l,base:l,attr:JSON.stringify(s),children:[]};t(b).find("[data-bt-bb-fe-atts]").eq(0).length>0?o(d,t(b).find("[data-bt-bb-fe-atts]").eq(0).siblings("[data-bt-bb-fe-atts]").addBack()):"bt_bb_tab_item"==l&&o(d,t(b).closest(".bt_bb_tabs").find(".bt_bb_tab_item").eq(t(b).index()).find(".bt_bb_tab_content").find("[data-bt-bb-fe-atts]").eq(0).siblings("[data-bt-bb-fe-atts]").addBack()),e.children.push(d)}})};o(window.bt_bb_fe_elements_obj,e),window.bt_bb_parse_data(window.bt_bb_fe_elements_obj),wp.media.ajax({data:{action:"query-attachments",query:{post__in:n,posts_per_page:-1}}}).done(function(t,e,n){for(const e in t)void 0!==t[e].sizes&&(void 0!==t[e].sizes.thumbnail?(window.bt_bb.cache[t[e].id]={},window.bt_bb.cache[t[e].id].url=t[e].sizes.thumbnail.url):void 0!==t[e].sizes.full&&(window.bt_bb.cache[t[e].id]={},window.bt_bb.cache[t[e].id].url=t[e].sizes.full.url))})},window.bt_bb_fe_ajax_preview=function(e){if(window.bt_bb.ajax_wait)return clearTimeout(window.bt_bb.ajax_preview_timeout),void(window.bt_bb.ajax_preview_timeout=setTimeout(function(){window.bt_bb_fe_ajax_preview(e)},100));(new Date).getTime();window.bt_bb.ajax_wait=!0;var n={title:"_root",base:"_root",children:[]},i=[],o=!0,a=function(e,n){var r;n&&n.sort(function(e,n){return t(e).data("fe-id")-t(n).data("fe-id")}),t.each(n,function(n,b){var l=t(b).data("base");if(o){var s=window.bt_bb.editing_elements_atts;o=!1}else s=t(b).data("bt-bb-fe-atts");if(r=t(b).data("fe-id"),!i.includes(r)){if(i.push(r),window.bt_bb_elements[l].accept&&window.bt_bb_elements[l].accept._content&&1==window.bt_bb_elements[l].accept._content)var _={title:l,base:l,attr:JSON.stringify(s),children:[{title:"_content",base:"_content",content:t(b).data("content"),children:[]}]};else _={title:l,base:l,attr:JSON.stringify(s),children:[]};t(b).find("[data-bt-bb-fe-atts]").eq(0).length>0&&a(_,t(b).find("[data-bt-bb-fe-atts]").eq(0).siblings("[data-bt-bb-fe-atts]").addBack()),e.children.push(_)}})};a(n,window.bt_bb.editing_element),window.bt_bb_parse_data_str="",window.bt_bb_parse_data_helper(n);var r={action:"bt_bb_fe_get_html",nonce:window.bt_bb_fe_ajax.nonce,post_id:window.bt_bb_post_id,content:window.bt_bb_parse_data_str};t.ajax({method:"POST",url:window.bt_bb_ajax_url,data:r}).done(function(n){var i=window.bt_bb.editing_element.data("base"),o=window.bt_bb.editing_element.data("fe-id");if(window.bt_bb_fe_elements[i].ajax_slick&&!0===window.bt_bb_fe_elements[i].ajax_slick&&window.bt_bb.editing_elements.find(t(".slick-slider")).slick("unslick"),0==e.length){var a=(n=n.replace(/data-fe-id=".*?"/,'data-fe-id="'+o+'"')).replace(/class="(.*?)"/,'class="$1 bt_bb_fe_edit bt_bb_fe_editing"');window.bt_bb_fe_elements[i].use_ajax_placeholder&&!0===window.bt_bb_fe_elements[i].use_ajax_placeholder&&(window.bt_bb.editing_element.after('<div class="bt_bb_fe_ajax_placeholder" style="width:0px;height:'+window.bt_bb.editing_element.outerHeight()+'px;display:inline-block;margin-inline-start:-.25em;"></div>'),setTimeout(function(){t(".bt_bb_fe_ajax_placeholder").remove()},200)),window.bt_bb.editing_element.replaceWith(a),window.bt_bb.editing_element=t('.bt_bb_fe_editing[data-fe-id="'+o+'"]'),window.bt_bb.editing_elements.replaceWith(n),t('[data-fe-id="'+o+'"]').not(".bt_bb_fe_editing").addClass("bt_bb_fe_edit"),window.bt_bb.editing_elements=t('[data-fe-id="'+o+'"]')}else{if(e.includes("class")){var r=n.match(/class="(.*?)"/);r=r[1],window.bt_bb.editing_elements.attr("class",r),window.bt_bb.editing_element.attr("class",r+" bt_bb_fe_edit bt_bb_fe_editing")}if(e.includes("data-bt-override-class")){var b=n.match(/data-bt-override-class="(.*?)"/);b=b[1],b=JSON.parse(b.replace(/&quot;/g,'"')),window.bt_bb.editing_element.data("bt-override-class",b),window.bt_bb.editing_elements.data("bt-override-class",b)}if(e.includes("style")){var l=n.match(/style="(.*?)"/);l?(l=l[1],window.bt_bb.editing_elements.attr("style",l),window.bt_bb.editing_element.attr("style",l)):window.bt_bb.editing_element.removeAttr("style")}}""!=window.bt_bb_fe_elements[i].edit_box_selector?(window.bt_bb.editing_elements.find(window.bt_bb_fe_elements[i].edit_box_selector).addClass("bt_bb_fe_edit_box"),window.bt_bb.editing_element.find(window.bt_bb_fe_elements[i].edit_box_selector).addClass("bt_bb_fe_editing_box"),window.bt_bb.editing_elements.find(window.bt_bb_fe_elements[i].edit_box_selector).each(function(){0==t(this).find("> .bt_bb_fe_before").length&&t(this).prepend('<template class="bt_bb_fe_before"></template>')})):(window.bt_bb.editing_elements.addClass("bt_bb_fe_edit_box"),window.bt_bb.editing_element.addClass("bt_bb_fe_editing_box"),window.bt_bb.editing_elements.each(function(){0==t(this).find("> .bt_bb_fe_before").length&&t(this).prepend('<template class="bt_bb_fe_before"></template>')})),window.bt_bb_fe_elements[i].ajax_trigger_window_load&&!0===window.bt_bb_fe_elements[i].ajax_trigger_window_load&&t(window).trigger("load"),window.bt_bb_fe_elements[i].ajax_animate_elements&&!0===window.bt_bb_fe_elements[i].ajax_animate_elements&&window.bt_bb_animate_elements(),window.bt_bb_fe_elements[i].ajax_trigger_scroll&&!0===window.bt_bb_fe_elements[i].ajax_trigger_scroll&&t(document).trigger("scroll"),window.bt_bb_fe_elements[i].ajax_mejs&&!0===window.bt_bb_fe_elements[i].ajax_mejs&&window.bt_bb.editing_elements.find("video").mediaelementplayer(),window.bt_bb_fe_elements[i].ajax_slick&&!0===window.bt_bb_fe_elements[i].ajax_slick&&setTimeout(function(){t(".slick-slider").not(".slick-initialized").slick(),t(".slick-slider .slick-prev, .slick-slider .slick-next, .slick-slider .slick-dots li").click(function(){t(this).closest(".slick-slider").slick("slickPause")}),t(".bt_bb_slider.bt_bb_use_lightbox .slick-slider .bt_bb_slider_item").click(function(){t(this).closest(".slick-slider").slick("slickPause")}),t(".bt_bb_slider.bt_bb_use_lightbox").each(function(){t(this).magnificPopup({delegate:".bt_bb_slider_item:not(.slick-cloned)",type:"image",gallery:{enabled:!0},callbacks:{elementParse:function(t){t.src=t.el.data("src-full")}},closeBtnInside:!1,fixedContentPos:!1})}),t(".bt_bb_image.bt_bb_use_lightbox a").each(function(){t(this).magnificPopup({delegate:"img",type:"image",gallery:{enabled:!0},callbacks:{elementParse:function(t){t.src=t.el.data("full_image_src")}},closeBtnInside:!1,fixedContentPos:!1})})},0),t("body").addClass("bt_bb_fe_save_on"),window.bt_bb.ajax_wait=!1})},t(document).ready(function(){t("body").on("keyup",function(e){"Escape"===e.key&&(t(e.target).is(":focus")&&1==t(e.target).closest("#bt_bb_fe_dialog").length?t(e.target).blur():"body"==e.target.tagName.toLowerCase()&&window.bt_bb_fe_dialog_close())})})}}(jQuery)},function(t,e,n){"use strict";var i;i=jQuery,window.bt_bb&&(window.bt_bb.element_menu_edit_be=function(t,e){var n=t.closest(".bt_bb_fe_wrap").find(".bt_bb_fe_count_inner").html();window!=window.top?(i(".bt_bb_front_end_preview_close",window.parent.document).click(),i("html, body",window.parent.document).animate({scrollTop:i(".bt_bb_item_list",window.parent.document).children().eq(n-1).offset().top-i("#wpadminbar",window.parent.document).height()},500)):void 0!==t.closest("li").data("edit_url")?e?window.open(t.closest("li").data("edit_url")+"&bt_bb_order="+n,"_blank"):window.location.replace(t.closest("li").data("edit_url")+"&bt_bb_order="+n):e?window.open(i("#wp-admin-bar-edit .ab-item").attr("href")+"&bt_bb_order="+n,"_blank"):window.location.replace(i("#wp-admin-bar-edit .ab-item").attr("href")+"&bt_bb_order="+n)},window.bt_bb.element_menu_cut=function(t){var e=t.closest(".bt_bb_fe_wrap");localStorage.setItem("bt_bb_fe_cb",e[0].outerHTML),e.remove(),window.bt_bb.reorder_sections(),i("body").addClass("bt_bb_fe_save_on")},window.bt_bb.element_menu_copy=function(t){var e=t.closest(".bt_bb_fe_wrap");localStorage.setItem("bt_bb_fe_cb",e[0].outerHTML)},window.bt_bb.element_insert_prepare=function(t){return t=(t=(t=(t=t.replace(/data-fe-id="(.*?)"/g,function(t,e,n,i){return'data-fe-id="'+Math.random().toString(16).slice(2)+'"'})).replace(/\sid="(.*?)"/g,function(t,e,n,i){return""})).replace(/el_id&quot;:&quot;(.*?)&quot;/g,function(t,e,n,i){return"el_id&quot;:&quot;&quot;"})).replace("bt_bb_fe_editing","").replace("bt_bb_fe_editing_box","").replace("bt_bb_fe_edit_box","")},window.bt_bb.element_menu_paste=function(t,e){var n=t.closest(".bt_bb_fe_wrap"),o=localStorage.getItem("bt_bb_fe_cb");o=window.bt_bb.element_insert_prepare(o),e?n.before(o):n.after(o),window.bt_bb.reorder_sections(),i("body").addClass("bt_bb_fe_save_on")},window.bt_bb.element_menu_delete=function(t){t.remove(),window.bt_bb.reorder_sections(),i("body").addClass("bt_bb_fe_save_on")},window.bt_bb.reorder_sections=function(){var t=1;i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).find(".bt_bb_fe_wrap").each(function(){i(this).find(".bt_bb_fe_count_inner").html(t),t++})},i(document).ready(function(){localStorage.getItem("bt_bb_fe_cb")||i(".bt_bb_element_menu_paste").parent().addClass("bt_bb_disable"),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_edit",function(){window.bt_bb.editing_element=i(this).closest(".bt_bb_fe_wrap").find(".bt_bb_fe_edit").first(),window.bt_bb.edit_element()}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_edit_be",function(){i("body").hasClass("bt_bb_fe_save_on")?alert(window.bt_bb_text.save_content_first):window.bt_bb.element_menu_edit_be(i(this),!1)}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_edit_be_new_tab",function(){i("body").hasClass("bt_bb_fe_save_on")?alert(window.bt_bb_text.save_content_first):window.bt_bb.element_menu_edit_be(i(this),!0)}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_cut",function(){window.bt_bb.element_menu_cut(i(this)),i(".bt_bb_element_menu_paste").parent().removeClass("bt_bb_disable")}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_copy",function(){window.bt_bb.element_menu_copy(i(this)),i(this).fadeOut(200).fadeIn(200),i(".bt_bb_element_menu_paste").parent().removeClass("bt_bb_disable")}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_paste",function(){window.bt_bb.element_menu_paste(i(this),!1)}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_paste_above",function(){window.bt_bb.element_menu_paste(i(this),!0)}),i(".bt_bb_wrapper").not("ul.menu .bt_bb_wrapper").eq(0).on("click",".bt_bb_element_menu_delete",function(){window.confirm(window.bt_bb_text.delete_section_confirm)&&window.bt_bb.element_menu_delete(i(this).closest(".bt_bb_fe_wrap"))})}))}]);
build/jsx.min.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";window.bt_bb={};window.bt_bb.cache={};window.bt_bb.min_width=200;window.bt_bb.padding=10;window.bt_bb_state=[];window.bt_bb_state_pointer=-1;window.bt_bb_state_current=null;window.bt_bb_dirty=false;(function(t){var e=BTReact.createClass({render:function(){var b="";var _="bt_bb_wrap";var i="bt_bb_item";var n="";if(this.props.data.has_alert!==undefined){i=i+" bt_bb_item_alert"}if(this.props.data.extra_class!==undefined){i=i+" "+this.props.data.extra_class}if(window.bt_bb_map[this.props.data.base]!==undefined){if(window.bt_bb_map[this.props.data.base].container!==undefined){if(window.bt_bb_map[this.props.data.base].container=="horizontal"){b="bt_bb_horizontal"}}if(window.bt_bb_map[this.props.data.base].highlight!==undefined){if(window.bt_bb_map[this.props.data.base].highlight===true){i=i+" bt_bb_item_highlight"}}if(window.bt_bb_map[this.props.data.base].icon!==undefined){i=i+" "+"bt_bb_icon"+" "+window.bt_bb_map[this.props.data.base].icon}if(window.bt_bb_map[this.props.data.base].width_param!==undefined){if(this.props.data.attr!==undefined){var o=JSON.parse(this.props.data.attr);var d=o[window.bt_bb_map[this.props.data.base].width_param];if(d!==undefined){d=d.split("/");d=Math.round(12*d[0]/d[1]);_=_+" "+"bt_bb_is_width bt_bb_width bt_bb_width"+d}}}}var s=this.props.data.key;var r=this.props.data.base;var l=this.props.data.children.map(function(t,b){if(t.key===undefined){t.key="bt_bb_"+bt_bb_get_key()}return BTReact.createElement(e,{key:t.key,data:t,p_key:s,p_base:r})});this.props.data["p_key"]=this.props.p_key;this.props.data["p_base"]=this.props.p_base;if(this.props.data.base=="_content"){return BTReact.createElement("div",{className:_},BTReact.createElement("div",{className:i,"data-base":this.props.data.base},BTReact.createElement("div",{className:"bt_bb_toolbar"},"]...[",BTReact.createElement(a,{has_params:"true"})),BTReact.createElement("div",{className:"bt_bb_content",dangerouslySetInnerHTML:{__html:window.switchEditors.wpautop(this.props.data.content)}})))}else{var c=window.bt_bb_map[this.props.data.base]!==undefined&&window.bt_bb_map[this.props.data.base].params!==undefined&&window.bt_bb_map[this.props.data.base].params.length>0?"true":"false";var p="";if(c=="true"){var w=bt_bb_get_param(this.props.data.base,"params");var m=false;var f="";for(var h=0;h<w.length;h++){if(w[h].preview!==undefined||w[h].holder!==undefined&&w[h].holder!=""){var u="";if(this.props.data.attr!==undefined){var o=JSON.parse(this.props.data.attr)}if(this.props.data.attr!==undefined&&o[w[h].param_name]!==undefined){u=o[w[h].param_name]}else{if(w[h].type=="checkbox"||w[h].type=="checkbox_group"){if(w[h].default!==undefined){u=w[h].default}else{u=""}}else if(typeof w[h].value=="object"){if(w[h].default!==undefined){u=w[h].default}else{var v=Object.keys(w[h].value);u=w[h].value[v[0]]}}else if(w[h].value!==undefined){u=w[h].value}}if(w[h].type=="attach_image"&&!m){var f=this.props.data.key;var g=u;var y=localStorage.getItem("bt_bb_cache_"+g);if(y!==null){if(window.bt_bb.cache[g]===undefined){window.bt_bb.cache[g]={}}window.bt_bb.cache[g].url=y}if(g==""){t("."+f+">"+".bt_bb_toolbar").css("background-image","")}else if(window.bt_bb.cache[g]!==undefined){setTimeout(function(){t("."+f+">"+".bt_bb_toolbar").css("background-image","url("+window.bt_bb.cache[g].url+")")},100)}else{t(window).load(function(){wp.media.ajax({data:{action:"get-attachment",id:g}}).done(function(e,b,a){if(e.sizes!==undefined){var _="";if(e.sizes.thumbnail!==undefined){_=e.sizes.thumbnail.url}else if(e.sizes.full!==undefined){if(e.sizes.full.width<=300&&e.sizes.full.height<=300){_=e.sizes.full.url}}if(_!=""){t("."+f+">"+".bt_bb_toolbar").css("background-image","url("+_+")");window.bt_bb.cache[e.id]={};window.bt_bb.cache[e.id].url=_;localStorage.setItem("bt_bb_cache_"+e.id,_)}else{localStorage.removeItem("bt_bb_cache_"+e.id)}}})})}u="";m=true}if(w[h].type=="iconpicker"){if(typeof u=="string"&&u!=""){var k=u;var x=k.slice(0,-5);var C=k.substr(-4);u='<span class="bt_bb_icon_preview bt_bb_icon_preview_'+x+'" data-icon-code="&#x'+C+'"></span>'}else{u=""}}else if(w[h].type=="colorpicker"){u='<span style="color:'+u+';font-weight: bold;">'+u+"</span>"}else if(w[h].type=="textarea_object"){try{u=b64DecodeUnicode(u)}catch(t){}}else{if(window["bt_bb_cf_"+w[h].type+"_param_value_preview"]!==undefined){u=window["bt_bb_cf_"+w[h].type+"_param_value_preview"](u)}}if(w[h].preview_strong!==undefined){u='<span class="bt_bb_preview_strong">'+u+"</span>"}else{u='<span class="bt_bb_preview_normal">'+u+"</span>"}p=p+bt_bb_special_char_decode(u)}}}var S=window.bt_bb_map[this.props.data.base]!==undefined&&window.bt_bb_map[this.props.data.base].toggle==true>0?"true":"false";var O=this.props.data.base;if(window.bt_bb_map[this.props.data.base]!==undefined&&window.bt_bb_map[this.props.data.base].name!==undefined&&window.bt_bb_settings.tag_as_name!="1"){O=window.bt_bb_map[this.props.data.base].name}p='<span class="bt_bb_preview_name">'+O+"</span>"+p;if(m){i=i+" bt_bb_image_preview "+f}if(window.bt_bb_map[this.props.data.base]!==undefined&&window.bt_bb_map[this.props.data.base].container!==undefined){var E=window.bt_bb_map[this.props.data.base].container;return BTReact.createElement("div",{className:_},BTReact.createElement("div",{className:i,"data-base":this.props.data.base,"data-container":E},BTReact.createElement("div",{className:"bt_bb_toolbar"},BTReact.createElement("span",{className:"bt_bb_preview",dangerouslySetInnerHTML:{__html:p}}),BTReact.createElement(a,{container:E,mapped:"true",has_params:c,toggle:S})),BTReact.createElement("div",{className:b},l)))}else{var T=window.bt_bb_map[this.props.data.base];var N="bt_bb_toolbar";var z="true";if(T==undefined||T.is_mapped===false){z="false";window.bt_bb_map[this.props.data.base]={};window.bt_bb_map[this.props.data.base].is_mapped=false;window.bt_bb_map[this.props.data.base].show_settings_on_create=false;window.bt_bb_map[this.props.data.base].base=this.props.data.base;window.bt_bb_map[this.props.data.base].description=this.props.data.base;window.bt_bb_map[this.props.data.base].name=this.props.data.base;window.bt_bb_map[this.props.data.base].params=[];N="bt_bb_toolbar bt_bb_alert"}return BTReact.createElement("div",{className:_},BTReact.createElement("div",{className:i,"data-base":this.props.data.base},BTReact.createElement("div",{className:N},p!=""?BTReact.createElement("span",{className:"bt_bb_preview",dangerouslySetInnerHTML:{__html:p}}):"",BTReact.createElement(a,{has_params:c,toggle:S,mapped:z})),BTReact.createElement("div",{className:b},l)))}}}});var b=BTReact.createClass({getInitialState:function(){return{data:this.props.data}},render:function(){var t=this.state.data.children.map(function(t,b){return BTReact.createElement(e,{key:t.key,data:t})});return BTReact.createElement("div",{className:"bt_bb_item_list"},t)},componentDidMount:function(){this.getDOMNode().addEventListener("bt_bb_event",this.handle);window.bt_bb_state_current=this.state.data},componentDidUpdate:function(){var e=0;t(".bt_bb_item_list > .bt_bb_wrap").each(function(){e++;var b=t(this).find(".bt_bb_preview_name").first().data("title");if(b===undefined){b=t(this).find(".bt_bb_preview_name").first().html();t(this).find(".bt_bb_preview_name").first().data("title",b)}t(this).find(".bt_bb_preview_name").first().html('<span class="bt_bb_order"><span class="bt_bb_order_inner">'+e+"</span></span>"+b)})},componentWillUnmount:function(){this.getDOMNode().removeEventListener("bt_bb_event",this.handle)},handle:function(e){window.bt_bb_callback_action=null;if(window.bt_bb_action=="move_up"){var b=bt_bb_get_obj_copy_by_id(this.state.data,window.bt_bb_from);bt_bb_insert_before(this.state.data,window.bt_bb_to,b);if(!window.bt_bb_ctrl){bt_bb_delete_obj(this.state.data,window.bt_bb_from)}}else if(window.bt_bb_action=="move_down"){var b=bt_bb_get_obj_copy_by_id(this.state.data,window.bt_bb_from);bt_bb_insert_after(this.state.data,window.bt_bb_to,b);if(!window.bt_bb_ctrl){bt_bb_delete_obj(this.state.data,window.bt_bb_from)}}else if(window.bt_bb_action=="move_inside"){if(bt_bb_insert_inside(this.state.data,window.bt_bb_to,bt_bb_get_obj_copy_by_id(this.state.data,window.bt_bb_from))){if(!window.bt_bb_ctrl){bt_bb_delete_obj(this.state.data,window.bt_bb_from)}}}else if(window.bt_bb_action=="delete"){bt_bb_delete_obj(this.state.data,window.bt_bb_from)}else if(window.bt_bb_action=="add_root"||window.bt_bb_action=="add_root_from_dialog"){if(window.bt_bb_action=="add_root"){var a=bt_bb_add_root(this.state.data);if(a!==undefined&&window.bt_bb_map[a[1]]["auto_add"]!==undefined){var _={};_.title=window.bt_bb_map[a[1]]["auto_add"];_.base=window.bt_bb_map[a[1]]["auto_add"];_.key=bt_bb_get_key();_.children=[];bt_bb_insert_inside(this.state.data,a[0],_)}}else{var a=bt_bb_add_root(this.state.data,window.bt_bb_base)}if(a!==undefined&&bt_bb_get_param(a[1],"show_settings_on_create")!==false){window.bt_bb_from=a[0];window.bt_bb_callback_action="edit"}}else if(window.bt_bb_action=="add"||window.bt_bb_action=="add_from_dialog"){if(window.bt_bb_action=="add"){var a=bt_bb_add(this.state.data)}else{var a=bt_bb_add(this.state.data,window.bt_bb_base)}if(a!==undefined&&bt_bb_get_param(a[1],"show_settings_on_create")!==false){window.bt_bb_from=a[0];window.bt_bb_callback_action="edit"}else if(a!==undefined&&bt_bb_get_param(a[1],"show_settings_on_create")!==true){var i=bt_bb_get_param(a[1],"accept");var n,o=0;for(n in i){if(i.hasOwnProperty(n)){o++}}if(i!==undefined&&i._content===true&&o==1){window.bt_bb_from=a[0];window.bt_bb_base=a[1];window.bt_bb_callback_action="add"}}}else if(window.bt_bb_action=="add_horizontal"){bt_bb_add_horizontal(this.state.data)}else if(window.bt_bb_action=="edit"){bt_bb_edit(this.state.data,window.bt_bb_from)}else if(window.bt_bb_action=="clone"){bt_bb_clone(this.state.data,window.bt_bb_from)}else if(window.bt_bb_action=="update_state"){this.replaceState({data:window.bt_bb_state_current},window.bt_bb_state_callback)}else if(window.bt_bb_action=="copy"){bt_bb_copy(this.state.data,window.bt_bb_from);t(".bt_bb_cb_items").addClass("bt_bb_cb_items_flash").delay(500).queue(function(e){t(this).removeClass("bt_bb_cb_items_flash");e()})}else if(window.bt_bb_action=="copy_plus"){bt_bb_copy_plus(this.state.data,window.bt_bb_from);t(".bt_bb_cb_items").addClass("bt_bb_cb_items_flash").delay(500).queue(function(e){t(this).removeClass("bt_bb_cb_items_flash");e()})}else if(window.bt_bb_action=="paste"){bt_bb_paste(this.state.data,window.bt_bb_from)}if(window.bt_bb_action!=null&&window.bt_bb_action!="edit"&&window.bt_bb_action!="copy"&&window.bt_bb_action!="copy_plus"){bt_bb_resize_h(this.state.data);if(window.bt_bb_action!="update_state"){bt_bb_push_state(this.state.data);this.replaceState({data:this.state.data},window.bt_bb_state_callback)}if(this.state.data.children.length>=0&&window.bt_bb_action=="update_wp_editor"){bt_bb_parse_data(this.state.data)}if(window.bt_bb_action!="refresh_on_ready"&&window.bt_bb_action!="update_wp_editor"){window.bt_bb_dirty=true}bt_bb_item_mousedown();bt_bb_toolbar()}}});var a=BTReact.createClass({render:function(){var t=window.bt_bb_text.add;if(this.props.container=="horizontal"){t=window.bt_bb_text.add+" / "+window.bt_bb_text.select_layout}return BTReact.createElement("div",{className:"bt_bb_toolbar_tools"},this.props.toggle=="true"?BTReact.createElement("i",{className:"bt_bb_toggle",title:window.bt_bb_text.toggle}):"",this.props.container=="vertical"||this.props.container=="horizontal"?BTReact.createElement("i",{className:"bt_bb_add",title:t}):"",this.props.has_params=="true"?BTReact.createElement("i",{className:"bt_bb_edit",title:window.bt_bb_text.edit}):"",BTReact.createElement("i",{className:"bt_bb_clone",title:window.bt_bb_text.clone}),this.props.mapped=="true"?BTReact.createElement("i",{className:"bt_bb_copy",title:window.bt_bb_text.copy}):"",this.props.mapped=="true"?BTReact.createElement("i",{className:"bt_bb_copy_plus",title:window.bt_bb_text.copy_plus}):"",this.props.mapped=="true"?BTReact.createElement("i",{className:"bt_bb_paste",title:window.bt_bb_text.paste}):"",BTReact.createElement("i",{className:"bt_bb_delete",title:window.bt_bb_text.delete}))}});window.bt_bb_parse_data=function(t){window.bt_bb_parse_data_str="";if(t.children.length>0){bt_bb_parse_data_helper(t);window.switchEditors.go("content","tmce");tinyMCE.get("content").setContent(window.switchEditors.wpautop(window.bt_bb_parse_data_str))}};window.bt_bb_parse_data_helper=function(t){if(t.title=="_root"){t=t.children}for(var e=0;e<t.length;e++){var b=false;if(t[e].title=="_content"){b=true}if(!b){window.bt_bb_parse_data_str+="["+t[e].base;if(t[e].attr!==undefined){var a=attr_to_arr(t[e].attr);for(var _=0;_<a.length;_++){window.bt_bb_parse_data_str+=" "+a[_][0]+'="'+a[_][1]+'"'}}window.bt_bb_parse_data_str+="]"}else{window.bt_bb_parse_data_str+=t[e].content}if(t[e].children!==undefined){bt_bb_parse_data_helper(t[e].children)}if(!b){window.bt_bb_parse_data_str+="[/"+t[e].base+"]"}}};window.attr_to_arr=function(t){var e=JSON.parse(t);var b=[];for(var a in e){b.push([a,e[a]])}return b};window.attr_to_obj=function(t){var e=JSON.parse(t);return e};window.bt_bb_resize_h=function(t){if(t.title=="_root"){t=t.children}for(var e=0;e<t.length;e++){if(window.bt_bb_map[t[e].title]!==undefined){if(window.bt_bb_map[t[e].title].container=="horizontal"){if(t[e].children!==undefined){var b=false;var a=false;var _=[];var i=[];for(var n=0;n<t[e].children.length;n++){if(window.bt_bb_map[t[e].children[n].title]!==undefined&&window.bt_bb_map[t[e].children[n].title].width_param!==undefined){var o=window.bt_bb_map[t[e].children[n].title].width_param;if(t[e].children[n].attr===undefined){t[e].children[n].attr="{}"}var d=attr_to_obj(t[e].children[n].attr);if(!d.hasOwnProperty(o)){d[o]="1/12"}var s=d[o].split("/");_.push(parseInt(s[0]));i.push(parseInt(s[1]))}else{b=true;break}}var r=0;for(var l=0;l<_.length;l++){var c=12*_[l]/i[l];if(c!=Math.floor(c)){a=true;break}r=r+c}if(!b&&(r!=12||a)){for(var n=0;n<t[e].children.length;n++){var o=window.bt_bb_map[t[e].children[n].title].width_param;var d=attr_to_obj(t[e].children[n].attr);d[o]="1/"+t[e].children.length;_[n]=1;i[n]=t[e].children.length;t[e].children[n].attr=JSON.stringify(d)}}a=false;for(var l=0;l<_.length;l++){var c=12*_[l]/i[l];if(c!=Math.floor(c)){a=true;break}}if(a){t[e].has_alert="bt_bb_item_alert"}else{t[e].has_alert=undefined}}}}if(t[e].children!==undefined){bt_bb_resize_h(t[e].children)}}};window.bt_bb_get_obj_copy_by_id=function(t,e){var b=bt_bb_get_obj_by_id(t,e);var a=JSON.parse(JSON.stringify(b));if(a!=null){a=bt_bb_set_new_keys(a)}return a};window.bt_bb_set_new_keys=function(t){t.key=bt_bb_get_key();for(var e=0;e<t.children.length;e++){bt_bb_set_new_keys(t.children[e])}return t};window.bt_bb_delete_obj=function(t,e,b){if(t.title!="_content"){for(var a=0;a<t.children.length;a++){if(e.bt_ends_with(t.children[a].key)){if(b!==undefined){t.children.splice(a,b)}else{t.children.splice(a,1)}break}bt_bb_delete_obj(t.children[a],e,b)}}};window.bt_bb_insert_before=function(t,e,b){if(t.title!="_content"){for(var a=0;a<t.children.length;a++){if(e.bt_ends_with(t.children[a].key)){t.children.splice(a,0,b);break}bt_bb_insert_before(t.children[a],e,b)}}};window.bt_bb_insert_after=function(t,e,b){if(t.title!="_content"){for(var a=0;a<t.children.length;a++){if(e.bt_ends_with(t.children[a].key)){t.children.splice(a+1,0,b);break}bt_bb_insert_after(t.children[a],e,b)}}};window.bt_bb_insert_inside=function(e,b,a){if(e.title!="_content"){for(var _=0;_<e.children.length;_++){if(b.bt_ends_with(e.children[_].key)){if(e.children[_].children!==undefined){e.children[_].children.push(a);if(window.bt_bb_action!="paste"&&window.bt_bb_action!="move_inside"&&window.bt_bb_map[a.base]!==undefined&&window.bt_bb_map[a.base]["auto_add"]!==undefined){var i={};i.title=window.bt_bb_map[a.base]["auto_add"];i.base=window.bt_bb_map[a.base]["auto_add"];i.key=bt_bb_get_key();i.children=[];var n={};if(window.bt_bb_map[i.base]!==undefined&&window.bt_bb_map[i.base].params!==undefined){t.each(window.bt_bb_map[i.base].params,function(t,e){if(e.hasOwnProperty("value")&&typeof e.value=="string"){n[e.param_name]=bt_bb_special_char_encode(e)}else if(e.hasOwnProperty("value")&&e.hasOwnProperty("default")){n[e.param_name]=e.default}})}i.attr=JSON.stringify(n);a.children.push(i)}return true}}var o=bt_bb_insert_inside(e.children[_],b,a);if(o===true){return true}}}};window.bt_bb_add_root=function(e,b){var a=[];if(b!==undefined){a.push(b)}else{t.each(window.bt_bb_map,function(t,e){if(e.root==true){a.push(e.base)}})}if(a.length==1){var _={};_.title=a[0];_.base=a[0];_.key=bt_bb_get_key();_.children=[];var i={};if(window.bt_bb_map[_.base]!==undefined&&window.bt_bb_map[_.base].params!==undefined){t.each(window.bt_bb_map[_.base].params,function(t,e){if(e.hasOwnProperty("value")&&typeof e.value=="string"){i[e.param_name]=bt_bb_special_char_encode(e.value)}else if(e.hasOwnProperty("value")&&e.hasOwnProperty("default")){i[e.param_name]=e.default}})}_.attr=JSON.stringify(i);e.children.push(_);return[_.key,_.base]}else if(a.length>1){window.bt_bb_dialog.show("add_root")}};window.bt_bb_add=function(e,b){var a=[];if(b!==undefined){a.push(b)}else{t.each(window.bt_bb_map,function(t,e){var b;if(window.bt_bb_map[window.bt_bb_base].accept!==undefined){b=window.bt_bb_map[window.bt_bb_base].accept[e.base]}if((b===true||window.bt_bb_map[window.bt_bb_base].accept_all===true&&b!==false||window.bt_bb_map[e.base].as_child!==undefined&&window.bt_bb_map[e.base].as_child["only"].indexOf(window.bt_bb_base)!=-1)&&(window.bt_bb_map[e.base].as_child===undefined||window.bt_bb_map[e.base].as_child!==undefined&&window.bt_bb_map[e.base].as_child["only"].indexOf(window.bt_bb_base)!=-1)){a.push(e.base)}});if(window.bt_bb_map[window.bt_bb_base].accept!==undefined&&window.bt_bb_map[window.bt_bb_base].accept["_content"]===true){a=[];a.push("_content")}}if(a.length==1){var _={};_.title=a[0];_.base=a[0];if(_.base=="_content"){_.content=""}_.key=bt_bb_get_key();_.children=[];var i={};if(window.bt_bb_map[_.base]!==undefined&&window.bt_bb_map[_.base].params!==undefined){t.each(window.bt_bb_map[_.base].params,function(t,e){if(e.hasOwnProperty("value")&&typeof e.value=="string"){if(e.type=="textarea_object"){i[e.param_name]=e.value}else{i[e.param_name]=bt_bb_special_char_encode(e.value)}}else if(e.hasOwnProperty("value")&&e.hasOwnProperty("default")){i[e.param_name]=e.default}})}_.attr=JSON.stringify(i);bt_bb_insert_inside(e,window.bt_bb_from,_);return[_.key,_.base]}else if(a.length>1){window.bt_bb_dialog.show("add")}};window.bt_bb_add_horizontal=function(t,e){if(e!==undefined){var b=false;e=e.replace(/\s/gm,"").replace(/<\/?[^>]+(>|$)/gm,"");if(e==""){b=true}else{var a=e.split("+");if(a.length>12){b=true}else{var _=0;var i=[];var n=[];for(var o=0;o<a.length;o++){var d=a[o].split("/");if(d.length!=2){b=true;break}var s=parseInt(d[0]);i.push(s);var r=parseInt(d[1]);n.push(r);if(s<1||s>12||r<1||r>12){b=true;break}}if(!b){for(var l=0;l<i.length;l++){var c=12*i[l]/n[l];if(c!=Math.floor(c)){b=true;break}_=_+c}if(_!=12){b=true}}}}if(b){alert(window.bt_bb_text.layout_error);return}var p=window.bt_bb_from;for(var o=0;o<t.children.length;o++){if(p.bt_ends_with(t.children[o].key)){var w=t.children[o].children.length;if(w>0){if(a.length>=w){for(var l=0;l<w;l++){for(var m in window.bt_bb_map[window.bt_bb_base].accept){}var f=window.bt_bb_map[m].width_param;var h=attr_to_obj(t.children[o].children[l].attr);h[f]=a[l];t.children[o].children[l].attr=JSON.stringify(h)}for(var l=w;l<a.length;l++){var u={};for(var m in window.bt_bb_map[window.bt_bb_base].accept){}u.title=m;u.base=m;u.key=bt_bb_get_key();u.children=[];var f=window.bt_bb_map[m].width_param;u.attr='{"'+f+'":'+bt_bb_json_encode(a[l])+"}";bt_bb_insert_inside(t,window.bt_bb_from,u)}}else{for(var l=0;l<a.length;l++){for(var m in window.bt_bb_map[window.bt_bb_base].accept){}var f=window.bt_bb_map[m].width_param;var h=attr_to_obj(t.children[o].children[l].attr);h[f]=a[l];t.children[o].children[l].attr=JSON.stringify(h)}bt_bb_delete_obj(t,t.children[o].children[a.length].key,w-a.length)}}else{for(var l=0;l<a.length;l++){var u={};for(var m in window.bt_bb_map[window.bt_bb_base].accept){}u.title=m;u.base=m;u.key=bt_bb_get_key();u.children=[];var f=window.bt_bb_map[m].width_param;u.attr='{"'+f+'":'+bt_bb_json_encode(a[l])+"}";bt_bb_insert_inside(t,window.bt_bb_from,u)}}window.bt_bb_action="refresh";bt_bb_dispatch(".bt_bb_item_list","bt_bb_event");return true}var v=bt_bb_add_horizontal(t.children[o],e);if(v===true){return true}}}else{window.bt_bb_dialog.show("add_horizontal")}};window.bt_bb_edit=function(t,e){for(var b=0;b<t.children.length;b++){if(e.bt_ends_with(t.children[b].key)){if(t.children[b].title=="_content"){window.bt_bb_content=t.children[b].content;window.bt_bb_dialog.show("edit_content")}else{window.bt_bb_dialog.show("edit")}break}bt_bb_edit(t.children[b],e)}};window.bt_bb_clone=function(e,b){t(".bt_bb_toolbar_tools").css("transition","all 0s");for(var a=0;a<e.children.length;a++){if(b.bt_ends_with(e.children[a].key)){if(e.title=="_root"||window.bt_bb_map[e.base]===undefined||window.bt_bb_map[e.base].container!="horizontal"||window.bt_bb_map[e.base].container=="horizontal"&&e.children.length<12){var _=bt_bb_get_obj_copy_by_id(e,b);e.children.splice(a+1,0,_)}break}bt_bb_clone(e.children[a],b)}};window.bt_bb_init_number_items=function(){window.bt_bb_cb_items=localStorage.getItem("bt_bb_cb_items");if(window.bt_bb_cb_items===null)window.bt_bb_cb_items=0;t(".bt_bb_cb_items").html(window.bt_bb_cb_items)};window.bt_bb_set_number_items=function(e){localStorage.setItem("bt_bb_cb_items",e);t(".bt_bb_cb_items").html(e);window.bt_bb_cb_items=e};window.bt_bb_allowed=function(t,e){if(e===undefined)return false;var b=window.bt_bb_map[e];var a=false;if(b.accept!==undefined&&b.accept[t]===true||b.accept!==undefined&&b.accept[t]===undefined&&b.accept_all===true||b.accept===undefined&&b.accept_all===true){a=true}return a};window.bt_bb_cb_import=function(t){var e=decodeURIComponent(b64DecodeUnicode(t));var b=JSON.parse(e);for(var a=1;a<=b.length;a++){localStorage.setItem("bt_bb_cb_"+a,decodeURIComponent(b64DecodeUnicode(b[a-1].bt_bb_cb)));bt_bb_set_number_items(b.length)}};window.bt_bb_copy=function(t,e){if(window.bt_bb_cb_items>1){for(var b=2;b<=window.bt_bb_cb_items;b++){localStorage.removeItem("bt_bb_cb_"+b)}}var t=bt_bb_get_obj_by_id(t,e);localStorage.setItem("bt_bb_cb_1",JSON.stringify(t));bt_bb_set_number_items(1)};window.bt_bb_copy_plus=function(t,e){var b=bt_bb_get_obj_by_id(t,e);if(window.bt_bb_cb_items==0){localStorage.setItem("bt_bb_cb_1",JSON.stringify(b));bt_bb_set_number_items(1)}else{var a=JSON.parse(localStorage.getItem("bt_bb_cb_1"));var _=false;if(b.p_base!==undefined){_=bt_bb_allowed(a.base,b.p_base)}else if(window.bt_bb_map[b.base].root!==undefined&&window.bt_bb_map[a.base].root!==undefined){_=true}if(_){window.bt_bb_cb_items++;localStorage.setItem("bt_bb_cb_"+window.bt_bb_cb_items,JSON.stringify(b));bt_bb_set_number_items(window.bt_bb_cb_items)}else{alert(window.bt_bb_text.not_allowed)}}};window.bt_bb_paste=function(t,e){if(window.bt_bb_cb_items>0){var b=bt_bb_get_obj_by_id(t,e);var a=JSON.parse(localStorage.getItem("bt_bb_cb_1"));if(window.bt_bb_map[b.base].root!==undefined&&window.bt_bb_map[a.base].root!==undefined){for(var _=window.bt_bb_cb_items;_>=1;_--){a=JSON.parse(localStorage.getItem("bt_bb_cb_"+_));a=bt_bb_set_new_keys(a);bt_bb_insert_after(t,e,a)}}else if(bt_bb_allowed(a.base,b.p_base)){for(var _=window.bt_bb_cb_items;_>=1;_--){a=JSON.parse(localStorage.getItem("bt_bb_cb_"+_));a=bt_bb_set_new_keys(a);bt_bb_insert_after(t,e,a)}}else if(bt_bb_allowed(a.base,b.base)){for(var _=1;_<=window.bt_bb_cb_items;_++){a=JSON.parse(localStorage.getItem("bt_bb_cb_"+_));a=bt_bb_set_new_keys(a);bt_bb_insert_inside(t,e,a)}}else{alert(window.bt_bb_text.not_allowed)}}};window.bt_bb_paste_main_toolbar=function(){var t=JSON.parse(localStorage.getItem("bt_bb_cb_1"));if(window.bt_bb_map[t.base].root!==undefined){for(var e=1;e<=window.bt_bb_cb_items;e++){t=JSON.parse(localStorage.getItem("bt_bb_cb_"+e));t=bt_bb_set_new_keys(t);window.bt_bb_state_current.children.push(t)}bt_bb_event("refresh")}else{alert(window.bt_bb_text.not_allowed)}};window.bt_bb_dialog={};window.bt_bb_dialog.show=function(e){window.bt_bb_dialog.is_showing=true;var b="";if(e=="add_root"){var a=window.bt_bb_text.add_element;var i=[];t.each(window.bt_bb_map,function(t,e){if(e.root==true){i.push({base:e.base,name:e.name,description:e.description,icon:e.icon})}});i.sort(function(t,e){return t.name.toLowerCase().localeCompare(e.name.toLowerCase())});t.each(i,function(t,e){b+='<div class="bt_bb_dialog_item bt_bb_dialog_add_element'+e.icon!==undefined?" "+e.icon:""+'" data-base="'+e.base+'"><b>'+e.name+"</b><i>"+e.description+"</i></div>"});t("#bt_bb_dialog .bt_bb_dialog_content").html(b);t(".bt_bb_dialog_add_element").click(function(e){window.bt_bb_base=t(this).data("base");window.bt_bb_dialog.hide();bt_bb_event("add_root_from_dialog")})}else if(e=="add"){var a=window.bt_bb_text.add_element;var i=[];t.each(window.bt_bb_map,function(t,e){var b;if(window.bt_bb_map[window.bt_bb_base].accept!==undefined){b=window.bt_bb_map[window.bt_bb_base].accept[e.base]}if((b===true||window.bt_bb_map[window.bt_bb_base].accept_all===true&&b!==false||window.bt_bb_map[e.base].as_child!==undefined&&window.bt_bb_map[e.base].as_child["only"].indexOf(window.bt_bb_base)!=-1)&&(window.bt_bb_map[e.base].as_child===undefined||window.bt_bb_map[e.base].as_child!==undefined&&window.bt_bb_map[e.base].as_child["only"].indexOf(window.bt_bb_base)!=-1)){if(window.bt_bb_map[e.base].is_mapped!==false){i.push({base:e.base,name:e.name,description:e.description,icon:e.icon})}}});i.sort(function(t,e){return t.name.toLowerCase().localeCompare(e.name.toLowerCase())});var n="";n+='<div class="bt_bb_dialog_item bt_bb_add_filter_container">';n+='<input type="text" class="bt_bb_filter" placeholder="'+window.bt_bb_text.filter+'">';n+="</div>";t("#bt_bb_dialog .bt_bb_dialog_header_tools").append(n);var o=document.createDocumentFragment();var d,s,r,l;t.each(i,function(t,e){d=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item bt_bb_dialog_add_element"+(e.icon!==undefined?" bt_bb_icon "+e.icon:"")],["data-base",e.base]]);s=bt_bb_create_dom_element("b",[]);l=document.createTextNode(e.name);s.appendChild(l);d.appendChild(s);r=bt_bb_create_dom_element("i",[]);l=document.createTextNode(e.description);r.appendChild(l);d.appendChild(r);o.appendChild(d)});t("#bt_bb_dialog .bt_bb_dialog_content")[0].appendChild(o);t(".bt_bb_dialog_add_element").click(function(e){window.bt_bb_base=t(this).data("base");window.bt_bb_dialog.hide();bt_bb_event("add_from_dialog")});t(".bt_bb_filter").keyup(function(e){var b=t(this).val();t(".bt_bb_dialog_item").not(".bt_bb_add_filter_container").each(function(){var e=t(this).html().replace(/(<([^>]+)>)/gi,"");var a=new RegExp(b,"i");if(!a.test(e)){t(this).hide()}else{t(this).show()}})})}else if(e=="add_horizontal"){var c=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from);var p="";for(var r=0;r<c.children.length;r++){var w=window.bt_bb_map[c.children[r].base].width_param;var m=attr_to_obj(c.children[r].attr);p+=m[w];if(r<c.children.length-1)p+="+"}var a=window.bt_bb_text.select_layout;t("#bt_bb_dialog").addClass("bt_bb_dialog_add_horizontal");b+='<div class="bt_bb_dialog_pick_layout_container">';b+='<span class="bt_bb_dialog_pick_layout bt_bb_dialog_11" title="1/1"></span>';b+='<span class="bt_bb_dialog_pick_layout bt_bb_dialog_12_12" title="1/2+1/2"></span>';b+='<span class="bt_bb_dialog_pick_layout bt_bb_dialog_13_13_13" title="1/3+1/3+1/3"></span>';b+='<span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_14_14_14" title="1/4+1/4+1/4+1/4"></span>';b+='<span class="bt_bb_dialog_pick_layout bt_bb_dialog_23_13" title="2/3+1/3"></span>';b+='<span class="bt_bb_dialog_pick_layout bt_bb_dialog_13_23" title="1/3+2/3"></span>';b+='<span class="bt_bb_dialog_pick_layout bt_bb_dialog_34_14" title="3/4+1/4"></span>';b+='<span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_34" title="1/4+3/4"></span>';b+='<span class="bt_bb_dialog_pick_layout bt_bb_dialog_14_24_14" title="1/4+2/4+1/4"></span>';b+="</div>";b+='<div class="bt_bb_dialog_enter_layout_container">';b+='<div contenteditable="true" class="bt_bb_dialog_enter_layout">1/1</div>';b+="</div>";t("#bt_bb_dialog .bt_bb_dialog_content").html(b);t("#bt_bb_dialog").append('<input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small" value="'+window.bt_bb_text.submit+'">');if(p!=""){t(".bt_bb_dialog_enter_layout").html(p)}t(".bt_bb_dialog_pick_layout").click(function(e){t(".bt_bb_dialog_enter_layout").html(t(this).attr("title").replace(/\s/gm,""));t(".bt_bb_dialog_enter_layout").focus()});t(".bt_bb_dialog_enter_layout").keypress(function(e){if(e.which==13){e.preventDefault();bt_bb_add_horizontal(window.bt_bb_state_current,t(this).html());window.bt_bb_dialog.hide()}});t(".bt_bb_dialog_add_horizontal .bt_bb_dialog_button").click(function(e){bt_bb_add_horizontal(window.bt_bb_state_current,t(".bt_bb_dialog_enter_layout").html());window.bt_bb_dialog.hide()})}else if(e=="edit_content"){var a=window.bt_bb_text.edit_content;t("#bt_bb_dialog").addClass("bt_bb_dialog_tinymce_container");t(".bt_bb_dialog_tinymce").show();t(".bt_bb_dialog_button").unbind("click");t(".bt_bb_dialog_button").click(function(){window.switchEditors.go("bt_bb_tinymce","tmce");var t=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from);t.content=tinyMCE.get("bt_bb_tinymce").getContent();if(t.content.startsWith("<p>[")&&t.content.endsWith("]</p>")){t.content=t.content.substring(3);t.content=t.content.substring(0,t.content.length-4)}window.bt_bb_action="refresh";bt_bb_dispatch(".bt_bb_item_list","bt_bb_event");window.bt_bb_dialog.hide()});t("#bt_bb_dialog").css("visibility","visible");t("#bt_bb_dialog .mce-i-resize").show()}else if(e=="edit"){var a=window.bt_bb_text.edit;var c=bt_bb_get_obj_by_id(window.bt_bb_state_current,window.bt_bb_from);var m={};if(c.attr!==undefined){m=attr_to_obj(c.attr)}if(window.bt_bb_map[c.base]!==undefined){a=a+" "+window.bt_bb_map[c.base].name;t("#bt_bb_dialog").removeClass();t("#bt_bb_dialog").addClass("bt_bb_dialog"+" "+c.base);var f=window.bt_bb_map[c.base].params;if(f!==undefined){var o=document.createDocumentFragment();var h=new Array;var u="";var v="";window.bt_bb.param_groups=[];for(var r=0;r<f.length;r++){b="";var g="";if(m[f[r].param_name]!==undefined){g=m[f[r].param_name]}else{m[f[r].param_name]=""}if(f[r].group!==undefined){u=f[r].group}else{u=window.bt_bb_text.general}v=" bt_bb_group_"+u.replace(" ","_").replace(/^[^a-z]+|[^\w:.-]+/gi,"");if(window.bt_bb.param_groups.indexOf(u)==-1){window.bt_bb.param_groups.push(u)}if(f[r].type=="attach_images"||f[r].type=="attach_image"){var d=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+v],["data-param_name",f[r].param_name],["data-type",f[r].type]]);b+="<b>"+f[r].heading+"</b>";b+='<div class="bt_bb_dialog_image_container">';var y=g.split(",");if(y[0]!=""){for(var k=0;k<y.length;k++){b+='<div class="bt_bb_sortable_item" data-id="'+y[k]+'"><i class="fa fa-times"></i></div>';setTimeout(window.bt_bb_sortable_background,100,y[k])}}b+="</div>";b+='<div class="bt_bb_dialog_inline_buttons bt_bb_left">';b+='<input type="button" class="bt_bb_dialog_select_images_button button button-small" value="'+window.bt_bb_text.select+'">';b+="</div>";d.innerHTML=b}else if(f[r].type=="textfield"){var d=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+v],["data-param_name",f[r].param_name],["data-type",f[r].type]]);var x="";if(g==""){if(f[r].value!==undefined){x=f[r].value;x=bt_bb_special_char_decode(x)}}else{x=bt_bb_special_char_decode(g)}d.innerHTML="<b>"+f[r].heading+'</b><input type="text" value="'+x+'">'}else if(f[r].type=="datetime-local"){var d=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+v],["data-param_name",f[r].param_name],["data-type",f[r].type]]);var x="";if(g==""){if(f[r].value!==undefined){x=f[r].value
2
- ;x=bt_bb_special_char_decode(x)}}else{x=bt_bb_special_char_decode(g)}d.innerHTML="<b>"+f[r].heading+'</b><input type="datetime-local" value="'+x+'">'}else if(f[r].type=="textarea"){var d=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+v],["data-param_name",f[r].param_name],["data-type",f[r].type]]);d.innerHTML="<b>"+f[r].heading+'</b><textarea rows="5">'+bt_bb_special_char_decode(g)+"</textarea>"}else if(f[r].type=="textarea_object"){var d=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+v],["data-param_name",f[r].param_name],["data-type",f[r].type]]);try{d.innerHTML="<b>"+f[r].heading+'</b><textarea rows="5">'+b64DecodeUnicode(g)+"</textarea>"}catch(t){d.innerHTML="<b>"+f[r].heading+'</b><textarea rows="5">'+g+"</textarea>"}}else if(f[r].type=="dropdown"||f[r].type=="dropdown_color"){var d=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+v],["data-param_name",f[r].param_name],["data-type",f[r].type]]);b+="<b>"+f[r].heading+"</b>";b+="<select";var C=f[r].value;var S=Object.keys(C);for(var O=0;O<S.length;O++){if(g==C[S[O]]||g==""&&O==0){b+=">";if(f[r].type=="dropdown_color"){b+='<option value="'+C[S[O]]+'" selected>'+S[O]+"</option>"}else{b+='<option value="'+C[S[O]]+'" selected>'+S[O]+"</option>"}}else{b+=">";if(f[r].type=="dropdown_color"){b+='<option value="'+C[S[O]]+'">'+S[O]+"</option>"}else{b+='<option value="'+C[S[O]]+'">'+S[O]+"</option>"}}}b+="</select>";d.innerHTML=b}else if(f[r].type=="iconpicker"){var d=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+v],["data-param_name",f[r].param_name],["data-type",f[r].type]]);b+="<b>"+f[r].heading+"</b>";b+=window.bt_bb_iconpicker(f[r].value,g);d.innerHTML=b}else if(f[r].type=="colorpicker"){var d=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item bt_bb_colorpicker"+v],["data-param_name",f[r].param_name],["data-type",f[r].type]]);b+="<b>"+f[r].heading+"</b>";b+='<input type="text" class="bt_bb_color_picker" value="'+bt_bb_special_char_decode(g)+'">';d.innerHTML=b}else if(f[r].type=="checkbox"){var d=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+v],["data-param_name",f[r].param_name],["data-type",f[r].type]]);b+="<b>"+f[r].heading+"</b>";var C=f[r].value;var S=Object.keys(C);var E="";if(g==C[S[0]]){E=" "+"checked"}b+='<label for="bt_'+c.base+"_"+f[r].param_name+'"><input id="bt_'+c.base+"_"+f[r].param_name+'" type="checkbox" value="'+C[S[0]]+'"'+E+"><span>"+S[0]+"</span></label>";d.innerHTML=b}else if(f[r].type=="checkbox_group"){var d=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+v],["data-param_name",f[r].param_name],["data-type",f[r].type]]);b+="<b>"+f[r].heading+"</b>";var C=f[r].value;var S=Object.keys(C);var T=g.split(" ");for(var O=0;O<S.length;O++){var E="";if(t.inArray(C[S[O]],T)!=-1){E=" "+"checked"}b+='<label for="'+c.base+"_"+f[r].param_name+O+'"><input id="'+c.base+"_"+f[r].param_name+O+'" type="checkbox" value="'+C[S[O]]+'"'+E+"><span>"+S[O]+"</span></label>"}d.innerHTML=b}else if(f[r].type=="hidden"){var N=new Object;N.name=f[r].param_name;N.value=f[r].value;h.push(N)}else{if(window["bt_bb_cf_"+f[r].type+"_content"]!==undefined){var d=bt_bb_create_dom_element("div",[["class","bt_bb_dialog_item"+v],["data-param_name",f[r].param_name],["data-type",f[r].type]]);var z={};z.param_heading=f[r].heading;z.param_value=f[r].value;z.param_name=f[r].param_name;z.val=g;z.base=c.base;d.innerHTML=window["bt_bb_cf_"+f[r].type+"_content"](z)}}if(f[r].type!="hidden"){if(f[r].description!==undefined){var j=bt_bb_create_dom_element("i",[]);j.innerHTML=f[r].description;d.appendChild(j)}o.appendChild(d)}}t("#bt_bb_dialog").data("hidden",JSON.stringify(h));t("#bt_bb_dialog .bt_bb_dialog_content")[0].appendChild(o);t(".bt_bb_color_picker").wpColorPicker();t(".bt_bb_iconpicker_select").on("click",function(e){t(this).next().toggle();t(this).next().next().toggle()});t(".bt_bb_iconpicker_icons .bt_bb_icon_preview").on("click",function(e){var b=t(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_icon_preview");b.attr("data-icon",t(this).data("icon"));b.attr("data-icon-code",t(this).data("icon-code"));b.removeClass();b.addClass(t(this).attr("class"));t(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_iconpicker_select_text").html(t(this).attr("title"));t(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_clear").show();t(this).parent().hide();t(this).parent().prev().find("input").val("").trigger("keyup");t(this).parent().prev().hide()});t(".bt_bb_iconpicker .bt_bb_iconpicker_clear").on("click",function(e){e.stopPropagation();var b=t(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_icon_preview");b.attr("data-icon","");b.attr("data-icon-code","");b.parent().find(".bt_bb_iconpicker_select_text").html("");t(this).closest(".bt_bb_iconpicker").find("input").val("");t(this).parent().next().find("input").val("").trigger("keyup");t(this).parent().next().hide();t(this).parent().next().next().hide();t(this).hide()});t(".bt_bb_iconpicker .bt_bb_filter").keyup(function(e){var b=t(this).val();t(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_icons .bt_bb_icon_preview").each(function(){var e=t(this).attr("title");var a=new RegExp(b,"i");if(!a.test(e)){t(this).hide()}else{t(this).show()}})});t('#bt_bb_dialog .bt_bb_dialog_item[data-type="attach_images"] .bt_bb_dialog_image_container').sortable({cursor:"move",update:function(e,b){var a=t(this).closest(".bt_bb_dialog_item").data("param_name");var _="";t(this).find(".bt_bb_sortable_item").each(function(){_+=t(this).data("id")+","});_=_.slice(0,-1);m[a]=_}});t("#bt_bb_dialog .bt_bb_dialog_image_container").on("click",".fa-times",function(e){var b=t(this).closest(".bt_bb_dialog_item").data("param_name");var a=t(this).closest(".bt_bb_dialog_image_container");t(this).parent().remove();var _="";a.find(".bt_bb_sortable_item").each(function(){_+=t(this).data("id")+","});_=_.slice(0,-1);m[b]=_});t("#bt_bb_dialog .bt_bb_dialog_image_container").disableSelection();t(".bt_bb_dialog_item").on("click",".bt_bb_dialog_select_images_button",function(e){var b=bt_bb_get_key();var a=t(this).closest(".bt_bb_dialog_item").find(".bt_bb_dialog_image_container");var i=t(this).closest(".bt_bb_dialog_item").data("param_name");var n=t(this).closest(".bt_bb_dialog_item").data("type");var o="add";if(n=="attach_image"){o=false}var d=wp.media.controller.Library.extend({defaults:_.defaults({id:b,title:window.bt_bb_text.select_images,allowLocalEdits:false,displaySettings:false,displayUserSettings:false,multiple:o,type:"image"},wp.media.controller.Library.prototype.defaults)});var s=wp.media({button:{text:window.bt_bb_text.select},state:b,states:[new d]});s.on("close",function(){var t=s.state(b).get("selection");var e="";var _="";t.each(function(t){if(t.attributes.sizes!==undefined){var b="";if(t.attributes.sizes.thumbnail!==undefined){b=t.attributes.sizes.thumbnail.url}else{b=t.attributes.sizes.full.url}_+=t.id+",";window.bt_bb.cache[t.id]={};window.bt_bb.cache[t.id].url=b;window.bt_bb.cache[t.id].title=t.attributes.title;e+='<div class="bt_bb_sortable_item" data-id="'+t.id+'" style="background-image:url(\''+b+'\');"><i class="fa fa-times"></i></div>';a.html(e)}});_=_.slice(0,-1);m[i]=_});s.on("open",function(){var e=s.state(b).get("selection");a.find(".bt_bb_sortable_item").each(function(){var b=wp.media.attachment(t(this).data("id"));e.add(b)})});s.open()})}}if(window.bt_bb.param_groups.length>0){t(".bt_bb_dialog_item").hide()}t.each(window.bt_bb.param_groups,function(e,b){var a="bt_bb_group_tab";if(e==0){a="bt_bb_group_tab bt_bb_group_tab_active";t(".bt_bb_group_"+b).show()}t(".bt_bb_dialog_header_tools").append('<span class="'+a+'">'+b+"</span>")});t("#bt_bb_dialog .bt_bb_group_tab").click(function(e){var b=t(this).html();t(".bt_bb_dialog_item").hide();t(".bt_bb_group_"+b.replace(" ","_").replace(/^[^a-z]+|[^\w:.-]+/gi,"")).show();t(".bt_bb_group_tab").removeClass("bt_bb_group_tab_active");t(this).addClass("bt_bb_group_tab_active");window.bt_bb_resize_dialog()});t("#bt_bb_dialog").append('<input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small" value="'+window.bt_bb_text.submit+'">');t("#bt_bb_dialog .bt_bb_dialog_button").click(function(e){t("#bt_bb_dialog .bt_bb_dialog_item").each(function(){var e=t(this).data("param_name");var b=t(this).data("type");if(b=="textfield"||b=="datetime-local"||b=="colorpicker"){m[e]=bt_bb_special_char_encode(t(this).find("input").val())}else if(b=="checkbox"){if(t(this).find("input").prop("checked")){m[e]=t(this).find("input").val()}else{m[e]=""}}else if(b=="checkbox_group"){var a=[];t(this).find("input").each(function(){if(t(this).prop("checked")){a.push(t(this).val())}});m[e]=a.join(" ")}else if(b=="textarea"){m[e]=bt_bb_special_char_encode(t(this).find("textarea").val())}else if(b=="textarea_object"){try{m[e]=b64EncodeUnicode(t(this).find("textarea").val())}catch(b){m[e]=t(this).find("textarea").val()}}else if(b=="dropdown"){m[e]=t(this).find("select :selected").val()}else if(b=="iconpicker"){m[e]=t(this).find(".bt_bb_iconpicker_select .bt_bb_icon_preview").data("icon")}else{if(window["bt_bb_cf_"+b+"_on_submit"]!==undefined){m[e]=window["bt_bb_cf_"+b+"_on_submit"](t(this))}}});var b=JSON.parse(t("#bt_bb_dialog").data("hidden"));for(var a=0;a<b.length;a++){m[""+b[a].name]=b[a].value}c.attr=JSON.stringify(m);window.bt_bb_dialog.hide();window.bt_bb_action="refresh";bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")})}else if(e=="manage_cb"){a=window.bt_bb_text.manage_cb;b+='<div class="bt_bb_dialog_item">';b+='<input type="text" class="bt_bb_impex_input">';b+="</div>";t("#bt_bb_dialog .bt_bb_dialog_content").html(b);t("#bt_bb_dialog").append('<div class="bt_bb_dialog_inline_buttons"><input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small bt_bb_button_export" value="'+window.bt_bb_text.export+'"><input type="button" class="bt_bb_dialog_button bt_bb_edit button button-small bt_bb_button_import" value="'+window.bt_bb_text.import+'"></div>');t("#bt_bb_dialog .bt_bb_button_export").click(function(e){if(window.bt_bb_cb_items>0){var b="[";for(var a=1;a<=window.bt_bb_cb_items;a++){b+='{"bt_bb_cb":"'+b64EncodeUnicode(encodeURIComponent(localStorage.getItem("bt_bb_cb_"+a)))+'"},'}b=b.substring(0,b.length-1);b+="]";t(".bt_bb_impex_input").val(b64EncodeUnicode(encodeURIComponent(b)));t(".bt_bb_impex_input").select()}});t("#bt_bb_dialog .bt_bb_button_import").click(function(e){if(t(".bt_bb_impex_input").val()){bt_bb_cb_import(t(".bt_bb_impex_input").val())}})}else if(e=="sc_mapper"){a=window.bt_bb_text.sc_mapper;t("#bt_bb_dialog").addClass("bt_bb_dialog_sc_mapper_container");var n="";n+='<div class="bt_bb_dialog_item bt_bb_sc_mapper_filter_container">';n+='<input type="text" class="bt_bb_filter" placeholder="'+window.bt_bb_text.filter+'">';n+="</div>";t("#bt_bb_dialog .bt_bb_dialog_header_tools").append(n);var R=function(t){var e=t;if(window.bt_bb_map_primary[t]!==undefined){e+=" "+"/"+" "+"p"}if(window.bt_bb_map_secondary[t]!==undefined){e+=" "+"/"+" "+"s"}return e};var o=document.createDocumentFragment();var d=bt_bb_create_dom_element("div",[["id","bt_bb_sc_mapper_accordion"]]);for(var r=0;r<window.bt_bb.all_sc.length;r++){if(window.bt_bb_map[window.bt_bb.all_sc[r]]!==undefined&&window.bt_bb_map[window.bt_bb.all_sc[r]].is_mapped!==false){var J=bt_bb_create_dom_element("h3",[["class","bt_bb_sc_mapper_item"]]);J.innerHTML='<i class="fa fa-chevron-down"></i><span>'+R(window.bt_bb.all_sc[r])+"</span>";var B=bt_bb_create_dom_element("div",[["data-base",window.bt_bb.all_sc[r]]])}else{var J=bt_bb_create_dom_element("h3",[["class","bt_bb_sc_mapper_item bt_bb_sc_mapper_unmapped"]]);J.innerHTML='<i class="fa fa-chevron-down"></i><span>'+window.bt_bb.all_sc[r]+"</span>";var B=bt_bb_create_dom_element("div",[["data-base",window.bt_bb.all_sc[r]]])}d.appendChild(J);d.appendChild(B)}o.appendChild(d);t("#bt_bb_dialog .bt_bb_dialog_content")[0].appendChild(o);t(".bt_bb_filter").keyup(function(e){var b=t(this).val();t("#bt_bb_sc_mapper_accordion > div").removeClass("bt_bb_map_item_active");t("#bt_bb_sc_mapper_accordion > h3").removeClass("bt_bb_map_header_active");t("#bt_bb_sc_mapper_accordion > h3 > i").removeClass("fa-chevron-up").addClass("fa-chevron-down");t(".bt_bb_sc_mapper_item").each(function(){var e=t(this).html().replace(/(<([^>]+)>)/gi,"");var a=new RegExp(b,"i");if(!a.test(e)){t(this).hide()}else{t(this).show()}})});t(".bt_bb_sc_map").keydown(function(e){if(e.keyCode===9){e.preventDefault();var b=this.selectionStart;var a=this.selectionEnd;var _=t(this);_.val(_.val().substring(0,b)+"\t"+_.val().substring(a));this.selectionStart=this.selectionEnd=b+1;t(this).parent().find(".bt_bb_save_mapping_button").prop("disabled",false)}});t("#bt_bb_sc_mapper_accordion h3").click(function(e){var b=t(this).next();if(b.hasClass("bt_bb_map_item_active")){b[0].innerHTML="";b.removeClass("bt_bb_map_item_active");t(this).removeClass("bt_bb_map_header_active");t(this).find("i").removeClass("fa-chevron-up").addClass("fa-chevron-down")}else{var a='<input type="button" class="button button-small bt_bb_insert_mapping_template_button" value="'+window.bt_bb_text.insert_mapping+'"><input type="button" class="button button-small bt_bb_delete_mapping_button" disabled value="'+window.bt_bb_text.delete+'"><input type="button" class="button button-small bt_bb_save_mapping_button" disabled value="'+window.bt_bb_text.save+'"><span class="spinner" style="display: none;"></span><textarea class="bt_bb_sc_map" rows="10"></textarea>';b[0].innerHTML=a;autosize(t(".bt_bb_sc_map"));b.addClass("bt_bb_map_item_active");t(this).addClass("bt_bb_map_header_active");t(this).find("i").removeClass("fa-chevron-down").addClass("fa-chevron-up");var _=b.data("base");if(window.bt_bb_map_secondary[_]!==undefined){b.find(".bt_bb_delete_mapping_button").prop("disabled",false);b.find(".bt_bb_insert_existing_mapping_button").click();b.find(".bt_bb_save_mapping_button").prop("disabled",true)}}});t("#bt_bb_sc_mapper_accordion").on("keydown",".bt_bb_sc_map",function(){t(this).parent().find(".bt_bb_save_mapping_button").prop("disabled",false)});t("#bt_bb_sc_mapper_accordion").on("click",".bt_bb_insert_mapping_template_button",function(e){var b=t(this).parent().find("textarea");var a=t(this).parent().data("base");if(window.bt_bb_map[a]!==undefined&&window.bt_bb_map[a].is_mapped!==false){var _=JSON.stringify(window.bt_bb_map[a],null,"\t")}else if(window.vc_mapper!==undefined&&window.vc_mapper[a]!==undefined){var i=window.vc_mapper[a];_={};_.name=i.name!==undefined?i.name:"";_.base=i.base!==undefined?i.base:"";_.description=i.description!==undefined?i.description:"";_.show_settings_on_create=i.show_settings_on_create!==undefined?i.show_settings_on_create:true;if(i.is_container===true){if(i.base=="vc_row"){_.root=true;_.container="horizontal";_.accept={vc_column:true};_.toggle=true}else if(i.base=="vc_row_inner"){_.container="horizontal";_.accept={vc_column_inner:true}}else if(i.base=="vc_column"){_.container="vertical";_.width_param="width";_.accept_all=true;_.accept={vc_row:false,vc_column:false,vc_column_inner:false}}else if(i.base=="vc_column_inner"){_.container="vertical";_.width_param="width";_.accept_all=true;_.accept={vc_row:false,vc_column:false,vc_row_inner:false,vc_column_inner:false}}else{_.container="vertical"}}_.params=[];var n="";var o=0;for(var d=0;d<i.params.length;d++){if(i.params[d].type!="textarea_html"&&i.params[d].admin_label!==false){_.params[o]={};_.params[o].type="textfield";n=i.params[d].type;if(n=="textarea"||n=="dropdown"||n=="attach_image"||n=="attach_images"||n=="colorpicker"||n=="checkbox"||n=="checkbox_group"||n=="hidden"){_.params[o].type=n}_.params[o].heading=i.params[d].heading!==undefined?i.params[d].heading:"";if(i.params[d].description!==undefined)_.params[o].heading+=" "+"("+i.params[d].description+")";_.params[o].param_name=i.params[d].param_name!==undefined?i.params[d].param_name:"";_.params[o].value=i.params[d].value!==undefined?i.params[d].value:"";if(i.params[d].holder!==undefined)_.params[o].preview=true;o++}else if(i.params[d].type=="textarea_html"){_.container="vertical";_.accept={_content:true}}}_=JSON.stringify(_,null,"\t")}else{var _={};_.name=a;_.base=a;_.description="";_.show_settings_on_create=true;_.params=[];_.params[0]={};_.params[0].type="textfield";_.params[0].heading="Param 1";_.params[0].param_name="param_1";_.params[0].value="";_.params[0].preview=true;_.params[1]={};_.params[1].type="dropdown";_.params[1].heading="Param 2";_.params[1].param_name="param_2";_.params[1].value={"Option 1":"value 1","Option 2":"value 2"};_.params[1].preview=true;_=JSON.stringify(_,null,"\t")}b.val(_);var s=document.createEvent("Event");s.initEvent("autosize:update",true,false);b[0].dispatchEvent(s);t(this).parent().find(".bt_bb_save_mapping_button").prop("disabled",false)});t("#bt_bb_sc_mapper_accordion").on("click",".bt_bb_save_mapping_button",function(e){var b=t(this).parent().data("base");var a=t(this);try{var _=JSON.parse(t(this).parent().find(".bt_bb_sc_map").val())}catch(e){alert(e);return false}var i=JSON.stringify(_);a.siblings(".spinner").show();a.siblings(".spinner").css("visibility","visible");var n={action:"bt_bb_save_mapping",base:b,map:i};t.ajax({type:"POST",url:window.BTAJAXURL,data:n,async:true,success:function(t){if(t=="ok"){a.prop("disabled",true);a.siblings(".spinner").hide();a.closest("div").prev(".bt_bb_sc_mapper_item").removeClass("bt_bb_sc_mapper_unmapped");window.bt_bb_map[b]=JSON.parse(i);if(window.bt_bb_map_secondary[b]===undefined){window.bt_bb_map_secondary[b]=true}a.closest("div").prev(".bt_bb_sc_mapper_item").find("span").html(R(b));if(window.bt_bb_map_secondary[b]!==undefined){a.parent("div").find(".bt_bb_delete_mapping_button").prop("disabled",false)}window.bt_bb_action="refresh";bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}}})});t("#bt_bb_sc_mapper_accordion").on("click",".bt_bb_delete_mapping_button",function(e){var b=t(this).parent().data("base");var a=t(this);a.siblings(".spinner").show();a.siblings(".spinner").css("visibility","visible");var _={action:"bt_bb_delete_mapping",base:b};t.ajax({type:"POST",url:window.BTAJAXURL,data:_,async:true,success:function(t){if(t=="ok"){a.prop("disabled",true);a.siblings(".spinner").hide();if(window.bt_bb_map_secondary[b]!==undefined){delete window.bt_bb_map_secondary[b]}a.parent().find("textarea").val("");if(window.bt_bb_map_primary[b]===undefined){a.closest("div").prev(".bt_bb_sc_mapper_item").addClass("bt_bb_sc_mapper_unmapped");delete window.bt_bb_map[b];window.bt_bb_action="refresh";bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}else{window.bt_bb_map[b]=window.bt_bb_map_primary[b]}a.closest("div").prev(".bt_bb_sc_mapper_item").find("span").html(R(b))}}})})}else if(e=="custom_css"){a=window.bt_bb_text.custom_css;b+='<div class="bt_bb_dialog_item">';b+='<textarea id="bt_bb_custom_css_content" class="bt_bb_custom_css_content" rows="10">'+b64DecodeUnicode(window.bt_bb_custom_css)+"</textarea>";b+="</div>";t("#bt_bb_dialog .bt_bb_dialog_content").html(b);t("#bt_bb_dialog").append('<div class="bt_bb_dialog_inline_buttons"><input type="button" class="bt_bb_dialog_button button button-small bt_bb_button_save_custom_css" value="'+window.bt_bb_text.save+'"></div>');if(wp.codeEditor!==undefined){window.bt_bb_ce=wp.codeEditor.initialize("bt_bb_custom_css_content")}else{t("#bt_bb_dialog").on("keydown",".bt_bb_custom_css_content",function(e){if(e.keyCode===9){e.preventDefault();var b=this.selectionStart;var a=this.selectionEnd;var _=t(this);_.val(_.val().substring(0,b)+"\t"+_.val().substring(a));this.selectionStart=this.selectionEnd=b+1}})}}t("#bt_bb_dialog .bt_bb_dialog_header span").html(a);t('.bt_bb_dialog_item input[type="text"]').keypress(function(t){if(t.which==13){t.preventDefault()}});if(e=="edit_content"){t(".bt_bb_dialog_tinymce").css("height","auto");window.switchEditors.go("bt_bb_tinymce","tmce");tinyMCE.get("bt_bb_tinymce").setContent(window.switchEditors.wpautop(window.bt_bb_content))}else{t("#bt_bb_dialog").css("visibility","visible");t("#bt_bb_dialog .mce-i-resize").show()}if(e=="add"||e=="sc_mapper"){t(".bt_bb_filter").focus()}window.bt_bb_resize_dialog()};window.bt_bb_dialog.hide=function(e){window.bt_bb_dialog.is_showing=false;window.bt_bb_dialog.is_mouseover=false;t(".wp-picker-open").click();t(".bt_bb_dialog_tinymce").hide();t("#bt_bb_dialog").data("hidden","");t("#bt_bb_dialog").removeClass("bt_bb_dialog_tinymce_container");t("#bt_bb_dialog").removeClass("bt_bb_dialog_sc_mapper_container");t("#bt_bb_dialog").removeClass("bt_bb_dialog_add_horizontal");t("#bt_bb_dialog").removeClass("bt_bb_dialog_custom_css");var b=t("#bt_bb_dialog .bt_bb_dialog_content")[0];while(b.firstChild){b.removeChild(b.firstChild)}t("#bt_bb_dialog .bt_bb_dialog_header")[0].innerHTML='<div class="bt_bb_dialog_close"></div><span></span>';t("#bt_bb_dialog .bt_bb_dialog_header_tools")[0].innerHTML="";t("#bt_bb_dialog > input").remove();t("#bt_bb_dialog > .bt_bb_dialog_inline_buttons").remove();t("#bt_bb_dialog").css("visibility","hidden")};t(document).ready(function(){t("#bt_bb_dialog").on("click",".bt_bb_dialog_close",function(t){window.bt_bb_dialog.hide()})});window.bt_bb_get_obj_by_id=function(t,e){var b=null;for(var a=0;a<t.children.length;a++){if(e.bt_ends_with(t.children[a].key)){b=t.children[a];break}b=bt_bb_get_obj_by_id(t.children[a],e);if(b!=null)break}return b};window.bt_bb_get_param=function(t,e){if(window.bt_bb_map[t]!==undefined){return window.bt_bb_map[t][e]}return undefined};window.bt_bb_state_callback=function(){bt_bb_horizontal_responsive();if(window.bt_bb_callback_action!==null){bt_bb_event(window.bt_bb_callback_action)}};window.bt_bb_horizontal_responsive=function(){t(".bt_bb_horizontal").each(function(){var e=t(this).width();var b=false;t(this).find(".bt_bb_is_width").each(function(){var a=bt_bb_get_obj_by_id(window.bt_bb_state_current,t(this).data("reactid"));var _=window.bt_bb_map[a.base].width_param;var i=attr_to_obj(a.attr);var n=i[_];n=n.split("/");n=12*n[0]/n[1];var o=e*n/12;if(o<window.bt_bb.min_width){b=true;return false}});if(b){t(this).find(".bt_bb_is_width").removeClass("bt_bb_width");t(this).css("display","block")}else{t(this).find(".bt_bb_is_width").addClass("bt_bb_width");t(this).css("display","table")}})};t(window).resize(function(){bt_bb_horizontal_responsive()});window.bt_bb_push_state=function(t){window.bt_bb_state_current=t;window.bt_bb_state.splice(window.bt_bb_state_pointer+1);window.bt_bb_state.push(JSON.stringify(t));window.bt_bb_state_pointer=window.bt_bb_state.length-1};window.bt_bb_undo=function(){window.bt_bb_dialog.hide();window.bt_bb_state_pointer--;if(window.bt_bb_state_pointer>-1){window.bt_bb_state_current=JSON.parse(window.bt_bb_state[window.bt_bb_state_pointer]);window.bt_bb_action="update_state";bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}else{window.bt_bb_state_pointer++}};window.bt_bb_redo=function(){window.bt_bb_dialog.hide();window.bt_bb_state_pointer++;if(window.bt_bb_state_pointer<=window.bt_bb_state.length-1){window.bt_bb_state_current=JSON.parse(window.bt_bb_state[window.bt_bb_state_pointer]);window.bt_bb_action="update_state";bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")}else{window.bt_bb_state_pointer--}};window.bt_bb_sortable_background=function(e){if(window.bt_bb.cache[e]===undefined){var b=wp.media.attachment(e);b.fetch().done(function(e){var b="";if(e.sizes.thumbnail!==undefined){b=e.sizes.thumbnail.url}else{b=e.sizes.full.url}t('.bt_bb_sortable_item[data-id="'+e.id+'"]').css("background-image",'url("'+b+'")');t('.bt_bb_sortable_item[data-id="'+e.id+'"]').css("background-size","cover");window.bt_bb.cache[e.id]={};window.bt_bb.cache[e.id].url=b;window.bt_bb.cache[e.id].title=e.title})}else{t('.bt_bb_sortable_item[data-id="'+e+'"]').css("background-image",'url("'+window.bt_bb.cache[e].url+'")');t('.bt_bb_sortable_item[data-id="'+e+'"]').css("background-size","cover")}};window.bt_bb_iconpicker=function(t,e){var b='<div class="bt_bb_iconpicker">';var a=Object.keys(t);var _;b+='<div class="bt_bb_iconpicker_select">';var i=e.slice(0,-5);var n=e.substr(-4);var o="";for(var d=0;d<a.length;d++){_=Object.keys(t[a[d]]);for(var s=0;s<_.length;s++){if(e==t[a[d]][_[s]]){o=_[s]}}}if(n!=""){n="&#x"+n}b+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+i+'" data-icon="'+e+'" data-icon-code="'+n+'"></div>';b+='<div class="bt_bb_iconpicker_select_text">'+o+"</div>";var r=o!=""?"block":"none";b+='<i class="fa fa-close bt_bb_iconpicker_clear" style="display:'+r+'"></i>';b+='<i class="fa fa-angle-down"></i>';b+="</div>";b+='<div class="bt_bb_iconpicker_filter_container">';b+='<input type="text" class="bt_bb_filter" placeholder="'+window.bt_bb_text.filter+'">';b+="</div>";b+='<div class="bt_bb_iconpicker_icons">';for(var l=0;l<a.length;l++){b+='<div class="bt_bb_iconpicker_title">'+a[l]+"</div>";_=Object.keys(t[a[l]]);for(var c=0;c<_.length;c++){var e=t[a[l]][_[c]];var i=e.slice(0,-5);var n=e.substr(-4);b+='<div class="bt_bb_icon_preview bt_bb_icon_preview_'+i+'" data-icon="'+e+'" data-icon-code="&#x'+n+'" title="'+_[c]+'"></div>'}}b+="</div>";b+="</div>";return b};String.prototype.bt_ends_with=function(t){return this.indexOf(t,this.length-t.length)!==-1};window.bt_bb_get_key=function(){var t="bt_bb_"+Math.random().toString();t=t.replace(".","");return t};window.bt_bb_dispatch=function(e,b){try{var a=new Event(b)}catch(t){var a=document.createEvent("Event");a.initEvent(b,false,false)}t(e)[0].dispatchEvent(a)};t(document).ready(function(){if(t("#bt_bb").length>0){window.bt_bb_element_list=BTReact.render(BTReact.createElement(b,{data:window.bt_bb_data}),t("#bt_bb")[0],function(){bt_bb_horizontal_responsive();bt_bb_resize_h(window.bt_bb_data);window.bt_bb_action="refresh_on_ready";bt_bb_dispatch(".bt_bb_item_list","bt_bb_event")})}t("body").on("click",".bt_bb_iconpicker_widget_container .bt_bb_iconpicker_select",function(e){t(this).next().toggle();t(this).next().next().toggle()});t("body").on("click",".bt_bb_iconpicker_widget_container .bt_bb_icon_preview",function(e){var b=t(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_icon_preview");b.attr("data-icon",t(this).data("icon"));b.attr("data-icon-code",t(this).data("icon-code"));b.removeClass();b.addClass(t(this).attr("class"));t(this).closest(".bt_bb_iconpicker").find("input").val(t(this).data("icon"));t(this).closest(".bt_bb_iconpicker").find("input").trigger("change");t(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_iconpicker_select_text").html(t(this).attr("title"));t(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_clear").show();t(this).parent().hide();t(this).parent().prev().find("input").val("").trigger("keyup");t(this).parent().prev().hide()});t("body").on("click",".bt_bb_iconpicker_widget_container .bt_bb_iconpicker_clear",function(e){e.stopPropagation();var b=t(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_select .bt_bb_icon_preview");b.attr("data-icon","");b.attr("data-icon-code","");b.parent().find(".bt_bb_iconpicker_select_text").html("");t(this).closest(".bt_bb_iconpicker").find("input").val("");t(this).closest(".bt_bb_iconpicker").find("input").trigger("change");t(this).parent().next().find("input").val("").trigger("keyup");t(this).parent().next().hide();t(this).parent().next().next().hide();t(this).hide()});t("body").on("keyup",".bt_bb_iconpicker_widget_container .bt_bb_filter",function(e){var b=t(this).val();t(this).closest(".bt_bb_iconpicker").find(".bt_bb_iconpicker_icons .bt_bb_icon_preview").each(function(){var e=t(this).attr("title");var a=new RegExp(b,"i");if(!a.test(e)){t(this).hide()}else{t(this).show()}})})});t(window).on("focus",function(){var t=localStorage.getItem("bt_bb_cb_items");bt_bb_set_number_items(t===null?0:t)})})(jQuery);function b64EncodeUnicode(t){return btoa(encodeURIComponent(t).replace(/%([0-9A-F]{2})/g,function(t,e){return String.fromCharCode(parseInt(e,16))}))}function b64DecodeUnicode(t){return decodeURIComponent(Array.prototype.map.call(atob(t),function(t){return"%"+("00"+t.charCodeAt(0).toString(16)).slice(-2)}).join(""))}
 
 
content_elements/bt_bb_content_slider/bt_bb_content_slider.php CHANGED
@@ -20,6 +20,7 @@ class bt_bb_content_slider extends BT_BB_Element {
20
 
21
  $class = array( $this->shortcode );
22
  $slider_class = array( 'slick-slider' );
 
23
 
24
  if ( $el_class != '' ) {
25
  $class[] = $el_class;
@@ -141,7 +142,7 @@ class bt_bb_content_slider extends BT_BB_Element {
141
 
142
  $class = apply_filters( $this->shortcode . '_class', $class, $atts );
143
 
144
- $output = '<div' . $id_attr . ' class="' . implode( ' ', $class ) . '"' . $style_attr . '' . $dir_attr . '><div class="' . implode( ' ', $slider_class ) . '" ' . $data_slick . '>' . do_shortcode( $content ) . '</div></div>';
145
 
146
  $output = apply_filters( 'bt_bb_general_output', $output, $atts );
147
  $output = apply_filters( $this->shortcode . '_output', $output, $atts );
20
 
21
  $class = array( $this->shortcode );
22
  $slider_class = array( 'slick-slider' );
23
+ $data_override_class = array();
24
 
25
  if ( $el_class != '' ) {
26
  $class[] = $el_class;
142
 
143
  $class = apply_filters( $this->shortcode . '_class', $class, $atts );
144
 
145
+ $output = '<div' . $id_attr . ' class="' . implode( ' ', $class ) . '"' . $style_attr . '' . $dir_attr . ' data-bt-override-class="' . htmlspecialchars( json_encode( $data_override_class, JSON_FORCE_OBJECT ), ENT_QUOTES, 'UTF-8' ) . '"><div class="' . implode( ' ', $slider_class ) . '" ' . $data_slick . '>' . do_shortcode( $content ) . '</div></div>';
146
 
147
  $output = apply_filters( 'bt_bb_general_output', $output, $atts );
148
  $output = apply_filters( $this->shortcode . '_output', $output, $atts );
content_elements/bt_bb_counter/bt_bb_counter.php CHANGED
@@ -109,8 +109,8 @@ class bt_bb_counter extends BT_BB_Element {
109
  array( 'param_name' => 'number', 'type' => 'textfield', 'heading' => esc_html__( 'Number', 'bold-builder' ), 'preview' => true ),
110
  array( 'param_name' => 'size', 'type' => 'dropdown', 'heading' => esc_html__( 'Size', 'bold-builder' ), 'preview' => true, 'responsive_override' => true,
111
  'value' => array(
112
- esc_html__( 'Small', 'bold-builder' ) => 'small',
113
  esc_html__( 'Extra small', 'bold-builder' ) => 'xsmall',
 
114
  esc_html__( 'Normal', 'bold-builder' ) => 'normal',
115
  esc_html__( 'Large', 'bold-builder' ) => 'large',
116
  esc_html__( 'Extra large', 'bold-builder' ) => 'xlarge'
109
  array( 'param_name' => 'number', 'type' => 'textfield', 'heading' => esc_html__( 'Number', 'bold-builder' ), 'preview' => true ),
110
  array( 'param_name' => 'size', 'type' => 'dropdown', 'heading' => esc_html__( 'Size', 'bold-builder' ), 'preview' => true, 'responsive_override' => true,
111
  'value' => array(
 
112
  esc_html__( 'Extra small', 'bold-builder' ) => 'xsmall',
113
+ esc_html__( 'Small', 'bold-builder' ) => 'small',
114
  esc_html__( 'Normal', 'bold-builder' ) => 'normal',
115
  esc_html__( 'Large', 'bold-builder' ) => 'large',
116
  esc_html__( 'Extra large', 'bold-builder' ) => 'xlarge'
content_elements/bt_bb_icon/bt_bb_icon.php CHANGED
@@ -77,6 +77,10 @@ class bt_bb_icon extends BT_BB_Element {
77
  $target = '_blank';
78
  }
79
 
 
 
 
 
80
  $this->responsive_data_override_class(
81
  $class, $data_override_class,
82
  array(
77
  $target = '_blank';
78
  }
79
 
80
+ if ( $text == '' ) {
81
+ $class[] = $this->prefix . 'text_empty';
82
+ }
83
+
84
  $this->responsive_data_override_class(
85
  $class, $data_override_class,
86
  array(
content_elements/bt_bb_masonry_image_grid/bt_bb_masonry_image_grid.php CHANGED
@@ -118,7 +118,7 @@ class bt_bb_masonry_image_grid extends BT_BB_Element {
118
 
119
  function map_shortcode() {
120
 
121
- bt_bb_map( $this->shortcode, array( 'name' => esc_html__( 'Masonry Image Grid', 'bold-builder' ), 'description' => esc_html__( 'Masonry grid with images', 'bold-builder' ), 'icon' => $this->prefix_backend . 'icon' . '_' . $this->shortcode,
122
  'params' => array(
123
  array( 'param_name' => 'images', 'type' => 'attach_images', 'heading' => esc_html__( 'Images', 'bold-builder' ) ),
124
  array( 'param_name' => 'columns', 'type' => 'dropdown', 'heading' => esc_html__( 'Columns', 'bold-builder' ), 'preview' => true,
118
 
119
  function map_shortcode() {
120
 
121
+ bt_bb_map( $this->shortcode, array( 'name' => esc_html__( 'Masonry Image Grid', 'bold-builder' ), 'description' => esc_html__( 'Masonry grid with images (deprecated, use css image grid element)', 'bold-builder' ), 'icon' => $this->prefix_backend . 'icon' . '_' . $this->shortcode,
122
  'params' => array(
123
  array( 'param_name' => 'images', 'type' => 'attach_images', 'heading' => esc_html__( 'Images', 'bold-builder' ) ),
124
  array( 'param_name' => 'columns', 'type' => 'dropdown', 'heading' => esc_html__( 'Columns', 'bold-builder' ), 'preview' => true,
content_elements/bt_bb_row/bt_bb_row.php CHANGED
@@ -58,13 +58,23 @@ class bt_bb_row extends BT_BB_Element {
58
 
59
  if ( $row_width != '' && $row_width != 'default' ) {
60
  // $outer_class[] = $this->prefix . 'row_width' . '_' . $row_width;
61
- $outer_class[] = $this->prefix . 'row_width' . '_' . 'boxed_1200';
62
- if ( $row_width == 'boxed_1200_left' ) { $outer_class[] = 'bt_bb_row_push_left'; }
63
- if ( $row_width == 'boxed_1200_left_content_wide' ) { $outer_class[] = 'bt_bb_row_push_left'; $outer_class[] = 'bt_bb_content_wide'; }
64
- if ( $row_width == 'boxed_1200_right' ) { $outer_class[] = 'bt_bb_row_push_right'; }
65
- if ( $row_width == 'boxed_1200_right_content_wide' ) { $outer_class[] = 'bt_bb_row_push_right'; $outer_class[] = 'bt_bb_content_wide'; }
66
- if ( $row_width == 'boxed_1200_left_right' ) { $outer_class[] = 'bt_bb_row_push_right'; $outer_class[] = 'bt_bb_row_push_left'; }
67
- if ( $row_width == 'boxed_1200_left_right_content_wide' ) { $outer_class[] = 'bt_bb_row_push_right'; $outer_class[] = 'bt_bb_row_push_left'; $outer_class[] = 'bt_bb_content_wide'; }
 
 
 
 
 
 
 
 
 
 
68
  }
69
 
70
  do_action( $this->shortcode . '_before_extra_responsive_param' );
@@ -144,7 +154,14 @@ class bt_bb_row extends BT_BB_Element {
144
  esc_html__( 'Boxed right 1200px', 'bold-builder' ) => 'boxed_1200_right',
145
  esc_html__( 'Boxed right 1200px, wide content', 'bold-builder' ) => 'boxed_1200_right_content_wide',
146
  esc_html__( 'Boxed left and right 1200px', 'bold-builder' ) => 'boxed_1200_left_right',
147
- esc_html__( 'Boxed left and right 1200px, wide content', 'bold-builder' ) => 'boxed_1200_left_right_content_wide'
 
 
 
 
 
 
 
148
  )
149
  ),
150
  array( 'param_name' => 'color_scheme', 'type' => 'dropdown', 'heading' => esc_html__( 'Color scheme', 'bold-builder' ), 'description' => esc_html__( 'Define color schemes in Bold Builder settings or define accent and alternate colors in theme customizer (if avaliable)', 'bold-builder' ), 'value' => $color_scheme_arr, 'preview' => true, 'group' => esc_html__( 'Design', 'bold-builder' ) ),
58
 
59
  if ( $row_width != '' && $row_width != 'default' ) {
60
  // $outer_class[] = $this->prefix . 'row_width' . '_' . $row_width;
61
+ $outer_class_1200_base = $this->prefix . 'row_width' . '_' . 'boxed_1200';
62
+ if ( $row_width == 'boxed_1200' ) { $outer_class[] = $outer_class_1200_base; }
63
+ if ( $row_width == 'boxed_1200_left' ) { $outer_class[] = 'bt_bb_row_push_left'; $outer_class[] = $outer_class_1200_base; }
64
+ if ( $row_width == 'boxed_1200_left_content_wide' ) { $outer_class[] = 'bt_bb_row_push_left'; $outer_class[] = 'bt_bb_content_wide'; $outer_class[] = $outer_class_1200_base; }
65
+ if ( $row_width == 'boxed_1200_right' ) { $outer_class[] = 'bt_bb_row_push_right'; $outer_class[] = $outer_class_1200_base; }
66
+ if ( $row_width == 'boxed_1200_right_content_wide' ) { $outer_class[] = 'bt_bb_row_push_right'; $outer_class[] = 'bt_bb_content_wide'; $outer_class[] = $outer_class_1200_base; }
67
+ if ( $row_width == 'boxed_1200_left_right' ) { $outer_class[] = 'bt_bb_row_push_right'; $outer_class[] = 'bt_bb_row_push_left'; $outer_class[] = $outer_class_1200_base; }
68
+ if ( $row_width == 'boxed_1200_left_right_content_wide' ) { $outer_class[] = 'bt_bb_row_push_right'; $outer_class[] = 'bt_bb_row_push_left'; $outer_class[] = 'bt_bb_content_wide'; $outer_class[] = $outer_class_1200_base; }
69
+
70
+ $outer_class_1400_base = $this->prefix . 'row_width' . '_' . 'boxed_1400';
71
+ if ( $row_width == 'boxed_1400' ) { $outer_class[] = $outer_class_1400_base; }
72
+ if ( $row_width == 'boxed_1400_left' ) { $outer_class[] = 'bt_bb_row_push_left'; $outer_class[] = $outer_class_1400_base; }
73
+ if ( $row_width == 'boxed_1400_left_content_wide' ) { $outer_class[] = 'bt_bb_row_push_left'; $outer_class[] = 'bt_bb_content_wide'; $outer_class[] = $outer_class_1400_base; }
74
+ if ( $row_width == 'boxed_1400_right' ) { $outer_class[] = 'bt_bb_row_push_right'; $outer_class[] = $outer_class_1400_base; }
75
+ if ( $row_width == 'boxed_1400_right_content_wide' ) { $outer_class[] = 'bt_bb_row_push_right'; $outer_class[] = 'bt_bb_content_wide'; $outer_class[] = $outer_class_1400_base; }
76
+ if ( $row_width == 'boxed_1400_left_right' ) { $outer_class[] = 'bt_bb_row_push_right'; $outer_class[] = 'bt_bb_row_push_left'; $outer_class[] = $outer_class_1400_base; }
77
+ if ( $row_width == 'boxed_1400_left_right_content_wide' ) { $outer_class[] = 'bt_bb_row_push_right'; $outer_class[] = 'bt_bb_row_push_left'; $outer_class[] = 'bt_bb_content_wide'; $outer_class[] = $outer_class_1400_base; }
78
  }
79
 
80
  do_action( $this->shortcode . '_before_extra_responsive_param' );
154
  esc_html__( 'Boxed right 1200px', 'bold-builder' ) => 'boxed_1200_right',
155
  esc_html__( 'Boxed right 1200px, wide content', 'bold-builder' ) => 'boxed_1200_right_content_wide',
156
  esc_html__( 'Boxed left and right 1200px', 'bold-builder' ) => 'boxed_1200_left_right',
157
+ esc_html__( 'Boxed left and right 1200px, wide content', 'bold-builder' ) => 'boxed_1200_left_right_content_wide',
158
+ esc_html__( 'Boxed 1400px', 'bold-builder' ) => 'boxed_1400',
159
+ esc_html__( 'Boxed left 1400px', 'bold-builder' ) => 'boxed_1400_left',
160
+ esc_html__( 'Boxed left 1400px, wide content', 'bold-builder' ) => 'boxed_1400_left_content_wide',
161
+ esc_html__( 'Boxed right 1400px', 'bold-builder' ) => 'boxed_1400_right',
162
+ esc_html__( 'Boxed right 1400px, wide content', 'bold-builder' ) => 'boxed_1400_right_content_wide',
163
+ esc_html__( 'Boxed left and right 1400px', 'bold-builder' ) => 'boxed_1400_left_right',
164
+ esc_html__( 'Boxed left and right 1400px, wide content', 'bold-builder' ) => 'boxed_1400_left_right_content_wide'
165
  )
166
  ),
167
  array( 'param_name' => 'color_scheme', 'type' => 'dropdown', 'heading' => esc_html__( 'Color scheme', 'bold-builder' ), 'description' => esc_html__( 'Define color schemes in Bold Builder settings or define accent and alternate colors in theme customizer (if avaliable)', 'bold-builder' ), 'value' => $color_scheme_arr, 'preview' => true, 'group' => esc_html__( 'Design', 'bold-builder' ) ),
content_elements/bt_bb_section/bt_bb_section.php CHANGED
@@ -89,18 +89,18 @@ class bt_bb_section extends BT_BB_Element {
89
  if ( $background_image_url != '' ) {
90
  if ( $lazy_load == 'yes' ) {
91
  $blank_image_src = BT_BB_Root::$path . 'img/blank.gif';
92
- $background_image_holder_style = 'background-image:url(\'' . $blank_image_src . '\');';
93
- $background_image_data_attr .= ' data-background_image_src="\'' . $background_image_url . '\'"';
94
  $background_image_holder_class[] = 'btLazyLoadBackground';
95
  } else {
96
- $background_image_holder_style = 'background-image:url(\'' . $background_image_url . '\');';
97
 
98
  }
99
 
100
  $el_style = $el_style;
101
 
102
  if ( $parallax != '' ) {
103
- $data_parallax_attr .= 'data-parallax="' . esc_attr( $parallax ) . '" data-parallax-offset="' . esc_attr( intval( $parallax_offset ) ) . '"';
104
  $background_image_holder_class[] = $this->prefix . 'parallax';
105
  }
106
 
@@ -264,7 +264,7 @@ class bt_bb_section extends BT_BB_Element {
264
 
265
  $output = '<section ' . $id_attr . ' class="' . esc_attr( $class_attr ) . '" ' . $style_attr . ' data-bt-override-class="' . htmlspecialchars( json_encode( $data_override_class, JSON_FORCE_OBJECT ), ENT_QUOTES, 'UTF-8' ) . '">';
266
  $output .= $video_html;
267
- if ( $background_image_url != '' ) $output .= '<div class="bt_bb_background_image_holder_wrapper"><div class="' . esc_attr( implode( ' ', $background_image_holder_class ) ) . '" '. $background_image_data_attr . $data_parallax_attr . ' ' . $background_image_holder_style_attr . '"></div></div>';
268
  $output .= '<div class="' . esc_attr( $this->prefix ) . 'port">';
269
  $output .= '<div class="' . esc_attr( $this->prefix ) . 'cell">';
270
  $output .= '<div class="' . esc_attr( $this->prefix ) . 'cell_inner">';
@@ -415,7 +415,7 @@ class bt_bb_section extends BT_BB_Element {
415
  array( 'param_name' => 'background_video_mp4', 'type' => 'textfield', 'heading' => esc_html__( 'MP4 background video', 'bold-builder' ), 'group' => esc_html__( 'Video', 'bold-builder' ) ),
416
  array( 'param_name' => 'background_video_ogg', 'type' => 'textfield', 'heading' => esc_html__( 'OGG background video', 'bold-builder' ), 'group' => esc_html__( 'Video', 'bold-builder' ) ),
417
  array( 'param_name' => 'background_video_webm', 'type' => 'textfield', 'heading' => esc_html__( 'WEBM background video', 'bold-builder' ), 'group' => esc_html__( 'Video', 'bold-builder' ) ),
418
- array( 'param_name' => 'show_video_on_mobile', 'type' => 'checkbox', 'value' => array( esc_html__( 'Yes', 'bold-builder' ) => 'yes' ), 'default' => '', 'heading' => esc_html__( 'Show Video on Mobile Devices', 'bold-builder' ), 'group' => esc_html__( 'Video', 'bold-builder' ) )
419
  )
420
  ) );
421
 
89
  if ( $background_image_url != '' ) {
90
  if ( $lazy_load == 'yes' ) {
91
  $blank_image_src = BT_BB_Root::$path . 'img/blank.gif';
92
+ $background_image_holder_style = ' background-image: url(\'' . $blank_image_src . '\');';
93
+ $background_image_data_attr .= ' data-background_image_src="' . $background_image_url . '"';
94
  $background_image_holder_class[] = 'btLazyLoadBackground';
95
  } else {
96
+ $background_image_holder_style = ' background-image:url(\'' . $background_image_url . '\');';
97
 
98
  }
99
 
100
  $el_style = $el_style;
101
 
102
  if ( $parallax != '' ) {
103
+ $data_parallax_attr .= ' data-parallax="' . esc_attr( $parallax ) . '" data-parallax-offset="' . esc_attr( intval( $parallax_offset ) ) . '"';
104
  $background_image_holder_class[] = $this->prefix . 'parallax';
105
  }
106
 
264
 
265
  $output = '<section ' . $id_attr . ' class="' . esc_attr( $class_attr ) . '" ' . $style_attr . ' data-bt-override-class="' . htmlspecialchars( json_encode( $data_override_class, JSON_FORCE_OBJECT ), ENT_QUOTES, 'UTF-8' ) . '">';
266
  $output .= $video_html;
267
+ if ( $background_image_url != '' ) $output .= '<div class="bt_bb_background_image_holder_wrapper"><div class="' . esc_attr( implode( ' ', $background_image_holder_class ) ) . '" '. $background_image_data_attr . $data_parallax_attr . ' ' . $background_image_holder_style_attr . '></div></div>';
268
  $output .= '<div class="' . esc_attr( $this->prefix ) . 'port">';
269
  $output .= '<div class="' . esc_attr( $this->prefix ) . 'cell">';
270
  $output .= '<div class="' . esc_attr( $this->prefix ) . 'cell_inner">';
415
  array( 'param_name' => 'background_video_mp4', 'type' => 'textfield', 'heading' => esc_html__( 'MP4 background video', 'bold-builder' ), 'group' => esc_html__( 'Video', 'bold-builder' ) ),
416
  array( 'param_name' => 'background_video_ogg', 'type' => 'textfield', 'heading' => esc_html__( 'OGG background video', 'bold-builder' ), 'group' => esc_html__( 'Video', 'bold-builder' ) ),
417
  array( 'param_name' => 'background_video_webm', 'type' => 'textfield', 'heading' => esc_html__( 'WEBM background video', 'bold-builder' ), 'group' => esc_html__( 'Video', 'bold-builder' ) ),
418
+ array( 'param_name' => 'show_video_on_mobile', 'type' => 'checkbox', 'value' => array( esc_html__( 'Yes', 'bold-builder' ) => 'yes' ), 'default' => '', 'heading' => esc_html__( 'Show video on mobile devices', 'bold-builder' ), 'group' => esc_html__( 'Video', 'bold-builder' ) )
419
  )
420
  ) );
421
 
content_elements/bt_bb_service/bt_bb_service.php CHANGED
@@ -147,8 +147,8 @@ class bt_bb_service extends BT_BB_Element {
147
  ),
148
  array( 'param_name' => 'size', 'type' => 'dropdown', 'heading' => esc_html__( 'Icon size', 'bold-builder' ), 'responsive_override' => true, 'preview' => true, 'group' => esc_html__( 'Design', 'bold-builder' ),
149
  'value' => array(
150
- esc_html__( 'Small', 'bold-builder' ) => 'small',
151
  esc_html__( 'Extra small', 'bold-builder' ) => 'xsmall',
 
152
  esc_html__( 'Normal', 'bold-builder' ) => 'normal',
153
  esc_html__( 'Large', 'bold-builder' ) => 'large',
154
  esc_html__( 'Extra large', 'bold-builder' ) => 'xlarge'
147
  ),
148
  array( 'param_name' => 'size', 'type' => 'dropdown', 'heading' => esc_html__( 'Icon size', 'bold-builder' ), 'responsive_override' => true, 'preview' => true, 'group' => esc_html__( 'Design', 'bold-builder' ),
149
  'value' => array(
 
150
  esc_html__( 'Extra small', 'bold-builder' ) => 'xsmall',
151
+ esc_html__( 'Small', 'bold-builder' ) => 'small',
152
  esc_html__( 'Normal', 'bold-builder' ) => 'normal',
153
  esc_html__( 'Large', 'bold-builder' ) => 'large',
154
  esc_html__( 'Extra large', 'bold-builder' ) => 'xlarge'
css/front_end/content_elements.crush.css CHANGED
@@ -2418,22 +2418,32 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2418
  padding-right: 100px;
2419
  }
2420
 
2421
- /* Boxer rows */
 
 
2422
  /* @set boxedDelta 0; */
 
2423
  .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 {
2424
  max-width: 1200px;
 
 
 
2425
  margin: auto;
2426
  }
2427
- .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row {
 
2428
  -webkit-flex-flow: row nowrap;
2429
  -ms-flex-flow: row nowrap;
2430
  flex-flow: row nowrap;
2431
  }
2432
- .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column {
 
2433
  max-width: 100%;
2434
  }
2435
  .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right,
2436
- .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
 
 
2437
  max-width: 100%;
2438
  }
2439
  @media (max-width: 1239px) {
@@ -2499,6 +2509,25 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2499
  justify-content: flex-end;
2500
  }
2501
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2502
  /* General width */
2503
  .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="1"] {
2504
  -webkit-flex: 0 0 103.33433px;
@@ -2509,9 +2538,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2509
 
2510
  /* Push left first column content width */
2511
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="1"]:first-child {
2512
- -webkit-flex: 0 1 100%;
2513
- -ms-flex: 0 1 100%;
2514
- flex: 0 1 100%;
2515
  max-width: -webkit-calc(50% - 516.66567px);
2516
  max-width: -moz-calc(50% - 516.66567px);
2517
  max-width: calc(50% - 516.66567px);
@@ -2520,18 +2546,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2520
  max-width: 63.33433px;
2521
  }
2522
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="1"]:last-child {
2523
- -webkit-flex: 0 1 100%;
2524
- -ms-flex: 0 1 100%;
2525
- flex: 0 1 100%;
2526
  max-width: -webkit-calc(50% - 516.66567px);
2527
  max-width: -moz-calc(50% - 516.66567px);
2528
  max-width: calc(50% - 516.66567px);
2529
  }
2530
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
2531
  max-width: 63.33433px;
2532
- -webkit-align-self: flex-start;
2533
- -ms-flex-item-align: start;
2534
- align-self: flex-start;
2535
  }
2536
 
2537
  /* General width with gaps included */
@@ -2542,9 +2562,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2542
  max-width: 100.001px;
2543
  }
2544
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child {
2545
- -webkit-flex: 0 1 100%;
2546
- -ms-flex: 0 1 100%;
2547
- flex: 0 1 100%;
2548
  max-width: -webkit-calc(50% - 499.999px);
2549
  max-width: -moz-calc(50% - 499.999px);
2550
  max-width: calc(50% - 499.999px);
@@ -2561,9 +2578,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2561
  max-width: 100.83433px;
2562
  }
2563
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child {
2564
- -webkit-flex: 0 1 100%;
2565
- -ms-flex: 0 1 100%;
2566
- flex: 0 1 100%;
2567
  max-width: -webkit-calc(50% - 504.16567px);
2568
  max-width: -moz-calc(50% - 504.16567px);
2569
  max-width: calc(50% - 504.16567px);
@@ -2580,9 +2594,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2580
  max-width: 101.66767px;
2581
  }
2582
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child {
2583
- -webkit-flex: 0 1 100%;
2584
- -ms-flex: 0 1 100%;
2585
- flex: 0 1 100%;
2586
  max-width: -webkit-calc(50% - 508.33233px);
2587
  max-width: -moz-calc(50% - 508.33233px);
2588
  max-width: calc(50% - 508.33233px);
@@ -2599,9 +2610,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2599
  max-width: 102.501px;
2600
  }
2601
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child {
2602
- -webkit-flex: 0 1 100%;
2603
- -ms-flex: 0 1 100%;
2604
- flex: 0 1 100%;
2605
  max-width: -webkit-calc(50% - 512.499px);
2606
  max-width: -moz-calc(50% - 512.499px);
2607
  max-width: calc(50% - 512.499px);
@@ -2618,9 +2626,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2618
  max-width: 103.33433px;
2619
  }
2620
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child {
2621
- -webkit-flex: 0 1 100%;
2622
- -ms-flex: 0 1 100%;
2623
- flex: 0 1 100%;
2624
  max-width: -webkit-calc(50% - 516.66567px);
2625
  max-width: -moz-calc(50% - 516.66567px);
2626
  max-width: calc(50% - 516.66567px);
@@ -2637,9 +2642,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2637
  max-width: 104.16767px;
2638
  }
2639
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child {
2640
- -webkit-flex: 0 1 100%;
2641
- -ms-flex: 0 1 100%;
2642
- flex: 0 1 100%;
2643
  max-width: -webkit-calc(50% - 520.83233px);
2644
  max-width: -moz-calc(50% - 520.83233px);
2645
  max-width: calc(50% - 520.83233px);
@@ -2656,9 +2658,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2656
  max-width: 105.001px;
2657
  }
2658
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child {
2659
- -webkit-flex: 0 1 100%;
2660
- -ms-flex: 0 1 100%;
2661
- flex: 0 1 100%;
2662
  max-width: -webkit-calc(50% - 524.999px);
2663
  max-width: -moz-calc(50% - 524.999px);
2664
  max-width: calc(50% - 524.999px);
@@ -2675,9 +2674,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2675
  max-width: 105.83433px;
2676
  }
2677
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child {
2678
- -webkit-flex: 0 1 100%;
2679
- -ms-flex: 0 1 100%;
2680
- flex: 0 1 100%;
2681
  max-width: -webkit-calc(50% - 529.16567px);
2682
  max-width: -moz-calc(50% - 529.16567px);
2683
  max-width: calc(50% - 529.16567px);
@@ -2694,9 +2690,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2694
  max-width: 106.66767px;
2695
  }
2696
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child {
2697
- -webkit-flex: 0 1 100%;
2698
- -ms-flex: 0 1 100%;
2699
- flex: 0 1 100%;
2700
  max-width: -webkit-calc(50% - 533.33233px);
2701
  max-width: -moz-calc(50% - 533.33233px);
2702
  max-width: calc(50% - 533.33233px);
@@ -2713,9 +2706,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2713
  max-width: 107.501px;
2714
  }
2715
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child {
2716
- -webkit-flex: 0 1 100%;
2717
- -ms-flex: 0 1 100%;
2718
- flex: 0 1 100%;
2719
  max-width: -webkit-calc(50% - 537.499px);
2720
  max-width: -moz-calc(50% - 537.499px);
2721
  max-width: calc(50% - 537.499px);
@@ -2732,9 +2722,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2732
  max-width: 108.33433px;
2733
  }
2734
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child {
2735
- -webkit-flex: 0 1 100%;
2736
- -ms-flex: 0 1 100%;
2737
- flex: 0 1 100%;
2738
  max-width: -webkit-calc(50% - 541.66567px);
2739
  max-width: -moz-calc(50% - 541.66567px);
2740
  max-width: calc(50% - 541.66567px);
@@ -2751,9 +2738,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2751
  max-width: 109.16767px;
2752
  }
2753
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child {
2754
- -webkit-flex: 0 1 100%;
2755
- -ms-flex: 0 1 100%;
2756
- flex: 0 1 100%;
2757
  max-width: -webkit-calc(50% - 545.83233px);
2758
  max-width: -moz-calc(50% - 545.83233px);
2759
  max-width: calc(50% - 545.83233px);
@@ -2770,9 +2754,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2770
  max-width: 110.001px;
2771
  }
2772
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child {
2773
- -webkit-flex: 0 1 100%;
2774
- -ms-flex: 0 1 100%;
2775
- flex: 0 1 100%;
2776
  max-width: -webkit-calc(50% - 549.999px);
2777
  max-width: -moz-calc(50% - 549.999px);
2778
  max-width: calc(50% - 549.999px);
@@ -2789,9 +2770,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2789
  max-width: 110.83433px;
2790
  }
2791
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child {
2792
- -webkit-flex: 0 1 100%;
2793
- -ms-flex: 0 1 100%;
2794
- flex: 0 1 100%;
2795
  max-width: -webkit-calc(50% - 554.16567px);
2796
  max-width: -moz-calc(50% - 554.16567px);
2797
  max-width: calc(50% - 554.16567px);
@@ -2808,9 +2786,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2808
  max-width: 111.66767px;
2809
  }
2810
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child {
2811
- -webkit-flex: 0 1 100%;
2812
- -ms-flex: 0 1 100%;
2813
- flex: 0 1 100%;
2814
  max-width: -webkit-calc(50% - 558.33233px);
2815
  max-width: -moz-calc(50% - 558.33233px);
2816
  max-width: calc(50% - 558.33233px);
@@ -2827,9 +2802,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2827
  max-width: 112.501px;
2828
  }
2829
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child {
2830
- -webkit-flex: 0 1 100%;
2831
- -ms-flex: 0 1 100%;
2832
- flex: 0 1 100%;
2833
  max-width: -webkit-calc(50% - 562.499px);
2834
  max-width: -moz-calc(50% - 562.499px);
2835
  max-width: calc(50% - 562.499px);
@@ -2846,9 +2818,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2846
  max-width: 113.33433px;
2847
  }
2848
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child {
2849
- -webkit-flex: 0 1 100%;
2850
- -ms-flex: 0 1 100%;
2851
- flex: 0 1 100%;
2852
  max-width: -webkit-calc(50% - 566.66567px);
2853
  max-width: -moz-calc(50% - 566.66567px);
2854
  max-width: calc(50% - 566.66567px);
@@ -2865,9 +2834,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2865
  max-width: 114.16767px;
2866
  }
2867
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child {
2868
- -webkit-flex: 0 1 100%;
2869
- -ms-flex: 0 1 100%;
2870
- flex: 0 1 100%;
2871
  max-width: -webkit-calc(50% - 570.83233px);
2872
  max-width: -moz-calc(50% - 570.83233px);
2873
  max-width: calc(50% - 570.83233px);
@@ -2884,9 +2850,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2884
  max-width: 115.001px;
2885
  }
2886
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child {
2887
- -webkit-flex: 0 1 100%;
2888
- -ms-flex: 0 1 100%;
2889
- flex: 0 1 100%;
2890
  max-width: -webkit-calc(50% - 574.999px);
2891
  max-width: -moz-calc(50% - 574.999px);
2892
  max-width: calc(50% - 574.999px);
@@ -2903,9 +2866,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2903
  max-width: 115.83433px;
2904
  }
2905
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child {
2906
- -webkit-flex: 0 1 100%;
2907
- -ms-flex: 0 1 100%;
2908
- flex: 0 1 100%;
2909
  max-width: -webkit-calc(50% - 579.16567px);
2910
  max-width: -moz-calc(50% - 579.16567px);
2911
  max-width: calc(50% - 579.16567px);
@@ -2922,9 +2882,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2922
  max-width: 116.66767px;
2923
  }
2924
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child {
2925
- -webkit-flex: 0 1 100%;
2926
- -ms-flex: 0 1 100%;
2927
- flex: 0 1 100%;
2928
  max-width: -webkit-calc(50% - 583.33233px);
2929
  max-width: -moz-calc(50% - 583.33233px);
2930
  max-width: calc(50% - 583.33233px);
@@ -2935,9 +2892,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2935
 
2936
  /* Push right first column width */
2937
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child {
2938
- -webkit-flex: 0 1 100%;
2939
- -ms-flex: 0 1 100%;
2940
- flex: 0 1 100%;
2941
  max-width: -webkit-calc(50% - 499.999px);
2942
  max-width: -moz-calc(50% - 499.999px);
2943
  max-width: calc(50% - 499.999px);
@@ -2948,9 +2902,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2948
 
2949
  /* Push right first column width */
2950
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child {
2951
- -webkit-flex: 0 1 100%;
2952
- -ms-flex: 0 1 100%;
2953
- flex: 0 1 100%;
2954
  max-width: -webkit-calc(50% - 504.16567px);
2955
  max-width: -moz-calc(50% - 504.16567px);
2956
  max-width: calc(50% - 504.16567px);
@@ -2961,9 +2912,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2961
 
2962
  /* Push right first column width */
2963
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child {
2964
- -webkit-flex: 0 1 100%;
2965
- -ms-flex: 0 1 100%;
2966
- flex: 0 1 100%;
2967
  max-width: -webkit-calc(50% - 508.33233px);
2968
  max-width: -moz-calc(50% - 508.33233px);
2969
  max-width: calc(50% - 508.33233px);
@@ -2974,9 +2922,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2974
 
2975
  /* Push right first column width */
2976
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child {
2977
- -webkit-flex: 0 1 100%;
2978
- -ms-flex: 0 1 100%;
2979
- flex: 0 1 100%;
2980
  max-width: -webkit-calc(50% - 512.499px);
2981
  max-width: -moz-calc(50% - 512.499px);
2982
  max-width: calc(50% - 512.499px);
@@ -2987,9 +2932,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
2987
 
2988
  /* Push right first column width */
2989
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child {
2990
- -webkit-flex: 0 1 100%;
2991
- -ms-flex: 0 1 100%;
2992
- flex: 0 1 100%;
2993
  max-width: -webkit-calc(50% - 516.66567px);
2994
  max-width: -moz-calc(50% - 516.66567px);
2995
  max-width: calc(50% - 516.66567px);
@@ -3000,9 +2942,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3000
 
3001
  /* Push right first column width */
3002
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child {
3003
- -webkit-flex: 0 1 100%;
3004
- -ms-flex: 0 1 100%;
3005
- flex: 0 1 100%;
3006
  max-width: -webkit-calc(50% - 520.83233px);
3007
  max-width: -moz-calc(50% - 520.83233px);
3008
  max-width: calc(50% - 520.83233px);
@@ -3013,9 +2952,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3013
 
3014
  /* Push right first column width */
3015
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child {
3016
- -webkit-flex: 0 1 100%;
3017
- -ms-flex: 0 1 100%;
3018
- flex: 0 1 100%;
3019
  max-width: -webkit-calc(50% - 524.999px);
3020
  max-width: -moz-calc(50% - 524.999px);
3021
  max-width: calc(50% - 524.999px);
@@ -3026,9 +2962,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3026
 
3027
  /* Push right first column width */
3028
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child {
3029
- -webkit-flex: 0 1 100%;
3030
- -ms-flex: 0 1 100%;
3031
- flex: 0 1 100%;
3032
  max-width: -webkit-calc(50% - 529.16567px);
3033
  max-width: -moz-calc(50% - 529.16567px);
3034
  max-width: calc(50% - 529.16567px);
@@ -3039,9 +2972,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3039
 
3040
  /* Push right first column width */
3041
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child {
3042
- -webkit-flex: 0 1 100%;
3043
- -ms-flex: 0 1 100%;
3044
- flex: 0 1 100%;
3045
  max-width: -webkit-calc(50% - 533.33233px);
3046
  max-width: -moz-calc(50% - 533.33233px);
3047
  max-width: calc(50% - 533.33233px);
@@ -3052,9 +2982,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3052
 
3053
  /* Push right first column width */
3054
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child {
3055
- -webkit-flex: 0 1 100%;
3056
- -ms-flex: 0 1 100%;
3057
- flex: 0 1 100%;
3058
  max-width: -webkit-calc(50% - 537.499px);
3059
  max-width: -moz-calc(50% - 537.499px);
3060
  max-width: calc(50% - 537.499px);
@@ -3065,9 +2992,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3065
 
3066
  /* Push right first column width */
3067
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child {
3068
- -webkit-flex: 0 1 100%;
3069
- -ms-flex: 0 1 100%;
3070
- flex: 0 1 100%;
3071
  max-width: -webkit-calc(50% - 541.66567px);
3072
  max-width: -moz-calc(50% - 541.66567px);
3073
  max-width: calc(50% - 541.66567px);
@@ -3078,9 +3002,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3078
 
3079
  /* Push right first column width */
3080
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child {
3081
- -webkit-flex: 0 1 100%;
3082
- -ms-flex: 0 1 100%;
3083
- flex: 0 1 100%;
3084
  max-width: -webkit-calc(50% - 549.999px);
3085
  max-width: -moz-calc(50% - 549.999px);
3086
  max-width: calc(50% - 549.999px);
@@ -3091,9 +3012,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3091
 
3092
  /* Push right first column width */
3093
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child {
3094
- -webkit-flex: 0 1 100%;
3095
- -ms-flex: 0 1 100%;
3096
- flex: 0 1 100%;
3097
  max-width: -webkit-calc(50% - 558.33233px);
3098
  max-width: -moz-calc(50% - 558.33233px);
3099
  max-width: calc(50% - 558.33233px);
@@ -3104,9 +3022,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3104
 
3105
  /* Push right first column width */
3106
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child {
3107
- -webkit-flex: 0 1 100%;
3108
- -ms-flex: 0 1 100%;
3109
- flex: 0 1 100%;
3110
  max-width: -webkit-calc(50% - 566.66567px);
3111
  max-width: -moz-calc(50% - 566.66567px);
3112
  max-width: calc(50% - 566.66567px);
@@ -3117,9 +3032,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3117
 
3118
  /* Push right first column width */
3119
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child {
3120
- -webkit-flex: 0 1 100%;
3121
- -ms-flex: 0 1 100%;
3122
- flex: 0 1 100%;
3123
  max-width: -webkit-calc(50% - 574.999px);
3124
  max-width: -moz-calc(50% - 574.999px);
3125
  max-width: calc(50% - 574.999px);
@@ -3130,9 +3042,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3130
 
3131
  /* Push right first column width */
3132
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child {
3133
- -webkit-flex: 0 1 100%;
3134
- -ms-flex: 0 1 100%;
3135
- flex: 0 1 100%;
3136
  max-width: -webkit-calc(50% - 583.33233px);
3137
  max-width: -moz-calc(50% - 583.33233px);
3138
  max-width: calc(50% - 583.33233px);
@@ -3151,9 +3060,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3151
 
3152
  /* Push left first column content width */
3153
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2"]:first-child {
3154
- -webkit-flex: 0 1 100%;
3155
- -ms-flex: 0 1 100%;
3156
- flex: 0 1 100%;
3157
  max-width: -webkit-calc(50% - 413.33233px);
3158
  max-width: -moz-calc(50% - 413.33233px);
3159
  max-width: calc(50% - 413.33233px);
@@ -3162,18 +3068,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3162
  max-width: 166.66767px;
3163
  }
3164
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2"]:last-child {
3165
- -webkit-flex: 0 1 100%;
3166
- -ms-flex: 0 1 100%;
3167
- flex: 0 1 100%;
3168
  max-width: -webkit-calc(50% - 413.33233px);
3169
  max-width: -moz-calc(50% - 413.33233px);
3170
  max-width: calc(50% - 413.33233px);
3171
  }
3172
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
3173
  max-width: 166.66767px;
3174
- -webkit-align-self: flex-start;
3175
- -ms-flex-item-align: start;
3176
- align-self: flex-start;
3177
  }
3178
 
3179
  /* General width with gaps included */
@@ -3184,9 +3084,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3184
  max-width: 200.001px;
3185
  }
3186
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child {
3187
- -webkit-flex: 0 1 100%;
3188
- -ms-flex: 0 1 100%;
3189
- flex: 0 1 100%;
3190
  max-width: -webkit-calc(50% - 399.999px);
3191
  max-width: -moz-calc(50% - 399.999px);
3192
  max-width: calc(50% - 399.999px);
@@ -3203,9 +3100,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3203
  max-width: 201.66767px;
3204
  }
3205
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child {
3206
- -webkit-flex: 0 1 100%;
3207
- -ms-flex: 0 1 100%;
3208
- flex: 0 1 100%;
3209
  max-width: -webkit-calc(50% - 403.33233px);
3210
  max-width: -moz-calc(50% - 403.33233px);
3211
  max-width: calc(50% - 403.33233px);
@@ -3222,9 +3116,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3222
  max-width: 203.33433px;
3223
  }
3224
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child {
3225
- -webkit-flex: 0 1 100%;
3226
- -ms-flex: 0 1 100%;
3227
- flex: 0 1 100%;
3228
  max-width: -webkit-calc(50% - 406.66567px);
3229
  max-width: -moz-calc(50% - 406.66567px);
3230
  max-width: calc(50% - 406.66567px);
@@ -3241,9 +3132,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3241
  max-width: 205.001px;
3242
  }
3243
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child {
3244
- -webkit-flex: 0 1 100%;
3245
- -ms-flex: 0 1 100%;
3246
- flex: 0 1 100%;
3247
  max-width: -webkit-calc(50% - 409.999px);
3248
  max-width: -moz-calc(50% - 409.999px);
3249
  max-width: calc(50% - 409.999px);
@@ -3260,9 +3148,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3260
  max-width: 206.66767px;
3261
  }
3262
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child {
3263
- -webkit-flex: 0 1 100%;
3264
- -ms-flex: 0 1 100%;
3265
- flex: 0 1 100%;
3266
  max-width: -webkit-calc(50% - 413.33233px);
3267
  max-width: -moz-calc(50% - 413.33233px);
3268
  max-width: calc(50% - 413.33233px);
@@ -3279,9 +3164,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3279
  max-width: 208.33433px;
3280
  }
3281
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child {
3282
- -webkit-flex: 0 1 100%;
3283
- -ms-flex: 0 1 100%;
3284
- flex: 0 1 100%;
3285
  max-width: -webkit-calc(50% - 416.66567px);
3286
  max-width: -moz-calc(50% - 416.66567px);
3287
  max-width: calc(50% - 416.66567px);
@@ -3298,9 +3180,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3298
  max-width: 210.001px;
3299
  }
3300
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child {
3301
- -webkit-flex: 0 1 100%;
3302
- -ms-flex: 0 1 100%;
3303
- flex: 0 1 100%;
3304
  max-width: -webkit-calc(50% - 419.999px);
3305
  max-width: -moz-calc(50% - 419.999px);
3306
  max-width: calc(50% - 419.999px);
@@ -3317,9 +3196,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3317
  max-width: 211.66767px;
3318
  }
3319
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child {
3320
- -webkit-flex: 0 1 100%;
3321
- -ms-flex: 0 1 100%;
3322
- flex: 0 1 100%;
3323
  max-width: -webkit-calc(50% - 423.33233px);
3324
  max-width: -moz-calc(50% - 423.33233px);
3325
  max-width: calc(50% - 423.33233px);
@@ -3336,9 +3212,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3336
  max-width: 213.33433px;
3337
  }
3338
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child {
3339
- -webkit-flex: 0 1 100%;
3340
- -ms-flex: 0 1 100%;
3341
- flex: 0 1 100%;
3342
  max-width: -webkit-calc(50% - 426.66567px);
3343
  max-width: -moz-calc(50% - 426.66567px);
3344
  max-width: calc(50% - 426.66567px);
@@ -3355,9 +3228,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3355
  max-width: 215.001px;
3356
  }
3357
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child {
3358
- -webkit-flex: 0 1 100%;
3359
- -ms-flex: 0 1 100%;
3360
- flex: 0 1 100%;
3361
  max-width: -webkit-calc(50% - 429.999px);
3362
  max-width: -moz-calc(50% - 429.999px);
3363
  max-width: calc(50% - 429.999px);
@@ -3374,9 +3244,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3374
  max-width: 216.66767px;
3375
  }
3376
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child {
3377
- -webkit-flex: 0 1 100%;
3378
- -ms-flex: 0 1 100%;
3379
- flex: 0 1 100%;
3380
  max-width: -webkit-calc(50% - 433.33233px);
3381
  max-width: -moz-calc(50% - 433.33233px);
3382
  max-width: calc(50% - 433.33233px);
@@ -3393,9 +3260,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3393
  max-width: 218.33433px;
3394
  }
3395
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child {
3396
- -webkit-flex: 0 1 100%;
3397
- -ms-flex: 0 1 100%;
3398
- flex: 0 1 100%;
3399
  max-width: -webkit-calc(50% - 436.66567px);
3400
  max-width: -moz-calc(50% - 436.66567px);
3401
  max-width: calc(50% - 436.66567px);
@@ -3412,9 +3276,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3412
  max-width: 220.001px;
3413
  }
3414
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child {
3415
- -webkit-flex: 0 1 100%;
3416
- -ms-flex: 0 1 100%;
3417
- flex: 0 1 100%;
3418
  max-width: -webkit-calc(50% - 439.999px);
3419
  max-width: -moz-calc(50% - 439.999px);
3420
  max-width: calc(50% - 439.999px);
@@ -3431,9 +3292,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3431
  max-width: 221.66767px;
3432
  }
3433
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child {
3434
- -webkit-flex: 0 1 100%;
3435
- -ms-flex: 0 1 100%;
3436
- flex: 0 1 100%;
3437
  max-width: -webkit-calc(50% - 443.33233px);
3438
  max-width: -moz-calc(50% - 443.33233px);
3439
  max-width: calc(50% - 443.33233px);
@@ -3450,9 +3308,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3450
  max-width: 223.33433px;
3451
  }
3452
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child {
3453
- -webkit-flex: 0 1 100%;
3454
- -ms-flex: 0 1 100%;
3455
- flex: 0 1 100%;
3456
  max-width: -webkit-calc(50% - 446.66567px);
3457
  max-width: -moz-calc(50% - 446.66567px);
3458
  max-width: calc(50% - 446.66567px);
@@ -3469,9 +3324,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3469
  max-width: 225.001px;
3470
  }
3471
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child {
3472
- -webkit-flex: 0 1 100%;
3473
- -ms-flex: 0 1 100%;
3474
- flex: 0 1 100%;
3475
  max-width: -webkit-calc(50% - 449.999px);
3476
  max-width: -moz-calc(50% - 449.999px);
3477
  max-width: calc(50% - 449.999px);
@@ -3488,9 +3340,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3488
  max-width: 226.66767px;
3489
  }
3490
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child {
3491
- -webkit-flex: 0 1 100%;
3492
- -ms-flex: 0 1 100%;
3493
- flex: 0 1 100%;
3494
  max-width: -webkit-calc(50% - 453.33233px);
3495
  max-width: -moz-calc(50% - 453.33233px);
3496
  max-width: calc(50% - 453.33233px);
@@ -3507,9 +3356,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3507
  max-width: 228.33433px;
3508
  }
3509
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child {
3510
- -webkit-flex: 0 1 100%;
3511
- -ms-flex: 0 1 100%;
3512
- flex: 0 1 100%;
3513
  max-width: -webkit-calc(50% - 456.66567px);
3514
  max-width: -moz-calc(50% - 456.66567px);
3515
  max-width: calc(50% - 456.66567px);
@@ -3526,9 +3372,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3526
  max-width: 230.001px;
3527
  }
3528
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child {
3529
- -webkit-flex: 0 1 100%;
3530
- -ms-flex: 0 1 100%;
3531
- flex: 0 1 100%;
3532
  max-width: -webkit-calc(50% - 459.999px);
3533
  max-width: -moz-calc(50% - 459.999px);
3534
  max-width: calc(50% - 459.999px);
@@ -3545,9 +3388,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3545
  max-width: 231.66767px;
3546
  }
3547
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child {
3548
- -webkit-flex: 0 1 100%;
3549
- -ms-flex: 0 1 100%;
3550
- flex: 0 1 100%;
3551
  max-width: -webkit-calc(50% - 463.33233px);
3552
  max-width: -moz-calc(50% - 463.33233px);
3553
  max-width: calc(50% - 463.33233px);
@@ -3564,9 +3404,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3564
  max-width: 233.33433px;
3565
  }
3566
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child {
3567
- -webkit-flex: 0 1 100%;
3568
- -ms-flex: 0 1 100%;
3569
- flex: 0 1 100%;
3570
  max-width: -webkit-calc(50% - 466.66567px);
3571
  max-width: -moz-calc(50% - 466.66567px);
3572
  max-width: calc(50% - 466.66567px);
@@ -3577,9 +3414,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3577
 
3578
  /* Push right first column width */
3579
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child {
3580
- -webkit-flex: 0 1 100%;
3581
- -ms-flex: 0 1 100%;
3582
- flex: 0 1 100%;
3583
  max-width: -webkit-calc(50% - 399.999px);
3584
  max-width: -moz-calc(50% - 399.999px);
3585
  max-width: calc(50% - 399.999px);
@@ -3590,9 +3424,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3590
 
3591
  /* Push right first column width */
3592
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child {
3593
- -webkit-flex: 0 1 100%;
3594
- -ms-flex: 0 1 100%;
3595
- flex: 0 1 100%;
3596
  max-width: -webkit-calc(50% - 403.33233px);
3597
  max-width: -moz-calc(50% - 403.33233px);
3598
  max-width: calc(50% - 403.33233px);
@@ -3603,9 +3434,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3603
 
3604
  /* Push right first column width */
3605
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child {
3606
- -webkit-flex: 0 1 100%;
3607
- -ms-flex: 0 1 100%;
3608
- flex: 0 1 100%;
3609
  max-width: -webkit-calc(50% - 406.66567px);
3610
  max-width: -moz-calc(50% - 406.66567px);
3611
  max-width: calc(50% - 406.66567px);
@@ -3616,9 +3444,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3616
 
3617
  /* Push right first column width */
3618
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child {
3619
- -webkit-flex: 0 1 100%;
3620
- -ms-flex: 0 1 100%;
3621
- flex: 0 1 100%;
3622
  max-width: -webkit-calc(50% - 409.999px);
3623
  max-width: -moz-calc(50% - 409.999px);
3624
  max-width: calc(50% - 409.999px);
@@ -3629,9 +3454,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3629
 
3630
  /* Push right first column width */
3631
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child {
3632
- -webkit-flex: 0 1 100%;
3633
- -ms-flex: 0 1 100%;
3634
- flex: 0 1 100%;
3635
  max-width: -webkit-calc(50% - 413.33233px);
3636
  max-width: -moz-calc(50% - 413.33233px);
3637
  max-width: calc(50% - 413.33233px);
@@ -3642,9 +3464,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3642
 
3643
  /* Push right first column width */
3644
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child {
3645
- -webkit-flex: 0 1 100%;
3646
- -ms-flex: 0 1 100%;
3647
- flex: 0 1 100%;
3648
  max-width: -webkit-calc(50% - 416.66567px);
3649
  max-width: -moz-calc(50% - 416.66567px);
3650
  max-width: calc(50% - 416.66567px);
@@ -3655,9 +3474,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3655
 
3656
  /* Push right first column width */
3657
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child {
3658
- -webkit-flex: 0 1 100%;
3659
- -ms-flex: 0 1 100%;
3660
- flex: 0 1 100%;
3661
  max-width: -webkit-calc(50% - 419.999px);
3662
  max-width: -moz-calc(50% - 419.999px);
3663
  max-width: calc(50% - 419.999px);
@@ -3668,9 +3484,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3668
 
3669
  /* Push right first column width */
3670
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child {
3671
- -webkit-flex: 0 1 100%;
3672
- -ms-flex: 0 1 100%;
3673
- flex: 0 1 100%;
3674
  max-width: -webkit-calc(50% - 423.33233px);
3675
  max-width: -moz-calc(50% - 423.33233px);
3676
  max-width: calc(50% - 423.33233px);
@@ -3681,9 +3494,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3681
 
3682
  /* Push right first column width */
3683
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child {
3684
- -webkit-flex: 0 1 100%;
3685
- -ms-flex: 0 1 100%;
3686
- flex: 0 1 100%;
3687
  max-width: -webkit-calc(50% - 426.66567px);
3688
  max-width: -moz-calc(50% - 426.66567px);
3689
  max-width: calc(50% - 426.66567px);
@@ -3694,9 +3504,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3694
 
3695
  /* Push right first column width */
3696
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child {
3697
- -webkit-flex: 0 1 100%;
3698
- -ms-flex: 0 1 100%;
3699
- flex: 0 1 100%;
3700
  max-width: -webkit-calc(50% - 429.999px);
3701
  max-width: -moz-calc(50% - 429.999px);
3702
  max-width: calc(50% - 429.999px);
@@ -3707,9 +3514,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3707
 
3708
  /* Push right first column width */
3709
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child {
3710
- -webkit-flex: 0 1 100%;
3711
- -ms-flex: 0 1 100%;
3712
- flex: 0 1 100%;
3713
  max-width: -webkit-calc(50% - 433.33233px);
3714
  max-width: -moz-calc(50% - 433.33233px);
3715
  max-width: calc(50% - 433.33233px);
@@ -3720,9 +3524,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3720
 
3721
  /* Push right first column width */
3722
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child {
3723
- -webkit-flex: 0 1 100%;
3724
- -ms-flex: 0 1 100%;
3725
- flex: 0 1 100%;
3726
  max-width: -webkit-calc(50% - 439.999px);
3727
  max-width: -moz-calc(50% - 439.999px);
3728
  max-width: calc(50% - 439.999px);
@@ -3733,9 +3534,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3733
 
3734
  /* Push right first column width */
3735
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child {
3736
- -webkit-flex: 0 1 100%;
3737
- -ms-flex: 0 1 100%;
3738
- flex: 0 1 100%;
3739
  max-width: -webkit-calc(50% - 446.66567px);
3740
  max-width: -moz-calc(50% - 446.66567px);
3741
  max-width: calc(50% - 446.66567px);
@@ -3746,9 +3544,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3746
 
3747
  /* Push right first column width */
3748
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child {
3749
- -webkit-flex: 0 1 100%;
3750
- -ms-flex: 0 1 100%;
3751
- flex: 0 1 100%;
3752
  max-width: -webkit-calc(50% - 453.33233px);
3753
  max-width: -moz-calc(50% - 453.33233px);
3754
  max-width: calc(50% - 453.33233px);
@@ -3759,9 +3554,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3759
 
3760
  /* Push right first column width */
3761
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child {
3762
- -webkit-flex: 0 1 100%;
3763
- -ms-flex: 0 1 100%;
3764
- flex: 0 1 100%;
3765
  max-width: -webkit-calc(50% - 459.999px);
3766
  max-width: -moz-calc(50% - 459.999px);
3767
  max-width: calc(50% - 459.999px);
@@ -3772,9 +3564,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3772
 
3773
  /* Push right first column width */
3774
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child {
3775
- -webkit-flex: 0 1 100%;
3776
- -ms-flex: 0 1 100%;
3777
- flex: 0 1 100%;
3778
  max-width: -webkit-calc(50% - 466.66567px);
3779
  max-width: -moz-calc(50% - 466.66567px);
3780
  max-width: calc(50% - 466.66567px);
@@ -3793,9 +3582,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3793
 
3794
  /* Push left first column content width */
3795
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2.4"]:first-child {
3796
- -webkit-flex: 0 1 100%;
3797
- -ms-flex: 0 1 100%;
3798
- flex: 0 1 100%;
3799
  max-width: -webkit-calc(50% - 371.999px);
3800
  max-width: -moz-calc(50% - 371.999px);
3801
  max-width: calc(50% - 371.999px);
@@ -3804,18 +3590,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3804
  max-width: 208.001px;
3805
  }
3806
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2.4"]:last-child {
3807
- -webkit-flex: 0 1 100%;
3808
- -ms-flex: 0 1 100%;
3809
- flex: 0 1 100%;
3810
  max-width: -webkit-calc(50% - 371.999px);
3811
  max-width: -moz-calc(50% - 371.999px);
3812
  max-width: calc(50% - 371.999px);
3813
  }
3814
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
3815
  max-width: 208.001px;
3816
- -webkit-align-self: flex-start;
3817
- -ms-flex-item-align: start;
3818
- align-self: flex-start;
3819
  }
3820
 
3821
  /* General width with gaps included */
@@ -3826,9 +3606,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3826
  max-width: 240.001px;
3827
  }
3828
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child {
3829
- -webkit-flex: 0 1 100%;
3830
- -ms-flex: 0 1 100%;
3831
- flex: 0 1 100%;
3832
  max-width: -webkit-calc(50% - 359.999px);
3833
  max-width: -moz-calc(50% - 359.999px);
3834
  max-width: calc(50% - 359.999px);
@@ -3845,9 +3622,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3845
  max-width: 242.001px;
3846
  }
3847
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child {
3848
- -webkit-flex: 0 1 100%;
3849
- -ms-flex: 0 1 100%;
3850
- flex: 0 1 100%;
3851
  max-width: -webkit-calc(50% - 362.999px);
3852
  max-width: -moz-calc(50% - 362.999px);
3853
  max-width: calc(50% - 362.999px);
@@ -3864,9 +3638,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3864
  max-width: 244.001px;
3865
  }
3866
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child {
3867
- -webkit-flex: 0 1 100%;
3868
- -ms-flex: 0 1 100%;
3869
- flex: 0 1 100%;
3870
  max-width: -webkit-calc(50% - 365.999px);
3871
  max-width: -moz-calc(50% - 365.999px);
3872
  max-width: calc(50% - 365.999px);
@@ -3883,9 +3654,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3883
  max-width: 246.001px;
3884
  }
3885
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child {
3886
- -webkit-flex: 0 1 100%;
3887
- -ms-flex: 0 1 100%;
3888
- flex: 0 1 100%;
3889
  max-width: -webkit-calc(50% - 368.999px);
3890
  max-width: -moz-calc(50% - 368.999px);
3891
  max-width: calc(50% - 368.999px);
@@ -3902,9 +3670,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3902
  max-width: 248.001px;
3903
  }
3904
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child {
3905
- -webkit-flex: 0 1 100%;
3906
- -ms-flex: 0 1 100%;
3907
- flex: 0 1 100%;
3908
  max-width: -webkit-calc(50% - 371.999px);
3909
  max-width: -moz-calc(50% - 371.999px);
3910
  max-width: calc(50% - 371.999px);
@@ -3921,9 +3686,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3921
  max-width: 250.001px;
3922
  }
3923
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child {
3924
- -webkit-flex: 0 1 100%;
3925
- -ms-flex: 0 1 100%;
3926
- flex: 0 1 100%;
3927
  max-width: -webkit-calc(50% - 374.999px);
3928
  max-width: -moz-calc(50% - 374.999px);
3929
  max-width: calc(50% - 374.999px);
@@ -3940,9 +3702,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3940
  max-width: 252.001px;
3941
  }
3942
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child {
3943
- -webkit-flex: 0 1 100%;
3944
- -ms-flex: 0 1 100%;
3945
- flex: 0 1 100%;
3946
  max-width: -webkit-calc(50% - 377.999px);
3947
  max-width: -moz-calc(50% - 377.999px);
3948
  max-width: calc(50% - 377.999px);
@@ -3959,9 +3718,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3959
  max-width: 254.001px;
3960
  }
3961
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child {
3962
- -webkit-flex: 0 1 100%;
3963
- -ms-flex: 0 1 100%;
3964
- flex: 0 1 100%;
3965
  max-width: -webkit-calc(50% - 380.999px);
3966
  max-width: -moz-calc(50% - 380.999px);
3967
  max-width: calc(50% - 380.999px);
@@ -3978,9 +3734,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3978
  max-width: 256.001px;
3979
  }
3980
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child {
3981
- -webkit-flex: 0 1 100%;
3982
- -ms-flex: 0 1 100%;
3983
- flex: 0 1 100%;
3984
  max-width: -webkit-calc(50% - 383.999px);
3985
  max-width: -moz-calc(50% - 383.999px);
3986
  max-width: calc(50% - 383.999px);
@@ -3997,9 +3750,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
3997
  max-width: 258.001px;
3998
  }
3999
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child {
4000
- -webkit-flex: 0 1 100%;
4001
- -ms-flex: 0 1 100%;
4002
- flex: 0 1 100%;
4003
  max-width: -webkit-calc(50% - 386.999px);
4004
  max-width: -moz-calc(50% - 386.999px);
4005
  max-width: calc(50% - 386.999px);
@@ -4016,9 +3766,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4016
  max-width: 260.001px;
4017
  }
4018
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child {
4019
- -webkit-flex: 0 1 100%;
4020
- -ms-flex: 0 1 100%;
4021
- flex: 0 1 100%;
4022
  max-width: -webkit-calc(50% - 389.999px);
4023
  max-width: -moz-calc(50% - 389.999px);
4024
  max-width: calc(50% - 389.999px);
@@ -4035,9 +3782,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4035
  max-width: 262.001px;
4036
  }
4037
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child {
4038
- -webkit-flex: 0 1 100%;
4039
- -ms-flex: 0 1 100%;
4040
- flex: 0 1 100%;
4041
  max-width: -webkit-calc(50% - 392.999px);
4042
  max-width: -moz-calc(50% - 392.999px);
4043
  max-width: calc(50% - 392.999px);
@@ -4054,9 +3798,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4054
  max-width: 264.001px;
4055
  }
4056
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child {
4057
- -webkit-flex: 0 1 100%;
4058
- -ms-flex: 0 1 100%;
4059
- flex: 0 1 100%;
4060
  max-width: -webkit-calc(50% - 395.999px);
4061
  max-width: -moz-calc(50% - 395.999px);
4062
  max-width: calc(50% - 395.999px);
@@ -4073,9 +3814,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4073
  max-width: 266.001px;
4074
  }
4075
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child {
4076
- -webkit-flex: 0 1 100%;
4077
- -ms-flex: 0 1 100%;
4078
- flex: 0 1 100%;
4079
  max-width: -webkit-calc(50% - 398.999px);
4080
  max-width: -moz-calc(50% - 398.999px);
4081
  max-width: calc(50% - 398.999px);
@@ -4092,9 +3830,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4092
  max-width: 268.001px;
4093
  }
4094
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child {
4095
- -webkit-flex: 0 1 100%;
4096
- -ms-flex: 0 1 100%;
4097
- flex: 0 1 100%;
4098
  max-width: -webkit-calc(50% - 401.999px);
4099
  max-width: -moz-calc(50% - 401.999px);
4100
  max-width: calc(50% - 401.999px);
@@ -4111,9 +3846,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4111
  max-width: 270.001px;
4112
  }
4113
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child {
4114
- -webkit-flex: 0 1 100%;
4115
- -ms-flex: 0 1 100%;
4116
- flex: 0 1 100%;
4117
  max-width: -webkit-calc(50% - 404.999px);
4118
  max-width: -moz-calc(50% - 404.999px);
4119
  max-width: calc(50% - 404.999px);
@@ -4130,9 +3862,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4130
  max-width: 272.001px;
4131
  }
4132
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child {
4133
- -webkit-flex: 0 1 100%;
4134
- -ms-flex: 0 1 100%;
4135
- flex: 0 1 100%;
4136
  max-width: -webkit-calc(50% - 407.999px);
4137
  max-width: -moz-calc(50% - 407.999px);
4138
  max-width: calc(50% - 407.999px);
@@ -4149,9 +3878,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4149
  max-width: 274.001px;
4150
  }
4151
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child {
4152
- -webkit-flex: 0 1 100%;
4153
- -ms-flex: 0 1 100%;
4154
- flex: 0 1 100%;
4155
  max-width: -webkit-calc(50% - 410.999px);
4156
  max-width: -moz-calc(50% - 410.999px);
4157
  max-width: calc(50% - 410.999px);
@@ -4168,9 +3894,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4168
  max-width: 276.001px;
4169
  }
4170
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child {
4171
- -webkit-flex: 0 1 100%;
4172
- -ms-flex: 0 1 100%;
4173
- flex: 0 1 100%;
4174
  max-width: -webkit-calc(50% - 413.999px);
4175
  max-width: -moz-calc(50% - 413.999px);
4176
  max-width: calc(50% - 413.999px);
@@ -4187,9 +3910,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4187
  max-width: 278.001px;
4188
  }
4189
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child {
4190
- -webkit-flex: 0 1 100%;
4191
- -ms-flex: 0 1 100%;
4192
- flex: 0 1 100%;
4193
  max-width: -webkit-calc(50% - 416.999px);
4194
  max-width: -moz-calc(50% - 416.999px);
4195
  max-width: calc(50% - 416.999px);
@@ -4206,9 +3926,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4206
  max-width: 280.001px;
4207
  }
4208
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child {
4209
- -webkit-flex: 0 1 100%;
4210
- -ms-flex: 0 1 100%;
4211
- flex: 0 1 100%;
4212
  max-width: -webkit-calc(50% - 419.999px);
4213
  max-width: -moz-calc(50% - 419.999px);
4214
  max-width: calc(50% - 419.999px);
@@ -4219,9 +3936,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4219
 
4220
  /* Push right first column width */
4221
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child {
4222
- -webkit-flex: 0 1 100%;
4223
- -ms-flex: 0 1 100%;
4224
- flex: 0 1 100%;
4225
  max-width: -webkit-calc(50% - 359.999px);
4226
  max-width: -moz-calc(50% - 359.999px);
4227
  max-width: calc(50% - 359.999px);
@@ -4232,9 +3946,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4232
 
4233
  /* Push right first column width */
4234
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child {
4235
- -webkit-flex: 0 1 100%;
4236
- -ms-flex: 0 1 100%;
4237
- flex: 0 1 100%;
4238
  max-width: -webkit-calc(50% - 362.999px);
4239
  max-width: -moz-calc(50% - 362.999px);
4240
  max-width: calc(50% - 362.999px);
@@ -4245,9 +3956,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4245
 
4246
  /* Push right first column width */
4247
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child {
4248
- -webkit-flex: 0 1 100%;
4249
- -ms-flex: 0 1 100%;
4250
- flex: 0 1 100%;
4251
  max-width: -webkit-calc(50% - 365.999px);
4252
  max-width: -moz-calc(50% - 365.999px);
4253
  max-width: calc(50% - 365.999px);
@@ -4258,9 +3966,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4258
 
4259
  /* Push right first column width */
4260
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child {
4261
- -webkit-flex: 0 1 100%;
4262
- -ms-flex: 0 1 100%;
4263
- flex: 0 1 100%;
4264
  max-width: -webkit-calc(50% - 368.999px);
4265
  max-width: -moz-calc(50% - 368.999px);
4266
  max-width: calc(50% - 368.999px);
@@ -4271,9 +3976,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4271
 
4272
  /* Push right first column width */
4273
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child {
4274
- -webkit-flex: 0 1 100%;
4275
- -ms-flex: 0 1 100%;
4276
- flex: 0 1 100%;
4277
  max-width: -webkit-calc(50% - 371.999px);
4278
  max-width: -moz-calc(50% - 371.999px);
4279
  max-width: calc(50% - 371.999px);
@@ -4284,9 +3986,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4284
 
4285
  /* Push right first column width */
4286
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child {
4287
- -webkit-flex: 0 1 100%;
4288
- -ms-flex: 0 1 100%;
4289
- flex: 0 1 100%;
4290
  max-width: -webkit-calc(50% - 374.999px);
4291
  max-width: -moz-calc(50% - 374.999px);
4292
  max-width: calc(50% - 374.999px);
@@ -4297,9 +3996,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4297
 
4298
  /* Push right first column width */
4299
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child {
4300
- -webkit-flex: 0 1 100%;
4301
- -ms-flex: 0 1 100%;
4302
- flex: 0 1 100%;
4303
  max-width: -webkit-calc(50% - 377.999px);
4304
  max-width: -moz-calc(50% - 377.999px);
4305
  max-width: calc(50% - 377.999px);
@@ -4310,9 +4006,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4310
 
4311
  /* Push right first column width */
4312
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child {
4313
- -webkit-flex: 0 1 100%;
4314
- -ms-flex: 0 1 100%;
4315
- flex: 0 1 100%;
4316
  max-width: -webkit-calc(50% - 380.999px);
4317
  max-width: -moz-calc(50% - 380.999px);
4318
  max-width: calc(50% - 380.999px);
@@ -4323,9 +4016,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4323
 
4324
  /* Push right first column width */
4325
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child {
4326
- -webkit-flex: 0 1 100%;
4327
- -ms-flex: 0 1 100%;
4328
- flex: 0 1 100%;
4329
  max-width: -webkit-calc(50% - 383.999px);
4330
  max-width: -moz-calc(50% - 383.999px);
4331
  max-width: calc(50% - 383.999px);
@@ -4336,9 +4026,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4336
 
4337
  /* Push right first column width */
4338
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child {
4339
- -webkit-flex: 0 1 100%;
4340
- -ms-flex: 0 1 100%;
4341
- flex: 0 1 100%;
4342
  max-width: -webkit-calc(50% - 386.999px);
4343
  max-width: -moz-calc(50% - 386.999px);
4344
  max-width: calc(50% - 386.999px);
@@ -4349,9 +4036,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4349
 
4350
  /* Push right first column width */
4351
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child {
4352
- -webkit-flex: 0 1 100%;
4353
- -ms-flex: 0 1 100%;
4354
- flex: 0 1 100%;
4355
  max-width: -webkit-calc(50% - 389.999px);
4356
  max-width: -moz-calc(50% - 389.999px);
4357
  max-width: calc(50% - 389.999px);
@@ -4362,9 +4046,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4362
 
4363
  /* Push right first column width */
4364
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child {
4365
- -webkit-flex: 0 1 100%;
4366
- -ms-flex: 0 1 100%;
4367
- flex: 0 1 100%;
4368
  max-width: -webkit-calc(50% - 395.999px);
4369
  max-width: -moz-calc(50% - 395.999px);
4370
  max-width: calc(50% - 395.999px);
@@ -4375,9 +4056,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4375
 
4376
  /* Push right first column width */
4377
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child {
4378
- -webkit-flex: 0 1 100%;
4379
- -ms-flex: 0 1 100%;
4380
- flex: 0 1 100%;
4381
  max-width: -webkit-calc(50% - 401.999px);
4382
  max-width: -moz-calc(50% - 401.999px);
4383
  max-width: calc(50% - 401.999px);
@@ -4388,9 +4066,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4388
 
4389
  /* Push right first column width */
4390
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child {
4391
- -webkit-flex: 0 1 100%;
4392
- -ms-flex: 0 1 100%;
4393
- flex: 0 1 100%;
4394
  max-width: -webkit-calc(50% - 407.999px);
4395
  max-width: -moz-calc(50% - 407.999px);
4396
  max-width: calc(50% - 407.999px);
@@ -4401,9 +4076,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4401
 
4402
  /* Push right first column width */
4403
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child {
4404
- -webkit-flex: 0 1 100%;
4405
- -ms-flex: 0 1 100%;
4406
- flex: 0 1 100%;
4407
  max-width: -webkit-calc(50% - 413.999px);
4408
  max-width: -moz-calc(50% - 413.999px);
4409
  max-width: calc(50% - 413.999px);
@@ -4414,9 +4086,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4414
 
4415
  /* Push right first column width */
4416
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child {
4417
- -webkit-flex: 0 1 100%;
4418
- -ms-flex: 0 1 100%;
4419
- flex: 0 1 100%;
4420
  max-width: -webkit-calc(50% - 419.999px);
4421
  max-width: -moz-calc(50% - 419.999px);
4422
  max-width: calc(50% - 419.999px);
@@ -4435,9 +4104,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4435
 
4436
  /* Push left first column content width */
4437
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="3"]:first-child {
4438
- -webkit-flex: 0 1 100%;
4439
- -ms-flex: 0 1 100%;
4440
- flex: 0 1 100%;
4441
  max-width: -webkit-calc(50% - 309.999px);
4442
  max-width: -moz-calc(50% - 309.999px);
4443
  max-width: calc(50% - 309.999px);
@@ -4446,18 +4112,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4446
  max-width: 270.001px;
4447
  }
4448
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="3"]:last-child {
4449
- -webkit-flex: 0 1 100%;
4450
- -ms-flex: 0 1 100%;
4451
- flex: 0 1 100%;
4452
  max-width: -webkit-calc(50% - 309.999px);
4453
  max-width: -moz-calc(50% - 309.999px);
4454
  max-width: calc(50% - 309.999px);
4455
  }
4456
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
4457
  max-width: 270.001px;
4458
- -webkit-align-self: flex-start;
4459
- -ms-flex-item-align: start;
4460
- align-self: flex-start;
4461
  }
4462
 
4463
  /* General width with gaps included */
@@ -4468,9 +4128,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4468
  max-width: 300.001px;
4469
  }
4470
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child {
4471
- -webkit-flex: 0 1 100%;
4472
- -ms-flex: 0 1 100%;
4473
- flex: 0 1 100%;
4474
  max-width: -webkit-calc(50% - 299.999px);
4475
  max-width: -moz-calc(50% - 299.999px);
4476
  max-width: calc(50% - 299.999px);
@@ -4487,9 +4144,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4487
  max-width: 302.501px;
4488
  }
4489
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child {
4490
- -webkit-flex: 0 1 100%;
4491
- -ms-flex: 0 1 100%;
4492
- flex: 0 1 100%;
4493
  max-width: -webkit-calc(50% - 302.499px);
4494
  max-width: -moz-calc(50% - 302.499px);
4495
  max-width: calc(50% - 302.499px);
@@ -4506,9 +4160,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4506
  max-width: 305.001px;
4507
  }
4508
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child {
4509
- -webkit-flex: 0 1 100%;
4510
- -ms-flex: 0 1 100%;
4511
- flex: 0 1 100%;
4512
  max-width: -webkit-calc(50% - 304.999px);
4513
  max-width: -moz-calc(50% - 304.999px);
4514
  max-width: calc(50% - 304.999px);
@@ -4525,9 +4176,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4525
  max-width: 307.501px;
4526
  }
4527
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child {
4528
- -webkit-flex: 0 1 100%;
4529
- -ms-flex: 0 1 100%;
4530
- flex: 0 1 100%;
4531
  max-width: -webkit-calc(50% - 307.499px);
4532
  max-width: -moz-calc(50% - 307.499px);
4533
  max-width: calc(50% - 307.499px);
@@ -4544,9 +4192,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4544
  max-width: 310.001px;
4545
  }
4546
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child {
4547
- -webkit-flex: 0 1 100%;
4548
- -ms-flex: 0 1 100%;
4549
- flex: 0 1 100%;
4550
  max-width: -webkit-calc(50% - 309.999px);
4551
  max-width: -moz-calc(50% - 309.999px);
4552
  max-width: calc(50% - 309.999px);
@@ -4563,9 +4208,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4563
  max-width: 312.501px;
4564
  }
4565
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child {
4566
- -webkit-flex: 0 1 100%;
4567
- -ms-flex: 0 1 100%;
4568
- flex: 0 1 100%;
4569
  max-width: -webkit-calc(50% - 312.499px);
4570
  max-width: -moz-calc(50% - 312.499px);
4571
  max-width: calc(50% - 312.499px);
@@ -4582,9 +4224,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4582
  max-width: 315.001px;
4583
  }
4584
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child {
4585
- -webkit-flex: 0 1 100%;
4586
- -ms-flex: 0 1 100%;
4587
- flex: 0 1 100%;
4588
  max-width: -webkit-calc(50% - 314.999px);
4589
  max-width: -moz-calc(50% - 314.999px);
4590
  max-width: calc(50% - 314.999px);
@@ -4601,9 +4240,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4601
  max-width: 317.501px;
4602
  }
4603
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child {
4604
- -webkit-flex: 0 1 100%;
4605
- -ms-flex: 0 1 100%;
4606
- flex: 0 1 100%;
4607
  max-width: -webkit-calc(50% - 317.499px);
4608
  max-width: -moz-calc(50% - 317.499px);
4609
  max-width: calc(50% - 317.499px);
@@ -4620,9 +4256,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4620
  max-width: 320.001px;
4621
  }
4622
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child {
4623
- -webkit-flex: 0 1 100%;
4624
- -ms-flex: 0 1 100%;
4625
- flex: 0 1 100%;
4626
  max-width: -webkit-calc(50% - 319.999px);
4627
  max-width: -moz-calc(50% - 319.999px);
4628
  max-width: calc(50% - 319.999px);
@@ -4639,9 +4272,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4639
  max-width: 322.501px;
4640
  }
4641
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child {
4642
- -webkit-flex: 0 1 100%;
4643
- -ms-flex: 0 1 100%;
4644
- flex: 0 1 100%;
4645
  max-width: -webkit-calc(50% - 322.499px);
4646
  max-width: -moz-calc(50% - 322.499px);
4647
  max-width: calc(50% - 322.499px);
@@ -4658,9 +4288,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4658
  max-width: 325.001px;
4659
  }
4660
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child {
4661
- -webkit-flex: 0 1 100%;
4662
- -ms-flex: 0 1 100%;
4663
- flex: 0 1 100%;
4664
  max-width: -webkit-calc(50% - 324.999px);
4665
  max-width: -moz-calc(50% - 324.999px);
4666
  max-width: calc(50% - 324.999px);
@@ -4677,9 +4304,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4677
  max-width: 327.501px;
4678
  }
4679
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child {
4680
- -webkit-flex: 0 1 100%;
4681
- -ms-flex: 0 1 100%;
4682
- flex: 0 1 100%;
4683
  max-width: -webkit-calc(50% - 327.499px);
4684
  max-width: -moz-calc(50% - 327.499px);
4685
  max-width: calc(50% - 327.499px);
@@ -4696,9 +4320,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4696
  max-width: 330.001px;
4697
  }
4698
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child {
4699
- -webkit-flex: 0 1 100%;
4700
- -ms-flex: 0 1 100%;
4701
- flex: 0 1 100%;
4702
  max-width: -webkit-calc(50% - 329.999px);
4703
  max-width: -moz-calc(50% - 329.999px);
4704
  max-width: calc(50% - 329.999px);
@@ -4715,9 +4336,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4715
  max-width: 332.501px;
4716
  }
4717
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child {
4718
- -webkit-flex: 0 1 100%;
4719
- -ms-flex: 0 1 100%;
4720
- flex: 0 1 100%;
4721
  max-width: -webkit-calc(50% - 332.499px);
4722
  max-width: -moz-calc(50% - 332.499px);
4723
  max-width: calc(50% - 332.499px);
@@ -4734,9 +4352,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4734
  max-width: 335.001px;
4735
  }
4736
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child {
4737
- -webkit-flex: 0 1 100%;
4738
- -ms-flex: 0 1 100%;
4739
- flex: 0 1 100%;
4740
  max-width: -webkit-calc(50% - 334.999px);
4741
  max-width: -moz-calc(50% - 334.999px);
4742
  max-width: calc(50% - 334.999px);
@@ -4753,9 +4368,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4753
  max-width: 337.501px;
4754
  }
4755
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child {
4756
- -webkit-flex: 0 1 100%;
4757
- -ms-flex: 0 1 100%;
4758
- flex: 0 1 100%;
4759
  max-width: -webkit-calc(50% - 337.499px);
4760
  max-width: -moz-calc(50% - 337.499px);
4761
  max-width: calc(50% - 337.499px);
@@ -4772,9 +4384,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4772
  max-width: 340.001px;
4773
  }
4774
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child {
4775
- -webkit-flex: 0 1 100%;
4776
- -ms-flex: 0 1 100%;
4777
- flex: 0 1 100%;
4778
  max-width: -webkit-calc(50% - 339.999px);
4779
  max-width: -moz-calc(50% - 339.999px);
4780
  max-width: calc(50% - 339.999px);
@@ -4791,9 +4400,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4791
  max-width: 342.501px;
4792
  }
4793
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child {
4794
- -webkit-flex: 0 1 100%;
4795
- -ms-flex: 0 1 100%;
4796
- flex: 0 1 100%;
4797
  max-width: -webkit-calc(50% - 342.499px);
4798
  max-width: -moz-calc(50% - 342.499px);
4799
  max-width: calc(50% - 342.499px);
@@ -4810,9 +4416,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4810
  max-width: 345.001px;
4811
  }
4812
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child {
4813
- -webkit-flex: 0 1 100%;
4814
- -ms-flex: 0 1 100%;
4815
- flex: 0 1 100%;
4816
  max-width: -webkit-calc(50% - 344.999px);
4817
  max-width: -moz-calc(50% - 344.999px);
4818
  max-width: calc(50% - 344.999px);
@@ -4829,9 +4432,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4829
  max-width: 347.501px;
4830
  }
4831
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child {
4832
- -webkit-flex: 0 1 100%;
4833
- -ms-flex: 0 1 100%;
4834
- flex: 0 1 100%;
4835
  max-width: -webkit-calc(50% - 347.499px);
4836
  max-width: -moz-calc(50% - 347.499px);
4837
  max-width: calc(50% - 347.499px);
@@ -4848,9 +4448,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4848
  max-width: 350.001px;
4849
  }
4850
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child {
4851
- -webkit-flex: 0 1 100%;
4852
- -ms-flex: 0 1 100%;
4853
- flex: 0 1 100%;
4854
  max-width: -webkit-calc(50% - 349.999px);
4855
  max-width: -moz-calc(50% - 349.999px);
4856
  max-width: calc(50% - 349.999px);
@@ -4861,9 +4458,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4861
 
4862
  /* Push right first column width */
4863
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child {
4864
- -webkit-flex: 0 1 100%;
4865
- -ms-flex: 0 1 100%;
4866
- flex: 0 1 100%;
4867
  max-width: -webkit-calc(50% - 299.999px);
4868
  max-width: -moz-calc(50% - 299.999px);
4869
  max-width: calc(50% - 299.999px);
@@ -4874,9 +4468,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4874
 
4875
  /* Push right first column width */
4876
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child {
4877
- -webkit-flex: 0 1 100%;
4878
- -ms-flex: 0 1 100%;
4879
- flex: 0 1 100%;
4880
  max-width: -webkit-calc(50% - 302.499px);
4881
  max-width: -moz-calc(50% - 302.499px);
4882
  max-width: calc(50% - 302.499px);
@@ -4887,9 +4478,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4887
 
4888
  /* Push right first column width */
4889
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child {
4890
- -webkit-flex: 0 1 100%;
4891
- -ms-flex: 0 1 100%;
4892
- flex: 0 1 100%;
4893
  max-width: -webkit-calc(50% - 304.999px);
4894
  max-width: -moz-calc(50% - 304.999px);
4895
  max-width: calc(50% - 304.999px);
@@ -4900,9 +4488,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4900
 
4901
  /* Push right first column width */
4902
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child {
4903
- -webkit-flex: 0 1 100%;
4904
- -ms-flex: 0 1 100%;
4905
- flex: 0 1 100%;
4906
  max-width: -webkit-calc(50% - 307.499px);
4907
  max-width: -moz-calc(50% - 307.499px);
4908
  max-width: calc(50% - 307.499px);
@@ -4913,9 +4498,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4913
 
4914
  /* Push right first column width */
4915
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child {
4916
- -webkit-flex: 0 1 100%;
4917
- -ms-flex: 0 1 100%;
4918
- flex: 0 1 100%;
4919
  max-width: -webkit-calc(50% - 309.999px);
4920
  max-width: -moz-calc(50% - 309.999px);
4921
  max-width: calc(50% - 309.999px);
@@ -4926,9 +4508,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4926
 
4927
  /* Push right first column width */
4928
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child {
4929
- -webkit-flex: 0 1 100%;
4930
- -ms-flex: 0 1 100%;
4931
- flex: 0 1 100%;
4932
  max-width: -webkit-calc(50% - 312.499px);
4933
  max-width: -moz-calc(50% - 312.499px);
4934
  max-width: calc(50% - 312.499px);
@@ -4939,9 +4518,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4939
 
4940
  /* Push right first column width */
4941
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child {
4942
- -webkit-flex: 0 1 100%;
4943
- -ms-flex: 0 1 100%;
4944
- flex: 0 1 100%;
4945
  max-width: -webkit-calc(50% - 314.999px);
4946
  max-width: -moz-calc(50% - 314.999px);
4947
  max-width: calc(50% - 314.999px);
@@ -4952,9 +4528,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4952
 
4953
  /* Push right first column width */
4954
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child {
4955
- -webkit-flex: 0 1 100%;
4956
- -ms-flex: 0 1 100%;
4957
- flex: 0 1 100%;
4958
  max-width: -webkit-calc(50% - 317.499px);
4959
  max-width: -moz-calc(50% - 317.499px);
4960
  max-width: calc(50% - 317.499px);
@@ -4965,9 +4538,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4965
 
4966
  /* Push right first column width */
4967
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child {
4968
- -webkit-flex: 0 1 100%;
4969
- -ms-flex: 0 1 100%;
4970
- flex: 0 1 100%;
4971
  max-width: -webkit-calc(50% - 319.999px);
4972
  max-width: -moz-calc(50% - 319.999px);
4973
  max-width: calc(50% - 319.999px);
@@ -4978,9 +4548,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4978
 
4979
  /* Push right first column width */
4980
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child {
4981
- -webkit-flex: 0 1 100%;
4982
- -ms-flex: 0 1 100%;
4983
- flex: 0 1 100%;
4984
  max-width: -webkit-calc(50% - 322.499px);
4985
  max-width: -moz-calc(50% - 322.499px);
4986
  max-width: calc(50% - 322.499px);
@@ -4991,9 +4558,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
4991
 
4992
  /* Push right first column width */
4993
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child {
4994
- -webkit-flex: 0 1 100%;
4995
- -ms-flex: 0 1 100%;
4996
- flex: 0 1 100%;
4997
  max-width: -webkit-calc(50% - 324.999px);
4998
  max-width: -moz-calc(50% - 324.999px);
4999
  max-width: calc(50% - 324.999px);
@@ -5004,9 +4568,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5004
 
5005
  /* Push right first column width */
5006
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child {
5007
- -webkit-flex: 0 1 100%;
5008
- -ms-flex: 0 1 100%;
5009
- flex: 0 1 100%;
5010
  max-width: -webkit-calc(50% - 329.999px);
5011
  max-width: -moz-calc(50% - 329.999px);
5012
  max-width: calc(50% - 329.999px);
@@ -5017,9 +4578,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5017
 
5018
  /* Push right first column width */
5019
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child {
5020
- -webkit-flex: 0 1 100%;
5021
- -ms-flex: 0 1 100%;
5022
- flex: 0 1 100%;
5023
  max-width: -webkit-calc(50% - 334.999px);
5024
  max-width: -moz-calc(50% - 334.999px);
5025
  max-width: calc(50% - 334.999px);
@@ -5030,9 +4588,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5030
 
5031
  /* Push right first column width */
5032
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child {
5033
- -webkit-flex: 0 1 100%;
5034
- -ms-flex: 0 1 100%;
5035
- flex: 0 1 100%;
5036
  max-width: -webkit-calc(50% - 339.999px);
5037
  max-width: -moz-calc(50% - 339.999px);
5038
  max-width: calc(50% - 339.999px);
@@ -5043,9 +4598,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5043
 
5044
  /* Push right first column width */
5045
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child {
5046
- -webkit-flex: 0 1 100%;
5047
- -ms-flex: 0 1 100%;
5048
- flex: 0 1 100%;
5049
  max-width: -webkit-calc(50% - 344.999px);
5050
  max-width: -moz-calc(50% - 344.999px);
5051
  max-width: calc(50% - 344.999px);
@@ -5056,9 +4608,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5056
 
5057
  /* Push right first column width */
5058
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child {
5059
- -webkit-flex: 0 1 100%;
5060
- -ms-flex: 0 1 100%;
5061
- flex: 0 1 100%;
5062
  max-width: -webkit-calc(50% - 349.999px);
5063
  max-width: -moz-calc(50% - 349.999px);
5064
  max-width: calc(50% - 349.999px);
@@ -5077,9 +4626,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5077
 
5078
  /* Push left first column content width */
5079
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4"]:first-child {
5080
- -webkit-flex: 0 1 100%;
5081
- -ms-flex: 0 1 100%;
5082
- flex: 0 1 100%;
5083
  max-width: -webkit-calc(50% - 206.66567px);
5084
  max-width: -moz-calc(50% - 206.66567px);
5085
  max-width: calc(50% - 206.66567px);
@@ -5088,18 +4634,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5088
  max-width: 373.33433px;
5089
  }
5090
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4"]:last-child {
5091
- -webkit-flex: 0 1 100%;
5092
- -ms-flex: 0 1 100%;
5093
- flex: 0 1 100%;
5094
  max-width: -webkit-calc(50% - 206.66567px);
5095
  max-width: -moz-calc(50% - 206.66567px);
5096
  max-width: calc(50% - 206.66567px);
5097
  }
5098
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
5099
  max-width: 373.33433px;
5100
- -webkit-align-self: flex-start;
5101
- -ms-flex-item-align: start;
5102
- align-self: flex-start;
5103
  }
5104
 
5105
  /* General width with gaps included */
@@ -5110,9 +4650,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5110
  max-width: 400.001px;
5111
  }
5112
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child {
5113
- -webkit-flex: 0 1 100%;
5114
- -ms-flex: 0 1 100%;
5115
- flex: 0 1 100%;
5116
  max-width: -webkit-calc(50% - 199.999px);
5117
  max-width: -moz-calc(50% - 199.999px);
5118
  max-width: calc(50% - 199.999px);
@@ -5129,9 +4666,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5129
  max-width: 403.33433px;
5130
  }
5131
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child {
5132
- -webkit-flex: 0 1 100%;
5133
- -ms-flex: 0 1 100%;
5134
- flex: 0 1 100%;
5135
  max-width: -webkit-calc(50% - 201.66567px);
5136
  max-width: -moz-calc(50% - 201.66567px);
5137
  max-width: calc(50% - 201.66567px);
@@ -5148,9 +4682,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5148
  max-width: 406.66767px;
5149
  }
5150
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child {
5151
- -webkit-flex: 0 1 100%;
5152
- -ms-flex: 0 1 100%;
5153
- flex: 0 1 100%;
5154
  max-width: -webkit-calc(50% - 203.33233px);
5155
  max-width: -moz-calc(50% - 203.33233px);
5156
  max-width: calc(50% - 203.33233px);
@@ -5167,9 +4698,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5167
  max-width: 410.001px;
5168
  }
5169
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child {
5170
- -webkit-flex: 0 1 100%;
5171
- -ms-flex: 0 1 100%;
5172
- flex: 0 1 100%;
5173
  max-width: -webkit-calc(50% - 204.999px);
5174
  max-width: -moz-calc(50% - 204.999px);
5175
  max-width: calc(50% - 204.999px);
@@ -5186,9 +4714,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5186
  max-width: 413.33433px;
5187
  }
5188
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child {
5189
- -webkit-flex: 0 1 100%;
5190
- -ms-flex: 0 1 100%;
5191
- flex: 0 1 100%;
5192
  max-width: -webkit-calc(50% - 206.66567px);
5193
  max-width: -moz-calc(50% - 206.66567px);
5194
  max-width: calc(50% - 206.66567px);
@@ -5205,9 +4730,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5205
  max-width: 416.66767px;
5206
  }
5207
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child {
5208
- -webkit-flex: 0 1 100%;
5209
- -ms-flex: 0 1 100%;
5210
- flex: 0 1 100%;
5211
  max-width: -webkit-calc(50% - 208.33233px);
5212
  max-width: -moz-calc(50% - 208.33233px);
5213
  max-width: calc(50% - 208.33233px);
@@ -5224,9 +4746,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5224
  max-width: 420.001px;
5225
  }
5226
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child {
5227
- -webkit-flex: 0 1 100%;
5228
- -ms-flex: 0 1 100%;
5229
- flex: 0 1 100%;
5230
  max-width: -webkit-calc(50% - 209.999px);
5231
  max-width: -moz-calc(50% - 209.999px);
5232
  max-width: calc(50% - 209.999px);
@@ -5243,9 +4762,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5243
  max-width: 423.33433px;
5244
  }
5245
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child {
5246
- -webkit-flex: 0 1 100%;
5247
- -ms-flex: 0 1 100%;
5248
- flex: 0 1 100%;
5249
  max-width: -webkit-calc(50% - 211.66567px);
5250
  max-width: -moz-calc(50% - 211.66567px);
5251
  max-width: calc(50% - 211.66567px);
@@ -5262,9 +4778,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5262
  max-width: 426.66767px;
5263
  }
5264
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child {
5265
- -webkit-flex: 0 1 100%;
5266
- -ms-flex: 0 1 100%;
5267
- flex: 0 1 100%;
5268
  max-width: -webkit-calc(50% - 213.33233px);
5269
  max-width: -moz-calc(50% - 213.33233px);
5270
  max-width: calc(50% - 213.33233px);
@@ -5281,9 +4794,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5281
  max-width: 430.001px;
5282
  }
5283
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child {
5284
- -webkit-flex: 0 1 100%;
5285
- -ms-flex: 0 1 100%;
5286
- flex: 0 1 100%;
5287
  max-width: -webkit-calc(50% - 214.999px);
5288
  max-width: -moz-calc(50% - 214.999px);
5289
  max-width: calc(50% - 214.999px);
@@ -5300,9 +4810,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5300
  max-width: 433.33433px;
5301
  }
5302
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child {
5303
- -webkit-flex: 0 1 100%;
5304
- -ms-flex: 0 1 100%;
5305
- flex: 0 1 100%;
5306
  max-width: -webkit-calc(50% - 216.66567px);
5307
  max-width: -moz-calc(50% - 216.66567px);
5308
  max-width: calc(50% - 216.66567px);
@@ -5319,9 +4826,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5319
  max-width: 436.66767px;
5320
  }
5321
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child {
5322
- -webkit-flex: 0 1 100%;
5323
- -ms-flex: 0 1 100%;
5324
- flex: 0 1 100%;
5325
  max-width: -webkit-calc(50% - 218.33233px);
5326
  max-width: -moz-calc(50% - 218.33233px);
5327
  max-width: calc(50% - 218.33233px);
@@ -5338,9 +4842,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5338
  max-width: 440.001px;
5339
  }
5340
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child {
5341
- -webkit-flex: 0 1 100%;
5342
- -ms-flex: 0 1 100%;
5343
- flex: 0 1 100%;
5344
  max-width: -webkit-calc(50% - 219.999px);
5345
  max-width: -moz-calc(50% - 219.999px);
5346
  max-width: calc(50% - 219.999px);
@@ -5357,9 +4858,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5357
  max-width: 443.33433px;
5358
  }
5359
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child {
5360
- -webkit-flex: 0 1 100%;
5361
- -ms-flex: 0 1 100%;
5362
- flex: 0 1 100%;
5363
  max-width: -webkit-calc(50% - 221.66567px);
5364
  max-width: -moz-calc(50% - 221.66567px);
5365
  max-width: calc(50% - 221.66567px);
@@ -5376,9 +4874,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5376
  max-width: 446.66767px;
5377
  }
5378
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child {
5379
- -webkit-flex: 0 1 100%;
5380
- -ms-flex: 0 1 100%;
5381
- flex: 0 1 100%;
5382
  max-width: -webkit-calc(50% - 223.33233px);
5383
  max-width: -moz-calc(50% - 223.33233px);
5384
  max-width: calc(50% - 223.33233px);
@@ -5395,9 +4890,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5395
  max-width: 450.001px;
5396
  }
5397
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child {
5398
- -webkit-flex: 0 1 100%;
5399
- -ms-flex: 0 1 100%;
5400
- flex: 0 1 100%;
5401
  max-width: -webkit-calc(50% - 224.999px);
5402
  max-width: -moz-calc(50% - 224.999px);
5403
  max-width: calc(50% - 224.999px);
@@ -5414,9 +4906,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5414
  max-width: 453.33433px;
5415
  }
5416
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child {
5417
- -webkit-flex: 0 1 100%;
5418
- -ms-flex: 0 1 100%;
5419
- flex: 0 1 100%;
5420
  max-width: -webkit-calc(50% - 226.66567px);
5421
  max-width: -moz-calc(50% - 226.66567px);
5422
  max-width: calc(50% - 226.66567px);
@@ -5433,9 +4922,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5433
  max-width: 456.66767px;
5434
  }
5435
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child {
5436
- -webkit-flex: 0 1 100%;
5437
- -ms-flex: 0 1 100%;
5438
- flex: 0 1 100%;
5439
  max-width: -webkit-calc(50% - 228.33233px);
5440
  max-width: -moz-calc(50% - 228.33233px);
5441
  max-width: calc(50% - 228.33233px);
@@ -5452,9 +4938,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5452
  max-width: 460.001px;
5453
  }
5454
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child {
5455
- -webkit-flex: 0 1 100%;
5456
- -ms-flex: 0 1 100%;
5457
- flex: 0 1 100%;
5458
  max-width: -webkit-calc(50% - 229.999px);
5459
  max-width: -moz-calc(50% - 229.999px);
5460
  max-width: calc(50% - 229.999px);
@@ -5471,9 +4954,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5471
  max-width: 463.33433px;
5472
  }
5473
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child {
5474
- -webkit-flex: 0 1 100%;
5475
- -ms-flex: 0 1 100%;
5476
- flex: 0 1 100%;
5477
  max-width: -webkit-calc(50% - 231.66567px);
5478
  max-width: -moz-calc(50% - 231.66567px);
5479
  max-width: calc(50% - 231.66567px);
@@ -5490,9 +4970,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5490
  max-width: 466.66767px;
5491
  }
5492
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child {
5493
- -webkit-flex: 0 1 100%;
5494
- -ms-flex: 0 1 100%;
5495
- flex: 0 1 100%;
5496
  max-width: -webkit-calc(50% - 233.33233px);
5497
  max-width: -moz-calc(50% - 233.33233px);
5498
  max-width: calc(50% - 233.33233px);
@@ -5503,9 +4980,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5503
 
5504
  /* Push right first column width */
5505
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child {
5506
- -webkit-flex: 0 1 100%;
5507
- -ms-flex: 0 1 100%;
5508
- flex: 0 1 100%;
5509
  max-width: -webkit-calc(50% - 199.999px);
5510
  max-width: -moz-calc(50% - 199.999px);
5511
  max-width: calc(50% - 199.999px);
@@ -5516,9 +4990,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5516
 
5517
  /* Push right first column width */
5518
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child {
5519
- -webkit-flex: 0 1 100%;
5520
- -ms-flex: 0 1 100%;
5521
- flex: 0 1 100%;
5522
  max-width: -webkit-calc(50% - 201.66567px);
5523
  max-width: -moz-calc(50% - 201.66567px);
5524
  max-width: calc(50% - 201.66567px);
@@ -5529,9 +5000,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5529
 
5530
  /* Push right first column width */
5531
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child {
5532
- -webkit-flex: 0 1 100%;
5533
- -ms-flex: 0 1 100%;
5534
- flex: 0 1 100%;
5535
  max-width: -webkit-calc(50% - 203.33233px);
5536
  max-width: -moz-calc(50% - 203.33233px);
5537
  max-width: calc(50% - 203.33233px);
@@ -5542,9 +5010,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5542
 
5543
  /* Push right first column width */
5544
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child {
5545
- -webkit-flex: 0 1 100%;
5546
- -ms-flex: 0 1 100%;
5547
- flex: 0 1 100%;
5548
  max-width: -webkit-calc(50% - 204.999px);
5549
  max-width: -moz-calc(50% - 204.999px);
5550
  max-width: calc(50% - 204.999px);
@@ -5555,9 +5020,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5555
 
5556
  /* Push right first column width */
5557
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child {
5558
- -webkit-flex: 0 1 100%;
5559
- -ms-flex: 0 1 100%;
5560
- flex: 0 1 100%;
5561
  max-width: -webkit-calc(50% - 206.66567px);
5562
  max-width: -moz-calc(50% - 206.66567px);
5563
  max-width: calc(50% - 206.66567px);
@@ -5568,9 +5030,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5568
 
5569
  /* Push right first column width */
5570
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child {
5571
- -webkit-flex: 0 1 100%;
5572
- -ms-flex: 0 1 100%;
5573
- flex: 0 1 100%;
5574
  max-width: -webkit-calc(50% - 208.33233px);
5575
  max-width: -moz-calc(50% - 208.33233px);
5576
  max-width: calc(50% - 208.33233px);
@@ -5581,9 +5040,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5581
 
5582
  /* Push right first column width */
5583
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child {
5584
- -webkit-flex: 0 1 100%;
5585
- -ms-flex: 0 1 100%;
5586
- flex: 0 1 100%;
5587
  max-width: -webkit-calc(50% - 209.999px);
5588
  max-width: -moz-calc(50% - 209.999px);
5589
  max-width: calc(50% - 209.999px);
@@ -5594,9 +5050,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5594
 
5595
  /* Push right first column width */
5596
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child {
5597
- -webkit-flex: 0 1 100%;
5598
- -ms-flex: 0 1 100%;
5599
- flex: 0 1 100%;
5600
  max-width: -webkit-calc(50% - 211.66567px);
5601
  max-width: -moz-calc(50% - 211.66567px);
5602
  max-width: calc(50% - 211.66567px);
@@ -5607,9 +5060,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5607
 
5608
  /* Push right first column width */
5609
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child {
5610
- -webkit-flex: 0 1 100%;
5611
- -ms-flex: 0 1 100%;
5612
- flex: 0 1 100%;
5613
  max-width: -webkit-calc(50% - 213.33233px);
5614
  max-width: -moz-calc(50% - 213.33233px);
5615
  max-width: calc(50% - 213.33233px);
@@ -5620,9 +5070,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5620
 
5621
  /* Push right first column width */
5622
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child {
5623
- -webkit-flex: 0 1 100%;
5624
- -ms-flex: 0 1 100%;
5625
- flex: 0 1 100%;
5626
  max-width: -webkit-calc(50% - 214.999px);
5627
  max-width: -moz-calc(50% - 214.999px);
5628
  max-width: calc(50% - 214.999px);
@@ -5633,9 +5080,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5633
 
5634
  /* Push right first column width */
5635
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child {
5636
- -webkit-flex: 0 1 100%;
5637
- -ms-flex: 0 1 100%;
5638
- flex: 0 1 100%;
5639
  max-width: -webkit-calc(50% - 216.66567px);
5640
  max-width: -moz-calc(50% - 216.66567px);
5641
  max-width: calc(50% - 216.66567px);
@@ -5646,9 +5090,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5646
 
5647
  /* Push right first column width */
5648
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child {
5649
- -webkit-flex: 0 1 100%;
5650
- -ms-flex: 0 1 100%;
5651
- flex: 0 1 100%;
5652
  max-width: -webkit-calc(50% - 219.999px);
5653
  max-width: -moz-calc(50% - 219.999px);
5654
  max-width: calc(50% - 219.999px);
@@ -5659,9 +5100,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5659
 
5660
  /* Push right first column width */
5661
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child {
5662
- -webkit-flex: 0 1 100%;
5663
- -ms-flex: 0 1 100%;
5664
- flex: 0 1 100%;
5665
  max-width: -webkit-calc(50% - 223.33233px);
5666
  max-width: -moz-calc(50% - 223.33233px);
5667
  max-width: calc(50% - 223.33233px);
@@ -5672,9 +5110,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5672
 
5673
  /* Push right first column width */
5674
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child {
5675
- -webkit-flex: 0 1 100%;
5676
- -ms-flex: 0 1 100%;
5677
- flex: 0 1 100%;
5678
  max-width: -webkit-calc(50% - 226.66567px);
5679
  max-width: -moz-calc(50% - 226.66567px);
5680
  max-width: calc(50% - 226.66567px);
@@ -5685,9 +5120,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5685
 
5686
  /* Push right first column width */
5687
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child {
5688
- -webkit-flex: 0 1 100%;
5689
- -ms-flex: 0 1 100%;
5690
- flex: 0 1 100%;
5691
  max-width: -webkit-calc(50% - 229.999px);
5692
  max-width: -moz-calc(50% - 229.999px);
5693
  max-width: calc(50% - 229.999px);
@@ -5698,9 +5130,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5698
 
5699
  /* Push right first column width */
5700
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child {
5701
- -webkit-flex: 0 1 100%;
5702
- -ms-flex: 0 1 100%;
5703
- flex: 0 1 100%;
5704
  max-width: -webkit-calc(50% - 233.33233px);
5705
  max-width: -moz-calc(50% - 233.33233px);
5706
  max-width: calc(50% - 233.33233px);
@@ -5719,9 +5148,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5719
 
5720
  /* Push left first column content width */
5721
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4.8"]:first-child {
5722
- -webkit-flex: 0 1 100%;
5723
- -ms-flex: 0 1 100%;
5724
- flex: 0 1 100%;
5725
  max-width: -webkit-calc(50% - 123.999px);
5726
  max-width: -moz-calc(50% - 123.999px);
5727
  max-width: calc(50% - 123.999px);
@@ -5730,18 +5156,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5730
  max-width: 456.001px;
5731
  }
5732
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4.8"]:last-child {
5733
- -webkit-flex: 0 1 100%;
5734
- -ms-flex: 0 1 100%;
5735
- flex: 0 1 100%;
5736
  max-width: -webkit-calc(50% - 123.999px);
5737
  max-width: -moz-calc(50% - 123.999px);
5738
  max-width: calc(50% - 123.999px);
5739
  }
5740
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
5741
  max-width: 456.001px;
5742
- -webkit-align-self: flex-start;
5743
- -ms-flex-item-align: start;
5744
- align-self: flex-start;
5745
  }
5746
 
5747
  /* General width with gaps included */
@@ -5752,9 +5172,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5752
  max-width: 480.001px;
5753
  }
5754
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child {
5755
- -webkit-flex: 0 1 100%;
5756
- -ms-flex: 0 1 100%;
5757
- flex: 0 1 100%;
5758
  max-width: -webkit-calc(50% - 119.999px);
5759
  max-width: -moz-calc(50% - 119.999px);
5760
  max-width: calc(50% - 119.999px);
@@ -5771,9 +5188,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5771
  max-width: 484.001px;
5772
  }
5773
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child {
5774
- -webkit-flex: 0 1 100%;
5775
- -ms-flex: 0 1 100%;
5776
- flex: 0 1 100%;
5777
  max-width: -webkit-calc(50% - 120.999px);
5778
  max-width: -moz-calc(50% - 120.999px);
5779
  max-width: calc(50% - 120.999px);
@@ -5790,9 +5204,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5790
  max-width: 488.001px;
5791
  }
5792
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child {
5793
- -webkit-flex: 0 1 100%;
5794
- -ms-flex: 0 1 100%;
5795
- flex: 0 1 100%;
5796
  max-width: -webkit-calc(50% - 121.999px);
5797
  max-width: -moz-calc(50% - 121.999px);
5798
  max-width: calc(50% - 121.999px);
@@ -5809,9 +5220,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5809
  max-width: 492.001px;
5810
  }
5811
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child {
5812
- -webkit-flex: 0 1 100%;
5813
- -ms-flex: 0 1 100%;
5814
- flex: 0 1 100%;
5815
  max-width: -webkit-calc(50% - 122.999px);
5816
  max-width: -moz-calc(50% - 122.999px);
5817
  max-width: calc(50% - 122.999px);
@@ -5828,9 +5236,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5828
  max-width: 496.001px;
5829
  }
5830
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child {
5831
- -webkit-flex: 0 1 100%;
5832
- -ms-flex: 0 1 100%;
5833
- flex: 0 1 100%;
5834
  max-width: -webkit-calc(50% - 123.999px);
5835
  max-width: -moz-calc(50% - 123.999px);
5836
  max-width: calc(50% - 123.999px);
@@ -5847,9 +5252,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5847
  max-width: 500.001px;
5848
  }
5849
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child {
5850
- -webkit-flex: 0 1 100%;
5851
- -ms-flex: 0 1 100%;
5852
- flex: 0 1 100%;
5853
  max-width: -webkit-calc(50% - 124.999px);
5854
  max-width: -moz-calc(50% - 124.999px);
5855
  max-width: calc(50% - 124.999px);
@@ -5866,9 +5268,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5866
  max-width: 504.001px;
5867
  }
5868
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child {
5869
- -webkit-flex: 0 1 100%;
5870
- -ms-flex: 0 1 100%;
5871
- flex: 0 1 100%;
5872
  max-width: -webkit-calc(50% - 125.999px);
5873
  max-width: -moz-calc(50% - 125.999px);
5874
  max-width: calc(50% - 125.999px);
@@ -5885,9 +5284,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5885
  max-width: 508.001px;
5886
  }
5887
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child {
5888
- -webkit-flex: 0 1 100%;
5889
- -ms-flex: 0 1 100%;
5890
- flex: 0 1 100%;
5891
  max-width: -webkit-calc(50% - 126.999px);
5892
  max-width: -moz-calc(50% - 126.999px);
5893
  max-width: calc(50% - 126.999px);
@@ -5904,9 +5300,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5904
  max-width: 512.001px;
5905
  }
5906
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child {
5907
- -webkit-flex: 0 1 100%;
5908
- -ms-flex: 0 1 100%;
5909
- flex: 0 1 100%;
5910
  max-width: -webkit-calc(50% - 127.999px);
5911
  max-width: -moz-calc(50% - 127.999px);
5912
  max-width: calc(50% - 127.999px);
@@ -5923,9 +5316,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5923
  max-width: 516.001px;
5924
  }
5925
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child {
5926
- -webkit-flex: 0 1 100%;
5927
- -ms-flex: 0 1 100%;
5928
- flex: 0 1 100%;
5929
  max-width: -webkit-calc(50% - 128.999px);
5930
  max-width: -moz-calc(50% - 128.999px);
5931
  max-width: calc(50% - 128.999px);
@@ -5942,9 +5332,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5942
  max-width: 520.001px;
5943
  }
5944
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child {
5945
- -webkit-flex: 0 1 100%;
5946
- -ms-flex: 0 1 100%;
5947
- flex: 0 1 100%;
5948
  max-width: -webkit-calc(50% - 129.999px);
5949
  max-width: -moz-calc(50% - 129.999px);
5950
  max-width: calc(50% - 129.999px);
@@ -5961,9 +5348,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5961
  max-width: 524.001px;
5962
  }
5963
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child {
5964
- -webkit-flex: 0 1 100%;
5965
- -ms-flex: 0 1 100%;
5966
- flex: 0 1 100%;
5967
  max-width: -webkit-calc(50% - 130.999px);
5968
  max-width: -moz-calc(50% - 130.999px);
5969
  max-width: calc(50% - 130.999px);
@@ -5980,9 +5364,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5980
  max-width: 528.001px;
5981
  }
5982
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child {
5983
- -webkit-flex: 0 1 100%;
5984
- -ms-flex: 0 1 100%;
5985
- flex: 0 1 100%;
5986
  max-width: -webkit-calc(50% - 131.999px);
5987
  max-width: -moz-calc(50% - 131.999px);
5988
  max-width: calc(50% - 131.999px);
@@ -5999,9 +5380,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
5999
  max-width: 532.001px;
6000
  }
6001
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child {
6002
- -webkit-flex: 0 1 100%;
6003
- -ms-flex: 0 1 100%;
6004
- flex: 0 1 100%;
6005
  max-width: -webkit-calc(50% - 132.999px);
6006
  max-width: -moz-calc(50% - 132.999px);
6007
  max-width: calc(50% - 132.999px);
@@ -6018,9 +5396,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6018
  max-width: 536.001px;
6019
  }
6020
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child {
6021
- -webkit-flex: 0 1 100%;
6022
- -ms-flex: 0 1 100%;
6023
- flex: 0 1 100%;
6024
  max-width: -webkit-calc(50% - 133.999px);
6025
  max-width: -moz-calc(50% - 133.999px);
6026
  max-width: calc(50% - 133.999px);
@@ -6037,9 +5412,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6037
  max-width: 540.001px;
6038
  }
6039
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child {
6040
- -webkit-flex: 0 1 100%;
6041
- -ms-flex: 0 1 100%;
6042
- flex: 0 1 100%;
6043
  max-width: -webkit-calc(50% - 134.999px);
6044
  max-width: -moz-calc(50% - 134.999px);
6045
  max-width: calc(50% - 134.999px);
@@ -6056,9 +5428,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6056
  max-width: 544.001px;
6057
  }
6058
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child {
6059
- -webkit-flex: 0 1 100%;
6060
- -ms-flex: 0 1 100%;
6061
- flex: 0 1 100%;
6062
  max-width: -webkit-calc(50% - 135.999px);
6063
  max-width: -moz-calc(50% - 135.999px);
6064
  max-width: calc(50% - 135.999px);
@@ -6075,9 +5444,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6075
  max-width: 548.001px;
6076
  }
6077
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child {
6078
- -webkit-flex: 0 1 100%;
6079
- -ms-flex: 0 1 100%;
6080
- flex: 0 1 100%;
6081
  max-width: -webkit-calc(50% - 136.999px);
6082
  max-width: -moz-calc(50% - 136.999px);
6083
  max-width: calc(50% - 136.999px);
@@ -6094,9 +5460,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6094
  max-width: 552.001px;
6095
  }
6096
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child {
6097
- -webkit-flex: 0 1 100%;
6098
- -ms-flex: 0 1 100%;
6099
- flex: 0 1 100%;
6100
  max-width: -webkit-calc(50% - 137.999px);
6101
  max-width: -moz-calc(50% - 137.999px);
6102
  max-width: calc(50% - 137.999px);
@@ -6113,9 +5476,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6113
  max-width: 556.001px;
6114
  }
6115
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child {
6116
- -webkit-flex: 0 1 100%;
6117
- -ms-flex: 0 1 100%;
6118
- flex: 0 1 100%;
6119
  max-width: -webkit-calc(50% - 138.999px);
6120
  max-width: -moz-calc(50% - 138.999px);
6121
  max-width: calc(50% - 138.999px);
@@ -6132,9 +5492,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6132
  max-width: 560.001px;
6133
  }
6134
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child {
6135
- -webkit-flex: 0 1 100%;
6136
- -ms-flex: 0 1 100%;
6137
- flex: 0 1 100%;
6138
  max-width: -webkit-calc(50% - 139.999px);
6139
  max-width: -moz-calc(50% - 139.999px);
6140
  max-width: calc(50% - 139.999px);
@@ -6145,9 +5502,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6145
 
6146
  /* Push right first column width */
6147
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child {
6148
- -webkit-flex: 0 1 100%;
6149
- -ms-flex: 0 1 100%;
6150
- flex: 0 1 100%;
6151
  max-width: -webkit-calc(50% - 119.999px);
6152
  max-width: -moz-calc(50% - 119.999px);
6153
  max-width: calc(50% - 119.999px);
@@ -6158,9 +5512,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6158
 
6159
  /* Push right first column width */
6160
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child {
6161
- -webkit-flex: 0 1 100%;
6162
- -ms-flex: 0 1 100%;
6163
- flex: 0 1 100%;
6164
  max-width: -webkit-calc(50% - 120.999px);
6165
  max-width: -moz-calc(50% - 120.999px);
6166
  max-width: calc(50% - 120.999px);
@@ -6171,9 +5522,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6171
 
6172
  /* Push right first column width */
6173
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child {
6174
- -webkit-flex: 0 1 100%;
6175
- -ms-flex: 0 1 100%;
6176
- flex: 0 1 100%;
6177
  max-width: -webkit-calc(50% - 121.999px);
6178
  max-width: -moz-calc(50% - 121.999px);
6179
  max-width: calc(50% - 121.999px);
@@ -6184,9 +5532,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6184
 
6185
  /* Push right first column width */
6186
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child {
6187
- -webkit-flex: 0 1 100%;
6188
- -ms-flex: 0 1 100%;
6189
- flex: 0 1 100%;
6190
  max-width: -webkit-calc(50% - 122.999px);
6191
  max-width: -moz-calc(50% - 122.999px);
6192
  max-width: calc(50% - 122.999px);
@@ -6197,9 +5542,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6197
 
6198
  /* Push right first column width */
6199
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child {
6200
- -webkit-flex: 0 1 100%;
6201
- -ms-flex: 0 1 100%;
6202
- flex: 0 1 100%;
6203
  max-width: -webkit-calc(50% - 123.999px);
6204
  max-width: -moz-calc(50% - 123.999px);
6205
  max-width: calc(50% - 123.999px);
@@ -6210,9 +5552,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6210
 
6211
  /* Push right first column width */
6212
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child {
6213
- -webkit-flex: 0 1 100%;
6214
- -ms-flex: 0 1 100%;
6215
- flex: 0 1 100%;
6216
  max-width: -webkit-calc(50% - 124.999px);
6217
  max-width: -moz-calc(50% - 124.999px);
6218
  max-width: calc(50% - 124.999px);
@@ -6223,9 +5562,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6223
 
6224
  /* Push right first column width */
6225
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child {
6226
- -webkit-flex: 0 1 100%;
6227
- -ms-flex: 0 1 100%;
6228
- flex: 0 1 100%;
6229
  max-width: -webkit-calc(50% - 125.999px);
6230
  max-width: -moz-calc(50% - 125.999px);
6231
  max-width: calc(50% - 125.999px);
@@ -6236,9 +5572,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6236
 
6237
  /* Push right first column width */
6238
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child {
6239
- -webkit-flex: 0 1 100%;
6240
- -ms-flex: 0 1 100%;
6241
- flex: 0 1 100%;
6242
  max-width: -webkit-calc(50% - 126.999px);
6243
  max-width: -moz-calc(50% - 126.999px);
6244
  max-width: calc(50% - 126.999px);
@@ -6249,9 +5582,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6249
 
6250
  /* Push right first column width */
6251
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child {
6252
- -webkit-flex: 0 1 100%;
6253
- -ms-flex: 0 1 100%;
6254
- flex: 0 1 100%;
6255
  max-width: -webkit-calc(50% - 127.999px);
6256
  max-width: -moz-calc(50% - 127.999px);
6257
  max-width: calc(50% - 127.999px);
@@ -6262,9 +5592,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6262
 
6263
  /* Push right first column width */
6264
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child {
6265
- -webkit-flex: 0 1 100%;
6266
- -ms-flex: 0 1 100%;
6267
- flex: 0 1 100%;
6268
  max-width: -webkit-calc(50% - 128.999px);
6269
  max-width: -moz-calc(50% - 128.999px);
6270
  max-width: calc(50% - 128.999px);
@@ -6275,9 +5602,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6275
 
6276
  /* Push right first column width */
6277
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child {
6278
- -webkit-flex: 0 1 100%;
6279
- -ms-flex: 0 1 100%;
6280
- flex: 0 1 100%;
6281
  max-width: -webkit-calc(50% - 129.999px);
6282
  max-width: -moz-calc(50% - 129.999px);
6283
  max-width: calc(50% - 129.999px);
@@ -6288,9 +5612,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6288
 
6289
  /* Push right first column width */
6290
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child {
6291
- -webkit-flex: 0 1 100%;
6292
- -ms-flex: 0 1 100%;
6293
- flex: 0 1 100%;
6294
  max-width: -webkit-calc(50% - 131.999px);
6295
  max-width: -moz-calc(50% - 131.999px);
6296
  max-width: calc(50% - 131.999px);
@@ -6301,9 +5622,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6301
 
6302
  /* Push right first column width */
6303
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child {
6304
- -webkit-flex: 0 1 100%;
6305
- -ms-flex: 0 1 100%;
6306
- flex: 0 1 100%;
6307
  max-width: -webkit-calc(50% - 133.999px);
6308
  max-width: -moz-calc(50% - 133.999px);
6309
  max-width: calc(50% - 133.999px);
@@ -6314,9 +5632,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6314
 
6315
  /* Push right first column width */
6316
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child {
6317
- -webkit-flex: 0 1 100%;
6318
- -ms-flex: 0 1 100%;
6319
- flex: 0 1 100%;
6320
  max-width: -webkit-calc(50% - 135.999px);
6321
  max-width: -moz-calc(50% - 135.999px);
6322
  max-width: calc(50% - 135.999px);
@@ -6327,9 +5642,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6327
 
6328
  /* Push right first column width */
6329
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child {
6330
- -webkit-flex: 0 1 100%;
6331
- -ms-flex: 0 1 100%;
6332
- flex: 0 1 100%;
6333
  max-width: -webkit-calc(50% - 137.999px);
6334
  max-width: -moz-calc(50% - 137.999px);
6335
  max-width: calc(50% - 137.999px);
@@ -6340,9 +5652,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6340
 
6341
  /* Push right first column width */
6342
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child {
6343
- -webkit-flex: 0 1 100%;
6344
- -ms-flex: 0 1 100%;
6345
- flex: 0 1 100%;
6346
  max-width: -webkit-calc(50% - 139.999px);
6347
  max-width: -moz-calc(50% - 139.999px);
6348
  max-width: calc(50% - 139.999px);
@@ -6361,9 +5670,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6361
 
6362
  /* Push left first column content width */
6363
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="5"]:first-child {
6364
- -webkit-flex: 0 1 100%;
6365
- -ms-flex: 0 1 100%;
6366
- flex: 0 1 100%;
6367
  max-width: -webkit-calc(50% - 103.33233px);
6368
  max-width: -moz-calc(50% - 103.33233px);
6369
  max-width: calc(50% - 103.33233px);
@@ -6372,18 +5678,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6372
  max-width: 476.66767px;
6373
  }
6374
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="5"]:last-child {
6375
- -webkit-flex: 0 1 100%;
6376
- -ms-flex: 0 1 100%;
6377
- flex: 0 1 100%;
6378
  max-width: -webkit-calc(50% - 103.33233px);
6379
  max-width: -moz-calc(50% - 103.33233px);
6380
  max-width: calc(50% - 103.33233px);
6381
  }
6382
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
6383
  max-width: 476.66767px;
6384
- -webkit-align-self: flex-start;
6385
- -ms-flex-item-align: start;
6386
- align-self: flex-start;
6387
  }
6388
 
6389
  /* General width with gaps included */
@@ -6394,9 +5694,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6394
  max-width: 500.001px;
6395
  }
6396
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child {
6397
- -webkit-flex: 0 1 100%;
6398
- -ms-flex: 0 1 100%;
6399
- flex: 0 1 100%;
6400
  max-width: -webkit-calc(50% - 99.999px);
6401
  max-width: -moz-calc(50% - 99.999px);
6402
  max-width: calc(50% - 99.999px);
@@ -6413,9 +5710,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6413
  max-width: 504.16767px;
6414
  }
6415
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child {
6416
- -webkit-flex: 0 1 100%;
6417
- -ms-flex: 0 1 100%;
6418
- flex: 0 1 100%;
6419
  max-width: -webkit-calc(50% - 100.83233px);
6420
  max-width: -moz-calc(50% - 100.83233px);
6421
  max-width: calc(50% - 100.83233px);
@@ -6432,9 +5726,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6432
  max-width: 508.33433px;
6433
  }
6434
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child {
6435
- -webkit-flex: 0 1 100%;
6436
- -ms-flex: 0 1 100%;
6437
- flex: 0 1 100%;
6438
  max-width: -webkit-calc(50% - 101.66567px);
6439
  max-width: -moz-calc(50% - 101.66567px);
6440
  max-width: calc(50% - 101.66567px);
@@ -6451,9 +5742,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6451
  max-width: 512.501px;
6452
  }
6453
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child {
6454
- -webkit-flex: 0 1 100%;
6455
- -ms-flex: 0 1 100%;
6456
- flex: 0 1 100%;
6457
  max-width: -webkit-calc(50% - 102.499px);
6458
  max-width: -moz-calc(50% - 102.499px);
6459
  max-width: calc(50% - 102.499px);
@@ -6470,9 +5758,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6470
  max-width: 516.66767px;
6471
  }
6472
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child {
6473
- -webkit-flex: 0 1 100%;
6474
- -ms-flex: 0 1 100%;
6475
- flex: 0 1 100%;
6476
  max-width: -webkit-calc(50% - 103.33233px);
6477
  max-width: -moz-calc(50% - 103.33233px);
6478
  max-width: calc(50% - 103.33233px);
@@ -6489,9 +5774,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6489
  max-width: 520.83433px;
6490
  }
6491
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child {
6492
- -webkit-flex: 0 1 100%;
6493
- -ms-flex: 0 1 100%;
6494
- flex: 0 1 100%;
6495
  max-width: -webkit-calc(50% - 104.16567px);
6496
  max-width: -moz-calc(50% - 104.16567px);
6497
  max-width: calc(50% - 104.16567px);
@@ -6508,9 +5790,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6508
  max-width: 525.001px;
6509
  }
6510
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child {
6511
- -webkit-flex: 0 1 100%;
6512
- -ms-flex: 0 1 100%;
6513
- flex: 0 1 100%;
6514
  max-width: -webkit-calc(50% - 104.999px);
6515
  max-width: -moz-calc(50% - 104.999px);
6516
  max-width: calc(50% - 104.999px);
@@ -6527,9 +5806,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6527
  max-width: 529.16767px;
6528
  }
6529
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child {
6530
- -webkit-flex: 0 1 100%;
6531
- -ms-flex: 0 1 100%;
6532
- flex: 0 1 100%;
6533
  max-width: -webkit-calc(50% - 105.83233px);
6534
  max-width: -moz-calc(50% - 105.83233px);
6535
  max-width: calc(50% - 105.83233px);
@@ -6546,9 +5822,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6546
  max-width: 533.33433px;
6547
  }
6548
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child {
6549
- -webkit-flex: 0 1 100%;
6550
- -ms-flex: 0 1 100%;
6551
- flex: 0 1 100%;
6552
  max-width: -webkit-calc(50% - 106.66567px);
6553
  max-width: -moz-calc(50% - 106.66567px);
6554
  max-width: calc(50% - 106.66567px);
@@ -6565,9 +5838,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6565
  max-width: 537.501px;
6566
  }
6567
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child {
6568
- -webkit-flex: 0 1 100%;
6569
- -ms-flex: 0 1 100%;
6570
- flex: 0 1 100%;
6571
  max-width: -webkit-calc(50% - 107.499px);
6572
  max-width: -moz-calc(50% - 107.499px);
6573
  max-width: calc(50% - 107.499px);
@@ -6584,9 +5854,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6584
  max-width: 541.66767px;
6585
  }
6586
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child {
6587
- -webkit-flex: 0 1 100%;
6588
- -ms-flex: 0 1 100%;
6589
- flex: 0 1 100%;
6590
  max-width: -webkit-calc(50% - 108.33233px);
6591
  max-width: -moz-calc(50% - 108.33233px);
6592
  max-width: calc(50% - 108.33233px);
@@ -6603,9 +5870,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6603
  max-width: 545.83433px;
6604
  }
6605
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child {
6606
- -webkit-flex: 0 1 100%;
6607
- -ms-flex: 0 1 100%;
6608
- flex: 0 1 100%;
6609
  max-width: -webkit-calc(50% - 109.16567px);
6610
  max-width: -moz-calc(50% - 109.16567px);
6611
  max-width: calc(50% - 109.16567px);
@@ -6622,9 +5886,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6622
  max-width: 550.001px;
6623
  }
6624
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child {
6625
- -webkit-flex: 0 1 100%;
6626
- -ms-flex: 0 1 100%;
6627
- flex: 0 1 100%;
6628
  max-width: -webkit-calc(50% - 109.999px);
6629
  max-width: -moz-calc(50% - 109.999px);
6630
  max-width: calc(50% - 109.999px);
@@ -6641,9 +5902,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6641
  max-width: 554.16767px;
6642
  }
6643
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child {
6644
- -webkit-flex: 0 1 100%;
6645
- -ms-flex: 0 1 100%;
6646
- flex: 0 1 100%;
6647
  max-width: -webkit-calc(50% - 110.83233px);
6648
  max-width: -moz-calc(50% - 110.83233px);
6649
  max-width: calc(50% - 110.83233px);
@@ -6660,9 +5918,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6660
  max-width: 558.33433px;
6661
  }
6662
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child {
6663
- -webkit-flex: 0 1 100%;
6664
- -ms-flex: 0 1 100%;
6665
- flex: 0 1 100%;
6666
  max-width: -webkit-calc(50% - 111.66567px);
6667
  max-width: -moz-calc(50% - 111.66567px);
6668
  max-width: calc(50% - 111.66567px);
@@ -6679,9 +5934,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6679
  max-width: 562.501px;
6680
  }
6681
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child {
6682
- -webkit-flex: 0 1 100%;
6683
- -ms-flex: 0 1 100%;
6684
- flex: 0 1 100%;
6685
  max-width: -webkit-calc(50% - 112.499px);
6686
  max-width: -moz-calc(50% - 112.499px);
6687
  max-width: calc(50% - 112.499px);
@@ -6698,9 +5950,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6698
  max-width: 566.66767px;
6699
  }
6700
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child {
6701
- -webkit-flex: 0 1 100%;
6702
- -ms-flex: 0 1 100%;
6703
- flex: 0 1 100%;
6704
  max-width: -webkit-calc(50% - 113.33233px);
6705
  max-width: -moz-calc(50% - 113.33233px);
6706
  max-width: calc(50% - 113.33233px);
@@ -6717,9 +5966,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6717
  max-width: 570.83433px;
6718
  }
6719
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child {
6720
- -webkit-flex: 0 1 100%;
6721
- -ms-flex: 0 1 100%;
6722
- flex: 0 1 100%;
6723
  max-width: -webkit-calc(50% - 114.16567px);
6724
  max-width: -moz-calc(50% - 114.16567px);
6725
  max-width: calc(50% - 114.16567px);
@@ -6736,9 +5982,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6736
  max-width: 575.001px;
6737
  }
6738
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child {
6739
- -webkit-flex: 0 1 100%;
6740
- -ms-flex: 0 1 100%;
6741
- flex: 0 1 100%;
6742
  max-width: -webkit-calc(50% - 114.999px);
6743
  max-width: -moz-calc(50% - 114.999px);
6744
  max-width: calc(50% - 114.999px);
@@ -6755,9 +5998,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6755
  max-width: 579.16767px;
6756
  }
6757
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child {
6758
- -webkit-flex: 0 1 100%;
6759
- -ms-flex: 0 1 100%;
6760
- flex: 0 1 100%;
6761
  max-width: -webkit-calc(50% - 115.83233px);
6762
  max-width: -moz-calc(50% - 115.83233px);
6763
  max-width: calc(50% - 115.83233px);
@@ -6774,9 +6014,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6774
  max-width: 583.33433px;
6775
  }
6776
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child {
6777
- -webkit-flex: 0 1 100%;
6778
- -ms-flex: 0 1 100%;
6779
- flex: 0 1 100%;
6780
  max-width: -webkit-calc(50% - 116.66567px);
6781
  max-width: -moz-calc(50% - 116.66567px);
6782
  max-width: calc(50% - 116.66567px);
@@ -6787,9 +6024,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6787
 
6788
  /* Push right first column width */
6789
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child {
6790
- -webkit-flex: 0 1 100%;
6791
- -ms-flex: 0 1 100%;
6792
- flex: 0 1 100%;
6793
  max-width: -webkit-calc(50% - 99.999px);
6794
  max-width: -moz-calc(50% - 99.999px);
6795
  max-width: calc(50% - 99.999px);
@@ -6800,9 +6034,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6800
 
6801
  /* Push right first column width */
6802
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child {
6803
- -webkit-flex: 0 1 100%;
6804
- -ms-flex: 0 1 100%;
6805
- flex: 0 1 100%;
6806
  max-width: -webkit-calc(50% - 100.83233px);
6807
  max-width: -moz-calc(50% - 100.83233px);
6808
  max-width: calc(50% - 100.83233px);
@@ -6813,9 +6044,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6813
 
6814
  /* Push right first column width */
6815
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child {
6816
- -webkit-flex: 0 1 100%;
6817
- -ms-flex: 0 1 100%;
6818
- flex: 0 1 100%;
6819
  max-width: -webkit-calc(50% - 101.66567px);
6820
  max-width: -moz-calc(50% - 101.66567px);
6821
  max-width: calc(50% - 101.66567px);
@@ -6826,9 +6054,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6826
 
6827
  /* Push right first column width */
6828
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child {
6829
- -webkit-flex: 0 1 100%;
6830
- -ms-flex: 0 1 100%;
6831
- flex: 0 1 100%;
6832
  max-width: -webkit-calc(50% - 102.499px);
6833
  max-width: -moz-calc(50% - 102.499px);
6834
  max-width: calc(50% - 102.499px);
@@ -6839,9 +6064,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6839
 
6840
  /* Push right first column width */
6841
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child {
6842
- -webkit-flex: 0 1 100%;
6843
- -ms-flex: 0 1 100%;
6844
- flex: 0 1 100%;
6845
  max-width: -webkit-calc(50% - 103.33233px);
6846
  max-width: -moz-calc(50% - 103.33233px);
6847
  max-width: calc(50% - 103.33233px);
@@ -6852,9 +6074,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6852
 
6853
  /* Push right first column width */
6854
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child {
6855
- -webkit-flex: 0 1 100%;
6856
- -ms-flex: 0 1 100%;
6857
- flex: 0 1 100%;
6858
  max-width: -webkit-calc(50% - 104.16567px);
6859
  max-width: -moz-calc(50% - 104.16567px);
6860
  max-width: calc(50% - 104.16567px);
@@ -6865,9 +6084,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6865
 
6866
  /* Push right first column width */
6867
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child {
6868
- -webkit-flex: 0 1 100%;
6869
- -ms-flex: 0 1 100%;
6870
- flex: 0 1 100%;
6871
  max-width: -webkit-calc(50% - 104.999px);
6872
  max-width: -moz-calc(50% - 104.999px);
6873
  max-width: calc(50% - 104.999px);
@@ -6878,9 +6094,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6878
 
6879
  /* Push right first column width */
6880
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child {
6881
- -webkit-flex: 0 1 100%;
6882
- -ms-flex: 0 1 100%;
6883
- flex: 0 1 100%;
6884
  max-width: -webkit-calc(50% - 105.83233px);
6885
  max-width: -moz-calc(50% - 105.83233px);
6886
  max-width: calc(50% - 105.83233px);
@@ -6891,9 +6104,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6891
 
6892
  /* Push right first column width */
6893
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child {
6894
- -webkit-flex: 0 1 100%;
6895
- -ms-flex: 0 1 100%;
6896
- flex: 0 1 100%;
6897
  max-width: -webkit-calc(50% - 106.66567px);
6898
  max-width: -moz-calc(50% - 106.66567px);
6899
  max-width: calc(50% - 106.66567px);
@@ -6904,9 +6114,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6904
 
6905
  /* Push right first column width */
6906
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child {
6907
- -webkit-flex: 0 1 100%;
6908
- -ms-flex: 0 1 100%;
6909
- flex: 0 1 100%;
6910
  max-width: -webkit-calc(50% - 107.499px);
6911
  max-width: -moz-calc(50% - 107.499px);
6912
  max-width: calc(50% - 107.499px);
@@ -6917,9 +6124,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6917
 
6918
  /* Push right first column width */
6919
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child {
6920
- -webkit-flex: 0 1 100%;
6921
- -ms-flex: 0 1 100%;
6922
- flex: 0 1 100%;
6923
  max-width: -webkit-calc(50% - 108.33233px);
6924
  max-width: -moz-calc(50% - 108.33233px);
6925
  max-width: calc(50% - 108.33233px);
@@ -6930,9 +6134,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6930
 
6931
  /* Push right first column width */
6932
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child {
6933
- -webkit-flex: 0 1 100%;
6934
- -ms-flex: 0 1 100%;
6935
- flex: 0 1 100%;
6936
  max-width: -webkit-calc(50% - 109.999px);
6937
  max-width: -moz-calc(50% - 109.999px);
6938
  max-width: calc(50% - 109.999px);
@@ -6943,9 +6144,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6943
 
6944
  /* Push right first column width */
6945
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child {
6946
- -webkit-flex: 0 1 100%;
6947
- -ms-flex: 0 1 100%;
6948
- flex: 0 1 100%;
6949
  max-width: -webkit-calc(50% - 111.66567px);
6950
  max-width: -moz-calc(50% - 111.66567px);
6951
  max-width: calc(50% - 111.66567px);
@@ -6956,9 +6154,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6956
 
6957
  /* Push right first column width */
6958
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child {
6959
- -webkit-flex: 0 1 100%;
6960
- -ms-flex: 0 1 100%;
6961
- flex: 0 1 100%;
6962
  max-width: -webkit-calc(50% - 113.33233px);
6963
  max-width: -moz-calc(50% - 113.33233px);
6964
  max-width: calc(50% - 113.33233px);
@@ -6969,9 +6164,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6969
 
6970
  /* Push right first column width */
6971
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child {
6972
- -webkit-flex: 0 1 100%;
6973
- -ms-flex: 0 1 100%;
6974
- flex: 0 1 100%;
6975
  max-width: -webkit-calc(50% - 114.999px);
6976
  max-width: -moz-calc(50% - 114.999px);
6977
  max-width: calc(50% - 114.999px);
@@ -6982,9 +6174,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
6982
 
6983
  /* Push right first column width */
6984
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child {
6985
- -webkit-flex: 0 1 100%;
6986
- -ms-flex: 0 1 100%;
6987
- flex: 0 1 100%;
6988
  max-width: -webkit-calc(50% - 116.66567px);
6989
  max-width: -moz-calc(50% - 116.66567px);
6990
  max-width: calc(50% - 116.66567px);
@@ -7003,9 +6192,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7003
 
7004
  /* Push left first column content width */
7005
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="6"]:first-child {
7006
- -webkit-flex: 0 1 100%;
7007
- -ms-flex: 0 1 100%;
7008
- flex: 0 1 100%;
7009
  max-width: -webkit-calc(50% - -.001px);
7010
  max-width: -moz-calc(50% - -.001px);
7011
  max-width: calc(50% - -.001px);
@@ -7014,18 +6200,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7014
  max-width: 580.001px;
7015
  }
7016
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="6"]:last-child {
7017
- -webkit-flex: 0 1 100%;
7018
- -ms-flex: 0 1 100%;
7019
- flex: 0 1 100%;
7020
  max-width: -webkit-calc(50% - -.001px);
7021
  max-width: -moz-calc(50% - -.001px);
7022
  max-width: calc(50% - -.001px);
7023
  }
7024
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
7025
  max-width: 580.001px;
7026
- -webkit-align-self: flex-start;
7027
- -ms-flex-item-align: start;
7028
- align-self: flex-start;
7029
  }
7030
 
7031
  /* General width with gaps included */
@@ -7036,9 +6216,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7036
  max-width: 600.001px;
7037
  }
7038
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child {
7039
- -webkit-flex: 0 1 100%;
7040
- -ms-flex: 0 1 100%;
7041
- flex: 0 1 100%;
7042
  max-width: -webkit-calc(50% - -.001px);
7043
  max-width: -moz-calc(50% - -.001px);
7044
  max-width: calc(50% - -.001px);
@@ -7055,9 +6232,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7055
  max-width: 605.001px;
7056
  }
7057
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child {
7058
- -webkit-flex: 0 1 100%;
7059
- -ms-flex: 0 1 100%;
7060
- flex: 0 1 100%;
7061
  max-width: -webkit-calc(50% - -.001px);
7062
  max-width: -moz-calc(50% - -.001px);
7063
  max-width: calc(50% - -.001px);
@@ -7074,9 +6248,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7074
  max-width: 610.001px;
7075
  }
7076
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child {
7077
- -webkit-flex: 0 1 100%;
7078
- -ms-flex: 0 1 100%;
7079
- flex: 0 1 100%;
7080
  max-width: -webkit-calc(50% - -.001px);
7081
  max-width: -moz-calc(50% - -.001px);
7082
  max-width: calc(50% - -.001px);
@@ -7093,9 +6264,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7093
  max-width: 615.001px;
7094
  }
7095
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child {
7096
- -webkit-flex: 0 1 100%;
7097
- -ms-flex: 0 1 100%;
7098
- flex: 0 1 100%;
7099
  max-width: -webkit-calc(50% - -.001px);
7100
  max-width: -moz-calc(50% - -.001px);
7101
  max-width: calc(50% - -.001px);
@@ -7112,9 +6280,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7112
  max-width: 620.001px;
7113
  }
7114
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child {
7115
- -webkit-flex: 0 1 100%;
7116
- -ms-flex: 0 1 100%;
7117
- flex: 0 1 100%;
7118
  max-width: -webkit-calc(50% - -.001px);
7119
  max-width: -moz-calc(50% - -.001px);
7120
  max-width: calc(50% - -.001px);
@@ -7131,9 +6296,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7131
  max-width: 625.001px;
7132
  }
7133
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child {
7134
- -webkit-flex: 0 1 100%;
7135
- -ms-flex: 0 1 100%;
7136
- flex: 0 1 100%;
7137
  max-width: -webkit-calc(50% - -.001px);
7138
  max-width: -moz-calc(50% - -.001px);
7139
  max-width: calc(50% - -.001px);
@@ -7150,9 +6312,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7150
  max-width: 630.001px;
7151
  }
7152
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child {
7153
- -webkit-flex: 0 1 100%;
7154
- -ms-flex: 0 1 100%;
7155
- flex: 0 1 100%;
7156
  max-width: -webkit-calc(50% - -.001px);
7157
  max-width: -moz-calc(50% - -.001px);
7158
  max-width: calc(50% - -.001px);
@@ -7169,9 +6328,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7169
  max-width: 635.001px;
7170
  }
7171
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child {
7172
- -webkit-flex: 0 1 100%;
7173
- -ms-flex: 0 1 100%;
7174
- flex: 0 1 100%;
7175
  max-width: -webkit-calc(50% - -.001px);
7176
  max-width: -moz-calc(50% - -.001px);
7177
  max-width: calc(50% - -.001px);
@@ -7188,9 +6344,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7188
  max-width: 640.001px;
7189
  }
7190
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child {
7191
- -webkit-flex: 0 1 100%;
7192
- -ms-flex: 0 1 100%;
7193
- flex: 0 1 100%;
7194
  max-width: -webkit-calc(50% - -.001px);
7195
  max-width: -moz-calc(50% - -.001px);
7196
  max-width: calc(50% - -.001px);
@@ -7207,9 +6360,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7207
  max-width: 645.001px;
7208
  }
7209
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child {
7210
- -webkit-flex: 0 1 100%;
7211
- -ms-flex: 0 1 100%;
7212
- flex: 0 1 100%;
7213
  max-width: -webkit-calc(50% - -.001px);
7214
  max-width: -moz-calc(50% - -.001px);
7215
  max-width: calc(50% - -.001px);
@@ -7226,9 +6376,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7226
  max-width: 650.001px;
7227
  }
7228
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child {
7229
- -webkit-flex: 0 1 100%;
7230
- -ms-flex: 0 1 100%;
7231
- flex: 0 1 100%;
7232
  max-width: -webkit-calc(50% - -.001px);
7233
  max-width: -moz-calc(50% - -.001px);
7234
  max-width: calc(50% - -.001px);
@@ -7245,9 +6392,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7245
  max-width: 655.001px;
7246
  }
7247
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child {
7248
- -webkit-flex: 0 1 100%;
7249
- -ms-flex: 0 1 100%;
7250
- flex: 0 1 100%;
7251
  max-width: -webkit-calc(50% - -.001px);
7252
  max-width: -moz-calc(50% - -.001px);
7253
  max-width: calc(50% - -.001px);
@@ -7264,9 +6408,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7264
  max-width: 660.001px;
7265
  }
7266
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child {
7267
- -webkit-flex: 0 1 100%;
7268
- -ms-flex: 0 1 100%;
7269
- flex: 0 1 100%;
7270
  max-width: -webkit-calc(50% - -.001px);
7271
  max-width: -moz-calc(50% - -.001px);
7272
  max-width: calc(50% - -.001px);
@@ -7283,9 +6424,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7283
  max-width: 665.001px;
7284
  }
7285
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child {
7286
- -webkit-flex: 0 1 100%;
7287
- -ms-flex: 0 1 100%;
7288
- flex: 0 1 100%;
7289
  max-width: -webkit-calc(50% - -.001px);
7290
  max-width: -moz-calc(50% - -.001px);
7291
  max-width: calc(50% - -.001px);
@@ -7302,9 +6440,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7302
  max-width: 670.001px;
7303
  }
7304
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child {
7305
- -webkit-flex: 0 1 100%;
7306
- -ms-flex: 0 1 100%;
7307
- flex: 0 1 100%;
7308
  max-width: -webkit-calc(50% - -.001px);
7309
  max-width: -moz-calc(50% - -.001px);
7310
  max-width: calc(50% - -.001px);
@@ -7321,9 +6456,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7321
  max-width: 675.001px;
7322
  }
7323
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child {
7324
- -webkit-flex: 0 1 100%;
7325
- -ms-flex: 0 1 100%;
7326
- flex: 0 1 100%;
7327
  max-width: -webkit-calc(50% - -.001px);
7328
  max-width: -moz-calc(50% - -.001px);
7329
  max-width: calc(50% - -.001px);
@@ -7340,9 +6472,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7340
  max-width: 680.001px;
7341
  }
7342
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child {
7343
- -webkit-flex: 0 1 100%;
7344
- -ms-flex: 0 1 100%;
7345
- flex: 0 1 100%;
7346
  max-width: -webkit-calc(50% - -.001px);
7347
  max-width: -moz-calc(50% - -.001px);
7348
  max-width: calc(50% - -.001px);
@@ -7359,9 +6488,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7359
  max-width: 685.001px;
7360
  }
7361
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child {
7362
- -webkit-flex: 0 1 100%;
7363
- -ms-flex: 0 1 100%;
7364
- flex: 0 1 100%;
7365
  max-width: -webkit-calc(50% - -.001px);
7366
  max-width: -moz-calc(50% - -.001px);
7367
  max-width: calc(50% - -.001px);
@@ -7378,9 +6504,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7378
  max-width: 690.001px;
7379
  }
7380
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child {
7381
- -webkit-flex: 0 1 100%;
7382
- -ms-flex: 0 1 100%;
7383
- flex: 0 1 100%;
7384
  max-width: -webkit-calc(50% - -.001px);
7385
  max-width: -moz-calc(50% - -.001px);
7386
  max-width: calc(50% - -.001px);
@@ -7397,9 +6520,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7397
  max-width: 695.001px;
7398
  }
7399
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child {
7400
- -webkit-flex: 0 1 100%;
7401
- -ms-flex: 0 1 100%;
7402
- flex: 0 1 100%;
7403
  max-width: -webkit-calc(50% - -.001px);
7404
  max-width: -moz-calc(50% - -.001px);
7405
  max-width: calc(50% - -.001px);
@@ -7416,9 +6536,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7416
  max-width: 700.001px;
7417
  }
7418
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child {
7419
- -webkit-flex: 0 1 100%;
7420
- -ms-flex: 0 1 100%;
7421
- flex: 0 1 100%;
7422
  max-width: -webkit-calc(50% - -.001px);
7423
  max-width: -moz-calc(50% - -.001px);
7424
  max-width: calc(50% - -.001px);
@@ -7429,9 +6546,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7429
 
7430
  /* Push right first column width */
7431
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child {
7432
- -webkit-flex: 0 1 100%;
7433
- -ms-flex: 0 1 100%;
7434
- flex: 0 1 100%;
7435
  max-width: -webkit-calc(50% - -.001px);
7436
  max-width: -moz-calc(50% - -.001px);
7437
  max-width: calc(50% - -.001px);
@@ -7442,9 +6556,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7442
 
7443
  /* Push right first column width */
7444
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child {
7445
- -webkit-flex: 0 1 100%;
7446
- -ms-flex: 0 1 100%;
7447
- flex: 0 1 100%;
7448
  max-width: -webkit-calc(50% - -.001px);
7449
  max-width: -moz-calc(50% - -.001px);
7450
  max-width: calc(50% - -.001px);
@@ -7455,9 +6566,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7455
 
7456
  /* Push right first column width */
7457
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child {
7458
- -webkit-flex: 0 1 100%;
7459
- -ms-flex: 0 1 100%;
7460
- flex: 0 1 100%;
7461
  max-width: -webkit-calc(50% - -.001px);
7462
  max-width: -moz-calc(50% - -.001px);
7463
  max-width: calc(50% - -.001px);
@@ -7468,9 +6576,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7468
 
7469
  /* Push right first column width */
7470
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child {
7471
- -webkit-flex: 0 1 100%;
7472
- -ms-flex: 0 1 100%;
7473
- flex: 0 1 100%;
7474
  max-width: -webkit-calc(50% - -.001px);
7475
  max-width: -moz-calc(50% - -.001px);
7476
  max-width: calc(50% - -.001px);
@@ -7481,9 +6586,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7481
 
7482
  /* Push right first column width */
7483
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child {
7484
- -webkit-flex: 0 1 100%;
7485
- -ms-flex: 0 1 100%;
7486
- flex: 0 1 100%;
7487
  max-width: -webkit-calc(50% - -.001px);
7488
  max-width: -moz-calc(50% - -.001px);
7489
  max-width: calc(50% - -.001px);
@@ -7494,9 +6596,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7494
 
7495
  /* Push right first column width */
7496
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child {
7497
- -webkit-flex: 0 1 100%;
7498
- -ms-flex: 0 1 100%;
7499
- flex: 0 1 100%;
7500
  max-width: -webkit-calc(50% - -.001px);
7501
  max-width: -moz-calc(50% - -.001px);
7502
  max-width: calc(50% - -.001px);
@@ -7507,9 +6606,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7507
 
7508
  /* Push right first column width */
7509
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child {
7510
- -webkit-flex: 0 1 100%;
7511
- -ms-flex: 0 1 100%;
7512
- flex: 0 1 100%;
7513
  max-width: -webkit-calc(50% - -.001px);
7514
  max-width: -moz-calc(50% - -.001px);
7515
  max-width: calc(50% - -.001px);
@@ -7520,9 +6616,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7520
 
7521
  /* Push right first column width */
7522
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child {
7523
- -webkit-flex: 0 1 100%;
7524
- -ms-flex: 0 1 100%;
7525
- flex: 0 1 100%;
7526
  max-width: -webkit-calc(50% - -.001px);
7527
  max-width: -moz-calc(50% - -.001px);
7528
  max-width: calc(50% - -.001px);
@@ -7533,9 +6626,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7533
 
7534
  /* Push right first column width */
7535
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child {
7536
- -webkit-flex: 0 1 100%;
7537
- -ms-flex: 0 1 100%;
7538
- flex: 0 1 100%;
7539
  max-width: -webkit-calc(50% - -.001px);
7540
  max-width: -moz-calc(50% - -.001px);
7541
  max-width: calc(50% - -.001px);
@@ -7546,9 +6636,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7546
 
7547
  /* Push right first column width */
7548
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child {
7549
- -webkit-flex: 0 1 100%;
7550
- -ms-flex: 0 1 100%;
7551
- flex: 0 1 100%;
7552
  max-width: -webkit-calc(50% - -.001px);
7553
  max-width: -moz-calc(50% - -.001px);
7554
  max-width: calc(50% - -.001px);
@@ -7559,9 +6646,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7559
 
7560
  /* Push right first column width */
7561
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child {
7562
- -webkit-flex: 0 1 100%;
7563
- -ms-flex: 0 1 100%;
7564
- flex: 0 1 100%;
7565
  max-width: -webkit-calc(50% - -.001px);
7566
  max-width: -moz-calc(50% - -.001px);
7567
  max-width: calc(50% - -.001px);
@@ -7572,9 +6656,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7572
 
7573
  /* Push right first column width */
7574
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child {
7575
- -webkit-flex: 0 1 100%;
7576
- -ms-flex: 0 1 100%;
7577
- flex: 0 1 100%;
7578
  max-width: -webkit-calc(50% - -.001px);
7579
  max-width: -moz-calc(50% - -.001px);
7580
  max-width: calc(50% - -.001px);
@@ -7585,9 +6666,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7585
 
7586
  /* Push right first column width */
7587
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child {
7588
- -webkit-flex: 0 1 100%;
7589
- -ms-flex: 0 1 100%;
7590
- flex: 0 1 100%;
7591
  max-width: -webkit-calc(50% - -.001px);
7592
  max-width: -moz-calc(50% - -.001px);
7593
  max-width: calc(50% - -.001px);
@@ -7598,9 +6676,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7598
 
7599
  /* Push right first column width */
7600
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child {
7601
- -webkit-flex: 0 1 100%;
7602
- -ms-flex: 0 1 100%;
7603
- flex: 0 1 100%;
7604
  max-width: -webkit-calc(50% - -.001px);
7605
  max-width: -moz-calc(50% - -.001px);
7606
  max-width: calc(50% - -.001px);
@@ -7611,9 +6686,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7611
 
7612
  /* Push right first column width */
7613
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child {
7614
- -webkit-flex: 0 1 100%;
7615
- -ms-flex: 0 1 100%;
7616
- flex: 0 1 100%;
7617
  max-width: -webkit-calc(50% - -.001px);
7618
  max-width: -moz-calc(50% - -.001px);
7619
  max-width: calc(50% - -.001px);
@@ -7624,9 +6696,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7624
 
7625
  /* Push right first column width */
7626
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child {
7627
- -webkit-flex: 0 1 100%;
7628
- -ms-flex: 0 1 100%;
7629
- flex: 0 1 100%;
7630
  max-width: -webkit-calc(50% - -.001px);
7631
  max-width: -moz-calc(50% - -.001px);
7632
  max-width: calc(50% - -.001px);
@@ -7645,9 +6714,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7645
 
7646
  /* Push left first column content width */
7647
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7"]:first-child {
7648
- -webkit-flex: 0 1 100%;
7649
- -ms-flex: 0 1 100%;
7650
- flex: 0 1 100%;
7651
  max-width: -webkit-calc(50% - -103.33433px);
7652
  max-width: -moz-calc(50% - -103.33433px);
7653
  max-width: calc(50% - -103.33433px);
@@ -7656,18 +6722,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7656
  max-width: 683.33433px;
7657
  }
7658
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7"]:last-child {
7659
- -webkit-flex: 0 1 100%;
7660
- -ms-flex: 0 1 100%;
7661
- flex: 0 1 100%;
7662
  max-width: -webkit-calc(50% - -103.33433px);
7663
  max-width: -moz-calc(50% - -103.33433px);
7664
  max-width: calc(50% - -103.33433px);
7665
  }
7666
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
7667
  max-width: 683.33433px;
7668
- -webkit-align-self: flex-start;
7669
- -ms-flex-item-align: start;
7670
- align-self: flex-start;
7671
  }
7672
 
7673
  /* General width with gaps included */
@@ -7678,9 +6738,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7678
  max-width: 700.001px;
7679
  }
7680
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child {
7681
- -webkit-flex: 0 1 100%;
7682
- -ms-flex: 0 1 100%;
7683
- flex: 0 1 100%;
7684
  max-width: -webkit-calc(50% - -100.001px);
7685
  max-width: -moz-calc(50% - -100.001px);
7686
  max-width: calc(50% - -100.001px);
@@ -7697,9 +6754,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7697
  max-width: 705.83433px;
7698
  }
7699
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child {
7700
- -webkit-flex: 0 1 100%;
7701
- -ms-flex: 0 1 100%;
7702
- flex: 0 1 100%;
7703
  max-width: -webkit-calc(50% - -100.83433px);
7704
  max-width: -moz-calc(50% - -100.83433px);
7705
  max-width: calc(50% - -100.83433px);
@@ -7716,9 +6770,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7716
  max-width: 711.66767px;
7717
  }
7718
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child {
7719
- -webkit-flex: 0 1 100%;
7720
- -ms-flex: 0 1 100%;
7721
- flex: 0 1 100%;
7722
  max-width: -webkit-calc(50% - -101.66767px);
7723
  max-width: -moz-calc(50% - -101.66767px);
7724
  max-width: calc(50% - -101.66767px);
@@ -7735,9 +6786,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7735
  max-width: 717.501px;
7736
  }
7737
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child {
7738
- -webkit-flex: 0 1 100%;
7739
- -ms-flex: 0 1 100%;
7740
- flex: 0 1 100%;
7741
  max-width: -webkit-calc(50% - -102.501px);
7742
  max-width: -moz-calc(50% - -102.501px);
7743
  max-width: calc(50% - -102.501px);
@@ -7754,9 +6802,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7754
  max-width: 723.33433px;
7755
  }
7756
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child {
7757
- -webkit-flex: 0 1 100%;
7758
- -ms-flex: 0 1 100%;
7759
- flex: 0 1 100%;
7760
  max-width: -webkit-calc(50% - -103.33433px);
7761
  max-width: -moz-calc(50% - -103.33433px);
7762
  max-width: calc(50% - -103.33433px);
@@ -7773,9 +6818,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7773
  max-width: 729.16767px;
7774
  }
7775
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child {
7776
- -webkit-flex: 0 1 100%;
7777
- -ms-flex: 0 1 100%;
7778
- flex: 0 1 100%;
7779
  max-width: -webkit-calc(50% - -104.16767px);
7780
  max-width: -moz-calc(50% - -104.16767px);
7781
  max-width: calc(50% - -104.16767px);
@@ -7792,9 +6834,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7792
  max-width: 735.001px;
7793
  }
7794
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child {
7795
- -webkit-flex: 0 1 100%;
7796
- -ms-flex: 0 1 100%;
7797
- flex: 0 1 100%;
7798
  max-width: -webkit-calc(50% - -105.001px);
7799
  max-width: -moz-calc(50% - -105.001px);
7800
  max-width: calc(50% - -105.001px);
@@ -7811,9 +6850,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7811
  max-width: 740.83433px;
7812
  }
7813
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child {
7814
- -webkit-flex: 0 1 100%;
7815
- -ms-flex: 0 1 100%;
7816
- flex: 0 1 100%;
7817
  max-width: -webkit-calc(50% - -105.83433px);
7818
  max-width: -moz-calc(50% - -105.83433px);
7819
  max-width: calc(50% - -105.83433px);
@@ -7830,9 +6866,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7830
  max-width: 746.66767px;
7831
  }
7832
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child {
7833
- -webkit-flex: 0 1 100%;
7834
- -ms-flex: 0 1 100%;
7835
- flex: 0 1 100%;
7836
  max-width: -webkit-calc(50% - -106.66767px);
7837
  max-width: -moz-calc(50% - -106.66767px);
7838
  max-width: calc(50% - -106.66767px);
@@ -7849,9 +6882,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7849
  max-width: 752.501px;
7850
  }
7851
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child {
7852
- -webkit-flex: 0 1 100%;
7853
- -ms-flex: 0 1 100%;
7854
- flex: 0 1 100%;
7855
  max-width: -webkit-calc(50% - -107.501px);
7856
  max-width: -moz-calc(50% - -107.501px);
7857
  max-width: calc(50% - -107.501px);
@@ -7868,9 +6898,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7868
  max-width: 758.33433px;
7869
  }
7870
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child {
7871
- -webkit-flex: 0 1 100%;
7872
- -ms-flex: 0 1 100%;
7873
- flex: 0 1 100%;
7874
  max-width: -webkit-calc(50% - -108.33433px);
7875
  max-width: -moz-calc(50% - -108.33433px);
7876
  max-width: calc(50% - -108.33433px);
@@ -7887,9 +6914,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7887
  max-width: 764.16767px;
7888
  }
7889
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child {
7890
- -webkit-flex: 0 1 100%;
7891
- -ms-flex: 0 1 100%;
7892
- flex: 0 1 100%;
7893
  max-width: -webkit-calc(50% - -109.16767px);
7894
  max-width: -moz-calc(50% - -109.16767px);
7895
  max-width: calc(50% - -109.16767px);
@@ -7906,9 +6930,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7906
  max-width: 770.001px;
7907
  }
7908
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child {
7909
- -webkit-flex: 0 1 100%;
7910
- -ms-flex: 0 1 100%;
7911
- flex: 0 1 100%;
7912
  max-width: -webkit-calc(50% - -110.001px);
7913
  max-width: -moz-calc(50% - -110.001px);
7914
  max-width: calc(50% - -110.001px);
@@ -7925,9 +6946,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7925
  max-width: 775.83433px;
7926
  }
7927
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child {
7928
- -webkit-flex: 0 1 100%;
7929
- -ms-flex: 0 1 100%;
7930
- flex: 0 1 100%;
7931
  max-width: -webkit-calc(50% - -110.83433px);
7932
  max-width: -moz-calc(50% - -110.83433px);
7933
  max-width: calc(50% - -110.83433px);
@@ -7944,9 +6962,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7944
  max-width: 781.66767px;
7945
  }
7946
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child {
7947
- -webkit-flex: 0 1 100%;
7948
- -ms-flex: 0 1 100%;
7949
- flex: 0 1 100%;
7950
  max-width: -webkit-calc(50% - -111.66767px);
7951
  max-width: -moz-calc(50% - -111.66767px);
7952
  max-width: calc(50% - -111.66767px);
@@ -7963,9 +6978,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7963
  max-width: 787.501px;
7964
  }
7965
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child {
7966
- -webkit-flex: 0 1 100%;
7967
- -ms-flex: 0 1 100%;
7968
- flex: 0 1 100%;
7969
  max-width: -webkit-calc(50% - -112.501px);
7970
  max-width: -moz-calc(50% - -112.501px);
7971
  max-width: calc(50% - -112.501px);
@@ -7982,9 +6994,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
7982
  max-width: 793.33433px;
7983
  }
7984
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child {
7985
- -webkit-flex: 0 1 100%;
7986
- -ms-flex: 0 1 100%;
7987
- flex: 0 1 100%;
7988
  max-width: -webkit-calc(50% - -113.33433px);
7989
  max-width: -moz-calc(50% - -113.33433px);
7990
  max-width: calc(50% - -113.33433px);
@@ -8001,9 +7010,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8001
  max-width: 799.16767px;
8002
  }
8003
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child {
8004
- -webkit-flex: 0 1 100%;
8005
- -ms-flex: 0 1 100%;
8006
- flex: 0 1 100%;
8007
  max-width: -webkit-calc(50% - -114.16767px);
8008
  max-width: -moz-calc(50% - -114.16767px);
8009
  max-width: calc(50% - -114.16767px);
@@ -8020,9 +7026,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8020
  max-width: 805.001px;
8021
  }
8022
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child {
8023
- -webkit-flex: 0 1 100%;
8024
- -ms-flex: 0 1 100%;
8025
- flex: 0 1 100%;
8026
  max-width: -webkit-calc(50% - -115.001px);
8027
  max-width: -moz-calc(50% - -115.001px);
8028
  max-width: calc(50% - -115.001px);
@@ -8039,9 +7042,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8039
  max-width: 810.83433px;
8040
  }
8041
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child {
8042
- -webkit-flex: 0 1 100%;
8043
- -ms-flex: 0 1 100%;
8044
- flex: 0 1 100%;
8045
  max-width: -webkit-calc(50% - -115.83433px);
8046
  max-width: -moz-calc(50% - -115.83433px);
8047
  max-width: calc(50% - -115.83433px);
@@ -8058,9 +7058,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8058
  max-width: 816.66767px;
8059
  }
8060
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child {
8061
- -webkit-flex: 0 1 100%;
8062
- -ms-flex: 0 1 100%;
8063
- flex: 0 1 100%;
8064
  max-width: -webkit-calc(50% - -116.66767px);
8065
  max-width: -moz-calc(50% - -116.66767px);
8066
  max-width: calc(50% - -116.66767px);
@@ -8071,9 +7068,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8071
 
8072
  /* Push right first column width */
8073
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child {
8074
- -webkit-flex: 0 1 100%;
8075
- -ms-flex: 0 1 100%;
8076
- flex: 0 1 100%;
8077
  max-width: -webkit-calc(50% - -100.001px);
8078
  max-width: -moz-calc(50% - -100.001px);
8079
  max-width: calc(50% - -100.001px);
@@ -8084,9 +7078,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8084
 
8085
  /* Push right first column width */
8086
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child {
8087
- -webkit-flex: 0 1 100%;
8088
- -ms-flex: 0 1 100%;
8089
- flex: 0 1 100%;
8090
  max-width: -webkit-calc(50% - -100.83433px);
8091
  max-width: -moz-calc(50% - -100.83433px);
8092
  max-width: calc(50% - -100.83433px);
@@ -8097,9 +7088,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8097
 
8098
  /* Push right first column width */
8099
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child {
8100
- -webkit-flex: 0 1 100%;
8101
- -ms-flex: 0 1 100%;
8102
- flex: 0 1 100%;
8103
  max-width: -webkit-calc(50% - -101.66767px);
8104
  max-width: -moz-calc(50% - -101.66767px);
8105
  max-width: calc(50% - -101.66767px);
@@ -8110,9 +7098,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8110
 
8111
  /* Push right first column width */
8112
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child {
8113
- -webkit-flex: 0 1 100%;
8114
- -ms-flex: 0 1 100%;
8115
- flex: 0 1 100%;
8116
  max-width: -webkit-calc(50% - -102.501px);
8117
  max-width: -moz-calc(50% - -102.501px);
8118
  max-width: calc(50% - -102.501px);
@@ -8123,9 +7108,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8123
 
8124
  /* Push right first column width */
8125
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child {
8126
- -webkit-flex: 0 1 100%;
8127
- -ms-flex: 0 1 100%;
8128
- flex: 0 1 100%;
8129
  max-width: -webkit-calc(50% - -103.33433px);
8130
  max-width: -moz-calc(50% - -103.33433px);
8131
  max-width: calc(50% - -103.33433px);
@@ -8136,9 +7118,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8136
 
8137
  /* Push right first column width */
8138
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child {
8139
- -webkit-flex: 0 1 100%;
8140
- -ms-flex: 0 1 100%;
8141
- flex: 0 1 100%;
8142
  max-width: -webkit-calc(50% - -104.16767px);
8143
  max-width: -moz-calc(50% - -104.16767px);
8144
  max-width: calc(50% - -104.16767px);
@@ -8149,9 +7128,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8149
 
8150
  /* Push right first column width */
8151
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child {
8152
- -webkit-flex: 0 1 100%;
8153
- -ms-flex: 0 1 100%;
8154
- flex: 0 1 100%;
8155
  max-width: -webkit-calc(50% - -105.001px);
8156
  max-width: -moz-calc(50% - -105.001px);
8157
  max-width: calc(50% - -105.001px);
@@ -8162,9 +7138,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8162
 
8163
  /* Push right first column width */
8164
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child {
8165
- -webkit-flex: 0 1 100%;
8166
- -ms-flex: 0 1 100%;
8167
- flex: 0 1 100%;
8168
  max-width: -webkit-calc(50% - -105.83433px);
8169
  max-width: -moz-calc(50% - -105.83433px);
8170
  max-width: calc(50% - -105.83433px);
@@ -8175,9 +7148,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8175
 
8176
  /* Push right first column width */
8177
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child {
8178
- -webkit-flex: 0 1 100%;
8179
- -ms-flex: 0 1 100%;
8180
- flex: 0 1 100%;
8181
  max-width: -webkit-calc(50% - -106.66767px);
8182
  max-width: -moz-calc(50% - -106.66767px);
8183
  max-width: calc(50% - -106.66767px);
@@ -8188,9 +7158,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8188
 
8189
  /* Push right first column width */
8190
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child {
8191
- -webkit-flex: 0 1 100%;
8192
- -ms-flex: 0 1 100%;
8193
- flex: 0 1 100%;
8194
  max-width: -webkit-calc(50% - -107.501px);
8195
  max-width: -moz-calc(50% - -107.501px);
8196
  max-width: calc(50% - -107.501px);
@@ -8201,9 +7168,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8201
 
8202
  /* Push right first column width */
8203
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child {
8204
- -webkit-flex: 0 1 100%;
8205
- -ms-flex: 0 1 100%;
8206
- flex: 0 1 100%;
8207
  max-width: -webkit-calc(50% - -108.33433px);
8208
  max-width: -moz-calc(50% - -108.33433px);
8209
  max-width: calc(50% - -108.33433px);
@@ -8214,9 +7178,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8214
 
8215
  /* Push right first column width */
8216
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child {
8217
- -webkit-flex: 0 1 100%;
8218
- -ms-flex: 0 1 100%;
8219
- flex: 0 1 100%;
8220
  max-width: -webkit-calc(50% - -110.001px);
8221
  max-width: -moz-calc(50% - -110.001px);
8222
  max-width: calc(50% - -110.001px);
@@ -8227,9 +7188,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8227
 
8228
  /* Push right first column width */
8229
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child {
8230
- -webkit-flex: 0 1 100%;
8231
- -ms-flex: 0 1 100%;
8232
- flex: 0 1 100%;
8233
  max-width: -webkit-calc(50% - -111.66767px);
8234
  max-width: -moz-calc(50% - -111.66767px);
8235
  max-width: calc(50% - -111.66767px);
@@ -8240,9 +7198,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8240
 
8241
  /* Push right first column width */
8242
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child {
8243
- -webkit-flex: 0 1 100%;
8244
- -ms-flex: 0 1 100%;
8245
- flex: 0 1 100%;
8246
  max-width: -webkit-calc(50% - -113.33433px);
8247
  max-width: -moz-calc(50% - -113.33433px);
8248
  max-width: calc(50% - -113.33433px);
@@ -8253,9 +7208,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8253
 
8254
  /* Push right first column width */
8255
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child {
8256
- -webkit-flex: 0 1 100%;
8257
- -ms-flex: 0 1 100%;
8258
- flex: 0 1 100%;
8259
  max-width: -webkit-calc(50% - -115.001px);
8260
  max-width: -moz-calc(50% - -115.001px);
8261
  max-width: calc(50% - -115.001px);
@@ -8266,9 +7218,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8266
 
8267
  /* Push right first column width */
8268
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child {
8269
- -webkit-flex: 0 1 100%;
8270
- -ms-flex: 0 1 100%;
8271
- flex: 0 1 100%;
8272
  max-width: -webkit-calc(50% - -116.66767px);
8273
  max-width: -moz-calc(50% - -116.66767px);
8274
  max-width: calc(50% - -116.66767px);
@@ -8287,9 +7236,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8287
 
8288
  /* Push left first column content width */
8289
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7.2"]:first-child {
8290
- -webkit-flex: 0 1 100%;
8291
- -ms-flex: 0 1 100%;
8292
- flex: 0 1 100%;
8293
  max-width: -webkit-calc(50% - -124.001px);
8294
  max-width: -moz-calc(50% - -124.001px);
8295
  max-width: calc(50% - -124.001px);
@@ -8298,18 +7244,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8298
  max-width: 704.001px;
8299
  }
8300
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7.2"]:last-child {
8301
- -webkit-flex: 0 1 100%;
8302
- -ms-flex: 0 1 100%;
8303
- flex: 0 1 100%;
8304
  max-width: -webkit-calc(50% - -124.001px);
8305
  max-width: -moz-calc(50% - -124.001px);
8306
  max-width: calc(50% - -124.001px);
8307
  }
8308
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
8309
  max-width: 704.001px;
8310
- -webkit-align-self: flex-start;
8311
- -ms-flex-item-align: start;
8312
- align-self: flex-start;
8313
  }
8314
 
8315
  /* General width with gaps included */
@@ -8320,9 +7260,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8320
  max-width: 720.001px;
8321
  }
8322
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child {
8323
- -webkit-flex: 0 1 100%;
8324
- -ms-flex: 0 1 100%;
8325
- flex: 0 1 100%;
8326
  max-width: -webkit-calc(50% - -120.001px);
8327
  max-width: -moz-calc(50% - -120.001px);
8328
  max-width: calc(50% - -120.001px);
@@ -8339,9 +7276,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8339
  max-width: 726.001px;
8340
  }
8341
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child {
8342
- -webkit-flex: 0 1 100%;
8343
- -ms-flex: 0 1 100%;
8344
- flex: 0 1 100%;
8345
  max-width: -webkit-calc(50% - -121.001px);
8346
  max-width: -moz-calc(50% - -121.001px);
8347
  max-width: calc(50% - -121.001px);
@@ -8358,9 +7292,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8358
  max-width: 732.001px;
8359
  }
8360
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child {
8361
- -webkit-flex: 0 1 100%;
8362
- -ms-flex: 0 1 100%;
8363
- flex: 0 1 100%;
8364
  max-width: -webkit-calc(50% - -122.001px);
8365
  max-width: -moz-calc(50% - -122.001px);
8366
  max-width: calc(50% - -122.001px);
@@ -8377,9 +7308,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8377
  max-width: 738.001px;
8378
  }
8379
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child {
8380
- -webkit-flex: 0 1 100%;
8381
- -ms-flex: 0 1 100%;
8382
- flex: 0 1 100%;
8383
  max-width: -webkit-calc(50% - -123.001px);
8384
  max-width: -moz-calc(50% - -123.001px);
8385
  max-width: calc(50% - -123.001px);
@@ -8396,9 +7324,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8396
  max-width: 744.001px;
8397
  }
8398
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child {
8399
- -webkit-flex: 0 1 100%;
8400
- -ms-flex: 0 1 100%;
8401
- flex: 0 1 100%;
8402
  max-width: -webkit-calc(50% - -124.001px);
8403
  max-width: -moz-calc(50% - -124.001px);
8404
  max-width: calc(50% - -124.001px);
@@ -8415,9 +7340,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8415
  max-width: 750.001px;
8416
  }
8417
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child {
8418
- -webkit-flex: 0 1 100%;
8419
- -ms-flex: 0 1 100%;
8420
- flex: 0 1 100%;
8421
  max-width: -webkit-calc(50% - -125.001px);
8422
  max-width: -moz-calc(50% - -125.001px);
8423
  max-width: calc(50% - -125.001px);
@@ -8434,9 +7356,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8434
  max-width: 756.001px;
8435
  }
8436
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child {
8437
- -webkit-flex: 0 1 100%;
8438
- -ms-flex: 0 1 100%;
8439
- flex: 0 1 100%;
8440
  max-width: -webkit-calc(50% - -126.001px);
8441
  max-width: -moz-calc(50% - -126.001px);
8442
  max-width: calc(50% - -126.001px);
@@ -8453,9 +7372,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8453
  max-width: 762.001px;
8454
  }
8455
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child {
8456
- -webkit-flex: 0 1 100%;
8457
- -ms-flex: 0 1 100%;
8458
- flex: 0 1 100%;
8459
  max-width: -webkit-calc(50% - -127.001px);
8460
  max-width: -moz-calc(50% - -127.001px);
8461
  max-width: calc(50% - -127.001px);
@@ -8472,9 +7388,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8472
  max-width: 768.001px;
8473
  }
8474
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child {
8475
- -webkit-flex: 0 1 100%;
8476
- -ms-flex: 0 1 100%;
8477
- flex: 0 1 100%;
8478
  max-width: -webkit-calc(50% - -128.001px);
8479
  max-width: -moz-calc(50% - -128.001px);
8480
  max-width: calc(50% - -128.001px);
@@ -8491,9 +7404,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8491
  max-width: 774.001px;
8492
  }
8493
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child {
8494
- -webkit-flex: 0 1 100%;
8495
- -ms-flex: 0 1 100%;
8496
- flex: 0 1 100%;
8497
  max-width: -webkit-calc(50% - -129.001px);
8498
  max-width: -moz-calc(50% - -129.001px);
8499
  max-width: calc(50% - -129.001px);
@@ -8510,9 +7420,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8510
  max-width: 780.001px;
8511
  }
8512
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child {
8513
- -webkit-flex: 0 1 100%;
8514
- -ms-flex: 0 1 100%;
8515
- flex: 0 1 100%;
8516
  max-width: -webkit-calc(50% - -130.001px);
8517
  max-width: -moz-calc(50% - -130.001px);
8518
  max-width: calc(50% - -130.001px);
@@ -8529,9 +7436,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8529
  max-width: 786.001px;
8530
  }
8531
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child {
8532
- -webkit-flex: 0 1 100%;
8533
- -ms-flex: 0 1 100%;
8534
- flex: 0 1 100%;
8535
  max-width: -webkit-calc(50% - -131.001px);
8536
  max-width: -moz-calc(50% - -131.001px);
8537
  max-width: calc(50% - -131.001px);
@@ -8548,9 +7452,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8548
  max-width: 792.001px;
8549
  }
8550
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child {
8551
- -webkit-flex: 0 1 100%;
8552
- -ms-flex: 0 1 100%;
8553
- flex: 0 1 100%;
8554
  max-width: -webkit-calc(50% - -132.001px);
8555
  max-width: -moz-calc(50% - -132.001px);
8556
  max-width: calc(50% - -132.001px);
@@ -8567,9 +7468,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8567
  max-width: 798.001px;
8568
  }
8569
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child {
8570
- -webkit-flex: 0 1 100%;
8571
- -ms-flex: 0 1 100%;
8572
- flex: 0 1 100%;
8573
  max-width: -webkit-calc(50% - -133.001px);
8574
  max-width: -moz-calc(50% - -133.001px);
8575
  max-width: calc(50% - -133.001px);
@@ -8586,9 +7484,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8586
  max-width: 804.001px;
8587
  }
8588
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child {
8589
- -webkit-flex: 0 1 100%;
8590
- -ms-flex: 0 1 100%;
8591
- flex: 0 1 100%;
8592
  max-width: -webkit-calc(50% - -134.001px);
8593
  max-width: -moz-calc(50% - -134.001px);
8594
  max-width: calc(50% - -134.001px);
@@ -8605,9 +7500,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8605
  max-width: 810.001px;
8606
  }
8607
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child {
8608
- -webkit-flex: 0 1 100%;
8609
- -ms-flex: 0 1 100%;
8610
- flex: 0 1 100%;
8611
  max-width: -webkit-calc(50% - -135.001px);
8612
  max-width: -moz-calc(50% - -135.001px);
8613
  max-width: calc(50% - -135.001px);
@@ -8624,9 +7516,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8624
  max-width: 816.001px;
8625
  }
8626
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child {
8627
- -webkit-flex: 0 1 100%;
8628
- -ms-flex: 0 1 100%;
8629
- flex: 0 1 100%;
8630
  max-width: -webkit-calc(50% - -136.001px);
8631
  max-width: -moz-calc(50% - -136.001px);
8632
  max-width: calc(50% - -136.001px);
@@ -8643,9 +7532,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8643
  max-width: 822.001px;
8644
  }
8645
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child {
8646
- -webkit-flex: 0 1 100%;
8647
- -ms-flex: 0 1 100%;
8648
- flex: 0 1 100%;
8649
  max-width: -webkit-calc(50% - -137.001px);
8650
  max-width: -moz-calc(50% - -137.001px);
8651
  max-width: calc(50% - -137.001px);
@@ -8662,9 +7548,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8662
  max-width: 828.001px;
8663
  }
8664
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child {
8665
- -webkit-flex: 0 1 100%;
8666
- -ms-flex: 0 1 100%;
8667
- flex: 0 1 100%;
8668
  max-width: -webkit-calc(50% - -138.001px);
8669
  max-width: -moz-calc(50% - -138.001px);
8670
  max-width: calc(50% - -138.001px);
@@ -8681,9 +7564,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8681
  max-width: 834.001px;
8682
  }
8683
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child {
8684
- -webkit-flex: 0 1 100%;
8685
- -ms-flex: 0 1 100%;
8686
- flex: 0 1 100%;
8687
  max-width: -webkit-calc(50% - -139.001px);
8688
  max-width: -moz-calc(50% - -139.001px);
8689
  max-width: calc(50% - -139.001px);
@@ -8700,9 +7580,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8700
  max-width: 840.001px;
8701
  }
8702
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child {
8703
- -webkit-flex: 0 1 100%;
8704
- -ms-flex: 0 1 100%;
8705
- flex: 0 1 100%;
8706
  max-width: -webkit-calc(50% - -140.001px);
8707
  max-width: -moz-calc(50% - -140.001px);
8708
  max-width: calc(50% - -140.001px);
@@ -8713,9 +7590,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8713
 
8714
  /* Push right first column width */
8715
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child {
8716
- -webkit-flex: 0 1 100%;
8717
- -ms-flex: 0 1 100%;
8718
- flex: 0 1 100%;
8719
  max-width: -webkit-calc(50% - -120.001px);
8720
  max-width: -moz-calc(50% - -120.001px);
8721
  max-width: calc(50% - -120.001px);
@@ -8726,9 +7600,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8726
 
8727
  /* Push right first column width */
8728
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child {
8729
- -webkit-flex: 0 1 100%;
8730
- -ms-flex: 0 1 100%;
8731
- flex: 0 1 100%;
8732
  max-width: -webkit-calc(50% - -121.001px);
8733
  max-width: -moz-calc(50% - -121.001px);
8734
  max-width: calc(50% - -121.001px);
@@ -8739,9 +7610,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8739
 
8740
  /* Push right first column width */
8741
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child {
8742
- -webkit-flex: 0 1 100%;
8743
- -ms-flex: 0 1 100%;
8744
- flex: 0 1 100%;
8745
  max-width: -webkit-calc(50% - -122.001px);
8746
  max-width: -moz-calc(50% - -122.001px);
8747
  max-width: calc(50% - -122.001px);
@@ -8752,9 +7620,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8752
 
8753
  /* Push right first column width */
8754
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child {
8755
- -webkit-flex: 0 1 100%;
8756
- -ms-flex: 0 1 100%;
8757
- flex: 0 1 100%;
8758
  max-width: -webkit-calc(50% - -123.001px);
8759
  max-width: -moz-calc(50% - -123.001px);
8760
  max-width: calc(50% - -123.001px);
@@ -8765,9 +7630,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8765
 
8766
  /* Push right first column width */
8767
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child {
8768
- -webkit-flex: 0 1 100%;
8769
- -ms-flex: 0 1 100%;
8770
- flex: 0 1 100%;
8771
  max-width: -webkit-calc(50% - -124.001px);
8772
  max-width: -moz-calc(50% - -124.001px);
8773
  max-width: calc(50% - -124.001px);
@@ -8778,9 +7640,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8778
 
8779
  /* Push right first column width */
8780
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child {
8781
- -webkit-flex: 0 1 100%;
8782
- -ms-flex: 0 1 100%;
8783
- flex: 0 1 100%;
8784
  max-width: -webkit-calc(50% - -125.001px);
8785
  max-width: -moz-calc(50% - -125.001px);
8786
  max-width: calc(50% - -125.001px);
@@ -8791,9 +7650,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8791
 
8792
  /* Push right first column width */
8793
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child {
8794
- -webkit-flex: 0 1 100%;
8795
- -ms-flex: 0 1 100%;
8796
- flex: 0 1 100%;
8797
  max-width: -webkit-calc(50% - -126.001px);
8798
  max-width: -moz-calc(50% - -126.001px);
8799
  max-width: calc(50% - -126.001px);
@@ -8804,9 +7660,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8804
 
8805
  /* Push right first column width */
8806
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child {
8807
- -webkit-flex: 0 1 100%;
8808
- -ms-flex: 0 1 100%;
8809
- flex: 0 1 100%;
8810
  max-width: -webkit-calc(50% - -127.001px);
8811
  max-width: -moz-calc(50% - -127.001px);
8812
  max-width: calc(50% - -127.001px);
@@ -8817,9 +7670,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8817
 
8818
  /* Push right first column width */
8819
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child {
8820
- -webkit-flex: 0 1 100%;
8821
- -ms-flex: 0 1 100%;
8822
- flex: 0 1 100%;
8823
  max-width: -webkit-calc(50% - -128.001px);
8824
  max-width: -moz-calc(50% - -128.001px);
8825
  max-width: calc(50% - -128.001px);
@@ -8830,9 +7680,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8830
 
8831
  /* Push right first column width */
8832
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child {
8833
- -webkit-flex: 0 1 100%;
8834
- -ms-flex: 0 1 100%;
8835
- flex: 0 1 100%;
8836
  max-width: -webkit-calc(50% - -129.001px);
8837
  max-width: -moz-calc(50% - -129.001px);
8838
  max-width: calc(50% - -129.001px);
@@ -8843,9 +7690,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8843
 
8844
  /* Push right first column width */
8845
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child {
8846
- -webkit-flex: 0 1 100%;
8847
- -ms-flex: 0 1 100%;
8848
- flex: 0 1 100%;
8849
  max-width: -webkit-calc(50% - -130.001px);
8850
  max-width: -moz-calc(50% - -130.001px);
8851
  max-width: calc(50% - -130.001px);
@@ -8856,9 +7700,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8856
 
8857
  /* Push right first column width */
8858
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child {
8859
- -webkit-flex: 0 1 100%;
8860
- -ms-flex: 0 1 100%;
8861
- flex: 0 1 100%;
8862
  max-width: -webkit-calc(50% - -132.001px);
8863
  max-width: -moz-calc(50% - -132.001px);
8864
  max-width: calc(50% - -132.001px);
@@ -8869,9 +7710,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8869
 
8870
  /* Push right first column width */
8871
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child {
8872
- -webkit-flex: 0 1 100%;
8873
- -ms-flex: 0 1 100%;
8874
- flex: 0 1 100%;
8875
  max-width: -webkit-calc(50% - -134.001px);
8876
  max-width: -moz-calc(50% - -134.001px);
8877
  max-width: calc(50% - -134.001px);
@@ -8882,9 +7720,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8882
 
8883
  /* Push right first column width */
8884
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child {
8885
- -webkit-flex: 0 1 100%;
8886
- -ms-flex: 0 1 100%;
8887
- flex: 0 1 100%;
8888
  max-width: -webkit-calc(50% - -136.001px);
8889
  max-width: -moz-calc(50% - -136.001px);
8890
  max-width: calc(50% - -136.001px);
@@ -8895,9 +7730,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8895
 
8896
  /* Push right first column width */
8897
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child {
8898
- -webkit-flex: 0 1 100%;
8899
- -ms-flex: 0 1 100%;
8900
- flex: 0 1 100%;
8901
  max-width: -webkit-calc(50% - -138.001px);
8902
  max-width: -moz-calc(50% - -138.001px);
8903
  max-width: calc(50% - -138.001px);
@@ -8908,9 +7740,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8908
 
8909
  /* Push right first column width */
8910
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child {
8911
- -webkit-flex: 0 1 100%;
8912
- -ms-flex: 0 1 100%;
8913
- flex: 0 1 100%;
8914
  max-width: -webkit-calc(50% - -140.001px);
8915
  max-width: -moz-calc(50% - -140.001px);
8916
  max-width: calc(50% - -140.001px);
@@ -8929,9 +7758,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8929
 
8930
  /* Push left first column content width */
8931
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="8"]:first-child {
8932
- -webkit-flex: 0 1 100%;
8933
- -ms-flex: 0 1 100%;
8934
- flex: 0 1 100%;
8935
  max-width: -webkit-calc(50% - -206.66767px);
8936
  max-width: -moz-calc(50% - -206.66767px);
8937
  max-width: calc(50% - -206.66767px);
@@ -8940,18 +7766,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8940
  max-width: 786.66767px;
8941
  }
8942
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="8"]:last-child {
8943
- -webkit-flex: 0 1 100%;
8944
- -ms-flex: 0 1 100%;
8945
- flex: 0 1 100%;
8946
  max-width: -webkit-calc(50% - -206.66767px);
8947
  max-width: -moz-calc(50% - -206.66767px);
8948
  max-width: calc(50% - -206.66767px);
8949
  }
8950
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
8951
  max-width: 786.66767px;
8952
- -webkit-align-self: flex-start;
8953
- -ms-flex-item-align: start;
8954
- align-self: flex-start;
8955
  }
8956
 
8957
  /* General width with gaps included */
@@ -8962,9 +7782,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8962
  max-width: 800.001px;
8963
  }
8964
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child {
8965
- -webkit-flex: 0 1 100%;
8966
- -ms-flex: 0 1 100%;
8967
- flex: 0 1 100%;
8968
  max-width: -webkit-calc(50% - -200.001px);
8969
  max-width: -moz-calc(50% - -200.001px);
8970
  max-width: calc(50% - -200.001px);
@@ -8981,9 +7798,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
8981
  max-width: 806.66767px;
8982
  }
8983
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child {
8984
- -webkit-flex: 0 1 100%;
8985
- -ms-flex: 0 1 100%;
8986
- flex: 0 1 100%;
8987
  max-width: -webkit-calc(50% - -201.66767px);
8988
  max-width: -moz-calc(50% - -201.66767px);
8989
  max-width: calc(50% - -201.66767px);
@@ -9000,9 +7814,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9000
  max-width: 813.33433px;
9001
  }
9002
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child {
9003
- -webkit-flex: 0 1 100%;
9004
- -ms-flex: 0 1 100%;
9005
- flex: 0 1 100%;
9006
  max-width: -webkit-calc(50% - -203.33433px);
9007
  max-width: -moz-calc(50% - -203.33433px);
9008
  max-width: calc(50% - -203.33433px);
@@ -9019,9 +7830,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9019
  max-width: 820.001px;
9020
  }
9021
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child {
9022
- -webkit-flex: 0 1 100%;
9023
- -ms-flex: 0 1 100%;
9024
- flex: 0 1 100%;
9025
  max-width: -webkit-calc(50% - -205.001px);
9026
  max-width: -moz-calc(50% - -205.001px);
9027
  max-width: calc(50% - -205.001px);
@@ -9038,9 +7846,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9038
  max-width: 826.66767px;
9039
  }
9040
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child {
9041
- -webkit-flex: 0 1 100%;
9042
- -ms-flex: 0 1 100%;
9043
- flex: 0 1 100%;
9044
  max-width: -webkit-calc(50% - -206.66767px);
9045
  max-width: -moz-calc(50% - -206.66767px);
9046
  max-width: calc(50% - -206.66767px);
@@ -9057,9 +7862,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9057
  max-width: 833.33433px;
9058
  }
9059
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child {
9060
- -webkit-flex: 0 1 100%;
9061
- -ms-flex: 0 1 100%;
9062
- flex: 0 1 100%;
9063
  max-width: -webkit-calc(50% - -208.33433px);
9064
  max-width: -moz-calc(50% - -208.33433px);
9065
  max-width: calc(50% - -208.33433px);
@@ -9076,9 +7878,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9076
  max-width: 840.001px;
9077
  }
9078
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child {
9079
- -webkit-flex: 0 1 100%;
9080
- -ms-flex: 0 1 100%;
9081
- flex: 0 1 100%;
9082
  max-width: -webkit-calc(50% - -210.001px);
9083
  max-width: -moz-calc(50% - -210.001px);
9084
  max-width: calc(50% - -210.001px);
@@ -9095,9 +7894,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9095
  max-width: 846.66767px;
9096
  }
9097
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child {
9098
- -webkit-flex: 0 1 100%;
9099
- -ms-flex: 0 1 100%;
9100
- flex: 0 1 100%;
9101
  max-width: -webkit-calc(50% - -211.66767px);
9102
  max-width: -moz-calc(50% - -211.66767px);
9103
  max-width: calc(50% - -211.66767px);
@@ -9114,9 +7910,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9114
  max-width: 853.33433px;
9115
  }
9116
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child {
9117
- -webkit-flex: 0 1 100%;
9118
- -ms-flex: 0 1 100%;
9119
- flex: 0 1 100%;
9120
  max-width: -webkit-calc(50% - -213.33433px);
9121
  max-width: -moz-calc(50% - -213.33433px);
9122
  max-width: calc(50% - -213.33433px);
@@ -9133,9 +7926,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9133
  max-width: 860.001px;
9134
  }
9135
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child {
9136
- -webkit-flex: 0 1 100%;
9137
- -ms-flex: 0 1 100%;
9138
- flex: 0 1 100%;
9139
  max-width: -webkit-calc(50% - -215.001px);
9140
  max-width: -moz-calc(50% - -215.001px);
9141
  max-width: calc(50% - -215.001px);
@@ -9152,9 +7942,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9152
  max-width: 866.66767px;
9153
  }
9154
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child {
9155
- -webkit-flex: 0 1 100%;
9156
- -ms-flex: 0 1 100%;
9157
- flex: 0 1 100%;
9158
  max-width: -webkit-calc(50% - -216.66767px);
9159
  max-width: -moz-calc(50% - -216.66767px);
9160
  max-width: calc(50% - -216.66767px);
@@ -9171,9 +7958,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9171
  max-width: 873.33433px;
9172
  }
9173
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child {
9174
- -webkit-flex: 0 1 100%;
9175
- -ms-flex: 0 1 100%;
9176
- flex: 0 1 100%;
9177
  max-width: -webkit-calc(50% - -218.33433px);
9178
  max-width: -moz-calc(50% - -218.33433px);
9179
  max-width: calc(50% - -218.33433px);
@@ -9190,9 +7974,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9190
  max-width: 880.001px;
9191
  }
9192
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child {
9193
- -webkit-flex: 0 1 100%;
9194
- -ms-flex: 0 1 100%;
9195
- flex: 0 1 100%;
9196
  max-width: -webkit-calc(50% - -220.001px);
9197
  max-width: -moz-calc(50% - -220.001px);
9198
  max-width: calc(50% - -220.001px);
@@ -9209,9 +7990,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9209
  max-width: 886.66767px;
9210
  }
9211
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child {
9212
- -webkit-flex: 0 1 100%;
9213
- -ms-flex: 0 1 100%;
9214
- flex: 0 1 100%;
9215
  max-width: -webkit-calc(50% - -221.66767px);
9216
  max-width: -moz-calc(50% - -221.66767px);
9217
  max-width: calc(50% - -221.66767px);
@@ -9228,9 +8006,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9228
  max-width: 893.33433px;
9229
  }
9230
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child {
9231
- -webkit-flex: 0 1 100%;
9232
- -ms-flex: 0 1 100%;
9233
- flex: 0 1 100%;
9234
  max-width: -webkit-calc(50% - -223.33433px);
9235
  max-width: -moz-calc(50% - -223.33433px);
9236
  max-width: calc(50% - -223.33433px);
@@ -9247,9 +8022,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9247
  max-width: 900.001px;
9248
  }
9249
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child {
9250
- -webkit-flex: 0 1 100%;
9251
- -ms-flex: 0 1 100%;
9252
- flex: 0 1 100%;
9253
  max-width: -webkit-calc(50% - -225.001px);
9254
  max-width: -moz-calc(50% - -225.001px);
9255
  max-width: calc(50% - -225.001px);
@@ -9266,9 +8038,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9266
  max-width: 906.66767px;
9267
  }
9268
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child {
9269
- -webkit-flex: 0 1 100%;
9270
- -ms-flex: 0 1 100%;
9271
- flex: 0 1 100%;
9272
  max-width: -webkit-calc(50% - -226.66767px);
9273
  max-width: -moz-calc(50% - -226.66767px);
9274
  max-width: calc(50% - -226.66767px);
@@ -9285,9 +8054,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9285
  max-width: 913.33433px;
9286
  }
9287
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child {
9288
- -webkit-flex: 0 1 100%;
9289
- -ms-flex: 0 1 100%;
9290
- flex: 0 1 100%;
9291
  max-width: -webkit-calc(50% - -228.33433px);
9292
  max-width: -moz-calc(50% - -228.33433px);
9293
  max-width: calc(50% - -228.33433px);
@@ -9304,9 +8070,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9304
  max-width: 920.001px;
9305
  }
9306
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child {
9307
- -webkit-flex: 0 1 100%;
9308
- -ms-flex: 0 1 100%;
9309
- flex: 0 1 100%;
9310
  max-width: -webkit-calc(50% - -230.001px);
9311
  max-width: -moz-calc(50% - -230.001px);
9312
  max-width: calc(50% - -230.001px);
@@ -9323,9 +8086,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9323
  max-width: 926.66767px;
9324
  }
9325
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child {
9326
- -webkit-flex: 0 1 100%;
9327
- -ms-flex: 0 1 100%;
9328
- flex: 0 1 100%;
9329
  max-width: -webkit-calc(50% - -231.66767px);
9330
  max-width: -moz-calc(50% - -231.66767px);
9331
  max-width: calc(50% - -231.66767px);
@@ -9342,9 +8102,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9342
  max-width: 933.33433px;
9343
  }
9344
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child {
9345
- -webkit-flex: 0 1 100%;
9346
- -ms-flex: 0 1 100%;
9347
- flex: 0 1 100%;
9348
  max-width: -webkit-calc(50% - -233.33433px);
9349
  max-width: -moz-calc(50% - -233.33433px);
9350
  max-width: calc(50% - -233.33433px);
@@ -9355,9 +8112,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9355
 
9356
  /* Push right first column width */
9357
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child {
9358
- -webkit-flex: 0 1 100%;
9359
- -ms-flex: 0 1 100%;
9360
- flex: 0 1 100%;
9361
  max-width: -webkit-calc(50% - -200.001px);
9362
  max-width: -moz-calc(50% - -200.001px);
9363
  max-width: calc(50% - -200.001px);
@@ -9368,9 +8122,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9368
 
9369
  /* Push right first column width */
9370
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child {
9371
- -webkit-flex: 0 1 100%;
9372
- -ms-flex: 0 1 100%;
9373
- flex: 0 1 100%;
9374
  max-width: -webkit-calc(50% - -201.66767px);
9375
  max-width: -moz-calc(50% - -201.66767px);
9376
  max-width: calc(50% - -201.66767px);
@@ -9381,9 +8132,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9381
 
9382
  /* Push right first column width */
9383
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child {
9384
- -webkit-flex: 0 1 100%;
9385
- -ms-flex: 0 1 100%;
9386
- flex: 0 1 100%;
9387
  max-width: -webkit-calc(50% - -203.33433px);
9388
  max-width: -moz-calc(50% - -203.33433px);
9389
  max-width: calc(50% - -203.33433px);
@@ -9394,9 +8142,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9394
 
9395
  /* Push right first column width */
9396
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child {
9397
- -webkit-flex: 0 1 100%;
9398
- -ms-flex: 0 1 100%;
9399
- flex: 0 1 100%;
9400
  max-width: -webkit-calc(50% - -205.001px);
9401
  max-width: -moz-calc(50% - -205.001px);
9402
  max-width: calc(50% - -205.001px);
@@ -9407,9 +8152,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9407
 
9408
  /* Push right first column width */
9409
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child {
9410
- -webkit-flex: 0 1 100%;
9411
- -ms-flex: 0 1 100%;
9412
- flex: 0 1 100%;
9413
  max-width: -webkit-calc(50% - -206.66767px);
9414
  max-width: -moz-calc(50% - -206.66767px);
9415
  max-width: calc(50% - -206.66767px);
@@ -9420,9 +8162,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9420
 
9421
  /* Push right first column width */
9422
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child {
9423
- -webkit-flex: 0 1 100%;
9424
- -ms-flex: 0 1 100%;
9425
- flex: 0 1 100%;
9426
  max-width: -webkit-calc(50% - -208.33433px);
9427
  max-width: -moz-calc(50% - -208.33433px);
9428
  max-width: calc(50% - -208.33433px);
@@ -9433,9 +8172,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9433
 
9434
  /* Push right first column width */
9435
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child {
9436
- -webkit-flex: 0 1 100%;
9437
- -ms-flex: 0 1 100%;
9438
- flex: 0 1 100%;
9439
  max-width: -webkit-calc(50% - -210.001px);
9440
  max-width: -moz-calc(50% - -210.001px);
9441
  max-width: calc(50% - -210.001px);
@@ -9446,9 +8182,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9446
 
9447
  /* Push right first column width */
9448
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child {
9449
- -webkit-flex: 0 1 100%;
9450
- -ms-flex: 0 1 100%;
9451
- flex: 0 1 100%;
9452
  max-width: -webkit-calc(50% - -211.66767px);
9453
  max-width: -moz-calc(50% - -211.66767px);
9454
  max-width: calc(50% - -211.66767px);
@@ -9459,9 +8192,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9459
 
9460
  /* Push right first column width */
9461
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child {
9462
- -webkit-flex: 0 1 100%;
9463
- -ms-flex: 0 1 100%;
9464
- flex: 0 1 100%;
9465
  max-width: -webkit-calc(50% - -213.33433px);
9466
  max-width: -moz-calc(50% - -213.33433px);
9467
  max-width: calc(50% - -213.33433px);
@@ -9472,9 +8202,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9472
 
9473
  /* Push right first column width */
9474
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child {
9475
- -webkit-flex: 0 1 100%;
9476
- -ms-flex: 0 1 100%;
9477
- flex: 0 1 100%;
9478
  max-width: -webkit-calc(50% - -215.001px);
9479
  max-width: -moz-calc(50% - -215.001px);
9480
  max-width: calc(50% - -215.001px);
@@ -9485,9 +8212,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9485
 
9486
  /* Push right first column width */
9487
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child {
9488
- -webkit-flex: 0 1 100%;
9489
- -ms-flex: 0 1 100%;
9490
- flex: 0 1 100%;
9491
  max-width: -webkit-calc(50% - -216.66767px);
9492
  max-width: -moz-calc(50% - -216.66767px);
9493
  max-width: calc(50% - -216.66767px);
@@ -9498,9 +8222,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9498
 
9499
  /* Push right first column width */
9500
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child {
9501
- -webkit-flex: 0 1 100%;
9502
- -ms-flex: 0 1 100%;
9503
- flex: 0 1 100%;
9504
  max-width: -webkit-calc(50% - -220.001px);
9505
  max-width: -moz-calc(50% - -220.001px);
9506
  max-width: calc(50% - -220.001px);
@@ -9511,9 +8232,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9511
 
9512
  /* Push right first column width */
9513
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child {
9514
- -webkit-flex: 0 1 100%;
9515
- -ms-flex: 0 1 100%;
9516
- flex: 0 1 100%;
9517
  max-width: -webkit-calc(50% - -223.33433px);
9518
  max-width: -moz-calc(50% - -223.33433px);
9519
  max-width: calc(50% - -223.33433px);
@@ -9524,9 +8242,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9524
 
9525
  /* Push right first column width */
9526
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child {
9527
- -webkit-flex: 0 1 100%;
9528
- -ms-flex: 0 1 100%;
9529
- flex: 0 1 100%;
9530
  max-width: -webkit-calc(50% - -226.66767px);
9531
  max-width: -moz-calc(50% - -226.66767px);
9532
  max-width: calc(50% - -226.66767px);
@@ -9537,9 +8252,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9537
 
9538
  /* Push right first column width */
9539
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child {
9540
- -webkit-flex: 0 1 100%;
9541
- -ms-flex: 0 1 100%;
9542
- flex: 0 1 100%;
9543
  max-width: -webkit-calc(50% - -230.001px);
9544
  max-width: -moz-calc(50% - -230.001px);
9545
  max-width: calc(50% - -230.001px);
@@ -9550,9 +8262,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9550
 
9551
  /* Push right first column width */
9552
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child {
9553
- -webkit-flex: 0 1 100%;
9554
- -ms-flex: 0 1 100%;
9555
- flex: 0 1 100%;
9556
  max-width: -webkit-calc(50% - -233.33433px);
9557
  max-width: -moz-calc(50% - -233.33433px);
9558
  max-width: calc(50% - -233.33433px);
@@ -9571,9 +8280,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9571
 
9572
  /* Push left first column content width */
9573
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9"]:first-child {
9574
- -webkit-flex: 0 1 100%;
9575
- -ms-flex: 0 1 100%;
9576
- flex: 0 1 100%;
9577
  max-width: -webkit-calc(50% - -310.001px);
9578
  max-width: -moz-calc(50% - -310.001px);
9579
  max-width: calc(50% - -310.001px);
@@ -9582,18 +8288,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9582
  max-width: 890.001px;
9583
  }
9584
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9"]:last-child {
9585
- -webkit-flex: 0 1 100%;
9586
- -ms-flex: 0 1 100%;
9587
- flex: 0 1 100%;
9588
  max-width: -webkit-calc(50% - -310.001px);
9589
  max-width: -moz-calc(50% - -310.001px);
9590
  max-width: calc(50% - -310.001px);
9591
  }
9592
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
9593
  max-width: 890.001px;
9594
- -webkit-align-self: flex-start;
9595
- -ms-flex-item-align: start;
9596
- align-self: flex-start;
9597
  }
9598
 
9599
  /* General width with gaps included */
@@ -9604,9 +8304,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9604
  max-width: 900.001px;
9605
  }
9606
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child {
9607
- -webkit-flex: 0 1 100%;
9608
- -ms-flex: 0 1 100%;
9609
- flex: 0 1 100%;
9610
  max-width: -webkit-calc(50% - -300.001px);
9611
  max-width: -moz-calc(50% - -300.001px);
9612
  max-width: calc(50% - -300.001px);
@@ -9623,9 +8320,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9623
  max-width: 907.501px;
9624
  }
9625
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child {
9626
- -webkit-flex: 0 1 100%;
9627
- -ms-flex: 0 1 100%;
9628
- flex: 0 1 100%;
9629
  max-width: -webkit-calc(50% - -302.501px);
9630
  max-width: -moz-calc(50% - -302.501px);
9631
  max-width: calc(50% - -302.501px);
@@ -9642,9 +8336,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9642
  max-width: 915.001px;
9643
  }
9644
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child {
9645
- -webkit-flex: 0 1 100%;
9646
- -ms-flex: 0 1 100%;
9647
- flex: 0 1 100%;
9648
  max-width: -webkit-calc(50% - -305.001px);
9649
  max-width: -moz-calc(50% - -305.001px);
9650
  max-width: calc(50% - -305.001px);
@@ -9661,9 +8352,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9661
  max-width: 922.501px;
9662
  }
9663
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child {
9664
- -webkit-flex: 0 1 100%;
9665
- -ms-flex: 0 1 100%;
9666
- flex: 0 1 100%;
9667
  max-width: -webkit-calc(50% - -307.501px);
9668
  max-width: -moz-calc(50% - -307.501px);
9669
  max-width: calc(50% - -307.501px);
@@ -9680,9 +8368,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9680
  max-width: 930.001px;
9681
  }
9682
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child {
9683
- -webkit-flex: 0 1 100%;
9684
- -ms-flex: 0 1 100%;
9685
- flex: 0 1 100%;
9686
  max-width: -webkit-calc(50% - -310.001px);
9687
  max-width: -moz-calc(50% - -310.001px);
9688
  max-width: calc(50% - -310.001px);
@@ -9699,9 +8384,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9699
  max-width: 937.501px;
9700
  }
9701
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child {
9702
- -webkit-flex: 0 1 100%;
9703
- -ms-flex: 0 1 100%;
9704
- flex: 0 1 100%;
9705
  max-width: -webkit-calc(50% - -312.501px);
9706
  max-width: -moz-calc(50% - -312.501px);
9707
  max-width: calc(50% - -312.501px);
@@ -9718,9 +8400,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9718
  max-width: 945.001px;
9719
  }
9720
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child {
9721
- -webkit-flex: 0 1 100%;
9722
- -ms-flex: 0 1 100%;
9723
- flex: 0 1 100%;
9724
  max-width: -webkit-calc(50% - -315.001px);
9725
  max-width: -moz-calc(50% - -315.001px);
9726
  max-width: calc(50% - -315.001px);
@@ -9737,9 +8416,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9737
  max-width: 952.501px;
9738
  }
9739
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child {
9740
- -webkit-flex: 0 1 100%;
9741
- -ms-flex: 0 1 100%;
9742
- flex: 0 1 100%;
9743
  max-width: -webkit-calc(50% - -317.501px);
9744
  max-width: -moz-calc(50% - -317.501px);
9745
  max-width: calc(50% - -317.501px);
@@ -9756,9 +8432,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9756
  max-width: 960.001px;
9757
  }
9758
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child {
9759
- -webkit-flex: 0 1 100%;
9760
- -ms-flex: 0 1 100%;
9761
- flex: 0 1 100%;
9762
  max-width: -webkit-calc(50% - -320.001px);
9763
  max-width: -moz-calc(50% - -320.001px);
9764
  max-width: calc(50% - -320.001px);
@@ -9775,9 +8448,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9775
  max-width: 967.501px;
9776
  }
9777
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child {
9778
- -webkit-flex: 0 1 100%;
9779
- -ms-flex: 0 1 100%;
9780
- flex: 0 1 100%;
9781
  max-width: -webkit-calc(50% - -322.501px);
9782
  max-width: -moz-calc(50% - -322.501px);
9783
  max-width: calc(50% - -322.501px);
@@ -9794,9 +8464,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9794
  max-width: 975.001px;
9795
  }
9796
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child {
9797
- -webkit-flex: 0 1 100%;
9798
- -ms-flex: 0 1 100%;
9799
- flex: 0 1 100%;
9800
  max-width: -webkit-calc(50% - -325.001px);
9801
  max-width: -moz-calc(50% - -325.001px);
9802
  max-width: calc(50% - -325.001px);
@@ -9813,9 +8480,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9813
  max-width: 982.501px;
9814
  }
9815
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child {
9816
- -webkit-flex: 0 1 100%;
9817
- -ms-flex: 0 1 100%;
9818
- flex: 0 1 100%;
9819
  max-width: -webkit-calc(50% - -327.501px);
9820
  max-width: -moz-calc(50% - -327.501px);
9821
  max-width: calc(50% - -327.501px);
@@ -9832,9 +8496,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9832
  max-width: 990.001px;
9833
  }
9834
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child {
9835
- -webkit-flex: 0 1 100%;
9836
- -ms-flex: 0 1 100%;
9837
- flex: 0 1 100%;
9838
  max-width: -webkit-calc(50% - -330.001px);
9839
  max-width: -moz-calc(50% - -330.001px);
9840
  max-width: calc(50% - -330.001px);
@@ -9851,9 +8512,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9851
  max-width: 997.501px;
9852
  }
9853
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child {
9854
- -webkit-flex: 0 1 100%;
9855
- -ms-flex: 0 1 100%;
9856
- flex: 0 1 100%;
9857
  max-width: -webkit-calc(50% - -332.501px);
9858
  max-width: -moz-calc(50% - -332.501px);
9859
  max-width: calc(50% - -332.501px);
@@ -9870,9 +8528,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9870
  max-width: 1005.001px;
9871
  }
9872
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child {
9873
- -webkit-flex: 0 1 100%;
9874
- -ms-flex: 0 1 100%;
9875
- flex: 0 1 100%;
9876
  max-width: -webkit-calc(50% - -335.001px);
9877
  max-width: -moz-calc(50% - -335.001px);
9878
  max-width: calc(50% - -335.001px);
@@ -9889,9 +8544,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9889
  max-width: 1012.501px;
9890
  }
9891
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child {
9892
- -webkit-flex: 0 1 100%;
9893
- -ms-flex: 0 1 100%;
9894
- flex: 0 1 100%;
9895
  max-width: -webkit-calc(50% - -337.501px);
9896
  max-width: -moz-calc(50% - -337.501px);
9897
  max-width: calc(50% - -337.501px);
@@ -9908,9 +8560,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9908
  max-width: 1020.001px;
9909
  }
9910
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child {
9911
- -webkit-flex: 0 1 100%;
9912
- -ms-flex: 0 1 100%;
9913
- flex: 0 1 100%;
9914
  max-width: -webkit-calc(50% - -340.001px);
9915
  max-width: -moz-calc(50% - -340.001px);
9916
  max-width: calc(50% - -340.001px);
@@ -9927,9 +8576,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9927
  max-width: 1027.501px;
9928
  }
9929
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child {
9930
- -webkit-flex: 0 1 100%;
9931
- -ms-flex: 0 1 100%;
9932
- flex: 0 1 100%;
9933
  max-width: -webkit-calc(50% - -342.501px);
9934
  max-width: -moz-calc(50% - -342.501px);
9935
  max-width: calc(50% - -342.501px);
@@ -9946,9 +8592,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9946
  max-width: 1035.001px;
9947
  }
9948
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child {
9949
- -webkit-flex: 0 1 100%;
9950
- -ms-flex: 0 1 100%;
9951
- flex: 0 1 100%;
9952
  max-width: -webkit-calc(50% - -345.001px);
9953
  max-width: -moz-calc(50% - -345.001px);
9954
  max-width: calc(50% - -345.001px);
@@ -9965,9 +8608,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9965
  max-width: 1042.501px;
9966
  }
9967
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child {
9968
- -webkit-flex: 0 1 100%;
9969
- -ms-flex: 0 1 100%;
9970
- flex: 0 1 100%;
9971
  max-width: -webkit-calc(50% - -347.501px);
9972
  max-width: -moz-calc(50% - -347.501px);
9973
  max-width: calc(50% - -347.501px);
@@ -9984,9 +8624,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9984
  max-width: 1050.001px;
9985
  }
9986
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child {
9987
- -webkit-flex: 0 1 100%;
9988
- -ms-flex: 0 1 100%;
9989
- flex: 0 1 100%;
9990
  max-width: -webkit-calc(50% - -350.001px);
9991
  max-width: -moz-calc(50% - -350.001px);
9992
  max-width: calc(50% - -350.001px);
@@ -9997,9 +8634,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
9997
 
9998
  /* Push right first column width */
9999
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child {
10000
- -webkit-flex: 0 1 100%;
10001
- -ms-flex: 0 1 100%;
10002
- flex: 0 1 100%;
10003
  max-width: -webkit-calc(50% - -300.001px);
10004
  max-width: -moz-calc(50% - -300.001px);
10005
  max-width: calc(50% - -300.001px);
@@ -10010,9 +8644,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10010
 
10011
  /* Push right first column width */
10012
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child {
10013
- -webkit-flex: 0 1 100%;
10014
- -ms-flex: 0 1 100%;
10015
- flex: 0 1 100%;
10016
  max-width: -webkit-calc(50% - -302.501px);
10017
  max-width: -moz-calc(50% - -302.501px);
10018
  max-width: calc(50% - -302.501px);
@@ -10023,9 +8654,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10023
 
10024
  /* Push right first column width */
10025
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child {
10026
- -webkit-flex: 0 1 100%;
10027
- -ms-flex: 0 1 100%;
10028
- flex: 0 1 100%;
10029
  max-width: -webkit-calc(50% - -305.001px);
10030
  max-width: -moz-calc(50% - -305.001px);
10031
  max-width: calc(50% - -305.001px);
@@ -10036,9 +8664,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10036
 
10037
  /* Push right first column width */
10038
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child {
10039
- -webkit-flex: 0 1 100%;
10040
- -ms-flex: 0 1 100%;
10041
- flex: 0 1 100%;
10042
  max-width: -webkit-calc(50% - -307.501px);
10043
  max-width: -moz-calc(50% - -307.501px);
10044
  max-width: calc(50% - -307.501px);
@@ -10049,9 +8674,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10049
 
10050
  /* Push right first column width */
10051
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child {
10052
- -webkit-flex: 0 1 100%;
10053
- -ms-flex: 0 1 100%;
10054
- flex: 0 1 100%;
10055
  max-width: -webkit-calc(50% - -310.001px);
10056
  max-width: -moz-calc(50% - -310.001px);
10057
  max-width: calc(50% - -310.001px);
@@ -10062,9 +8684,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10062
 
10063
  /* Push right first column width */
10064
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child {
10065
- -webkit-flex: 0 1 100%;
10066
- -ms-flex: 0 1 100%;
10067
- flex: 0 1 100%;
10068
  max-width: -webkit-calc(50% - -312.501px);
10069
  max-width: -moz-calc(50% - -312.501px);
10070
  max-width: calc(50% - -312.501px);
@@ -10075,9 +8694,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10075
 
10076
  /* Push right first column width */
10077
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child {
10078
- -webkit-flex: 0 1 100%;
10079
- -ms-flex: 0 1 100%;
10080
- flex: 0 1 100%;
10081
  max-width: -webkit-calc(50% - -315.001px);
10082
  max-width: -moz-calc(50% - -315.001px);
10083
  max-width: calc(50% - -315.001px);
@@ -10088,9 +8704,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10088
 
10089
  /* Push right first column width */
10090
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child {
10091
- -webkit-flex: 0 1 100%;
10092
- -ms-flex: 0 1 100%;
10093
- flex: 0 1 100%;
10094
  max-width: -webkit-calc(50% - -317.501px);
10095
  max-width: -moz-calc(50% - -317.501px);
10096
  max-width: calc(50% - -317.501px);
@@ -10101,9 +8714,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10101
 
10102
  /* Push right first column width */
10103
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child {
10104
- -webkit-flex: 0 1 100%;
10105
- -ms-flex: 0 1 100%;
10106
- flex: 0 1 100%;
10107
  max-width: -webkit-calc(50% - -320.001px);
10108
  max-width: -moz-calc(50% - -320.001px);
10109
  max-width: calc(50% - -320.001px);
@@ -10114,9 +8724,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10114
 
10115
  /* Push right first column width */
10116
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child {
10117
- -webkit-flex: 0 1 100%;
10118
- -ms-flex: 0 1 100%;
10119
- flex: 0 1 100%;
10120
  max-width: -webkit-calc(50% - -322.501px);
10121
  max-width: -moz-calc(50% - -322.501px);
10122
  max-width: calc(50% - -322.501px);
@@ -10127,9 +8734,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10127
 
10128
  /* Push right first column width */
10129
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child {
10130
- -webkit-flex: 0 1 100%;
10131
- -ms-flex: 0 1 100%;
10132
- flex: 0 1 100%;
10133
  max-width: -webkit-calc(50% - -325.001px);
10134
  max-width: -moz-calc(50% - -325.001px);
10135
  max-width: calc(50% - -325.001px);
@@ -10140,9 +8744,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10140
 
10141
  /* Push right first column width */
10142
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child {
10143
- -webkit-flex: 0 1 100%;
10144
- -ms-flex: 0 1 100%;
10145
- flex: 0 1 100%;
10146
  max-width: -webkit-calc(50% - -330.001px);
10147
  max-width: -moz-calc(50% - -330.001px);
10148
  max-width: calc(50% - -330.001px);
@@ -10153,9 +8754,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10153
 
10154
  /* Push right first column width */
10155
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child {
10156
- -webkit-flex: 0 1 100%;
10157
- -ms-flex: 0 1 100%;
10158
- flex: 0 1 100%;
10159
  max-width: -webkit-calc(50% - -335.001px);
10160
  max-width: -moz-calc(50% - -335.001px);
10161
  max-width: calc(50% - -335.001px);
@@ -10166,9 +8764,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10166
 
10167
  /* Push right first column width */
10168
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child {
10169
- -webkit-flex: 0 1 100%;
10170
- -ms-flex: 0 1 100%;
10171
- flex: 0 1 100%;
10172
  max-width: -webkit-calc(50% - -340.001px);
10173
  max-width: -moz-calc(50% - -340.001px);
10174
  max-width: calc(50% - -340.001px);
@@ -10179,9 +8774,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10179
 
10180
  /* Push right first column width */
10181
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child {
10182
- -webkit-flex: 0 1 100%;
10183
- -ms-flex: 0 1 100%;
10184
- flex: 0 1 100%;
10185
  max-width: -webkit-calc(50% - -345.001px);
10186
  max-width: -moz-calc(50% - -345.001px);
10187
  max-width: calc(50% - -345.001px);
@@ -10192,9 +8784,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10192
 
10193
  /* Push right first column width */
10194
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child {
10195
- -webkit-flex: 0 1 100%;
10196
- -ms-flex: 0 1 100%;
10197
- flex: 0 1 100%;
10198
  max-width: -webkit-calc(50% - -350.001px);
10199
  max-width: -moz-calc(50% - -350.001px);
10200
  max-width: calc(50% - -350.001px);
@@ -10213,9 +8802,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10213
 
10214
  /* Push left first column content width */
10215
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9.6"]:first-child {
10216
- -webkit-flex: 0 1 100%;
10217
- -ms-flex: 0 1 100%;
10218
- flex: 0 1 100%;
10219
  max-width: -webkit-calc(50% - -372.001px);
10220
  max-width: -moz-calc(50% - -372.001px);
10221
  max-width: calc(50% - -372.001px);
@@ -10224,18 +8810,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10224
  max-width: 952.001px;
10225
  }
10226
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9.6"]:last-child {
10227
- -webkit-flex: 0 1 100%;
10228
- -ms-flex: 0 1 100%;
10229
- flex: 0 1 100%;
10230
  max-width: -webkit-calc(50% - -372.001px);
10231
  max-width: -moz-calc(50% - -372.001px);
10232
  max-width: calc(50% - -372.001px);
10233
  }
10234
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
10235
  max-width: 952.001px;
10236
- -webkit-align-self: flex-start;
10237
- -ms-flex-item-align: start;
10238
- align-self: flex-start;
10239
  }
10240
 
10241
  /* General width with gaps included */
@@ -10246,9 +8826,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10246
  max-width: 960.001px;
10247
  }
10248
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child {
10249
- -webkit-flex: 0 1 100%;
10250
- -ms-flex: 0 1 100%;
10251
- flex: 0 1 100%;
10252
  max-width: -webkit-calc(50% - -360.001px);
10253
  max-width: -moz-calc(50% - -360.001px);
10254
  max-width: calc(50% - -360.001px);
@@ -10265,9 +8842,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10265
  max-width: 968.001px;
10266
  }
10267
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child {
10268
- -webkit-flex: 0 1 100%;
10269
- -ms-flex: 0 1 100%;
10270
- flex: 0 1 100%;
10271
  max-width: -webkit-calc(50% - -363.001px);
10272
  max-width: -moz-calc(50% - -363.001px);
10273
  max-width: calc(50% - -363.001px);
@@ -10284,9 +8858,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10284
  max-width: 976.001px;
10285
  }
10286
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child {
10287
- -webkit-flex: 0 1 100%;
10288
- -ms-flex: 0 1 100%;
10289
- flex: 0 1 100%;
10290
  max-width: -webkit-calc(50% - -366.001px);
10291
  max-width: -moz-calc(50% - -366.001px);
10292
  max-width: calc(50% - -366.001px);
@@ -10303,9 +8874,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10303
  max-width: 984.001px;
10304
  }
10305
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child {
10306
- -webkit-flex: 0 1 100%;
10307
- -ms-flex: 0 1 100%;
10308
- flex: 0 1 100%;
10309
  max-width: -webkit-calc(50% - -369.001px);
10310
  max-width: -moz-calc(50% - -369.001px);
10311
  max-width: calc(50% - -369.001px);
@@ -10322,9 +8890,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10322
  max-width: 992.001px;
10323
  }
10324
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child {
10325
- -webkit-flex: 0 1 100%;
10326
- -ms-flex: 0 1 100%;
10327
- flex: 0 1 100%;
10328
  max-width: -webkit-calc(50% - -372.001px);
10329
  max-width: -moz-calc(50% - -372.001px);
10330
  max-width: calc(50% - -372.001px);
@@ -10341,9 +8906,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10341
  max-width: 1000.001px;
10342
  }
10343
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child {
10344
- -webkit-flex: 0 1 100%;
10345
- -ms-flex: 0 1 100%;
10346
- flex: 0 1 100%;
10347
  max-width: -webkit-calc(50% - -375.001px);
10348
  max-width: -moz-calc(50% - -375.001px);
10349
  max-width: calc(50% - -375.001px);
@@ -10360,9 +8922,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10360
  max-width: 1008.001px;
10361
  }
10362
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child {
10363
- -webkit-flex: 0 1 100%;
10364
- -ms-flex: 0 1 100%;
10365
- flex: 0 1 100%;
10366
  max-width: -webkit-calc(50% - -378.001px);
10367
  max-width: -moz-calc(50% - -378.001px);
10368
  max-width: calc(50% - -378.001px);
@@ -10379,9 +8938,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10379
  max-width: 1016.001px;
10380
  }
10381
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child {
10382
- -webkit-flex: 0 1 100%;
10383
- -ms-flex: 0 1 100%;
10384
- flex: 0 1 100%;
10385
  max-width: -webkit-calc(50% - -381.001px);
10386
  max-width: -moz-calc(50% - -381.001px);
10387
  max-width: calc(50% - -381.001px);
@@ -10398,9 +8954,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10398
  max-width: 1024.001px;
10399
  }
10400
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child {
10401
- -webkit-flex: 0 1 100%;
10402
- -ms-flex: 0 1 100%;
10403
- flex: 0 1 100%;
10404
  max-width: -webkit-calc(50% - -384.001px);
10405
  max-width: -moz-calc(50% - -384.001px);
10406
  max-width: calc(50% - -384.001px);
@@ -10417,9 +8970,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10417
  max-width: 1032.001px;
10418
  }
10419
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child {
10420
- -webkit-flex: 0 1 100%;
10421
- -ms-flex: 0 1 100%;
10422
- flex: 0 1 100%;
10423
  max-width: -webkit-calc(50% - -387.001px);
10424
  max-width: -moz-calc(50% - -387.001px);
10425
  max-width: calc(50% - -387.001px);
@@ -10436,9 +8986,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10436
  max-width: 1040.001px;
10437
  }
10438
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child {
10439
- -webkit-flex: 0 1 100%;
10440
- -ms-flex: 0 1 100%;
10441
- flex: 0 1 100%;
10442
  max-width: -webkit-calc(50% - -390.001px);
10443
  max-width: -moz-calc(50% - -390.001px);
10444
  max-width: calc(50% - -390.001px);
@@ -10455,9 +9002,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10455
  max-width: 1048.001px;
10456
  }
10457
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child {
10458
- -webkit-flex: 0 1 100%;
10459
- -ms-flex: 0 1 100%;
10460
- flex: 0 1 100%;
10461
  max-width: -webkit-calc(50% - -393.001px);
10462
  max-width: -moz-calc(50% - -393.001px);
10463
  max-width: calc(50% - -393.001px);
@@ -10474,9 +9018,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10474
  max-width: 1056.001px;
10475
  }
10476
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child {
10477
- -webkit-flex: 0 1 100%;
10478
- -ms-flex: 0 1 100%;
10479
- flex: 0 1 100%;
10480
  max-width: -webkit-calc(50% - -396.001px);
10481
  max-width: -moz-calc(50% - -396.001px);
10482
  max-width: calc(50% - -396.001px);
@@ -10493,9 +9034,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10493
  max-width: 1064.001px;
10494
  }
10495
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child {
10496
- -webkit-flex: 0 1 100%;
10497
- -ms-flex: 0 1 100%;
10498
- flex: 0 1 100%;
10499
  max-width: -webkit-calc(50% - -399.001px);
10500
  max-width: -moz-calc(50% - -399.001px);
10501
  max-width: calc(50% - -399.001px);
@@ -10512,9 +9050,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10512
  max-width: 1072.001px;
10513
  }
10514
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child {
10515
- -webkit-flex: 0 1 100%;
10516
- -ms-flex: 0 1 100%;
10517
- flex: 0 1 100%;
10518
  max-width: -webkit-calc(50% - -402.001px);
10519
  max-width: -moz-calc(50% - -402.001px);
10520
  max-width: calc(50% - -402.001px);
@@ -10531,9 +9066,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10531
  max-width: 1080.001px;
10532
  }
10533
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child {
10534
- -webkit-flex: 0 1 100%;
10535
- -ms-flex: 0 1 100%;
10536
- flex: 0 1 100%;
10537
  max-width: -webkit-calc(50% - -405.001px);
10538
  max-width: -moz-calc(50% - -405.001px);
10539
  max-width: calc(50% - -405.001px);
@@ -10550,9 +9082,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10550
  max-width: 1088.001px;
10551
  }
10552
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child {
10553
- -webkit-flex: 0 1 100%;
10554
- -ms-flex: 0 1 100%;
10555
- flex: 0 1 100%;
10556
  max-width: -webkit-calc(50% - -408.001px);
10557
  max-width: -moz-calc(50% - -408.001px);
10558
  max-width: calc(50% - -408.001px);
@@ -10569,9 +9098,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10569
  max-width: 1096.001px;
10570
  }
10571
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child {
10572
- -webkit-flex: 0 1 100%;
10573
- -ms-flex: 0 1 100%;
10574
- flex: 0 1 100%;
10575
  max-width: -webkit-calc(50% - -411.001px);
10576
  max-width: -moz-calc(50% - -411.001px);
10577
  max-width: calc(50% - -411.001px);
@@ -10588,9 +9114,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10588
  max-width: 1104.001px;
10589
  }
10590
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child {
10591
- -webkit-flex: 0 1 100%;
10592
- -ms-flex: 0 1 100%;
10593
- flex: 0 1 100%;
10594
  max-width: -webkit-calc(50% - -414.001px);
10595
  max-width: -moz-calc(50% - -414.001px);
10596
  max-width: calc(50% - -414.001px);
@@ -10607,9 +9130,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10607
  max-width: 1112.001px;
10608
  }
10609
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child {
10610
- -webkit-flex: 0 1 100%;
10611
- -ms-flex: 0 1 100%;
10612
- flex: 0 1 100%;
10613
  max-width: -webkit-calc(50% - -417.001px);
10614
  max-width: -moz-calc(50% - -417.001px);
10615
  max-width: calc(50% - -417.001px);
@@ -10626,9 +9146,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10626
  max-width: 1120.001px;
10627
  }
10628
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child {
10629
- -webkit-flex: 0 1 100%;
10630
- -ms-flex: 0 1 100%;
10631
- flex: 0 1 100%;
10632
  max-width: -webkit-calc(50% - -420.001px);
10633
  max-width: -moz-calc(50% - -420.001px);
10634
  max-width: calc(50% - -420.001px);
@@ -10639,9 +9156,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10639
 
10640
  /* Push right first column width */
10641
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child {
10642
- -webkit-flex: 0 1 100%;
10643
- -ms-flex: 0 1 100%;
10644
- flex: 0 1 100%;
10645
  max-width: -webkit-calc(50% - -360.001px);
10646
  max-width: -moz-calc(50% - -360.001px);
10647
  max-width: calc(50% - -360.001px);
@@ -10652,9 +9166,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10652
 
10653
  /* Push right first column width */
10654
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child {
10655
- -webkit-flex: 0 1 100%;
10656
- -ms-flex: 0 1 100%;
10657
- flex: 0 1 100%;
10658
  max-width: -webkit-calc(50% - -363.001px);
10659
  max-width: -moz-calc(50% - -363.001px);
10660
  max-width: calc(50% - -363.001px);
@@ -10665,9 +9176,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10665
 
10666
  /* Push right first column width */
10667
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child {
10668
- -webkit-flex: 0 1 100%;
10669
- -ms-flex: 0 1 100%;
10670
- flex: 0 1 100%;
10671
  max-width: -webkit-calc(50% - -366.001px);
10672
  max-width: -moz-calc(50% - -366.001px);
10673
  max-width: calc(50% - -366.001px);
@@ -10678,9 +9186,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10678
 
10679
  /* Push right first column width */
10680
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child {
10681
- -webkit-flex: 0 1 100%;
10682
- -ms-flex: 0 1 100%;
10683
- flex: 0 1 100%;
10684
  max-width: -webkit-calc(50% - -369.001px);
10685
  max-width: -moz-calc(50% - -369.001px);
10686
  max-width: calc(50% - -369.001px);
@@ -10691,9 +9196,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10691
 
10692
  /* Push right first column width */
10693
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child {
10694
- -webkit-flex: 0 1 100%;
10695
- -ms-flex: 0 1 100%;
10696
- flex: 0 1 100%;
10697
  max-width: -webkit-calc(50% - -372.001px);
10698
  max-width: -moz-calc(50% - -372.001px);
10699
  max-width: calc(50% - -372.001px);
@@ -10704,9 +9206,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10704
 
10705
  /* Push right first column width */
10706
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child {
10707
- -webkit-flex: 0 1 100%;
10708
- -ms-flex: 0 1 100%;
10709
- flex: 0 1 100%;
10710
  max-width: -webkit-calc(50% - -375.001px);
10711
  max-width: -moz-calc(50% - -375.001px);
10712
  max-width: calc(50% - -375.001px);
@@ -10717,9 +9216,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10717
 
10718
  /* Push right first column width */
10719
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child {
10720
- -webkit-flex: 0 1 100%;
10721
- -ms-flex: 0 1 100%;
10722
- flex: 0 1 100%;
10723
  max-width: -webkit-calc(50% - -378.001px);
10724
  max-width: -moz-calc(50% - -378.001px);
10725
  max-width: calc(50% - -378.001px);
@@ -10730,9 +9226,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10730
 
10731
  /* Push right first column width */
10732
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child {
10733
- -webkit-flex: 0 1 100%;
10734
- -ms-flex: 0 1 100%;
10735
- flex: 0 1 100%;
10736
  max-width: -webkit-calc(50% - -381.001px);
10737
  max-width: -moz-calc(50% - -381.001px);
10738
  max-width: calc(50% - -381.001px);
@@ -10743,9 +9236,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10743
 
10744
  /* Push right first column width */
10745
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child {
10746
- -webkit-flex: 0 1 100%;
10747
- -ms-flex: 0 1 100%;
10748
- flex: 0 1 100%;
10749
  max-width: -webkit-calc(50% - -384.001px);
10750
  max-width: -moz-calc(50% - -384.001px);
10751
  max-width: calc(50% - -384.001px);
@@ -10756,9 +9246,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10756
 
10757
  /* Push right first column width */
10758
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child {
10759
- -webkit-flex: 0 1 100%;
10760
- -ms-flex: 0 1 100%;
10761
- flex: 0 1 100%;
10762
  max-width: -webkit-calc(50% - -387.001px);
10763
  max-width: -moz-calc(50% - -387.001px);
10764
  max-width: calc(50% - -387.001px);
@@ -10769,9 +9256,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10769
 
10770
  /* Push right first column width */
10771
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child {
10772
- -webkit-flex: 0 1 100%;
10773
- -ms-flex: 0 1 100%;
10774
- flex: 0 1 100%;
10775
  max-width: -webkit-calc(50% - -390.001px);
10776
  max-width: -moz-calc(50% - -390.001px);
10777
  max-width: calc(50% - -390.001px);
@@ -10782,9 +9266,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10782
 
10783
  /* Push right first column width */
10784
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child {
10785
- -webkit-flex: 0 1 100%;
10786
- -ms-flex: 0 1 100%;
10787
- flex: 0 1 100%;
10788
  max-width: -webkit-calc(50% - -396.001px);
10789
  max-width: -moz-calc(50% - -396.001px);
10790
  max-width: calc(50% - -396.001px);
@@ -10795,9 +9276,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10795
 
10796
  /* Push right first column width */
10797
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child {
10798
- -webkit-flex: 0 1 100%;
10799
- -ms-flex: 0 1 100%;
10800
- flex: 0 1 100%;
10801
  max-width: -webkit-calc(50% - -402.001px);
10802
  max-width: -moz-calc(50% - -402.001px);
10803
  max-width: calc(50% - -402.001px);
@@ -10808,9 +9286,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10808
 
10809
  /* Push right first column width */
10810
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child {
10811
- -webkit-flex: 0 1 100%;
10812
- -ms-flex: 0 1 100%;
10813
- flex: 0 1 100%;
10814
  max-width: -webkit-calc(50% - -408.001px);
10815
  max-width: -moz-calc(50% - -408.001px);
10816
  max-width: calc(50% - -408.001px);
@@ -10821,9 +9296,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10821
 
10822
  /* Push right first column width */
10823
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child {
10824
- -webkit-flex: 0 1 100%;
10825
- -ms-flex: 0 1 100%;
10826
- flex: 0 1 100%;
10827
  max-width: -webkit-calc(50% - -414.001px);
10828
  max-width: -moz-calc(50% - -414.001px);
10829
  max-width: calc(50% - -414.001px);
@@ -10834,9 +9306,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10834
 
10835
  /* Push right first column width */
10836
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child {
10837
- -webkit-flex: 0 1 100%;
10838
- -ms-flex: 0 1 100%;
10839
- flex: 0 1 100%;
10840
  max-width: -webkit-calc(50% - -420.001px);
10841
  max-width: -moz-calc(50% - -420.001px);
10842
  max-width: calc(50% - -420.001px);
@@ -10855,9 +9324,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10855
 
10856
  /* Push left first column content width */
10857
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="10"]:first-child {
10858
- -webkit-flex: 0 1 100%;
10859
- -ms-flex: 0 1 100%;
10860
- flex: 0 1 100%;
10861
  max-width: -webkit-calc(50% - -413.33433px);
10862
  max-width: -moz-calc(50% - -413.33433px);
10863
  max-width: calc(50% - -413.33433px);
@@ -10866,18 +9332,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10866
  max-width: 993.33433px;
10867
  }
10868
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="10"]:last-child {
10869
- -webkit-flex: 0 1 100%;
10870
- -ms-flex: 0 1 100%;
10871
- flex: 0 1 100%;
10872
  max-width: -webkit-calc(50% - -413.33433px);
10873
  max-width: -moz-calc(50% - -413.33433px);
10874
  max-width: calc(50% - -413.33433px);
10875
  }
10876
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
10877
  max-width: 993.33433px;
10878
- -webkit-align-self: flex-start;
10879
- -ms-flex-item-align: start;
10880
- align-self: flex-start;
10881
  }
10882
 
10883
  /* General width with gaps included */
@@ -10888,9 +9348,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10888
  max-width: 1000.001px;
10889
  }
10890
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child {
10891
- -webkit-flex: 0 1 100%;
10892
- -ms-flex: 0 1 100%;
10893
- flex: 0 1 100%;
10894
  max-width: -webkit-calc(50% - -400.001px);
10895
  max-width: -moz-calc(50% - -400.001px);
10896
  max-width: calc(50% - -400.001px);
@@ -10907,9 +9364,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10907
  max-width: 1008.33433px;
10908
  }
10909
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child {
10910
- -webkit-flex: 0 1 100%;
10911
- -ms-flex: 0 1 100%;
10912
- flex: 0 1 100%;
10913
  max-width: -webkit-calc(50% - -403.33433px);
10914
  max-width: -moz-calc(50% - -403.33433px);
10915
  max-width: calc(50% - -403.33433px);
@@ -10926,9 +9380,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10926
  max-width: 1016.66767px;
10927
  }
10928
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child {
10929
- -webkit-flex: 0 1 100%;
10930
- -ms-flex: 0 1 100%;
10931
- flex: 0 1 100%;
10932
  max-width: -webkit-calc(50% - -406.66767px);
10933
  max-width: -moz-calc(50% - -406.66767px);
10934
  max-width: calc(50% - -406.66767px);
@@ -10945,9 +9396,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10945
  max-width: 1025.001px;
10946
  }
10947
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child {
10948
- -webkit-flex: 0 1 100%;
10949
- -ms-flex: 0 1 100%;
10950
- flex: 0 1 100%;
10951
  max-width: -webkit-calc(50% - -410.001px);
10952
  max-width: -moz-calc(50% - -410.001px);
10953
  max-width: calc(50% - -410.001px);
@@ -10964,9 +9412,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10964
  max-width: 1033.33433px;
10965
  }
10966
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child {
10967
- -webkit-flex: 0 1 100%;
10968
- -ms-flex: 0 1 100%;
10969
- flex: 0 1 100%;
10970
  max-width: -webkit-calc(50% - -413.33433px);
10971
  max-width: -moz-calc(50% - -413.33433px);
10972
  max-width: calc(50% - -413.33433px);
@@ -10983,9 +9428,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
10983
  max-width: 1041.66767px;
10984
  }
10985
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child {
10986
- -webkit-flex: 0 1 100%;
10987
- -ms-flex: 0 1 100%;
10988
- flex: 0 1 100%;
10989
  max-width: -webkit-calc(50% - -416.66767px);
10990
  max-width: -moz-calc(50% - -416.66767px);
10991
  max-width: calc(50% - -416.66767px);
@@ -11002,9 +9444,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11002
  max-width: 1050.001px;
11003
  }
11004
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child {
11005
- -webkit-flex: 0 1 100%;
11006
- -ms-flex: 0 1 100%;
11007
- flex: 0 1 100%;
11008
  max-width: -webkit-calc(50% - -420.001px);
11009
  max-width: -moz-calc(50% - -420.001px);
11010
  max-width: calc(50% - -420.001px);
@@ -11021,9 +9460,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11021
  max-width: 1058.33433px;
11022
  }
11023
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child {
11024
- -webkit-flex: 0 1 100%;
11025
- -ms-flex: 0 1 100%;
11026
- flex: 0 1 100%;
11027
  max-width: -webkit-calc(50% - -423.33433px);
11028
  max-width: -moz-calc(50% - -423.33433px);
11029
  max-width: calc(50% - -423.33433px);
@@ -11040,9 +9476,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11040
  max-width: 1066.66767px;
11041
  }
11042
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child {
11043
- -webkit-flex: 0 1 100%;
11044
- -ms-flex: 0 1 100%;
11045
- flex: 0 1 100%;
11046
  max-width: -webkit-calc(50% - -426.66767px);
11047
  max-width: -moz-calc(50% - -426.66767px);
11048
  max-width: calc(50% - -426.66767px);
@@ -11059,9 +9492,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11059
  max-width: 1075.001px;
11060
  }
11061
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child {
11062
- -webkit-flex: 0 1 100%;
11063
- -ms-flex: 0 1 100%;
11064
- flex: 0 1 100%;
11065
  max-width: -webkit-calc(50% - -430.001px);
11066
  max-width: -moz-calc(50% - -430.001px);
11067
  max-width: calc(50% - -430.001px);
@@ -11078,9 +9508,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11078
  max-width: 1083.33433px;
11079
  }
11080
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child {
11081
- -webkit-flex: 0 1 100%;
11082
- -ms-flex: 0 1 100%;
11083
- flex: 0 1 100%;
11084
  max-width: -webkit-calc(50% - -433.33433px);
11085
  max-width: -moz-calc(50% - -433.33433px);
11086
  max-width: calc(50% - -433.33433px);
@@ -11097,9 +9524,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11097
  max-width: 1091.66767px;
11098
  }
11099
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child {
11100
- -webkit-flex: 0 1 100%;
11101
- -ms-flex: 0 1 100%;
11102
- flex: 0 1 100%;
11103
  max-width: -webkit-calc(50% - -436.66767px);
11104
  max-width: -moz-calc(50% - -436.66767px);
11105
  max-width: calc(50% - -436.66767px);
@@ -11116,9 +9540,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11116
  max-width: 1100.001px;
11117
  }
11118
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child {
11119
- -webkit-flex: 0 1 100%;
11120
- -ms-flex: 0 1 100%;
11121
- flex: 0 1 100%;
11122
  max-width: -webkit-calc(50% - -440.001px);
11123
  max-width: -moz-calc(50% - -440.001px);
11124
  max-width: calc(50% - -440.001px);
@@ -11135,9 +9556,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11135
  max-width: 1108.33433px;
11136
  }
11137
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child {
11138
- -webkit-flex: 0 1 100%;
11139
- -ms-flex: 0 1 100%;
11140
- flex: 0 1 100%;
11141
  max-width: -webkit-calc(50% - -443.33433px);
11142
  max-width: -moz-calc(50% - -443.33433px);
11143
  max-width: calc(50% - -443.33433px);
@@ -11154,9 +9572,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11154
  max-width: 1116.66767px;
11155
  }
11156
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child {
11157
- -webkit-flex: 0 1 100%;
11158
- -ms-flex: 0 1 100%;
11159
- flex: 0 1 100%;
11160
  max-width: -webkit-calc(50% - -446.66767px);
11161
  max-width: -moz-calc(50% - -446.66767px);
11162
  max-width: calc(50% - -446.66767px);
@@ -11173,9 +9588,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11173
  max-width: 1125.001px;
11174
  }
11175
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child {
11176
- -webkit-flex: 0 1 100%;
11177
- -ms-flex: 0 1 100%;
11178
- flex: 0 1 100%;
11179
  max-width: -webkit-calc(50% - -450.001px);
11180
  max-width: -moz-calc(50% - -450.001px);
11181
  max-width: calc(50% - -450.001px);
@@ -11192,9 +9604,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11192
  max-width: 1133.33433px;
11193
  }
11194
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child {
11195
- -webkit-flex: 0 1 100%;
11196
- -ms-flex: 0 1 100%;
11197
- flex: 0 1 100%;
11198
  max-width: -webkit-calc(50% - -453.33433px);
11199
  max-width: -moz-calc(50% - -453.33433px);
11200
  max-width: calc(50% - -453.33433px);
@@ -11211,9 +9620,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11211
  max-width: 1141.66767px;
11212
  }
11213
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child {
11214
- -webkit-flex: 0 1 100%;
11215
- -ms-flex: 0 1 100%;
11216
- flex: 0 1 100%;
11217
  max-width: -webkit-calc(50% - -456.66767px);
11218
  max-width: -moz-calc(50% - -456.66767px);
11219
  max-width: calc(50% - -456.66767px);
@@ -11230,9 +9636,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11230
  max-width: 1150.001px;
11231
  }
11232
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child {
11233
- -webkit-flex: 0 1 100%;
11234
- -ms-flex: 0 1 100%;
11235
- flex: 0 1 100%;
11236
  max-width: -webkit-calc(50% - -460.001px);
11237
  max-width: -moz-calc(50% - -460.001px);
11238
  max-width: calc(50% - -460.001px);
@@ -11249,9 +9652,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11249
  max-width: 1158.33433px;
11250
  }
11251
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child {
11252
- -webkit-flex: 0 1 100%;
11253
- -ms-flex: 0 1 100%;
11254
- flex: 0 1 100%;
11255
  max-width: -webkit-calc(50% - -463.33433px);
11256
  max-width: -moz-calc(50% - -463.33433px);
11257
  max-width: calc(50% - -463.33433px);
@@ -11268,9 +9668,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11268
  max-width: 1166.66767px;
11269
  }
11270
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child {
11271
- -webkit-flex: 0 1 100%;
11272
- -ms-flex: 0 1 100%;
11273
- flex: 0 1 100%;
11274
  max-width: -webkit-calc(50% - -466.66767px);
11275
  max-width: -moz-calc(50% - -466.66767px);
11276
  max-width: calc(50% - -466.66767px);
@@ -11281,9 +9678,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11281
 
11282
  /* Push right first column width */
11283
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child {
11284
- -webkit-flex: 0 1 100%;
11285
- -ms-flex: 0 1 100%;
11286
- flex: 0 1 100%;
11287
  max-width: -webkit-calc(50% - -400.001px);
11288
  max-width: -moz-calc(50% - -400.001px);
11289
  max-width: calc(50% - -400.001px);
@@ -11294,9 +9688,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11294
 
11295
  /* Push right first column width */
11296
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child {
11297
- -webkit-flex: 0 1 100%;
11298
- -ms-flex: 0 1 100%;
11299
- flex: 0 1 100%;
11300
  max-width: -webkit-calc(50% - -403.33433px);
11301
  max-width: -moz-calc(50% - -403.33433px);
11302
  max-width: calc(50% - -403.33433px);
@@ -11307,9 +9698,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11307
 
11308
  /* Push right first column width */
11309
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child {
11310
- -webkit-flex: 0 1 100%;
11311
- -ms-flex: 0 1 100%;
11312
- flex: 0 1 100%;
11313
  max-width: -webkit-calc(50% - -406.66767px);
11314
  max-width: -moz-calc(50% - -406.66767px);
11315
  max-width: calc(50% - -406.66767px);
@@ -11320,9 +9708,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11320
 
11321
  /* Push right first column width */
11322
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child {
11323
- -webkit-flex: 0 1 100%;
11324
- -ms-flex: 0 1 100%;
11325
- flex: 0 1 100%;
11326
  max-width: -webkit-calc(50% - -410.001px);
11327
  max-width: -moz-calc(50% - -410.001px);
11328
  max-width: calc(50% - -410.001px);
@@ -11333,9 +9718,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11333
 
11334
  /* Push right first column width */
11335
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child {
11336
- -webkit-flex: 0 1 100%;
11337
- -ms-flex: 0 1 100%;
11338
- flex: 0 1 100%;
11339
  max-width: -webkit-calc(50% - -413.33433px);
11340
  max-width: -moz-calc(50% - -413.33433px);
11341
  max-width: calc(50% - -413.33433px);
@@ -11346,9 +9728,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11346
 
11347
  /* Push right first column width */
11348
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child {
11349
- -webkit-flex: 0 1 100%;
11350
- -ms-flex: 0 1 100%;
11351
- flex: 0 1 100%;
11352
  max-width: -webkit-calc(50% - -416.66767px);
11353
  max-width: -moz-calc(50% - -416.66767px);
11354
  max-width: calc(50% - -416.66767px);
@@ -11359,9 +9738,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11359
 
11360
  /* Push right first column width */
11361
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child {
11362
- -webkit-flex: 0 1 100%;
11363
- -ms-flex: 0 1 100%;
11364
- flex: 0 1 100%;
11365
  max-width: -webkit-calc(50% - -420.001px);
11366
  max-width: -moz-calc(50% - -420.001px);
11367
  max-width: calc(50% - -420.001px);
@@ -11372,9 +9748,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11372
 
11373
  /* Push right first column width */
11374
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child {
11375
- -webkit-flex: 0 1 100%;
11376
- -ms-flex: 0 1 100%;
11377
- flex: 0 1 100%;
11378
  max-width: -webkit-calc(50% - -423.33433px);
11379
  max-width: -moz-calc(50% - -423.33433px);
11380
  max-width: calc(50% - -423.33433px);
@@ -11385,9 +9758,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11385
 
11386
  /* Push right first column width */
11387
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child {
11388
- -webkit-flex: 0 1 100%;
11389
- -ms-flex: 0 1 100%;
11390
- flex: 0 1 100%;
11391
  max-width: -webkit-calc(50% - -426.66767px);
11392
  max-width: -moz-calc(50% - -426.66767px);
11393
  max-width: calc(50% - -426.66767px);
@@ -11398,9 +9768,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11398
 
11399
  /* Push right first column width */
11400
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child {
11401
- -webkit-flex: 0 1 100%;
11402
- -ms-flex: 0 1 100%;
11403
- flex: 0 1 100%;
11404
  max-width: -webkit-calc(50% - -430.001px);
11405
  max-width: -moz-calc(50% - -430.001px);
11406
  max-width: calc(50% - -430.001px);
@@ -11411,9 +9778,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11411
 
11412
  /* Push right first column width */
11413
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child {
11414
- -webkit-flex: 0 1 100%;
11415
- -ms-flex: 0 1 100%;
11416
- flex: 0 1 100%;
11417
  max-width: -webkit-calc(50% - -433.33433px);
11418
  max-width: -moz-calc(50% - -433.33433px);
11419
  max-width: calc(50% - -433.33433px);
@@ -11424,9 +9788,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11424
 
11425
  /* Push right first column width */
11426
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child {
11427
- -webkit-flex: 0 1 100%;
11428
- -ms-flex: 0 1 100%;
11429
- flex: 0 1 100%;
11430
  max-width: -webkit-calc(50% - -440.001px);
11431
  max-width: -moz-calc(50% - -440.001px);
11432
  max-width: calc(50% - -440.001px);
@@ -11437,9 +9798,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11437
 
11438
  /* Push right first column width */
11439
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child {
11440
- -webkit-flex: 0 1 100%;
11441
- -ms-flex: 0 1 100%;
11442
- flex: 0 1 100%;
11443
  max-width: -webkit-calc(50% - -446.66767px);
11444
  max-width: -moz-calc(50% - -446.66767px);
11445
  max-width: calc(50% - -446.66767px);
@@ -11450,9 +9808,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11450
 
11451
  /* Push right first column width */
11452
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child {
11453
- -webkit-flex: 0 1 100%;
11454
- -ms-flex: 0 1 100%;
11455
- flex: 0 1 100%;
11456
  max-width: -webkit-calc(50% - -453.33433px);
11457
  max-width: -moz-calc(50% - -453.33433px);
11458
  max-width: calc(50% - -453.33433px);
@@ -11463,9 +9818,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11463
 
11464
  /* Push right first column width */
11465
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child {
11466
- -webkit-flex: 0 1 100%;
11467
- -ms-flex: 0 1 100%;
11468
- flex: 0 1 100%;
11469
  max-width: -webkit-calc(50% - -460.001px);
11470
  max-width: -moz-calc(50% - -460.001px);
11471
  max-width: calc(50% - -460.001px);
@@ -11476,9 +9828,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11476
 
11477
  /* Push right first column width */
11478
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child {
11479
- -webkit-flex: 0 1 100%;
11480
- -ms-flex: 0 1 100%;
11481
- flex: 0 1 100%;
11482
  max-width: -webkit-calc(50% - -466.66767px);
11483
  max-width: -moz-calc(50% - -466.66767px);
11484
  max-width: calc(50% - -466.66767px);
@@ -11497,9 +9846,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11497
 
11498
  /* Push left first column content width */
11499
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="11"]:first-child {
11500
- -webkit-flex: 0 1 100%;
11501
- -ms-flex: 0 1 100%;
11502
- flex: 0 1 100%;
11503
  max-width: -webkit-calc(50% - -516.66767px);
11504
  max-width: -moz-calc(50% - -516.66767px);
11505
  max-width: calc(50% - -516.66767px);
@@ -11508,18 +9854,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11508
  max-width: 1096.66767px;
11509
  }
11510
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="11"]:last-child {
11511
- -webkit-flex: 0 1 100%;
11512
- -ms-flex: 0 1 100%;
11513
- flex: 0 1 100%;
11514
  max-width: -webkit-calc(50% - -516.66767px);
11515
  max-width: -moz-calc(50% - -516.66767px);
11516
  max-width: calc(50% - -516.66767px);
11517
  }
11518
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
11519
  max-width: 1096.66767px;
11520
- -webkit-align-self: flex-start;
11521
- -ms-flex-item-align: start;
11522
- align-self: flex-start;
11523
  }
11524
 
11525
  /* General width with gaps included */
@@ -11530,9 +9870,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11530
  max-width: 1100.001px;
11531
  }
11532
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child {
11533
- -webkit-flex: 0 1 100%;
11534
- -ms-flex: 0 1 100%;
11535
- flex: 0 1 100%;
11536
  max-width: -webkit-calc(50% - -500.001px);
11537
  max-width: -moz-calc(50% - -500.001px);
11538
  max-width: calc(50% - -500.001px);
@@ -11549,9 +9886,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11549
  max-width: 1109.16767px;
11550
  }
11551
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child {
11552
- -webkit-flex: 0 1 100%;
11553
- -ms-flex: 0 1 100%;
11554
- flex: 0 1 100%;
11555
  max-width: -webkit-calc(50% - -504.16767px);
11556
  max-width: -moz-calc(50% - -504.16767px);
11557
  max-width: calc(50% - -504.16767px);
@@ -11568,9 +9902,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11568
  max-width: 1118.33433px;
11569
  }
11570
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child {
11571
- -webkit-flex: 0 1 100%;
11572
- -ms-flex: 0 1 100%;
11573
- flex: 0 1 100%;
11574
  max-width: -webkit-calc(50% - -508.33433px);
11575
  max-width: -moz-calc(50% - -508.33433px);
11576
  max-width: calc(50% - -508.33433px);
@@ -11587,9 +9918,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11587
  max-width: 1127.501px;
11588
  }
11589
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child {
11590
- -webkit-flex: 0 1 100%;
11591
- -ms-flex: 0 1 100%;
11592
- flex: 0 1 100%;
11593
  max-width: -webkit-calc(50% - -512.501px);
11594
  max-width: -moz-calc(50% - -512.501px);
11595
  max-width: calc(50% - -512.501px);
@@ -11606,9 +9934,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11606
  max-width: 1136.66767px;
11607
  }
11608
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child {
11609
- -webkit-flex: 0 1 100%;
11610
- -ms-flex: 0 1 100%;
11611
- flex: 0 1 100%;
11612
  max-width: -webkit-calc(50% - -516.66767px);
11613
  max-width: -moz-calc(50% - -516.66767px);
11614
  max-width: calc(50% - -516.66767px);
@@ -11625,9 +9950,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11625
  max-width: 1145.83433px;
11626
  }
11627
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child {
11628
- -webkit-flex: 0 1 100%;
11629
- -ms-flex: 0 1 100%;
11630
- flex: 0 1 100%;
11631
  max-width: -webkit-calc(50% - -520.83433px);
11632
  max-width: -moz-calc(50% - -520.83433px);
11633
  max-width: calc(50% - -520.83433px);
@@ -11644,9 +9966,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11644
  max-width: 1155.001px;
11645
  }
11646
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child {
11647
- -webkit-flex: 0 1 100%;
11648
- -ms-flex: 0 1 100%;
11649
- flex: 0 1 100%;
11650
  max-width: -webkit-calc(50% - -525.001px);
11651
  max-width: -moz-calc(50% - -525.001px);
11652
  max-width: calc(50% - -525.001px);
@@ -11663,9 +9982,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11663
  max-width: 1164.16767px;
11664
  }
11665
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child {
11666
- -webkit-flex: 0 1 100%;
11667
- -ms-flex: 0 1 100%;
11668
- flex: 0 1 100%;
11669
  max-width: -webkit-calc(50% - -529.16767px);
11670
  max-width: -moz-calc(50% - -529.16767px);
11671
  max-width: calc(50% - -529.16767px);
@@ -11682,9 +9998,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11682
  max-width: 1173.33433px;
11683
  }
11684
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child {
11685
- -webkit-flex: 0 1 100%;
11686
- -ms-flex: 0 1 100%;
11687
- flex: 0 1 100%;
11688
  max-width: -webkit-calc(50% - -533.33433px);
11689
  max-width: -moz-calc(50% - -533.33433px);
11690
  max-width: calc(50% - -533.33433px);
@@ -11701,9 +10014,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11701
  max-width: 1182.501px;
11702
  }
11703
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child {
11704
- -webkit-flex: 0 1 100%;
11705
- -ms-flex: 0 1 100%;
11706
- flex: 0 1 100%;
11707
  max-width: -webkit-calc(50% - -537.501px);
11708
  max-width: -moz-calc(50% - -537.501px);
11709
  max-width: calc(50% - -537.501px);
@@ -11720,9 +10030,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11720
  max-width: 1191.66767px;
11721
  }
11722
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child {
11723
- -webkit-flex: 0 1 100%;
11724
- -ms-flex: 0 1 100%;
11725
- flex: 0 1 100%;
11726
  max-width: -webkit-calc(50% - -541.66767px);
11727
  max-width: -moz-calc(50% - -541.66767px);
11728
  max-width: calc(50% - -541.66767px);
@@ -11739,9 +10046,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11739
  max-width: 1200.83433px;
11740
  }
11741
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child {
11742
- -webkit-flex: 0 1 100%;
11743
- -ms-flex: 0 1 100%;
11744
- flex: 0 1 100%;
11745
  max-width: -webkit-calc(50% - -545.83433px);
11746
  max-width: -moz-calc(50% - -545.83433px);
11747
  max-width: calc(50% - -545.83433px);
@@ -11758,9 +10062,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11758
  max-width: 1210.001px;
11759
  }
11760
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child {
11761
- -webkit-flex: 0 1 100%;
11762
- -ms-flex: 0 1 100%;
11763
- flex: 0 1 100%;
11764
  max-width: -webkit-calc(50% - -550.001px);
11765
  max-width: -moz-calc(50% - -550.001px);
11766
  max-width: calc(50% - -550.001px);
@@ -11777,9 +10078,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11777
  max-width: 1219.16767px;
11778
  }
11779
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child {
11780
- -webkit-flex: 0 1 100%;
11781
- -ms-flex: 0 1 100%;
11782
- flex: 0 1 100%;
11783
  max-width: -webkit-calc(50% - -554.16767px);
11784
  max-width: -moz-calc(50% - -554.16767px);
11785
  max-width: calc(50% - -554.16767px);
@@ -11796,9 +10094,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11796
  max-width: 1228.33433px;
11797
  }
11798
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child {
11799
- -webkit-flex: 0 1 100%;
11800
- -ms-flex: 0 1 100%;
11801
- flex: 0 1 100%;
11802
  max-width: -webkit-calc(50% - -558.33433px);
11803
  max-width: -moz-calc(50% - -558.33433px);
11804
  max-width: calc(50% - -558.33433px);
@@ -11815,9 +10110,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11815
  max-width: 1237.501px;
11816
  }
11817
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child {
11818
- -webkit-flex: 0 1 100%;
11819
- -ms-flex: 0 1 100%;
11820
- flex: 0 1 100%;
11821
  max-width: -webkit-calc(50% - -562.501px);
11822
  max-width: -moz-calc(50% - -562.501px);
11823
  max-width: calc(50% - -562.501px);
@@ -11834,9 +10126,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11834
  max-width: 1246.66767px;
11835
  }
11836
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child {
11837
- -webkit-flex: 0 1 100%;
11838
- -ms-flex: 0 1 100%;
11839
- flex: 0 1 100%;
11840
  max-width: -webkit-calc(50% - -566.66767px);
11841
  max-width: -moz-calc(50% - -566.66767px);
11842
  max-width: calc(50% - -566.66767px);
@@ -11853,9 +10142,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11853
  max-width: 1255.83433px;
11854
  }
11855
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child {
11856
- -webkit-flex: 0 1 100%;
11857
- -ms-flex: 0 1 100%;
11858
- flex: 0 1 100%;
11859
  max-width: -webkit-calc(50% - -570.83433px);
11860
  max-width: -moz-calc(50% - -570.83433px);
11861
  max-width: calc(50% - -570.83433px);
@@ -11872,9 +10158,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11872
  max-width: 1265.001px;
11873
  }
11874
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child {
11875
- -webkit-flex: 0 1 100%;
11876
- -ms-flex: 0 1 100%;
11877
- flex: 0 1 100%;
11878
  max-width: -webkit-calc(50% - -575.001px);
11879
  max-width: -moz-calc(50% - -575.001px);
11880
  max-width: calc(50% - -575.001px);
@@ -11891,9 +10174,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11891
  max-width: 1274.16767px;
11892
  }
11893
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child {
11894
- -webkit-flex: 0 1 100%;
11895
- -ms-flex: 0 1 100%;
11896
- flex: 0 1 100%;
11897
  max-width: -webkit-calc(50% - -579.16767px);
11898
  max-width: -moz-calc(50% - -579.16767px);
11899
  max-width: calc(50% - -579.16767px);
@@ -11910,9 +10190,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11910
  max-width: 1283.33433px;
11911
  }
11912
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child {
11913
- -webkit-flex: 0 1 100%;
11914
- -ms-flex: 0 1 100%;
11915
- flex: 0 1 100%;
11916
  max-width: -webkit-calc(50% - -583.33433px);
11917
  max-width: -moz-calc(50% - -583.33433px);
11918
  max-width: calc(50% - -583.33433px);
@@ -11923,9 +10200,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11923
 
11924
  /* Push right first column width */
11925
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child {
11926
- -webkit-flex: 0 1 100%;
11927
- -ms-flex: 0 1 100%;
11928
- flex: 0 1 100%;
11929
  max-width: -webkit-calc(50% - -500.001px);
11930
  max-width: -moz-calc(50% - -500.001px);
11931
  max-width: calc(50% - -500.001px);
@@ -11936,9 +10210,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11936
 
11937
  /* Push right first column width */
11938
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child {
11939
- -webkit-flex: 0 1 100%;
11940
- -ms-flex: 0 1 100%;
11941
- flex: 0 1 100%;
11942
  max-width: -webkit-calc(50% - -504.16767px);
11943
  max-width: -moz-calc(50% - -504.16767px);
11944
  max-width: calc(50% - -504.16767px);
@@ -11949,9 +10220,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11949
 
11950
  /* Push right first column width */
11951
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child {
11952
- -webkit-flex: 0 1 100%;
11953
- -ms-flex: 0 1 100%;
11954
- flex: 0 1 100%;
11955
  max-width: -webkit-calc(50% - -508.33433px);
11956
  max-width: -moz-calc(50% - -508.33433px);
11957
  max-width: calc(50% - -508.33433px);
@@ -11962,9 +10230,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11962
 
11963
  /* Push right first column width */
11964
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child {
11965
- -webkit-flex: 0 1 100%;
11966
- -ms-flex: 0 1 100%;
11967
- flex: 0 1 100%;
11968
  max-width: -webkit-calc(50% - -512.501px);
11969
  max-width: -moz-calc(50% - -512.501px);
11970
  max-width: calc(50% - -512.501px);
@@ -11975,9 +10240,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11975
 
11976
  /* Push right first column width */
11977
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child {
11978
- -webkit-flex: 0 1 100%;
11979
- -ms-flex: 0 1 100%;
11980
- flex: 0 1 100%;
11981
  max-width: -webkit-calc(50% - -516.66767px);
11982
  max-width: -moz-calc(50% - -516.66767px);
11983
  max-width: calc(50% - -516.66767px);
@@ -11988,9 +10250,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
11988
 
11989
  /* Push right first column width */
11990
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child {
11991
- -webkit-flex: 0 1 100%;
11992
- -ms-flex: 0 1 100%;
11993
- flex: 0 1 100%;
11994
  max-width: -webkit-calc(50% - -520.83433px);
11995
  max-width: -moz-calc(50% - -520.83433px);
11996
  max-width: calc(50% - -520.83433px);
@@ -12001,9 +10260,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12001
 
12002
  /* Push right first column width */
12003
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child {
12004
- -webkit-flex: 0 1 100%;
12005
- -ms-flex: 0 1 100%;
12006
- flex: 0 1 100%;
12007
  max-width: -webkit-calc(50% - -525.001px);
12008
  max-width: -moz-calc(50% - -525.001px);
12009
  max-width: calc(50% - -525.001px);
@@ -12014,9 +10270,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12014
 
12015
  /* Push right first column width */
12016
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child {
12017
- -webkit-flex: 0 1 100%;
12018
- -ms-flex: 0 1 100%;
12019
- flex: 0 1 100%;
12020
  max-width: -webkit-calc(50% - -529.16767px);
12021
  max-width: -moz-calc(50% - -529.16767px);
12022
  max-width: calc(50% - -529.16767px);
@@ -12027,9 +10280,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12027
 
12028
  /* Push right first column width */
12029
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child {
12030
- -webkit-flex: 0 1 100%;
12031
- -ms-flex: 0 1 100%;
12032
- flex: 0 1 100%;
12033
  max-width: -webkit-calc(50% - -533.33433px);
12034
  max-width: -moz-calc(50% - -533.33433px);
12035
  max-width: calc(50% - -533.33433px);
@@ -12040,9 +10290,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12040
 
12041
  /* Push right first column width */
12042
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child {
12043
- -webkit-flex: 0 1 100%;
12044
- -ms-flex: 0 1 100%;
12045
- flex: 0 1 100%;
12046
  max-width: -webkit-calc(50% - -537.501px);
12047
  max-width: -moz-calc(50% - -537.501px);
12048
  max-width: calc(50% - -537.501px);
@@ -12053,9 +10300,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12053
 
12054
  /* Push right first column width */
12055
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child {
12056
- -webkit-flex: 0 1 100%;
12057
- -ms-flex: 0 1 100%;
12058
- flex: 0 1 100%;
12059
  max-width: -webkit-calc(50% - -541.66767px);
12060
  max-width: -moz-calc(50% - -541.66767px);
12061
  max-width: calc(50% - -541.66767px);
@@ -12066,9 +10310,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12066
 
12067
  /* Push right first column width */
12068
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child {
12069
- -webkit-flex: 0 1 100%;
12070
- -ms-flex: 0 1 100%;
12071
- flex: 0 1 100%;
12072
  max-width: -webkit-calc(50% - -550.001px);
12073
  max-width: -moz-calc(50% - -550.001px);
12074
  max-width: calc(50% - -550.001px);
@@ -12079,9 +10320,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12079
 
12080
  /* Push right first column width */
12081
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child {
12082
- -webkit-flex: 0 1 100%;
12083
- -ms-flex: 0 1 100%;
12084
- flex: 0 1 100%;
12085
  max-width: -webkit-calc(50% - -558.33433px);
12086
  max-width: -moz-calc(50% - -558.33433px);
12087
  max-width: calc(50% - -558.33433px);
@@ -12092,9 +10330,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12092
 
12093
  /* Push right first column width */
12094
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child {
12095
- -webkit-flex: 0 1 100%;
12096
- -ms-flex: 0 1 100%;
12097
- flex: 0 1 100%;
12098
  max-width: -webkit-calc(50% - -566.66767px);
12099
  max-width: -moz-calc(50% - -566.66767px);
12100
  max-width: calc(50% - -566.66767px);
@@ -12105,9 +10340,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12105
 
12106
  /* Push right first column width */
12107
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child {
12108
- -webkit-flex: 0 1 100%;
12109
- -ms-flex: 0 1 100%;
12110
- flex: 0 1 100%;
12111
  max-width: -webkit-calc(50% - -575.001px);
12112
  max-width: -moz-calc(50% - -575.001px);
12113
  max-width: calc(50% - -575.001px);
@@ -12118,9 +10350,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12118
 
12119
  /* Push right first column width */
12120
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child {
12121
- -webkit-flex: 0 1 100%;
12122
- -ms-flex: 0 1 100%;
12123
- flex: 0 1 100%;
12124
  max-width: -webkit-calc(50% - -583.33433px);
12125
  max-width: -moz-calc(50% - -583.33433px);
12126
  max-width: calc(50% - -583.33433px);
@@ -12139,9 +10368,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12139
 
12140
  /* Push left first column content width */
12141
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="12"]:first-child {
12142
- -webkit-flex: 0 1 100%;
12143
- -ms-flex: 0 1 100%;
12144
- flex: 0 1 100%;
12145
  max-width: -webkit-calc(50% - -620.001px);
12146
  max-width: -moz-calc(50% - -620.001px);
12147
  max-width: calc(50% - -620.001px);
@@ -12150,18 +10376,12 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12150
  max-width: 1200.001px;
12151
  }
12152
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="12"]:last-child {
12153
- -webkit-flex: 0 1 100%;
12154
- -ms-flex: 0 1 100%;
12155
- flex: 0 1 100%;
12156
  max-width: -webkit-calc(50% - -620.001px);
12157
  max-width: -moz-calc(50% - -620.001px);
12158
  max-width: calc(50% - -620.001px);
12159
  }
12160
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
12161
  max-width: 1200.001px;
12162
- -webkit-align-self: flex-start;
12163
- -ms-flex-item-align: start;
12164
- align-self: flex-start;
12165
  }
12166
 
12167
  /* General width with gaps included */
@@ -12172,9 +10392,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12172
  max-width: 1200.001px;
12173
  }
12174
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child {
12175
- -webkit-flex: 0 1 100%;
12176
- -ms-flex: 0 1 100%;
12177
- flex: 0 1 100%;
12178
  max-width: -webkit-calc(50% - -600.001px);
12179
  max-width: -moz-calc(50% - -600.001px);
12180
  max-width: calc(50% - -600.001px);
@@ -12191,9 +10408,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12191
  max-width: 1210.001px;
12192
  }
12193
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child {
12194
- -webkit-flex: 0 1 100%;
12195
- -ms-flex: 0 1 100%;
12196
- flex: 0 1 100%;
12197
  max-width: -webkit-calc(50% - -605.001px);
12198
  max-width: -moz-calc(50% - -605.001px);
12199
  max-width: calc(50% - -605.001px);
@@ -12210,9 +10424,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12210
  max-width: 1220.001px;
12211
  }
12212
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child {
12213
- -webkit-flex: 0 1 100%;
12214
- -ms-flex: 0 1 100%;
12215
- flex: 0 1 100%;
12216
  max-width: -webkit-calc(50% - -610.001px);
12217
  max-width: -moz-calc(50% - -610.001px);
12218
  max-width: calc(50% - -610.001px);
@@ -12229,9 +10440,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12229
  max-width: 1230.001px;
12230
  }
12231
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child {
12232
- -webkit-flex: 0 1 100%;
12233
- -ms-flex: 0 1 100%;
12234
- flex: 0 1 100%;
12235
  max-width: -webkit-calc(50% - -615.001px);
12236
  max-width: -moz-calc(50% - -615.001px);
12237
  max-width: calc(50% - -615.001px);
@@ -12248,9 +10456,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12248
  max-width: 1240.001px;
12249
  }
12250
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child {
12251
- -webkit-flex: 0 1 100%;
12252
- -ms-flex: 0 1 100%;
12253
- flex: 0 1 100%;
12254
  max-width: -webkit-calc(50% - -620.001px);
12255
  max-width: -moz-calc(50% - -620.001px);
12256
  max-width: calc(50% - -620.001px);
@@ -12267,9 +10472,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12267
  max-width: 1250.001px;
12268
  }
12269
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child {
12270
- -webkit-flex: 0 1 100%;
12271
- -ms-flex: 0 1 100%;
12272
- flex: 0 1 100%;
12273
  max-width: -webkit-calc(50% - -625.001px);
12274
  max-width: -moz-calc(50% - -625.001px);
12275
  max-width: calc(50% - -625.001px);
@@ -12286,9 +10488,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12286
  max-width: 1260.001px;
12287
  }
12288
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child {
12289
- -webkit-flex: 0 1 100%;
12290
- -ms-flex: 0 1 100%;
12291
- flex: 0 1 100%;
12292
  max-width: -webkit-calc(50% - -630.001px);
12293
  max-width: -moz-calc(50% - -630.001px);
12294
  max-width: calc(50% - -630.001px);
@@ -12305,9 +10504,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12305
  max-width: 1270.001px;
12306
  }
12307
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child {
12308
- -webkit-flex: 0 1 100%;
12309
- -ms-flex: 0 1 100%;
12310
- flex: 0 1 100%;
12311
  max-width: -webkit-calc(50% - -635.001px);
12312
  max-width: -moz-calc(50% - -635.001px);
12313
  max-width: calc(50% - -635.001px);
@@ -12324,9 +10520,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12324
  max-width: 1280.001px;
12325
  }
12326
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child {
12327
- -webkit-flex: 0 1 100%;
12328
- -ms-flex: 0 1 100%;
12329
- flex: 0 1 100%;
12330
  max-width: -webkit-calc(50% - -640.001px);
12331
  max-width: -moz-calc(50% - -640.001px);
12332
  max-width: calc(50% - -640.001px);
@@ -12343,9 +10536,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12343
  max-width: 1290.001px;
12344
  }
12345
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child {
12346
- -webkit-flex: 0 1 100%;
12347
- -ms-flex: 0 1 100%;
12348
- flex: 0 1 100%;
12349
  max-width: -webkit-calc(50% - -645.001px);
12350
  max-width: -moz-calc(50% - -645.001px);
12351
  max-width: calc(50% - -645.001px);
@@ -12362,9 +10552,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12362
  max-width: 1300.001px;
12363
  }
12364
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child {
12365
- -webkit-flex: 0 1 100%;
12366
- -ms-flex: 0 1 100%;
12367
- flex: 0 1 100%;
12368
  max-width: -webkit-calc(50% - -650.001px);
12369
  max-width: -moz-calc(50% - -650.001px);
12370
  max-width: calc(50% - -650.001px);
@@ -12381,9 +10568,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12381
  max-width: 1310.001px;
12382
  }
12383
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child {
12384
- -webkit-flex: 0 1 100%;
12385
- -ms-flex: 0 1 100%;
12386
- flex: 0 1 100%;
12387
  max-width: -webkit-calc(50% - -655.001px);
12388
  max-width: -moz-calc(50% - -655.001px);
12389
  max-width: calc(50% - -655.001px);
@@ -12400,9 +10584,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12400
  max-width: 1320.001px;
12401
  }
12402
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child {
12403
- -webkit-flex: 0 1 100%;
12404
- -ms-flex: 0 1 100%;
12405
- flex: 0 1 100%;
12406
  max-width: -webkit-calc(50% - -660.001px);
12407
  max-width: -moz-calc(50% - -660.001px);
12408
  max-width: calc(50% - -660.001px);
@@ -12419,9 +10600,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12419
  max-width: 1330.001px;
12420
  }
12421
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child {
12422
- -webkit-flex: 0 1 100%;
12423
- -ms-flex: 0 1 100%;
12424
- flex: 0 1 100%;
12425
  max-width: -webkit-calc(50% - -665.001px);
12426
  max-width: -moz-calc(50% - -665.001px);
12427
  max-width: calc(50% - -665.001px);
@@ -12438,9 +10616,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12438
  max-width: 1340.001px;
12439
  }
12440
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child {
12441
- -webkit-flex: 0 1 100%;
12442
- -ms-flex: 0 1 100%;
12443
- flex: 0 1 100%;
12444
  max-width: -webkit-calc(50% - -670.001px);
12445
  max-width: -moz-calc(50% - -670.001px);
12446
  max-width: calc(50% - -670.001px);
@@ -12457,9 +10632,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12457
  max-width: 1350.001px;
12458
  }
12459
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child {
12460
- -webkit-flex: 0 1 100%;
12461
- -ms-flex: 0 1 100%;
12462
- flex: 0 1 100%;
12463
  max-width: -webkit-calc(50% - -675.001px);
12464
  max-width: -moz-calc(50% - -675.001px);
12465
  max-width: calc(50% - -675.001px);
@@ -12476,9 +10648,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12476
  max-width: 1360.001px;
12477
  }
12478
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child {
12479
- -webkit-flex: 0 1 100%;
12480
- -ms-flex: 0 1 100%;
12481
- flex: 0 1 100%;
12482
  max-width: -webkit-calc(50% - -680.001px);
12483
  max-width: -moz-calc(50% - -680.001px);
12484
  max-width: calc(50% - -680.001px);
@@ -12495,9 +10664,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12495
  max-width: 1370.001px;
12496
  }
12497
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child {
12498
- -webkit-flex: 0 1 100%;
12499
- -ms-flex: 0 1 100%;
12500
- flex: 0 1 100%;
12501
  max-width: -webkit-calc(50% - -685.001px);
12502
  max-width: -moz-calc(50% - -685.001px);
12503
  max-width: calc(50% - -685.001px);
@@ -12514,9 +10680,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12514
  max-width: 1380.001px;
12515
  }
12516
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child {
12517
- -webkit-flex: 0 1 100%;
12518
- -ms-flex: 0 1 100%;
12519
- flex: 0 1 100%;
12520
  max-width: -webkit-calc(50% - -690.001px);
12521
  max-width: -moz-calc(50% - -690.001px);
12522
  max-width: calc(50% - -690.001px);
@@ -12533,9 +10696,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12533
  max-width: 1390.001px;
12534
  }
12535
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child {
12536
- -webkit-flex: 0 1 100%;
12537
- -ms-flex: 0 1 100%;
12538
- flex: 0 1 100%;
12539
  max-width: -webkit-calc(50% - -695.001px);
12540
  max-width: -moz-calc(50% - -695.001px);
12541
  max-width: calc(50% - -695.001px);
@@ -12552,9 +10712,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12552
  max-width: 1400.001px;
12553
  }
12554
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child {
12555
- -webkit-flex: 0 1 100%;
12556
- -ms-flex: 0 1 100%;
12557
- flex: 0 1 100%;
12558
  max-width: -webkit-calc(50% - -700.001px);
12559
  max-width: -moz-calc(50% - -700.001px);
12560
  max-width: calc(50% - -700.001px);
@@ -12565,9 +10722,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12565
 
12566
  /* Push right first column width */
12567
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child {
12568
- -webkit-flex: 0 1 100%;
12569
- -ms-flex: 0 1 100%;
12570
- flex: 0 1 100%;
12571
  max-width: -webkit-calc(50% - -600.001px);
12572
  max-width: -moz-calc(50% - -600.001px);
12573
  max-width: calc(50% - -600.001px);
@@ -12578,9 +10732,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12578
 
12579
  /* Push right first column width */
12580
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child {
12581
- -webkit-flex: 0 1 100%;
12582
- -ms-flex: 0 1 100%;
12583
- flex: 0 1 100%;
12584
  max-width: -webkit-calc(50% - -605.001px);
12585
  max-width: -moz-calc(50% - -605.001px);
12586
  max-width: calc(50% - -605.001px);
@@ -12591,9 +10742,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12591
 
12592
  /* Push right first column width */
12593
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child {
12594
- -webkit-flex: 0 1 100%;
12595
- -ms-flex: 0 1 100%;
12596
- flex: 0 1 100%;
12597
  max-width: -webkit-calc(50% - -610.001px);
12598
  max-width: -moz-calc(50% - -610.001px);
12599
  max-width: calc(50% - -610.001px);
@@ -12604,9 +10752,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12604
 
12605
  /* Push right first column width */
12606
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child {
12607
- -webkit-flex: 0 1 100%;
12608
- -ms-flex: 0 1 100%;
12609
- flex: 0 1 100%;
12610
  max-width: -webkit-calc(50% - -615.001px);
12611
  max-width: -moz-calc(50% - -615.001px);
12612
  max-width: calc(50% - -615.001px);
@@ -12617,9 +10762,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12617
 
12618
  /* Push right first column width */
12619
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child {
12620
- -webkit-flex: 0 1 100%;
12621
- -ms-flex: 0 1 100%;
12622
- flex: 0 1 100%;
12623
  max-width: -webkit-calc(50% - -620.001px);
12624
  max-width: -moz-calc(50% - -620.001px);
12625
  max-width: calc(50% - -620.001px);
@@ -12630,9 +10772,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12630
 
12631
  /* Push right first column width */
12632
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child {
12633
- -webkit-flex: 0 1 100%;
12634
- -ms-flex: 0 1 100%;
12635
- flex: 0 1 100%;
12636
  max-width: -webkit-calc(50% - -625.001px);
12637
  max-width: -moz-calc(50% - -625.001px);
12638
  max-width: calc(50% - -625.001px);
@@ -12643,9 +10782,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12643
 
12644
  /* Push right first column width */
12645
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child {
12646
- -webkit-flex: 0 1 100%;
12647
- -ms-flex: 0 1 100%;
12648
- flex: 0 1 100%;
12649
  max-width: -webkit-calc(50% - -630.001px);
12650
  max-width: -moz-calc(50% - -630.001px);
12651
  max-width: calc(50% - -630.001px);
@@ -12656,9 +10792,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12656
 
12657
  /* Push right first column width */
12658
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child {
12659
- -webkit-flex: 0 1 100%;
12660
- -ms-flex: 0 1 100%;
12661
- flex: 0 1 100%;
12662
  max-width: -webkit-calc(50% - -635.001px);
12663
  max-width: -moz-calc(50% - -635.001px);
12664
  max-width: calc(50% - -635.001px);
@@ -12669,9 +10802,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12669
 
12670
  /* Push right first column width */
12671
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child {
12672
- -webkit-flex: 0 1 100%;
12673
- -ms-flex: 0 1 100%;
12674
- flex: 0 1 100%;
12675
  max-width: -webkit-calc(50% - -640.001px);
12676
  max-width: -moz-calc(50% - -640.001px);
12677
  max-width: calc(50% - -640.001px);
@@ -12682,9 +10812,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12682
 
12683
  /* Push right first column width */
12684
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child {
12685
- -webkit-flex: 0 1 100%;
12686
- -ms-flex: 0 1 100%;
12687
- flex: 0 1 100%;
12688
  max-width: -webkit-calc(50% - -645.001px);
12689
  max-width: -moz-calc(50% - -645.001px);
12690
  max-width: calc(50% - -645.001px);
@@ -12695,9 +10822,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12695
 
12696
  /* Push right first column width */
12697
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child {
12698
- -webkit-flex: 0 1 100%;
12699
- -ms-flex: 0 1 100%;
12700
- flex: 0 1 100%;
12701
  max-width: -webkit-calc(50% - -650.001px);
12702
  max-width: -moz-calc(50% - -650.001px);
12703
  max-width: calc(50% - -650.001px);
@@ -12708,9 +10832,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12708
 
12709
  /* Push right first column width */
12710
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child {
12711
- -webkit-flex: 0 1 100%;
12712
- -ms-flex: 0 1 100%;
12713
- flex: 0 1 100%;
12714
  max-width: -webkit-calc(50% - -660.001px);
12715
  max-width: -moz-calc(50% - -660.001px);
12716
  max-width: calc(50% - -660.001px);
@@ -12721,9 +10842,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12721
 
12722
  /* Push right first column width */
12723
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child {
12724
- -webkit-flex: 0 1 100%;
12725
- -ms-flex: 0 1 100%;
12726
- flex: 0 1 100%;
12727
  max-width: -webkit-calc(50% - -670.001px);
12728
  max-width: -moz-calc(50% - -670.001px);
12729
  max-width: calc(50% - -670.001px);
@@ -12734,9 +10852,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12734
 
12735
  /* Push right first column width */
12736
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child {
12737
- -webkit-flex: 0 1 100%;
12738
- -ms-flex: 0 1 100%;
12739
- flex: 0 1 100%;
12740
  max-width: -webkit-calc(50% - -680.001px);
12741
  max-width: -moz-calc(50% - -680.001px);
12742
  max-width: calc(50% - -680.001px);
@@ -12747,9 +10862,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12747
 
12748
  /* Push right first column width */
12749
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child {
12750
- -webkit-flex: 0 1 100%;
12751
- -ms-flex: 0 1 100%;
12752
- flex: 0 1 100%;
12753
  max-width: -webkit-calc(50% - -690.001px);
12754
  max-width: -moz-calc(50% - -690.001px);
12755
  max-width: calc(50% - -690.001px);
@@ -12760,9 +10872,6 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
12760
 
12761
  /* Push right first column width */
12762
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child {
12763
- -webkit-flex: 0 1 100%;
12764
- -ms-flex: 0 1 100%;
12765
- flex: 0 1 100%;
12766
  max-width: -webkit-calc(50% - -700.001px);
12767
  max-width: -moz-calc(50% - -700.001px);
12768
  max-width: calc(50% - -700.001px);
@@ -23196,110 +21305,18988 @@ html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_p
23196
  }
23197
  }
23198
 
23199
- /*
23200
- #masthead .wrap {
23201
- max-width: 1200px;
23202
- padding-left: 0em;
23203
- padding-right: 0em;
23204
- background: green;
23205
- }
23206
- */
23207
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-5,
23208
- .bt_bb_row .bt_bb_column.bt_bb_order_-5 {
23209
- -webkit-order: -5;
23210
- -ms-flex-order: -5;
23211
- order: -5;
23212
  }
23213
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-4,
23214
- .bt_bb_row .bt_bb_column.bt_bb_order_-4 {
23215
- -webkit-order: -4;
23216
- -ms-flex-order: -4;
23217
- order: -4;
23218
  }
23219
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-3,
23220
- .bt_bb_row .bt_bb_column.bt_bb_order_-3 {
23221
- -webkit-order: -3;
23222
- -ms-flex-order: -3;
23223
- order: -3;
23224
  }
23225
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-2,
23226
- .bt_bb_row .bt_bb_column.bt_bb_order_-2 {
23227
- -webkit-order: -2;
23228
- -ms-flex-order: -2;
23229
- order: -2;
23230
  }
23231
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-1,
23232
- .bt_bb_row .bt_bb_column.bt_bb_order_-1 {
23233
- -webkit-order: -1;
23234
- -ms-flex-order: -1;
23235
- order: -1;
23236
  }
23237
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_0,
23238
- .bt_bb_row .bt_bb_column.bt_bb_order_0 {
23239
- -webkit-order: 0;
23240
- -ms-flex-order: 0;
23241
- order: 0;
23242
  }
23243
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_1,
23244
- .bt_bb_row .bt_bb_column.bt_bb_order_1 {
23245
- -webkit-order: 1;
23246
- -ms-flex-order: 1;
23247
- order: 1;
23248
  }
23249
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_2,
23250
- .bt_bb_row .bt_bb_column.bt_bb_order_2 {
23251
- -webkit-order: 2;
23252
- -ms-flex-order: 2;
23253
- order: 2;
23254
  }
23255
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_3,
23256
- .bt_bb_row .bt_bb_column.bt_bb_order_3 {
23257
- -webkit-order: 3;
23258
- -ms-flex-order: 3;
23259
- order: 3;
23260
  }
23261
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_4,
23262
- .bt_bb_row .bt_bb_column.bt_bb_order_4 {
23263
- -webkit-order: 4;
23264
- -ms-flex-order: 4;
23265
- order: 4;
23266
  }
23267
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_5,
23268
- .bt_bb_row .bt_bb_column.bt_bb_order_5 {
23269
- -webkit-order: 5;
23270
- -ms-flex-order: 5;
23271
- order: 5;
23272
  }
23273
- @media (min-width: 993px) and (max-width: 1200px) {
23274
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-5,
23275
- .bt_bb_row .bt_bb_column.bt_bb_order_lg_-5 {
23276
- -webkit-order: -5;
23277
- -ms-flex-order: -5;
23278
- order: -5;
23279
  }
23280
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-4,
23281
- .bt_bb_row .bt_bb_column.bt_bb_order_lg_-4 {
23282
- -webkit-order: -4;
23283
- -ms-flex-order: -4;
23284
- order: -4;
23285
  }
23286
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-3,
23287
- .bt_bb_row .bt_bb_column.bt_bb_order_lg_-3 {
23288
- -webkit-order: -3;
23289
- -ms-flex-order: -3;
23290
- order: -3;
23291
  }
23292
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-2,
23293
- .bt_bb_row .bt_bb_column.bt_bb_order_lg_-2 {
23294
- -webkit-order: -2;
23295
- -ms-flex-order: -2;
23296
- order: -2;
23297
  }
23298
- .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-1,
23299
- .bt_bb_row .bt_bb_column.bt_bb_order_lg_-1 {
23300
- -webkit-order: -1;
23301
- -ms-flex-order: -1;
23302
- order: -1;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2418
  padding-right: 100px;
2419
  }
2420
 
2421
+ /* -------------- */
2422
+ /* - Boxed rows - */
2423
+ /* -------------- */
2424
  /* @set boxedDelta 0; */
2425
+ /* Boxed 1200 */
2426
  .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 {
2427
  max-width: 1200px;
2428
+ }
2429
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200,
2430
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 {
2431
  margin: auto;
2432
  }
2433
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row,
2434
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row {
2435
  -webkit-flex-flow: row nowrap;
2436
  -ms-flex-flow: row nowrap;
2437
  flex-flow: row nowrap;
2438
  }
2439
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column,
2440
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column {
2441
  max-width: 100%;
2442
  }
2443
  .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right,
2444
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left,
2445
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right,
2446
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
2447
  max-width: 100%;
2448
  }
2449
  @media (max-width: 1239px) {
2509
  justify-content: flex-end;
2510
  }
2511
 
2512
+ /* Push left first column content width */
2513
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column:first-child {
2514
+ -webkit-flex: 0 1 100%;
2515
+ -ms-flex: 0 1 100%;
2516
+ flex: 0 1 100%;
2517
+ }
2518
+
2519
+ /* Push right last column content width */
2520
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column:last-child {
2521
+ -webkit-flex: 0 1 100%;
2522
+ -ms-flex: 0 1 100%;
2523
+ flex: 0 1 100%;
2524
+ }
2525
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
2526
+ -webkit-align-self: flex-start;
2527
+ -ms-flex-item-align: start;
2528
+ align-self: flex-start;
2529
+ }
2530
+
2531
  /* General width */
2532
  .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="1"] {
2533
  -webkit-flex: 0 0 103.33433px;
2538
 
2539
  /* Push left first column content width */
2540
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="1"]:first-child {
 
 
 
2541
  max-width: -webkit-calc(50% - 516.66567px);
2542
  max-width: -moz-calc(50% - 516.66567px);
2543
  max-width: calc(50% - 516.66567px);
2546
  max-width: 63.33433px;
2547
  }
2548
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="1"]:last-child {
 
 
 
2549
  max-width: -webkit-calc(50% - 516.66567px);
2550
  max-width: -moz-calc(50% - 516.66567px);
2551
  max-width: calc(50% - 516.66567px);
2552
  }
2553
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
2554
  max-width: 63.33433px;
 
 
 
2555
  }
2556
 
2557
  /* General width with gaps included */
2562
  max-width: 100.001px;
2563
  }
2564
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2565
  max-width: -webkit-calc(50% - 499.999px);
2566
  max-width: -moz-calc(50% - 499.999px);
2567
  max-width: calc(50% - 499.999px);
2578
  max-width: 100.83433px;
2579
  }
2580
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2581
  max-width: -webkit-calc(50% - 504.16567px);
2582
  max-width: -moz-calc(50% - 504.16567px);
2583
  max-width: calc(50% - 504.16567px);
2594
  max-width: 101.66767px;
2595
  }
2596
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2597
  max-width: -webkit-calc(50% - 508.33233px);
2598
  max-width: -moz-calc(50% - 508.33233px);
2599
  max-width: calc(50% - 508.33233px);
2610
  max-width: 102.501px;
2611
  }
2612
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2613
  max-width: -webkit-calc(50% - 512.499px);
2614
  max-width: -moz-calc(50% - 512.499px);
2615
  max-width: calc(50% - 512.499px);
2626
  max-width: 103.33433px;
2627
  }
2628
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2629
  max-width: -webkit-calc(50% - 516.66567px);
2630
  max-width: -moz-calc(50% - 516.66567px);
2631
  max-width: calc(50% - 516.66567px);
2642
  max-width: 104.16767px;
2643
  }
2644
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2645
  max-width: -webkit-calc(50% - 520.83233px);
2646
  max-width: -moz-calc(50% - 520.83233px);
2647
  max-width: calc(50% - 520.83233px);
2658
  max-width: 105.001px;
2659
  }
2660
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2661
  max-width: -webkit-calc(50% - 524.999px);
2662
  max-width: -moz-calc(50% - 524.999px);
2663
  max-width: calc(50% - 524.999px);
2674
  max-width: 105.83433px;
2675
  }
2676
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2677
  max-width: -webkit-calc(50% - 529.16567px);
2678
  max-width: -moz-calc(50% - 529.16567px);
2679
  max-width: calc(50% - 529.16567px);
2690
  max-width: 106.66767px;
2691
  }
2692
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2693
  max-width: -webkit-calc(50% - 533.33233px);
2694
  max-width: -moz-calc(50% - 533.33233px);
2695
  max-width: calc(50% - 533.33233px);
2706
  max-width: 107.501px;
2707
  }
2708
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2709
  max-width: -webkit-calc(50% - 537.499px);
2710
  max-width: -moz-calc(50% - 537.499px);
2711
  max-width: calc(50% - 537.499px);
2722
  max-width: 108.33433px;
2723
  }
2724
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2725
  max-width: -webkit-calc(50% - 541.66567px);
2726
  max-width: -moz-calc(50% - 541.66567px);
2727
  max-width: calc(50% - 541.66567px);
2738
  max-width: 109.16767px;
2739
  }
2740
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2741
  max-width: -webkit-calc(50% - 545.83233px);
2742
  max-width: -moz-calc(50% - 545.83233px);
2743
  max-width: calc(50% - 545.83233px);
2754
  max-width: 110.001px;
2755
  }
2756
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2757
  max-width: -webkit-calc(50% - 549.999px);
2758
  max-width: -moz-calc(50% - 549.999px);
2759
  max-width: calc(50% - 549.999px);
2770
  max-width: 110.83433px;
2771
  }
2772
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2773
  max-width: -webkit-calc(50% - 554.16567px);
2774
  max-width: -moz-calc(50% - 554.16567px);
2775
  max-width: calc(50% - 554.16567px);
2786
  max-width: 111.66767px;
2787
  }
2788
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2789
  max-width: -webkit-calc(50% - 558.33233px);
2790
  max-width: -moz-calc(50% - 558.33233px);
2791
  max-width: calc(50% - 558.33233px);
2802
  max-width: 112.501px;
2803
  }
2804
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2805
  max-width: -webkit-calc(50% - 562.499px);
2806
  max-width: -moz-calc(50% - 562.499px);
2807
  max-width: calc(50% - 562.499px);
2818
  max-width: 113.33433px;
2819
  }
2820
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2821
  max-width: -webkit-calc(50% - 566.66567px);
2822
  max-width: -moz-calc(50% - 566.66567px);
2823
  max-width: calc(50% - 566.66567px);
2834
  max-width: 114.16767px;
2835
  }
2836
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2837
  max-width: -webkit-calc(50% - 570.83233px);
2838
  max-width: -moz-calc(50% - 570.83233px);
2839
  max-width: calc(50% - 570.83233px);
2850
  max-width: 115.001px;
2851
  }
2852
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2853
  max-width: -webkit-calc(50% - 574.999px);
2854
  max-width: -moz-calc(50% - 574.999px);
2855
  max-width: calc(50% - 574.999px);
2866
  max-width: 115.83433px;
2867
  }
2868
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2869
  max-width: -webkit-calc(50% - 579.16567px);
2870
  max-width: -moz-calc(50% - 579.16567px);
2871
  max-width: calc(50% - 579.16567px);
2882
  max-width: 116.66767px;
2883
  }
2884
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child {
 
 
 
2885
  max-width: -webkit-calc(50% - 583.33233px);
2886
  max-width: -moz-calc(50% - 583.33233px);
2887
  max-width: calc(50% - 583.33233px);
2892
 
2893
  /* Push right first column width */
2894
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child {
 
 
 
2895
  max-width: -webkit-calc(50% - 499.999px);
2896
  max-width: -moz-calc(50% - 499.999px);
2897
  max-width: calc(50% - 499.999px);
2902
 
2903
  /* Push right first column width */
2904
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child {
 
 
 
2905
  max-width: -webkit-calc(50% - 504.16567px);
2906
  max-width: -moz-calc(50% - 504.16567px);
2907
  max-width: calc(50% - 504.16567px);
2912
 
2913
  /* Push right first column width */
2914
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child {
 
 
 
2915
  max-width: -webkit-calc(50% - 508.33233px);
2916
  max-width: -moz-calc(50% - 508.33233px);
2917
  max-width: calc(50% - 508.33233px);
2922
 
2923
  /* Push right first column width */
2924
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child {
 
 
 
2925
  max-width: -webkit-calc(50% - 512.499px);
2926
  max-width: -moz-calc(50% - 512.499px);
2927
  max-width: calc(50% - 512.499px);
2932
 
2933
  /* Push right first column width */
2934
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child {
 
 
 
2935
  max-width: -webkit-calc(50% - 516.66567px);
2936
  max-width: -moz-calc(50% - 516.66567px);
2937
  max-width: calc(50% - 516.66567px);
2942
 
2943
  /* Push right first column width */
2944
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child {
 
 
 
2945
  max-width: -webkit-calc(50% - 520.83233px);
2946
  max-width: -moz-calc(50% - 520.83233px);
2947
  max-width: calc(50% - 520.83233px);
2952
 
2953
  /* Push right first column width */
2954
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child {
 
 
 
2955
  max-width: -webkit-calc(50% - 524.999px);
2956
  max-width: -moz-calc(50% - 524.999px);
2957
  max-width: calc(50% - 524.999px);
2962
 
2963
  /* Push right first column width */
2964
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child {
 
 
 
2965
  max-width: -webkit-calc(50% - 529.16567px);
2966
  max-width: -moz-calc(50% - 529.16567px);
2967
  max-width: calc(50% - 529.16567px);
2972
 
2973
  /* Push right first column width */
2974
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child {
 
 
 
2975
  max-width: -webkit-calc(50% - 533.33233px);
2976
  max-width: -moz-calc(50% - 533.33233px);
2977
  max-width: calc(50% - 533.33233px);
2982
 
2983
  /* Push right first column width */
2984
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child {
 
 
 
2985
  max-width: -webkit-calc(50% - 537.499px);
2986
  max-width: -moz-calc(50% - 537.499px);
2987
  max-width: calc(50% - 537.499px);
2992
 
2993
  /* Push right first column width */
2994
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child {
 
 
 
2995
  max-width: -webkit-calc(50% - 541.66567px);
2996
  max-width: -moz-calc(50% - 541.66567px);
2997
  max-width: calc(50% - 541.66567px);
3002
 
3003
  /* Push right first column width */
3004
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child {
 
 
 
3005
  max-width: -webkit-calc(50% - 549.999px);
3006
  max-width: -moz-calc(50% - 549.999px);
3007
  max-width: calc(50% - 549.999px);
3012
 
3013
  /* Push right first column width */
3014
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child {
 
 
 
3015
  max-width: -webkit-calc(50% - 558.33233px);
3016
  max-width: -moz-calc(50% - 558.33233px);
3017
  max-width: calc(50% - 558.33233px);
3022
 
3023
  /* Push right first column width */
3024
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child {
 
 
 
3025
  max-width: -webkit-calc(50% - 566.66567px);
3026
  max-width: -moz-calc(50% - 566.66567px);
3027
  max-width: calc(50% - 566.66567px);
3032
 
3033
  /* Push right first column width */
3034
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child {
 
 
 
3035
  max-width: -webkit-calc(50% - 574.999px);
3036
  max-width: -moz-calc(50% - 574.999px);
3037
  max-width: calc(50% - 574.999px);
3042
 
3043
  /* Push right first column width */
3044
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child {
 
 
 
3045
  max-width: -webkit-calc(50% - 583.33233px);
3046
  max-width: -moz-calc(50% - 583.33233px);
3047
  max-width: calc(50% - 583.33233px);
3060
 
3061
  /* Push left first column content width */
3062
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2"]:first-child {
 
 
 
3063
  max-width: -webkit-calc(50% - 413.33233px);
3064
  max-width: -moz-calc(50% - 413.33233px);
3065
  max-width: calc(50% - 413.33233px);
3068
  max-width: 166.66767px;
3069
  }
3070
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2"]:last-child {
 
 
 
3071
  max-width: -webkit-calc(50% - 413.33233px);
3072
  max-width: -moz-calc(50% - 413.33233px);
3073
  max-width: calc(50% - 413.33233px);
3074
  }
3075
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
3076
  max-width: 166.66767px;
 
 
 
3077
  }
3078
 
3079
  /* General width with gaps included */
3084
  max-width: 200.001px;
3085
  }
3086
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3087
  max-width: -webkit-calc(50% - 399.999px);
3088
  max-width: -moz-calc(50% - 399.999px);
3089
  max-width: calc(50% - 399.999px);
3100
  max-width: 201.66767px;
3101
  }
3102
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3103
  max-width: -webkit-calc(50% - 403.33233px);
3104
  max-width: -moz-calc(50% - 403.33233px);
3105
  max-width: calc(50% - 403.33233px);
3116
  max-width: 203.33433px;
3117
  }
3118
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3119
  max-width: -webkit-calc(50% - 406.66567px);
3120
  max-width: -moz-calc(50% - 406.66567px);
3121
  max-width: calc(50% - 406.66567px);
3132
  max-width: 205.001px;
3133
  }
3134
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3135
  max-width: -webkit-calc(50% - 409.999px);
3136
  max-width: -moz-calc(50% - 409.999px);
3137
  max-width: calc(50% - 409.999px);
3148
  max-width: 206.66767px;
3149
  }
3150
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3151
  max-width: -webkit-calc(50% - 413.33233px);
3152
  max-width: -moz-calc(50% - 413.33233px);
3153
  max-width: calc(50% - 413.33233px);
3164
  max-width: 208.33433px;
3165
  }
3166
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3167
  max-width: -webkit-calc(50% - 416.66567px);
3168
  max-width: -moz-calc(50% - 416.66567px);
3169
  max-width: calc(50% - 416.66567px);
3180
  max-width: 210.001px;
3181
  }
3182
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3183
  max-width: -webkit-calc(50% - 419.999px);
3184
  max-width: -moz-calc(50% - 419.999px);
3185
  max-width: calc(50% - 419.999px);
3196
  max-width: 211.66767px;
3197
  }
3198
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3199
  max-width: -webkit-calc(50% - 423.33233px);
3200
  max-width: -moz-calc(50% - 423.33233px);
3201
  max-width: calc(50% - 423.33233px);
3212
  max-width: 213.33433px;
3213
  }
3214
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3215
  max-width: -webkit-calc(50% - 426.66567px);
3216
  max-width: -moz-calc(50% - 426.66567px);
3217
  max-width: calc(50% - 426.66567px);
3228
  max-width: 215.001px;
3229
  }
3230
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3231
  max-width: -webkit-calc(50% - 429.999px);
3232
  max-width: -moz-calc(50% - 429.999px);
3233
  max-width: calc(50% - 429.999px);
3244
  max-width: 216.66767px;
3245
  }
3246
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3247
  max-width: -webkit-calc(50% - 433.33233px);
3248
  max-width: -moz-calc(50% - 433.33233px);
3249
  max-width: calc(50% - 433.33233px);
3260
  max-width: 218.33433px;
3261
  }
3262
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3263
  max-width: -webkit-calc(50% - 436.66567px);
3264
  max-width: -moz-calc(50% - 436.66567px);
3265
  max-width: calc(50% - 436.66567px);
3276
  max-width: 220.001px;
3277
  }
3278
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3279
  max-width: -webkit-calc(50% - 439.999px);
3280
  max-width: -moz-calc(50% - 439.999px);
3281
  max-width: calc(50% - 439.999px);
3292
  max-width: 221.66767px;
3293
  }
3294
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3295
  max-width: -webkit-calc(50% - 443.33233px);
3296
  max-width: -moz-calc(50% - 443.33233px);
3297
  max-width: calc(50% - 443.33233px);
3308
  max-width: 223.33433px;
3309
  }
3310
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3311
  max-width: -webkit-calc(50% - 446.66567px);
3312
  max-width: -moz-calc(50% - 446.66567px);
3313
  max-width: calc(50% - 446.66567px);
3324
  max-width: 225.001px;
3325
  }
3326
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3327
  max-width: -webkit-calc(50% - 449.999px);
3328
  max-width: -moz-calc(50% - 449.999px);
3329
  max-width: calc(50% - 449.999px);
3340
  max-width: 226.66767px;
3341
  }
3342
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3343
  max-width: -webkit-calc(50% - 453.33233px);
3344
  max-width: -moz-calc(50% - 453.33233px);
3345
  max-width: calc(50% - 453.33233px);
3356
  max-width: 228.33433px;
3357
  }
3358
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3359
  max-width: -webkit-calc(50% - 456.66567px);
3360
  max-width: -moz-calc(50% - 456.66567px);
3361
  max-width: calc(50% - 456.66567px);
3372
  max-width: 230.001px;
3373
  }
3374
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3375
  max-width: -webkit-calc(50% - 459.999px);
3376
  max-width: -moz-calc(50% - 459.999px);
3377
  max-width: calc(50% - 459.999px);
3388
  max-width: 231.66767px;
3389
  }
3390
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3391
  max-width: -webkit-calc(50% - 463.33233px);
3392
  max-width: -moz-calc(50% - 463.33233px);
3393
  max-width: calc(50% - 463.33233px);
3404
  max-width: 233.33433px;
3405
  }
3406
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child {
 
 
 
3407
  max-width: -webkit-calc(50% - 466.66567px);
3408
  max-width: -moz-calc(50% - 466.66567px);
3409
  max-width: calc(50% - 466.66567px);
3414
 
3415
  /* Push right first column width */
3416
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3417
  max-width: -webkit-calc(50% - 399.999px);
3418
  max-width: -moz-calc(50% - 399.999px);
3419
  max-width: calc(50% - 399.999px);
3424
 
3425
  /* Push right first column width */
3426
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3427
  max-width: -webkit-calc(50% - 403.33233px);
3428
  max-width: -moz-calc(50% - 403.33233px);
3429
  max-width: calc(50% - 403.33233px);
3434
 
3435
  /* Push right first column width */
3436
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3437
  max-width: -webkit-calc(50% - 406.66567px);
3438
  max-width: -moz-calc(50% - 406.66567px);
3439
  max-width: calc(50% - 406.66567px);
3444
 
3445
  /* Push right first column width */
3446
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3447
  max-width: -webkit-calc(50% - 409.999px);
3448
  max-width: -moz-calc(50% - 409.999px);
3449
  max-width: calc(50% - 409.999px);
3454
 
3455
  /* Push right first column width */
3456
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3457
  max-width: -webkit-calc(50% - 413.33233px);
3458
  max-width: -moz-calc(50% - 413.33233px);
3459
  max-width: calc(50% - 413.33233px);
3464
 
3465
  /* Push right first column width */
3466
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3467
  max-width: -webkit-calc(50% - 416.66567px);
3468
  max-width: -moz-calc(50% - 416.66567px);
3469
  max-width: calc(50% - 416.66567px);
3474
 
3475
  /* Push right first column width */
3476
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3477
  max-width: -webkit-calc(50% - 419.999px);
3478
  max-width: -moz-calc(50% - 419.999px);
3479
  max-width: calc(50% - 419.999px);
3484
 
3485
  /* Push right first column width */
3486
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3487
  max-width: -webkit-calc(50% - 423.33233px);
3488
  max-width: -moz-calc(50% - 423.33233px);
3489
  max-width: calc(50% - 423.33233px);
3494
 
3495
  /* Push right first column width */
3496
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3497
  max-width: -webkit-calc(50% - 426.66567px);
3498
  max-width: -moz-calc(50% - 426.66567px);
3499
  max-width: calc(50% - 426.66567px);
3504
 
3505
  /* Push right first column width */
3506
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3507
  max-width: -webkit-calc(50% - 429.999px);
3508
  max-width: -moz-calc(50% - 429.999px);
3509
  max-width: calc(50% - 429.999px);
3514
 
3515
  /* Push right first column width */
3516
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3517
  max-width: -webkit-calc(50% - 433.33233px);
3518
  max-width: -moz-calc(50% - 433.33233px);
3519
  max-width: calc(50% - 433.33233px);
3524
 
3525
  /* Push right first column width */
3526
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3527
  max-width: -webkit-calc(50% - 439.999px);
3528
  max-width: -moz-calc(50% - 439.999px);
3529
  max-width: calc(50% - 439.999px);
3534
 
3535
  /* Push right first column width */
3536
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3537
  max-width: -webkit-calc(50% - 446.66567px);
3538
  max-width: -moz-calc(50% - 446.66567px);
3539
  max-width: calc(50% - 446.66567px);
3544
 
3545
  /* Push right first column width */
3546
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3547
  max-width: -webkit-calc(50% - 453.33233px);
3548
  max-width: -moz-calc(50% - 453.33233px);
3549
  max-width: calc(50% - 453.33233px);
3554
 
3555
  /* Push right first column width */
3556
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3557
  max-width: -webkit-calc(50% - 459.999px);
3558
  max-width: -moz-calc(50% - 459.999px);
3559
  max-width: calc(50% - 459.999px);
3564
 
3565
  /* Push right first column width */
3566
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child {
 
 
 
3567
  max-width: -webkit-calc(50% - 466.66567px);
3568
  max-width: -moz-calc(50% - 466.66567px);
3569
  max-width: calc(50% - 466.66567px);
3582
 
3583
  /* Push left first column content width */
3584
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3585
  max-width: -webkit-calc(50% - 371.999px);
3586
  max-width: -moz-calc(50% - 371.999px);
3587
  max-width: calc(50% - 371.999px);
3590
  max-width: 208.001px;
3591
  }
3592
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
3593
  max-width: -webkit-calc(50% - 371.999px);
3594
  max-width: -moz-calc(50% - 371.999px);
3595
  max-width: calc(50% - 371.999px);
3596
  }
3597
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
3598
  max-width: 208.001px;
 
 
 
3599
  }
3600
 
3601
  /* General width with gaps included */
3606
  max-width: 240.001px;
3607
  }
3608
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3609
  max-width: -webkit-calc(50% - 359.999px);
3610
  max-width: -moz-calc(50% - 359.999px);
3611
  max-width: calc(50% - 359.999px);
3622
  max-width: 242.001px;
3623
  }
3624
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3625
  max-width: -webkit-calc(50% - 362.999px);
3626
  max-width: -moz-calc(50% - 362.999px);
3627
  max-width: calc(50% - 362.999px);
3638
  max-width: 244.001px;
3639
  }
3640
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3641
  max-width: -webkit-calc(50% - 365.999px);
3642
  max-width: -moz-calc(50% - 365.999px);
3643
  max-width: calc(50% - 365.999px);
3654
  max-width: 246.001px;
3655
  }
3656
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3657
  max-width: -webkit-calc(50% - 368.999px);
3658
  max-width: -moz-calc(50% - 368.999px);
3659
  max-width: calc(50% - 368.999px);
3670
  max-width: 248.001px;
3671
  }
3672
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3673
  max-width: -webkit-calc(50% - 371.999px);
3674
  max-width: -moz-calc(50% - 371.999px);
3675
  max-width: calc(50% - 371.999px);
3686
  max-width: 250.001px;
3687
  }
3688
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3689
  max-width: -webkit-calc(50% - 374.999px);
3690
  max-width: -moz-calc(50% - 374.999px);
3691
  max-width: calc(50% - 374.999px);
3702
  max-width: 252.001px;
3703
  }
3704
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3705
  max-width: -webkit-calc(50% - 377.999px);
3706
  max-width: -moz-calc(50% - 377.999px);
3707
  max-width: calc(50% - 377.999px);
3718
  max-width: 254.001px;
3719
  }
3720
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3721
  max-width: -webkit-calc(50% - 380.999px);
3722
  max-width: -moz-calc(50% - 380.999px);
3723
  max-width: calc(50% - 380.999px);
3734
  max-width: 256.001px;
3735
  }
3736
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3737
  max-width: -webkit-calc(50% - 383.999px);
3738
  max-width: -moz-calc(50% - 383.999px);
3739
  max-width: calc(50% - 383.999px);
3750
  max-width: 258.001px;
3751
  }
3752
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3753
  max-width: -webkit-calc(50% - 386.999px);
3754
  max-width: -moz-calc(50% - 386.999px);
3755
  max-width: calc(50% - 386.999px);
3766
  max-width: 260.001px;
3767
  }
3768
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3769
  max-width: -webkit-calc(50% - 389.999px);
3770
  max-width: -moz-calc(50% - 389.999px);
3771
  max-width: calc(50% - 389.999px);
3782
  max-width: 262.001px;
3783
  }
3784
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3785
  max-width: -webkit-calc(50% - 392.999px);
3786
  max-width: -moz-calc(50% - 392.999px);
3787
  max-width: calc(50% - 392.999px);
3798
  max-width: 264.001px;
3799
  }
3800
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3801
  max-width: -webkit-calc(50% - 395.999px);
3802
  max-width: -moz-calc(50% - 395.999px);
3803
  max-width: calc(50% - 395.999px);
3814
  max-width: 266.001px;
3815
  }
3816
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3817
  max-width: -webkit-calc(50% - 398.999px);
3818
  max-width: -moz-calc(50% - 398.999px);
3819
  max-width: calc(50% - 398.999px);
3830
  max-width: 268.001px;
3831
  }
3832
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3833
  max-width: -webkit-calc(50% - 401.999px);
3834
  max-width: -moz-calc(50% - 401.999px);
3835
  max-width: calc(50% - 401.999px);
3846
  max-width: 270.001px;
3847
  }
3848
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3849
  max-width: -webkit-calc(50% - 404.999px);
3850
  max-width: -moz-calc(50% - 404.999px);
3851
  max-width: calc(50% - 404.999px);
3862
  max-width: 272.001px;
3863
  }
3864
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3865
  max-width: -webkit-calc(50% - 407.999px);
3866
  max-width: -moz-calc(50% - 407.999px);
3867
  max-width: calc(50% - 407.999px);
3878
  max-width: 274.001px;
3879
  }
3880
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3881
  max-width: -webkit-calc(50% - 410.999px);
3882
  max-width: -moz-calc(50% - 410.999px);
3883
  max-width: calc(50% - 410.999px);
3894
  max-width: 276.001px;
3895
  }
3896
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3897
  max-width: -webkit-calc(50% - 413.999px);
3898
  max-width: -moz-calc(50% - 413.999px);
3899
  max-width: calc(50% - 413.999px);
3910
  max-width: 278.001px;
3911
  }
3912
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3913
  max-width: -webkit-calc(50% - 416.999px);
3914
  max-width: -moz-calc(50% - 416.999px);
3915
  max-width: calc(50% - 416.999px);
3926
  max-width: 280.001px;
3927
  }
3928
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child {
 
 
 
3929
  max-width: -webkit-calc(50% - 419.999px);
3930
  max-width: -moz-calc(50% - 419.999px);
3931
  max-width: calc(50% - 419.999px);
3936
 
3937
  /* Push right first column width */
3938
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
3939
  max-width: -webkit-calc(50% - 359.999px);
3940
  max-width: -moz-calc(50% - 359.999px);
3941
  max-width: calc(50% - 359.999px);
3946
 
3947
  /* Push right first column width */
3948
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
3949
  max-width: -webkit-calc(50% - 362.999px);
3950
  max-width: -moz-calc(50% - 362.999px);
3951
  max-width: calc(50% - 362.999px);
3956
 
3957
  /* Push right first column width */
3958
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
3959
  max-width: -webkit-calc(50% - 365.999px);
3960
  max-width: -moz-calc(50% - 365.999px);
3961
  max-width: calc(50% - 365.999px);
3966
 
3967
  /* Push right first column width */
3968
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
3969
  max-width: -webkit-calc(50% - 368.999px);
3970
  max-width: -moz-calc(50% - 368.999px);
3971
  max-width: calc(50% - 368.999px);
3976
 
3977
  /* Push right first column width */
3978
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
3979
  max-width: -webkit-calc(50% - 371.999px);
3980
  max-width: -moz-calc(50% - 371.999px);
3981
  max-width: calc(50% - 371.999px);
3986
 
3987
  /* Push right first column width */
3988
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
3989
  max-width: -webkit-calc(50% - 374.999px);
3990
  max-width: -moz-calc(50% - 374.999px);
3991
  max-width: calc(50% - 374.999px);
3996
 
3997
  /* Push right first column width */
3998
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
3999
  max-width: -webkit-calc(50% - 377.999px);
4000
  max-width: -moz-calc(50% - 377.999px);
4001
  max-width: calc(50% - 377.999px);
4006
 
4007
  /* Push right first column width */
4008
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
4009
  max-width: -webkit-calc(50% - 380.999px);
4010
  max-width: -moz-calc(50% - 380.999px);
4011
  max-width: calc(50% - 380.999px);
4016
 
4017
  /* Push right first column width */
4018
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
4019
  max-width: -webkit-calc(50% - 383.999px);
4020
  max-width: -moz-calc(50% - 383.999px);
4021
  max-width: calc(50% - 383.999px);
4026
 
4027
  /* Push right first column width */
4028
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
4029
  max-width: -webkit-calc(50% - 386.999px);
4030
  max-width: -moz-calc(50% - 386.999px);
4031
  max-width: calc(50% - 386.999px);
4036
 
4037
  /* Push right first column width */
4038
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
4039
  max-width: -webkit-calc(50% - 389.999px);
4040
  max-width: -moz-calc(50% - 389.999px);
4041
  max-width: calc(50% - 389.999px);
4046
 
4047
  /* Push right first column width */
4048
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
4049
  max-width: -webkit-calc(50% - 395.999px);
4050
  max-width: -moz-calc(50% - 395.999px);
4051
  max-width: calc(50% - 395.999px);
4056
 
4057
  /* Push right first column width */
4058
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
4059
  max-width: -webkit-calc(50% - 401.999px);
4060
  max-width: -moz-calc(50% - 401.999px);
4061
  max-width: calc(50% - 401.999px);
4066
 
4067
  /* Push right first column width */
4068
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
4069
  max-width: -webkit-calc(50% - 407.999px);
4070
  max-width: -moz-calc(50% - 407.999px);
4071
  max-width: calc(50% - 407.999px);
4076
 
4077
  /* Push right first column width */
4078
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
4079
  max-width: -webkit-calc(50% - 413.999px);
4080
  max-width: -moz-calc(50% - 413.999px);
4081
  max-width: calc(50% - 413.999px);
4086
 
4087
  /* Push right first column width */
4088
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child {
 
 
 
4089
  max-width: -webkit-calc(50% - 419.999px);
4090
  max-width: -moz-calc(50% - 419.999px);
4091
  max-width: calc(50% - 419.999px);
4104
 
4105
  /* Push left first column content width */
4106
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="3"]:first-child {
 
 
 
4107
  max-width: -webkit-calc(50% - 309.999px);
4108
  max-width: -moz-calc(50% - 309.999px);
4109
  max-width: calc(50% - 309.999px);
4112
  max-width: 270.001px;
4113
  }
4114
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="3"]:last-child {
 
 
 
4115
  max-width: -webkit-calc(50% - 309.999px);
4116
  max-width: -moz-calc(50% - 309.999px);
4117
  max-width: calc(50% - 309.999px);
4118
  }
4119
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
4120
  max-width: 270.001px;
 
 
 
4121
  }
4122
 
4123
  /* General width with gaps included */
4128
  max-width: 300.001px;
4129
  }
4130
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4131
  max-width: -webkit-calc(50% - 299.999px);
4132
  max-width: -moz-calc(50% - 299.999px);
4133
  max-width: calc(50% - 299.999px);
4144
  max-width: 302.501px;
4145
  }
4146
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4147
  max-width: -webkit-calc(50% - 302.499px);
4148
  max-width: -moz-calc(50% - 302.499px);
4149
  max-width: calc(50% - 302.499px);
4160
  max-width: 305.001px;
4161
  }
4162
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4163
  max-width: -webkit-calc(50% - 304.999px);
4164
  max-width: -moz-calc(50% - 304.999px);
4165
  max-width: calc(50% - 304.999px);
4176
  max-width: 307.501px;
4177
  }
4178
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4179
  max-width: -webkit-calc(50% - 307.499px);
4180
  max-width: -moz-calc(50% - 307.499px);
4181
  max-width: calc(50% - 307.499px);
4192
  max-width: 310.001px;
4193
  }
4194
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4195
  max-width: -webkit-calc(50% - 309.999px);
4196
  max-width: -moz-calc(50% - 309.999px);
4197
  max-width: calc(50% - 309.999px);
4208
  max-width: 312.501px;
4209
  }
4210
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4211
  max-width: -webkit-calc(50% - 312.499px);
4212
  max-width: -moz-calc(50% - 312.499px);
4213
  max-width: calc(50% - 312.499px);
4224
  max-width: 315.001px;
4225
  }
4226
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4227
  max-width: -webkit-calc(50% - 314.999px);
4228
  max-width: -moz-calc(50% - 314.999px);
4229
  max-width: calc(50% - 314.999px);
4240
  max-width: 317.501px;
4241
  }
4242
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4243
  max-width: -webkit-calc(50% - 317.499px);
4244
  max-width: -moz-calc(50% - 317.499px);
4245
  max-width: calc(50% - 317.499px);
4256
  max-width: 320.001px;
4257
  }
4258
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4259
  max-width: -webkit-calc(50% - 319.999px);
4260
  max-width: -moz-calc(50% - 319.999px);
4261
  max-width: calc(50% - 319.999px);
4272
  max-width: 322.501px;
4273
  }
4274
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4275
  max-width: -webkit-calc(50% - 322.499px);
4276
  max-width: -moz-calc(50% - 322.499px);
4277
  max-width: calc(50% - 322.499px);
4288
  max-width: 325.001px;
4289
  }
4290
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4291
  max-width: -webkit-calc(50% - 324.999px);
4292
  max-width: -moz-calc(50% - 324.999px);
4293
  max-width: calc(50% - 324.999px);
4304
  max-width: 327.501px;
4305
  }
4306
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4307
  max-width: -webkit-calc(50% - 327.499px);
4308
  max-width: -moz-calc(50% - 327.499px);
4309
  max-width: calc(50% - 327.499px);
4320
  max-width: 330.001px;
4321
  }
4322
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4323
  max-width: -webkit-calc(50% - 329.999px);
4324
  max-width: -moz-calc(50% - 329.999px);
4325
  max-width: calc(50% - 329.999px);
4336
  max-width: 332.501px;
4337
  }
4338
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4339
  max-width: -webkit-calc(50% - 332.499px);
4340
  max-width: -moz-calc(50% - 332.499px);
4341
  max-width: calc(50% - 332.499px);
4352
  max-width: 335.001px;
4353
  }
4354
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4355
  max-width: -webkit-calc(50% - 334.999px);
4356
  max-width: -moz-calc(50% - 334.999px);
4357
  max-width: calc(50% - 334.999px);
4368
  max-width: 337.501px;
4369
  }
4370
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4371
  max-width: -webkit-calc(50% - 337.499px);
4372
  max-width: -moz-calc(50% - 337.499px);
4373
  max-width: calc(50% - 337.499px);
4384
  max-width: 340.001px;
4385
  }
4386
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4387
  max-width: -webkit-calc(50% - 339.999px);
4388
  max-width: -moz-calc(50% - 339.999px);
4389
  max-width: calc(50% - 339.999px);
4400
  max-width: 342.501px;
4401
  }
4402
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4403
  max-width: -webkit-calc(50% - 342.499px);
4404
  max-width: -moz-calc(50% - 342.499px);
4405
  max-width: calc(50% - 342.499px);
4416
  max-width: 345.001px;
4417
  }
4418
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4419
  max-width: -webkit-calc(50% - 344.999px);
4420
  max-width: -moz-calc(50% - 344.999px);
4421
  max-width: calc(50% - 344.999px);
4432
  max-width: 347.501px;
4433
  }
4434
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4435
  max-width: -webkit-calc(50% - 347.499px);
4436
  max-width: -moz-calc(50% - 347.499px);
4437
  max-width: calc(50% - 347.499px);
4448
  max-width: 350.001px;
4449
  }
4450
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child {
 
 
 
4451
  max-width: -webkit-calc(50% - 349.999px);
4452
  max-width: -moz-calc(50% - 349.999px);
4453
  max-width: calc(50% - 349.999px);
4458
 
4459
  /* Push right first column width */
4460
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4461
  max-width: -webkit-calc(50% - 299.999px);
4462
  max-width: -moz-calc(50% - 299.999px);
4463
  max-width: calc(50% - 299.999px);
4468
 
4469
  /* Push right first column width */
4470
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4471
  max-width: -webkit-calc(50% - 302.499px);
4472
  max-width: -moz-calc(50% - 302.499px);
4473
  max-width: calc(50% - 302.499px);
4478
 
4479
  /* Push right first column width */
4480
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4481
  max-width: -webkit-calc(50% - 304.999px);
4482
  max-width: -moz-calc(50% - 304.999px);
4483
  max-width: calc(50% - 304.999px);
4488
 
4489
  /* Push right first column width */
4490
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4491
  max-width: -webkit-calc(50% - 307.499px);
4492
  max-width: -moz-calc(50% - 307.499px);
4493
  max-width: calc(50% - 307.499px);
4498
 
4499
  /* Push right first column width */
4500
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4501
  max-width: -webkit-calc(50% - 309.999px);
4502
  max-width: -moz-calc(50% - 309.999px);
4503
  max-width: calc(50% - 309.999px);
4508
 
4509
  /* Push right first column width */
4510
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4511
  max-width: -webkit-calc(50% - 312.499px);
4512
  max-width: -moz-calc(50% - 312.499px);
4513
  max-width: calc(50% - 312.499px);
4518
 
4519
  /* Push right first column width */
4520
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4521
  max-width: -webkit-calc(50% - 314.999px);
4522
  max-width: -moz-calc(50% - 314.999px);
4523
  max-width: calc(50% - 314.999px);
4528
 
4529
  /* Push right first column width */
4530
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4531
  max-width: -webkit-calc(50% - 317.499px);
4532
  max-width: -moz-calc(50% - 317.499px);
4533
  max-width: calc(50% - 317.499px);
4538
 
4539
  /* Push right first column width */
4540
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4541
  max-width: -webkit-calc(50% - 319.999px);
4542
  max-width: -moz-calc(50% - 319.999px);
4543
  max-width: calc(50% - 319.999px);
4548
 
4549
  /* Push right first column width */
4550
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4551
  max-width: -webkit-calc(50% - 322.499px);
4552
  max-width: -moz-calc(50% - 322.499px);
4553
  max-width: calc(50% - 322.499px);
4558
 
4559
  /* Push right first column width */
4560
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4561
  max-width: -webkit-calc(50% - 324.999px);
4562
  max-width: -moz-calc(50% - 324.999px);
4563
  max-width: calc(50% - 324.999px);
4568
 
4569
  /* Push right first column width */
4570
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4571
  max-width: -webkit-calc(50% - 329.999px);
4572
  max-width: -moz-calc(50% - 329.999px);
4573
  max-width: calc(50% - 329.999px);
4578
 
4579
  /* Push right first column width */
4580
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4581
  max-width: -webkit-calc(50% - 334.999px);
4582
  max-width: -moz-calc(50% - 334.999px);
4583
  max-width: calc(50% - 334.999px);
4588
 
4589
  /* Push right first column width */
4590
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4591
  max-width: -webkit-calc(50% - 339.999px);
4592
  max-width: -moz-calc(50% - 339.999px);
4593
  max-width: calc(50% - 339.999px);
4598
 
4599
  /* Push right first column width */
4600
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4601
  max-width: -webkit-calc(50% - 344.999px);
4602
  max-width: -moz-calc(50% - 344.999px);
4603
  max-width: calc(50% - 344.999px);
4608
 
4609
  /* Push right first column width */
4610
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child {
 
 
 
4611
  max-width: -webkit-calc(50% - 349.999px);
4612
  max-width: -moz-calc(50% - 349.999px);
4613
  max-width: calc(50% - 349.999px);
4626
 
4627
  /* Push left first column content width */
4628
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4"]:first-child {
 
 
 
4629
  max-width: -webkit-calc(50% - 206.66567px);
4630
  max-width: -moz-calc(50% - 206.66567px);
4631
  max-width: calc(50% - 206.66567px);
4634
  max-width: 373.33433px;
4635
  }
4636
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4"]:last-child {
 
 
 
4637
  max-width: -webkit-calc(50% - 206.66567px);
4638
  max-width: -moz-calc(50% - 206.66567px);
4639
  max-width: calc(50% - 206.66567px);
4640
  }
4641
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
4642
  max-width: 373.33433px;
 
 
 
4643
  }
4644
 
4645
  /* General width with gaps included */
4650
  max-width: 400.001px;
4651
  }
4652
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4653
  max-width: -webkit-calc(50% - 199.999px);
4654
  max-width: -moz-calc(50% - 199.999px);
4655
  max-width: calc(50% - 199.999px);
4666
  max-width: 403.33433px;
4667
  }
4668
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4669
  max-width: -webkit-calc(50% - 201.66567px);
4670
  max-width: -moz-calc(50% - 201.66567px);
4671
  max-width: calc(50% - 201.66567px);
4682
  max-width: 406.66767px;
4683
  }
4684
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4685
  max-width: -webkit-calc(50% - 203.33233px);
4686
  max-width: -moz-calc(50% - 203.33233px);
4687
  max-width: calc(50% - 203.33233px);
4698
  max-width: 410.001px;
4699
  }
4700
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4701
  max-width: -webkit-calc(50% - 204.999px);
4702
  max-width: -moz-calc(50% - 204.999px);
4703
  max-width: calc(50% - 204.999px);
4714
  max-width: 413.33433px;
4715
  }
4716
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4717
  max-width: -webkit-calc(50% - 206.66567px);
4718
  max-width: -moz-calc(50% - 206.66567px);
4719
  max-width: calc(50% - 206.66567px);
4730
  max-width: 416.66767px;
4731
  }
4732
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4733
  max-width: -webkit-calc(50% - 208.33233px);
4734
  max-width: -moz-calc(50% - 208.33233px);
4735
  max-width: calc(50% - 208.33233px);
4746
  max-width: 420.001px;
4747
  }
4748
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4749
  max-width: -webkit-calc(50% - 209.999px);
4750
  max-width: -moz-calc(50% - 209.999px);
4751
  max-width: calc(50% - 209.999px);
4762
  max-width: 423.33433px;
4763
  }
4764
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4765
  max-width: -webkit-calc(50% - 211.66567px);
4766
  max-width: -moz-calc(50% - 211.66567px);
4767
  max-width: calc(50% - 211.66567px);
4778
  max-width: 426.66767px;
4779
  }
4780
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4781
  max-width: -webkit-calc(50% - 213.33233px);
4782
  max-width: -moz-calc(50% - 213.33233px);
4783
  max-width: calc(50% - 213.33233px);
4794
  max-width: 430.001px;
4795
  }
4796
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4797
  max-width: -webkit-calc(50% - 214.999px);
4798
  max-width: -moz-calc(50% - 214.999px);
4799
  max-width: calc(50% - 214.999px);
4810
  max-width: 433.33433px;
4811
  }
4812
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4813
  max-width: -webkit-calc(50% - 216.66567px);
4814
  max-width: -moz-calc(50% - 216.66567px);
4815
  max-width: calc(50% - 216.66567px);
4826
  max-width: 436.66767px;
4827
  }
4828
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4829
  max-width: -webkit-calc(50% - 218.33233px);
4830
  max-width: -moz-calc(50% - 218.33233px);
4831
  max-width: calc(50% - 218.33233px);
4842
  max-width: 440.001px;
4843
  }
4844
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4845
  max-width: -webkit-calc(50% - 219.999px);
4846
  max-width: -moz-calc(50% - 219.999px);
4847
  max-width: calc(50% - 219.999px);
4858
  max-width: 443.33433px;
4859
  }
4860
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4861
  max-width: -webkit-calc(50% - 221.66567px);
4862
  max-width: -moz-calc(50% - 221.66567px);
4863
  max-width: calc(50% - 221.66567px);
4874
  max-width: 446.66767px;
4875
  }
4876
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4877
  max-width: -webkit-calc(50% - 223.33233px);
4878
  max-width: -moz-calc(50% - 223.33233px);
4879
  max-width: calc(50% - 223.33233px);
4890
  max-width: 450.001px;
4891
  }
4892
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4893
  max-width: -webkit-calc(50% - 224.999px);
4894
  max-width: -moz-calc(50% - 224.999px);
4895
  max-width: calc(50% - 224.999px);
4906
  max-width: 453.33433px;
4907
  }
4908
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4909
  max-width: -webkit-calc(50% - 226.66567px);
4910
  max-width: -moz-calc(50% - 226.66567px);
4911
  max-width: calc(50% - 226.66567px);
4922
  max-width: 456.66767px;
4923
  }
4924
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4925
  max-width: -webkit-calc(50% - 228.33233px);
4926
  max-width: -moz-calc(50% - 228.33233px);
4927
  max-width: calc(50% - 228.33233px);
4938
  max-width: 460.001px;
4939
  }
4940
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4941
  max-width: -webkit-calc(50% - 229.999px);
4942
  max-width: -moz-calc(50% - 229.999px);
4943
  max-width: calc(50% - 229.999px);
4954
  max-width: 463.33433px;
4955
  }
4956
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4957
  max-width: -webkit-calc(50% - 231.66567px);
4958
  max-width: -moz-calc(50% - 231.66567px);
4959
  max-width: calc(50% - 231.66567px);
4970
  max-width: 466.66767px;
4971
  }
4972
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child {
 
 
 
4973
  max-width: -webkit-calc(50% - 233.33233px);
4974
  max-width: -moz-calc(50% - 233.33233px);
4975
  max-width: calc(50% - 233.33233px);
4980
 
4981
  /* Push right first column width */
4982
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child {
 
 
 
4983
  max-width: -webkit-calc(50% - 199.999px);
4984
  max-width: -moz-calc(50% - 199.999px);
4985
  max-width: calc(50% - 199.999px);
4990
 
4991
  /* Push right first column width */
4992
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child {
 
 
 
4993
  max-width: -webkit-calc(50% - 201.66567px);
4994
  max-width: -moz-calc(50% - 201.66567px);
4995
  max-width: calc(50% - 201.66567px);
5000
 
5001
  /* Push right first column width */
5002
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5003
  max-width: -webkit-calc(50% - 203.33233px);
5004
  max-width: -moz-calc(50% - 203.33233px);
5005
  max-width: calc(50% - 203.33233px);
5010
 
5011
  /* Push right first column width */
5012
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5013
  max-width: -webkit-calc(50% - 204.999px);
5014
  max-width: -moz-calc(50% - 204.999px);
5015
  max-width: calc(50% - 204.999px);
5020
 
5021
  /* Push right first column width */
5022
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5023
  max-width: -webkit-calc(50% - 206.66567px);
5024
  max-width: -moz-calc(50% - 206.66567px);
5025
  max-width: calc(50% - 206.66567px);
5030
 
5031
  /* Push right first column width */
5032
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5033
  max-width: -webkit-calc(50% - 208.33233px);
5034
  max-width: -moz-calc(50% - 208.33233px);
5035
  max-width: calc(50% - 208.33233px);
5040
 
5041
  /* Push right first column width */
5042
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5043
  max-width: -webkit-calc(50% - 209.999px);
5044
  max-width: -moz-calc(50% - 209.999px);
5045
  max-width: calc(50% - 209.999px);
5050
 
5051
  /* Push right first column width */
5052
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5053
  max-width: -webkit-calc(50% - 211.66567px);
5054
  max-width: -moz-calc(50% - 211.66567px);
5055
  max-width: calc(50% - 211.66567px);
5060
 
5061
  /* Push right first column width */
5062
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5063
  max-width: -webkit-calc(50% - 213.33233px);
5064
  max-width: -moz-calc(50% - 213.33233px);
5065
  max-width: calc(50% - 213.33233px);
5070
 
5071
  /* Push right first column width */
5072
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5073
  max-width: -webkit-calc(50% - 214.999px);
5074
  max-width: -moz-calc(50% - 214.999px);
5075
  max-width: calc(50% - 214.999px);
5080
 
5081
  /* Push right first column width */
5082
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5083
  max-width: -webkit-calc(50% - 216.66567px);
5084
  max-width: -moz-calc(50% - 216.66567px);
5085
  max-width: calc(50% - 216.66567px);
5090
 
5091
  /* Push right first column width */
5092
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5093
  max-width: -webkit-calc(50% - 219.999px);
5094
  max-width: -moz-calc(50% - 219.999px);
5095
  max-width: calc(50% - 219.999px);
5100
 
5101
  /* Push right first column width */
5102
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5103
  max-width: -webkit-calc(50% - 223.33233px);
5104
  max-width: -moz-calc(50% - 223.33233px);
5105
  max-width: calc(50% - 223.33233px);
5110
 
5111
  /* Push right first column width */
5112
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5113
  max-width: -webkit-calc(50% - 226.66567px);
5114
  max-width: -moz-calc(50% - 226.66567px);
5115
  max-width: calc(50% - 226.66567px);
5120
 
5121
  /* Push right first column width */
5122
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5123
  max-width: -webkit-calc(50% - 229.999px);
5124
  max-width: -moz-calc(50% - 229.999px);
5125
  max-width: calc(50% - 229.999px);
5130
 
5131
  /* Push right first column width */
5132
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child {
 
 
 
5133
  max-width: -webkit-calc(50% - 233.33233px);
5134
  max-width: -moz-calc(50% - 233.33233px);
5135
  max-width: calc(50% - 233.33233px);
5148
 
5149
  /* Push left first column content width */
5150
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5151
  max-width: -webkit-calc(50% - 123.999px);
5152
  max-width: -moz-calc(50% - 123.999px);
5153
  max-width: calc(50% - 123.999px);
5156
  max-width: 456.001px;
5157
  }
5158
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5159
  max-width: -webkit-calc(50% - 123.999px);
5160
  max-width: -moz-calc(50% - 123.999px);
5161
  max-width: calc(50% - 123.999px);
5162
  }
5163
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
5164
  max-width: 456.001px;
 
 
 
5165
  }
5166
 
5167
  /* General width with gaps included */
5172
  max-width: 480.001px;
5173
  }
5174
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5175
  max-width: -webkit-calc(50% - 119.999px);
5176
  max-width: -moz-calc(50% - 119.999px);
5177
  max-width: calc(50% - 119.999px);
5188
  max-width: 484.001px;
5189
  }
5190
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5191
  max-width: -webkit-calc(50% - 120.999px);
5192
  max-width: -moz-calc(50% - 120.999px);
5193
  max-width: calc(50% - 120.999px);
5204
  max-width: 488.001px;
5205
  }
5206
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5207
  max-width: -webkit-calc(50% - 121.999px);
5208
  max-width: -moz-calc(50% - 121.999px);
5209
  max-width: calc(50% - 121.999px);
5220
  max-width: 492.001px;
5221
  }
5222
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5223
  max-width: -webkit-calc(50% - 122.999px);
5224
  max-width: -moz-calc(50% - 122.999px);
5225
  max-width: calc(50% - 122.999px);
5236
  max-width: 496.001px;
5237
  }
5238
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5239
  max-width: -webkit-calc(50% - 123.999px);
5240
  max-width: -moz-calc(50% - 123.999px);
5241
  max-width: calc(50% - 123.999px);
5252
  max-width: 500.001px;
5253
  }
5254
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5255
  max-width: -webkit-calc(50% - 124.999px);
5256
  max-width: -moz-calc(50% - 124.999px);
5257
  max-width: calc(50% - 124.999px);
5268
  max-width: 504.001px;
5269
  }
5270
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5271
  max-width: -webkit-calc(50% - 125.999px);
5272
  max-width: -moz-calc(50% - 125.999px);
5273
  max-width: calc(50% - 125.999px);
5284
  max-width: 508.001px;
5285
  }
5286
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5287
  max-width: -webkit-calc(50% - 126.999px);
5288
  max-width: -moz-calc(50% - 126.999px);
5289
  max-width: calc(50% - 126.999px);
5300
  max-width: 512.001px;
5301
  }
5302
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5303
  max-width: -webkit-calc(50% - 127.999px);
5304
  max-width: -moz-calc(50% - 127.999px);
5305
  max-width: calc(50% - 127.999px);
5316
  max-width: 516.001px;
5317
  }
5318
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5319
  max-width: -webkit-calc(50% - 128.999px);
5320
  max-width: -moz-calc(50% - 128.999px);
5321
  max-width: calc(50% - 128.999px);
5332
  max-width: 520.001px;
5333
  }
5334
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5335
  max-width: -webkit-calc(50% - 129.999px);
5336
  max-width: -moz-calc(50% - 129.999px);
5337
  max-width: calc(50% - 129.999px);
5348
  max-width: 524.001px;
5349
  }
5350
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5351
  max-width: -webkit-calc(50% - 130.999px);
5352
  max-width: -moz-calc(50% - 130.999px);
5353
  max-width: calc(50% - 130.999px);
5364
  max-width: 528.001px;
5365
  }
5366
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5367
  max-width: -webkit-calc(50% - 131.999px);
5368
  max-width: -moz-calc(50% - 131.999px);
5369
  max-width: calc(50% - 131.999px);
5380
  max-width: 532.001px;
5381
  }
5382
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5383
  max-width: -webkit-calc(50% - 132.999px);
5384
  max-width: -moz-calc(50% - 132.999px);
5385
  max-width: calc(50% - 132.999px);
5396
  max-width: 536.001px;
5397
  }
5398
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5399
  max-width: -webkit-calc(50% - 133.999px);
5400
  max-width: -moz-calc(50% - 133.999px);
5401
  max-width: calc(50% - 133.999px);
5412
  max-width: 540.001px;
5413
  }
5414
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5415
  max-width: -webkit-calc(50% - 134.999px);
5416
  max-width: -moz-calc(50% - 134.999px);
5417
  max-width: calc(50% - 134.999px);
5428
  max-width: 544.001px;
5429
  }
5430
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5431
  max-width: -webkit-calc(50% - 135.999px);
5432
  max-width: -moz-calc(50% - 135.999px);
5433
  max-width: calc(50% - 135.999px);
5444
  max-width: 548.001px;
5445
  }
5446
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5447
  max-width: -webkit-calc(50% - 136.999px);
5448
  max-width: -moz-calc(50% - 136.999px);
5449
  max-width: calc(50% - 136.999px);
5460
  max-width: 552.001px;
5461
  }
5462
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5463
  max-width: -webkit-calc(50% - 137.999px);
5464
  max-width: -moz-calc(50% - 137.999px);
5465
  max-width: calc(50% - 137.999px);
5476
  max-width: 556.001px;
5477
  }
5478
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5479
  max-width: -webkit-calc(50% - 138.999px);
5480
  max-width: -moz-calc(50% - 138.999px);
5481
  max-width: calc(50% - 138.999px);
5492
  max-width: 560.001px;
5493
  }
5494
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child {
 
 
 
5495
  max-width: -webkit-calc(50% - 139.999px);
5496
  max-width: -moz-calc(50% - 139.999px);
5497
  max-width: calc(50% - 139.999px);
5502
 
5503
  /* Push right first column width */
5504
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5505
  max-width: -webkit-calc(50% - 119.999px);
5506
  max-width: -moz-calc(50% - 119.999px);
5507
  max-width: calc(50% - 119.999px);
5512
 
5513
  /* Push right first column width */
5514
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5515
  max-width: -webkit-calc(50% - 120.999px);
5516
  max-width: -moz-calc(50% - 120.999px);
5517
  max-width: calc(50% - 120.999px);
5522
 
5523
  /* Push right first column width */
5524
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5525
  max-width: -webkit-calc(50% - 121.999px);
5526
  max-width: -moz-calc(50% - 121.999px);
5527
  max-width: calc(50% - 121.999px);
5532
 
5533
  /* Push right first column width */
5534
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5535
  max-width: -webkit-calc(50% - 122.999px);
5536
  max-width: -moz-calc(50% - 122.999px);
5537
  max-width: calc(50% - 122.999px);
5542
 
5543
  /* Push right first column width */
5544
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5545
  max-width: -webkit-calc(50% - 123.999px);
5546
  max-width: -moz-calc(50% - 123.999px);
5547
  max-width: calc(50% - 123.999px);
5552
 
5553
  /* Push right first column width */
5554
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5555
  max-width: -webkit-calc(50% - 124.999px);
5556
  max-width: -moz-calc(50% - 124.999px);
5557
  max-width: calc(50% - 124.999px);
5562
 
5563
  /* Push right first column width */
5564
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5565
  max-width: -webkit-calc(50% - 125.999px);
5566
  max-width: -moz-calc(50% - 125.999px);
5567
  max-width: calc(50% - 125.999px);
5572
 
5573
  /* Push right first column width */
5574
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5575
  max-width: -webkit-calc(50% - 126.999px);
5576
  max-width: -moz-calc(50% - 126.999px);
5577
  max-width: calc(50% - 126.999px);
5582
 
5583
  /* Push right first column width */
5584
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5585
  max-width: -webkit-calc(50% - 127.999px);
5586
  max-width: -moz-calc(50% - 127.999px);
5587
  max-width: calc(50% - 127.999px);
5592
 
5593
  /* Push right first column width */
5594
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5595
  max-width: -webkit-calc(50% - 128.999px);
5596
  max-width: -moz-calc(50% - 128.999px);
5597
  max-width: calc(50% - 128.999px);
5602
 
5603
  /* Push right first column width */
5604
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5605
  max-width: -webkit-calc(50% - 129.999px);
5606
  max-width: -moz-calc(50% - 129.999px);
5607
  max-width: calc(50% - 129.999px);
5612
 
5613
  /* Push right first column width */
5614
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5615
  max-width: -webkit-calc(50% - 131.999px);
5616
  max-width: -moz-calc(50% - 131.999px);
5617
  max-width: calc(50% - 131.999px);
5622
 
5623
  /* Push right first column width */
5624
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5625
  max-width: -webkit-calc(50% - 133.999px);
5626
  max-width: -moz-calc(50% - 133.999px);
5627
  max-width: calc(50% - 133.999px);
5632
 
5633
  /* Push right first column width */
5634
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5635
  max-width: -webkit-calc(50% - 135.999px);
5636
  max-width: -moz-calc(50% - 135.999px);
5637
  max-width: calc(50% - 135.999px);
5642
 
5643
  /* Push right first column width */
5644
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5645
  max-width: -webkit-calc(50% - 137.999px);
5646
  max-width: -moz-calc(50% - 137.999px);
5647
  max-width: calc(50% - 137.999px);
5652
 
5653
  /* Push right first column width */
5654
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child {
 
 
 
5655
  max-width: -webkit-calc(50% - 139.999px);
5656
  max-width: -moz-calc(50% - 139.999px);
5657
  max-width: calc(50% - 139.999px);
5670
 
5671
  /* Push left first column content width */
5672
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="5"]:first-child {
 
 
 
5673
  max-width: -webkit-calc(50% - 103.33233px);
5674
  max-width: -moz-calc(50% - 103.33233px);
5675
  max-width: calc(50% - 103.33233px);
5678
  max-width: 476.66767px;
5679
  }
5680
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="5"]:last-child {
 
 
 
5681
  max-width: -webkit-calc(50% - 103.33233px);
5682
  max-width: -moz-calc(50% - 103.33233px);
5683
  max-width: calc(50% - 103.33233px);
5684
  }
5685
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
5686
  max-width: 476.66767px;
 
 
 
5687
  }
5688
 
5689
  /* General width with gaps included */
5694
  max-width: 500.001px;
5695
  }
5696
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5697
  max-width: -webkit-calc(50% - 99.999px);
5698
  max-width: -moz-calc(50% - 99.999px);
5699
  max-width: calc(50% - 99.999px);
5710
  max-width: 504.16767px;
5711
  }
5712
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5713
  max-width: -webkit-calc(50% - 100.83233px);
5714
  max-width: -moz-calc(50% - 100.83233px);
5715
  max-width: calc(50% - 100.83233px);
5726
  max-width: 508.33433px;
5727
  }
5728
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5729
  max-width: -webkit-calc(50% - 101.66567px);
5730
  max-width: -moz-calc(50% - 101.66567px);
5731
  max-width: calc(50% - 101.66567px);
5742
  max-width: 512.501px;
5743
  }
5744
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5745
  max-width: -webkit-calc(50% - 102.499px);
5746
  max-width: -moz-calc(50% - 102.499px);
5747
  max-width: calc(50% - 102.499px);
5758
  max-width: 516.66767px;
5759
  }
5760
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5761
  max-width: -webkit-calc(50% - 103.33233px);
5762
  max-width: -moz-calc(50% - 103.33233px);
5763
  max-width: calc(50% - 103.33233px);
5774
  max-width: 520.83433px;
5775
  }
5776
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5777
  max-width: -webkit-calc(50% - 104.16567px);
5778
  max-width: -moz-calc(50% - 104.16567px);
5779
  max-width: calc(50% - 104.16567px);
5790
  max-width: 525.001px;
5791
  }
5792
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5793
  max-width: -webkit-calc(50% - 104.999px);
5794
  max-width: -moz-calc(50% - 104.999px);
5795
  max-width: calc(50% - 104.999px);
5806
  max-width: 529.16767px;
5807
  }
5808
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5809
  max-width: -webkit-calc(50% - 105.83233px);
5810
  max-width: -moz-calc(50% - 105.83233px);
5811
  max-width: calc(50% - 105.83233px);
5822
  max-width: 533.33433px;
5823
  }
5824
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5825
  max-width: -webkit-calc(50% - 106.66567px);
5826
  max-width: -moz-calc(50% - 106.66567px);
5827
  max-width: calc(50% - 106.66567px);
5838
  max-width: 537.501px;
5839
  }
5840
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5841
  max-width: -webkit-calc(50% - 107.499px);
5842
  max-width: -moz-calc(50% - 107.499px);
5843
  max-width: calc(50% - 107.499px);
5854
  max-width: 541.66767px;
5855
  }
5856
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5857
  max-width: -webkit-calc(50% - 108.33233px);
5858
  max-width: -moz-calc(50% - 108.33233px);
5859
  max-width: calc(50% - 108.33233px);
5870
  max-width: 545.83433px;
5871
  }
5872
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5873
  max-width: -webkit-calc(50% - 109.16567px);
5874
  max-width: -moz-calc(50% - 109.16567px);
5875
  max-width: calc(50% - 109.16567px);
5886
  max-width: 550.001px;
5887
  }
5888
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5889
  max-width: -webkit-calc(50% - 109.999px);
5890
  max-width: -moz-calc(50% - 109.999px);
5891
  max-width: calc(50% - 109.999px);
5902
  max-width: 554.16767px;
5903
  }
5904
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5905
  max-width: -webkit-calc(50% - 110.83233px);
5906
  max-width: -moz-calc(50% - 110.83233px);
5907
  max-width: calc(50% - 110.83233px);
5918
  max-width: 558.33433px;
5919
  }
5920
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5921
  max-width: -webkit-calc(50% - 111.66567px);
5922
  max-width: -moz-calc(50% - 111.66567px);
5923
  max-width: calc(50% - 111.66567px);
5934
  max-width: 562.501px;
5935
  }
5936
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5937
  max-width: -webkit-calc(50% - 112.499px);
5938
  max-width: -moz-calc(50% - 112.499px);
5939
  max-width: calc(50% - 112.499px);
5950
  max-width: 566.66767px;
5951
  }
5952
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5953
  max-width: -webkit-calc(50% - 113.33233px);
5954
  max-width: -moz-calc(50% - 113.33233px);
5955
  max-width: calc(50% - 113.33233px);
5966
  max-width: 570.83433px;
5967
  }
5968
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5969
  max-width: -webkit-calc(50% - 114.16567px);
5970
  max-width: -moz-calc(50% - 114.16567px);
5971
  max-width: calc(50% - 114.16567px);
5982
  max-width: 575.001px;
5983
  }
5984
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child {
 
 
 
5985
  max-width: -webkit-calc(50% - 114.999px);
5986
  max-width: -moz-calc(50% - 114.999px);
5987
  max-width: calc(50% - 114.999px);
5998
  max-width: 579.16767px;
5999
  }
6000
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child {
 
 
 
6001
  max-width: -webkit-calc(50% - 115.83233px);
6002
  max-width: -moz-calc(50% - 115.83233px);
6003
  max-width: calc(50% - 115.83233px);
6014
  max-width: 583.33433px;
6015
  }
6016
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child {
 
 
 
6017
  max-width: -webkit-calc(50% - 116.66567px);
6018
  max-width: -moz-calc(50% - 116.66567px);
6019
  max-width: calc(50% - 116.66567px);
6024
 
6025
  /* Push right first column width */
6026
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6027
  max-width: -webkit-calc(50% - 99.999px);
6028
  max-width: -moz-calc(50% - 99.999px);
6029
  max-width: calc(50% - 99.999px);
6034
 
6035
  /* Push right first column width */
6036
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6037
  max-width: -webkit-calc(50% - 100.83233px);
6038
  max-width: -moz-calc(50% - 100.83233px);
6039
  max-width: calc(50% - 100.83233px);
6044
 
6045
  /* Push right first column width */
6046
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6047
  max-width: -webkit-calc(50% - 101.66567px);
6048
  max-width: -moz-calc(50% - 101.66567px);
6049
  max-width: calc(50% - 101.66567px);
6054
 
6055
  /* Push right first column width */
6056
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6057
  max-width: -webkit-calc(50% - 102.499px);
6058
  max-width: -moz-calc(50% - 102.499px);
6059
  max-width: calc(50% - 102.499px);
6064
 
6065
  /* Push right first column width */
6066
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6067
  max-width: -webkit-calc(50% - 103.33233px);
6068
  max-width: -moz-calc(50% - 103.33233px);
6069
  max-width: calc(50% - 103.33233px);
6074
 
6075
  /* Push right first column width */
6076
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6077
  max-width: -webkit-calc(50% - 104.16567px);
6078
  max-width: -moz-calc(50% - 104.16567px);
6079
  max-width: calc(50% - 104.16567px);
6084
 
6085
  /* Push right first column width */
6086
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6087
  max-width: -webkit-calc(50% - 104.999px);
6088
  max-width: -moz-calc(50% - 104.999px);
6089
  max-width: calc(50% - 104.999px);
6094
 
6095
  /* Push right first column width */
6096
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6097
  max-width: -webkit-calc(50% - 105.83233px);
6098
  max-width: -moz-calc(50% - 105.83233px);
6099
  max-width: calc(50% - 105.83233px);
6104
 
6105
  /* Push right first column width */
6106
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6107
  max-width: -webkit-calc(50% - 106.66567px);
6108
  max-width: -moz-calc(50% - 106.66567px);
6109
  max-width: calc(50% - 106.66567px);
6114
 
6115
  /* Push right first column width */
6116
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6117
  max-width: -webkit-calc(50% - 107.499px);
6118
  max-width: -moz-calc(50% - 107.499px);
6119
  max-width: calc(50% - 107.499px);
6124
 
6125
  /* Push right first column width */
6126
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6127
  max-width: -webkit-calc(50% - 108.33233px);
6128
  max-width: -moz-calc(50% - 108.33233px);
6129
  max-width: calc(50% - 108.33233px);
6134
 
6135
  /* Push right first column width */
6136
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6137
  max-width: -webkit-calc(50% - 109.999px);
6138
  max-width: -moz-calc(50% - 109.999px);
6139
  max-width: calc(50% - 109.999px);
6144
 
6145
  /* Push right first column width */
6146
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6147
  max-width: -webkit-calc(50% - 111.66567px);
6148
  max-width: -moz-calc(50% - 111.66567px);
6149
  max-width: calc(50% - 111.66567px);
6154
 
6155
  /* Push right first column width */
6156
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6157
  max-width: -webkit-calc(50% - 113.33233px);
6158
  max-width: -moz-calc(50% - 113.33233px);
6159
  max-width: calc(50% - 113.33233px);
6164
 
6165
  /* Push right first column width */
6166
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6167
  max-width: -webkit-calc(50% - 114.999px);
6168
  max-width: -moz-calc(50% - 114.999px);
6169
  max-width: calc(50% - 114.999px);
6174
 
6175
  /* Push right first column width */
6176
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child {
 
 
 
6177
  max-width: -webkit-calc(50% - 116.66567px);
6178
  max-width: -moz-calc(50% - 116.66567px);
6179
  max-width: calc(50% - 116.66567px);
6192
 
6193
  /* Push left first column content width */
6194
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="6"]:first-child {
 
 
 
6195
  max-width: -webkit-calc(50% - -.001px);
6196
  max-width: -moz-calc(50% - -.001px);
6197
  max-width: calc(50% - -.001px);
6200
  max-width: 580.001px;
6201
  }
6202
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="6"]:last-child {
 
 
 
6203
  max-width: -webkit-calc(50% - -.001px);
6204
  max-width: -moz-calc(50% - -.001px);
6205
  max-width: calc(50% - -.001px);
6206
  }
6207
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
6208
  max-width: 580.001px;
 
 
 
6209
  }
6210
 
6211
  /* General width with gaps included */
6216
  max-width: 600.001px;
6217
  }
6218
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6219
  max-width: -webkit-calc(50% - -.001px);
6220
  max-width: -moz-calc(50% - -.001px);
6221
  max-width: calc(50% - -.001px);
6232
  max-width: 605.001px;
6233
  }
6234
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6235
  max-width: -webkit-calc(50% - -.001px);
6236
  max-width: -moz-calc(50% - -.001px);
6237
  max-width: calc(50% - -.001px);
6248
  max-width: 610.001px;
6249
  }
6250
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6251
  max-width: -webkit-calc(50% - -.001px);
6252
  max-width: -moz-calc(50% - -.001px);
6253
  max-width: calc(50% - -.001px);
6264
  max-width: 615.001px;
6265
  }
6266
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6267
  max-width: -webkit-calc(50% - -.001px);
6268
  max-width: -moz-calc(50% - -.001px);
6269
  max-width: calc(50% - -.001px);
6280
  max-width: 620.001px;
6281
  }
6282
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6283
  max-width: -webkit-calc(50% - -.001px);
6284
  max-width: -moz-calc(50% - -.001px);
6285
  max-width: calc(50% - -.001px);
6296
  max-width: 625.001px;
6297
  }
6298
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6299
  max-width: -webkit-calc(50% - -.001px);
6300
  max-width: -moz-calc(50% - -.001px);
6301
  max-width: calc(50% - -.001px);
6312
  max-width: 630.001px;
6313
  }
6314
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6315
  max-width: -webkit-calc(50% - -.001px);
6316
  max-width: -moz-calc(50% - -.001px);
6317
  max-width: calc(50% - -.001px);
6328
  max-width: 635.001px;
6329
  }
6330
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6331
  max-width: -webkit-calc(50% - -.001px);
6332
  max-width: -moz-calc(50% - -.001px);
6333
  max-width: calc(50% - -.001px);
6344
  max-width: 640.001px;
6345
  }
6346
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6347
  max-width: -webkit-calc(50% - -.001px);
6348
  max-width: -moz-calc(50% - -.001px);
6349
  max-width: calc(50% - -.001px);
6360
  max-width: 645.001px;
6361
  }
6362
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6363
  max-width: -webkit-calc(50% - -.001px);
6364
  max-width: -moz-calc(50% - -.001px);
6365
  max-width: calc(50% - -.001px);
6376
  max-width: 650.001px;
6377
  }
6378
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6379
  max-width: -webkit-calc(50% - -.001px);
6380
  max-width: -moz-calc(50% - -.001px);
6381
  max-width: calc(50% - -.001px);
6392
  max-width: 655.001px;
6393
  }
6394
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6395
  max-width: -webkit-calc(50% - -.001px);
6396
  max-width: -moz-calc(50% - -.001px);
6397
  max-width: calc(50% - -.001px);
6408
  max-width: 660.001px;
6409
  }
6410
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6411
  max-width: -webkit-calc(50% - -.001px);
6412
  max-width: -moz-calc(50% - -.001px);
6413
  max-width: calc(50% - -.001px);
6424
  max-width: 665.001px;
6425
  }
6426
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6427
  max-width: -webkit-calc(50% - -.001px);
6428
  max-width: -moz-calc(50% - -.001px);
6429
  max-width: calc(50% - -.001px);
6440
  max-width: 670.001px;
6441
  }
6442
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6443
  max-width: -webkit-calc(50% - -.001px);
6444
  max-width: -moz-calc(50% - -.001px);
6445
  max-width: calc(50% - -.001px);
6456
  max-width: 675.001px;
6457
  }
6458
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6459
  max-width: -webkit-calc(50% - -.001px);
6460
  max-width: -moz-calc(50% - -.001px);
6461
  max-width: calc(50% - -.001px);
6472
  max-width: 680.001px;
6473
  }
6474
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6475
  max-width: -webkit-calc(50% - -.001px);
6476
  max-width: -moz-calc(50% - -.001px);
6477
  max-width: calc(50% - -.001px);
6488
  max-width: 685.001px;
6489
  }
6490
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6491
  max-width: -webkit-calc(50% - -.001px);
6492
  max-width: -moz-calc(50% - -.001px);
6493
  max-width: calc(50% - -.001px);
6504
  max-width: 690.001px;
6505
  }
6506
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6507
  max-width: -webkit-calc(50% - -.001px);
6508
  max-width: -moz-calc(50% - -.001px);
6509
  max-width: calc(50% - -.001px);
6520
  max-width: 695.001px;
6521
  }
6522
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6523
  max-width: -webkit-calc(50% - -.001px);
6524
  max-width: -moz-calc(50% - -.001px);
6525
  max-width: calc(50% - -.001px);
6536
  max-width: 700.001px;
6537
  }
6538
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child {
 
 
 
6539
  max-width: -webkit-calc(50% - -.001px);
6540
  max-width: -moz-calc(50% - -.001px);
6541
  max-width: calc(50% - -.001px);
6546
 
6547
  /* Push right first column width */
6548
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6549
  max-width: -webkit-calc(50% - -.001px);
6550
  max-width: -moz-calc(50% - -.001px);
6551
  max-width: calc(50% - -.001px);
6556
 
6557
  /* Push right first column width */
6558
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6559
  max-width: -webkit-calc(50% - -.001px);
6560
  max-width: -moz-calc(50% - -.001px);
6561
  max-width: calc(50% - -.001px);
6566
 
6567
  /* Push right first column width */
6568
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6569
  max-width: -webkit-calc(50% - -.001px);
6570
  max-width: -moz-calc(50% - -.001px);
6571
  max-width: calc(50% - -.001px);
6576
 
6577
  /* Push right first column width */
6578
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6579
  max-width: -webkit-calc(50% - -.001px);
6580
  max-width: -moz-calc(50% - -.001px);
6581
  max-width: calc(50% - -.001px);
6586
 
6587
  /* Push right first column width */
6588
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6589
  max-width: -webkit-calc(50% - -.001px);
6590
  max-width: -moz-calc(50% - -.001px);
6591
  max-width: calc(50% - -.001px);
6596
 
6597
  /* Push right first column width */
6598
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6599
  max-width: -webkit-calc(50% - -.001px);
6600
  max-width: -moz-calc(50% - -.001px);
6601
  max-width: calc(50% - -.001px);
6606
 
6607
  /* Push right first column width */
6608
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6609
  max-width: -webkit-calc(50% - -.001px);
6610
  max-width: -moz-calc(50% - -.001px);
6611
  max-width: calc(50% - -.001px);
6616
 
6617
  /* Push right first column width */
6618
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6619
  max-width: -webkit-calc(50% - -.001px);
6620
  max-width: -moz-calc(50% - -.001px);
6621
  max-width: calc(50% - -.001px);
6626
 
6627
  /* Push right first column width */
6628
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6629
  max-width: -webkit-calc(50% - -.001px);
6630
  max-width: -moz-calc(50% - -.001px);
6631
  max-width: calc(50% - -.001px);
6636
 
6637
  /* Push right first column width */
6638
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6639
  max-width: -webkit-calc(50% - -.001px);
6640
  max-width: -moz-calc(50% - -.001px);
6641
  max-width: calc(50% - -.001px);
6646
 
6647
  /* Push right first column width */
6648
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6649
  max-width: -webkit-calc(50% - -.001px);
6650
  max-width: -moz-calc(50% - -.001px);
6651
  max-width: calc(50% - -.001px);
6656
 
6657
  /* Push right first column width */
6658
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6659
  max-width: -webkit-calc(50% - -.001px);
6660
  max-width: -moz-calc(50% - -.001px);
6661
  max-width: calc(50% - -.001px);
6666
 
6667
  /* Push right first column width */
6668
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6669
  max-width: -webkit-calc(50% - -.001px);
6670
  max-width: -moz-calc(50% - -.001px);
6671
  max-width: calc(50% - -.001px);
6676
 
6677
  /* Push right first column width */
6678
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6679
  max-width: -webkit-calc(50% - -.001px);
6680
  max-width: -moz-calc(50% - -.001px);
6681
  max-width: calc(50% - -.001px);
6686
 
6687
  /* Push right first column width */
6688
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6689
  max-width: -webkit-calc(50% - -.001px);
6690
  max-width: -moz-calc(50% - -.001px);
6691
  max-width: calc(50% - -.001px);
6696
 
6697
  /* Push right first column width */
6698
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child {
 
 
 
6699
  max-width: -webkit-calc(50% - -.001px);
6700
  max-width: -moz-calc(50% - -.001px);
6701
  max-width: calc(50% - -.001px);
6714
 
6715
  /* Push left first column content width */
6716
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7"]:first-child {
 
 
 
6717
  max-width: -webkit-calc(50% - -103.33433px);
6718
  max-width: -moz-calc(50% - -103.33433px);
6719
  max-width: calc(50% - -103.33433px);
6722
  max-width: 683.33433px;
6723
  }
6724
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7"]:last-child {
 
 
 
6725
  max-width: -webkit-calc(50% - -103.33433px);
6726
  max-width: -moz-calc(50% - -103.33433px);
6727
  max-width: calc(50% - -103.33433px);
6728
  }
6729
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
6730
  max-width: 683.33433px;
 
 
 
6731
  }
6732
 
6733
  /* General width with gaps included */
6738
  max-width: 700.001px;
6739
  }
6740
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6741
  max-width: -webkit-calc(50% - -100.001px);
6742
  max-width: -moz-calc(50% - -100.001px);
6743
  max-width: calc(50% - -100.001px);
6754
  max-width: 705.83433px;
6755
  }
6756
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6757
  max-width: -webkit-calc(50% - -100.83433px);
6758
  max-width: -moz-calc(50% - -100.83433px);
6759
  max-width: calc(50% - -100.83433px);
6770
  max-width: 711.66767px;
6771
  }
6772
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6773
  max-width: -webkit-calc(50% - -101.66767px);
6774
  max-width: -moz-calc(50% - -101.66767px);
6775
  max-width: calc(50% - -101.66767px);
6786
  max-width: 717.501px;
6787
  }
6788
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6789
  max-width: -webkit-calc(50% - -102.501px);
6790
  max-width: -moz-calc(50% - -102.501px);
6791
  max-width: calc(50% - -102.501px);
6802
  max-width: 723.33433px;
6803
  }
6804
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6805
  max-width: -webkit-calc(50% - -103.33433px);
6806
  max-width: -moz-calc(50% - -103.33433px);
6807
  max-width: calc(50% - -103.33433px);
6818
  max-width: 729.16767px;
6819
  }
6820
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6821
  max-width: -webkit-calc(50% - -104.16767px);
6822
  max-width: -moz-calc(50% - -104.16767px);
6823
  max-width: calc(50% - -104.16767px);
6834
  max-width: 735.001px;
6835
  }
6836
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6837
  max-width: -webkit-calc(50% - -105.001px);
6838
  max-width: -moz-calc(50% - -105.001px);
6839
  max-width: calc(50% - -105.001px);
6850
  max-width: 740.83433px;
6851
  }
6852
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6853
  max-width: -webkit-calc(50% - -105.83433px);
6854
  max-width: -moz-calc(50% - -105.83433px);
6855
  max-width: calc(50% - -105.83433px);
6866
  max-width: 746.66767px;
6867
  }
6868
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6869
  max-width: -webkit-calc(50% - -106.66767px);
6870
  max-width: -moz-calc(50% - -106.66767px);
6871
  max-width: calc(50% - -106.66767px);
6882
  max-width: 752.501px;
6883
  }
6884
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6885
  max-width: -webkit-calc(50% - -107.501px);
6886
  max-width: -moz-calc(50% - -107.501px);
6887
  max-width: calc(50% - -107.501px);
6898
  max-width: 758.33433px;
6899
  }
6900
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6901
  max-width: -webkit-calc(50% - -108.33433px);
6902
  max-width: -moz-calc(50% - -108.33433px);
6903
  max-width: calc(50% - -108.33433px);
6914
  max-width: 764.16767px;
6915
  }
6916
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6917
  max-width: -webkit-calc(50% - -109.16767px);
6918
  max-width: -moz-calc(50% - -109.16767px);
6919
  max-width: calc(50% - -109.16767px);
6930
  max-width: 770.001px;
6931
  }
6932
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6933
  max-width: -webkit-calc(50% - -110.001px);
6934
  max-width: -moz-calc(50% - -110.001px);
6935
  max-width: calc(50% - -110.001px);
6946
  max-width: 775.83433px;
6947
  }
6948
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6949
  max-width: -webkit-calc(50% - -110.83433px);
6950
  max-width: -moz-calc(50% - -110.83433px);
6951
  max-width: calc(50% - -110.83433px);
6962
  max-width: 781.66767px;
6963
  }
6964
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6965
  max-width: -webkit-calc(50% - -111.66767px);
6966
  max-width: -moz-calc(50% - -111.66767px);
6967
  max-width: calc(50% - -111.66767px);
6978
  max-width: 787.501px;
6979
  }
6980
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6981
  max-width: -webkit-calc(50% - -112.501px);
6982
  max-width: -moz-calc(50% - -112.501px);
6983
  max-width: calc(50% - -112.501px);
6994
  max-width: 793.33433px;
6995
  }
6996
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child {
 
 
 
6997
  max-width: -webkit-calc(50% - -113.33433px);
6998
  max-width: -moz-calc(50% - -113.33433px);
6999
  max-width: calc(50% - -113.33433px);
7010
  max-width: 799.16767px;
7011
  }
7012
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child {
 
 
 
7013
  max-width: -webkit-calc(50% - -114.16767px);
7014
  max-width: -moz-calc(50% - -114.16767px);
7015
  max-width: calc(50% - -114.16767px);
7026
  max-width: 805.001px;
7027
  }
7028
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child {
 
 
 
7029
  max-width: -webkit-calc(50% - -115.001px);
7030
  max-width: -moz-calc(50% - -115.001px);
7031
  max-width: calc(50% - -115.001px);
7042
  max-width: 810.83433px;
7043
  }
7044
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child {
 
 
 
7045
  max-width: -webkit-calc(50% - -115.83433px);
7046
  max-width: -moz-calc(50% - -115.83433px);
7047
  max-width: calc(50% - -115.83433px);
7058
  max-width: 816.66767px;
7059
  }
7060
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child {
 
 
 
7061
  max-width: -webkit-calc(50% - -116.66767px);
7062
  max-width: -moz-calc(50% - -116.66767px);
7063
  max-width: calc(50% - -116.66767px);
7068
 
7069
  /* Push right first column width */
7070
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7071
  max-width: -webkit-calc(50% - -100.001px);
7072
  max-width: -moz-calc(50% - -100.001px);
7073
  max-width: calc(50% - -100.001px);
7078
 
7079
  /* Push right first column width */
7080
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7081
  max-width: -webkit-calc(50% - -100.83433px);
7082
  max-width: -moz-calc(50% - -100.83433px);
7083
  max-width: calc(50% - -100.83433px);
7088
 
7089
  /* Push right first column width */
7090
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7091
  max-width: -webkit-calc(50% - -101.66767px);
7092
  max-width: -moz-calc(50% - -101.66767px);
7093
  max-width: calc(50% - -101.66767px);
7098
 
7099
  /* Push right first column width */
7100
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7101
  max-width: -webkit-calc(50% - -102.501px);
7102
  max-width: -moz-calc(50% - -102.501px);
7103
  max-width: calc(50% - -102.501px);
7108
 
7109
  /* Push right first column width */
7110
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7111
  max-width: -webkit-calc(50% - -103.33433px);
7112
  max-width: -moz-calc(50% - -103.33433px);
7113
  max-width: calc(50% - -103.33433px);
7118
 
7119
  /* Push right first column width */
7120
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7121
  max-width: -webkit-calc(50% - -104.16767px);
7122
  max-width: -moz-calc(50% - -104.16767px);
7123
  max-width: calc(50% - -104.16767px);
7128
 
7129
  /* Push right first column width */
7130
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7131
  max-width: -webkit-calc(50% - -105.001px);
7132
  max-width: -moz-calc(50% - -105.001px);
7133
  max-width: calc(50% - -105.001px);
7138
 
7139
  /* Push right first column width */
7140
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7141
  max-width: -webkit-calc(50% - -105.83433px);
7142
  max-width: -moz-calc(50% - -105.83433px);
7143
  max-width: calc(50% - -105.83433px);
7148
 
7149
  /* Push right first column width */
7150
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7151
  max-width: -webkit-calc(50% - -106.66767px);
7152
  max-width: -moz-calc(50% - -106.66767px);
7153
  max-width: calc(50% - -106.66767px);
7158
 
7159
  /* Push right first column width */
7160
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7161
  max-width: -webkit-calc(50% - -107.501px);
7162
  max-width: -moz-calc(50% - -107.501px);
7163
  max-width: calc(50% - -107.501px);
7168
 
7169
  /* Push right first column width */
7170
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7171
  max-width: -webkit-calc(50% - -108.33433px);
7172
  max-width: -moz-calc(50% - -108.33433px);
7173
  max-width: calc(50% - -108.33433px);
7178
 
7179
  /* Push right first column width */
7180
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7181
  max-width: -webkit-calc(50% - -110.001px);
7182
  max-width: -moz-calc(50% - -110.001px);
7183
  max-width: calc(50% - -110.001px);
7188
 
7189
  /* Push right first column width */
7190
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7191
  max-width: -webkit-calc(50% - -111.66767px);
7192
  max-width: -moz-calc(50% - -111.66767px);
7193
  max-width: calc(50% - -111.66767px);
7198
 
7199
  /* Push right first column width */
7200
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7201
  max-width: -webkit-calc(50% - -113.33433px);
7202
  max-width: -moz-calc(50% - -113.33433px);
7203
  max-width: calc(50% - -113.33433px);
7208
 
7209
  /* Push right first column width */
7210
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7211
  max-width: -webkit-calc(50% - -115.001px);
7212
  max-width: -moz-calc(50% - -115.001px);
7213
  max-width: calc(50% - -115.001px);
7218
 
7219
  /* Push right first column width */
7220
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child {
 
 
 
7221
  max-width: -webkit-calc(50% - -116.66767px);
7222
  max-width: -moz-calc(50% - -116.66767px);
7223
  max-width: calc(50% - -116.66767px);
7236
 
7237
  /* Push left first column content width */
7238
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7239
  max-width: -webkit-calc(50% - -124.001px);
7240
  max-width: -moz-calc(50% - -124.001px);
7241
  max-width: calc(50% - -124.001px);
7244
  max-width: 704.001px;
7245
  }
7246
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7247
  max-width: -webkit-calc(50% - -124.001px);
7248
  max-width: -moz-calc(50% - -124.001px);
7249
  max-width: calc(50% - -124.001px);
7250
  }
7251
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
7252
  max-width: 704.001px;
 
 
 
7253
  }
7254
 
7255
  /* General width with gaps included */
7260
  max-width: 720.001px;
7261
  }
7262
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7263
  max-width: -webkit-calc(50% - -120.001px);
7264
  max-width: -moz-calc(50% - -120.001px);
7265
  max-width: calc(50% - -120.001px);
7276
  max-width: 726.001px;
7277
  }
7278
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7279
  max-width: -webkit-calc(50% - -121.001px);
7280
  max-width: -moz-calc(50% - -121.001px);
7281
  max-width: calc(50% - -121.001px);
7292
  max-width: 732.001px;
7293
  }
7294
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7295
  max-width: -webkit-calc(50% - -122.001px);
7296
  max-width: -moz-calc(50% - -122.001px);
7297
  max-width: calc(50% - -122.001px);
7308
  max-width: 738.001px;
7309
  }
7310
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7311
  max-width: -webkit-calc(50% - -123.001px);
7312
  max-width: -moz-calc(50% - -123.001px);
7313
  max-width: calc(50% - -123.001px);
7324
  max-width: 744.001px;
7325
  }
7326
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7327
  max-width: -webkit-calc(50% - -124.001px);
7328
  max-width: -moz-calc(50% - -124.001px);
7329
  max-width: calc(50% - -124.001px);
7340
  max-width: 750.001px;
7341
  }
7342
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7343
  max-width: -webkit-calc(50% - -125.001px);
7344
  max-width: -moz-calc(50% - -125.001px);
7345
  max-width: calc(50% - -125.001px);
7356
  max-width: 756.001px;
7357
  }
7358
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7359
  max-width: -webkit-calc(50% - -126.001px);
7360
  max-width: -moz-calc(50% - -126.001px);
7361
  max-width: calc(50% - -126.001px);
7372
  max-width: 762.001px;
7373
  }
7374
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7375
  max-width: -webkit-calc(50% - -127.001px);
7376
  max-width: -moz-calc(50% - -127.001px);
7377
  max-width: calc(50% - -127.001px);
7388
  max-width: 768.001px;
7389
  }
7390
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7391
  max-width: -webkit-calc(50% - -128.001px);
7392
  max-width: -moz-calc(50% - -128.001px);
7393
  max-width: calc(50% - -128.001px);
7404
  max-width: 774.001px;
7405
  }
7406
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7407
  max-width: -webkit-calc(50% - -129.001px);
7408
  max-width: -moz-calc(50% - -129.001px);
7409
  max-width: calc(50% - -129.001px);
7420
  max-width: 780.001px;
7421
  }
7422
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7423
  max-width: -webkit-calc(50% - -130.001px);
7424
  max-width: -moz-calc(50% - -130.001px);
7425
  max-width: calc(50% - -130.001px);
7436
  max-width: 786.001px;
7437
  }
7438
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7439
  max-width: -webkit-calc(50% - -131.001px);
7440
  max-width: -moz-calc(50% - -131.001px);
7441
  max-width: calc(50% - -131.001px);
7452
  max-width: 792.001px;
7453
  }
7454
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7455
  max-width: -webkit-calc(50% - -132.001px);
7456
  max-width: -moz-calc(50% - -132.001px);
7457
  max-width: calc(50% - -132.001px);
7468
  max-width: 798.001px;
7469
  }
7470
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7471
  max-width: -webkit-calc(50% - -133.001px);
7472
  max-width: -moz-calc(50% - -133.001px);
7473
  max-width: calc(50% - -133.001px);
7484
  max-width: 804.001px;
7485
  }
7486
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7487
  max-width: -webkit-calc(50% - -134.001px);
7488
  max-width: -moz-calc(50% - -134.001px);
7489
  max-width: calc(50% - -134.001px);
7500
  max-width: 810.001px;
7501
  }
7502
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7503
  max-width: -webkit-calc(50% - -135.001px);
7504
  max-width: -moz-calc(50% - -135.001px);
7505
  max-width: calc(50% - -135.001px);
7516
  max-width: 816.001px;
7517
  }
7518
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7519
  max-width: -webkit-calc(50% - -136.001px);
7520
  max-width: -moz-calc(50% - -136.001px);
7521
  max-width: calc(50% - -136.001px);
7532
  max-width: 822.001px;
7533
  }
7534
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7535
  max-width: -webkit-calc(50% - -137.001px);
7536
  max-width: -moz-calc(50% - -137.001px);
7537
  max-width: calc(50% - -137.001px);
7548
  max-width: 828.001px;
7549
  }
7550
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7551
  max-width: -webkit-calc(50% - -138.001px);
7552
  max-width: -moz-calc(50% - -138.001px);
7553
  max-width: calc(50% - -138.001px);
7564
  max-width: 834.001px;
7565
  }
7566
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7567
  max-width: -webkit-calc(50% - -139.001px);
7568
  max-width: -moz-calc(50% - -139.001px);
7569
  max-width: calc(50% - -139.001px);
7580
  max-width: 840.001px;
7581
  }
7582
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child {
 
 
 
7583
  max-width: -webkit-calc(50% - -140.001px);
7584
  max-width: -moz-calc(50% - -140.001px);
7585
  max-width: calc(50% - -140.001px);
7590
 
7591
  /* Push right first column width */
7592
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7593
  max-width: -webkit-calc(50% - -120.001px);
7594
  max-width: -moz-calc(50% - -120.001px);
7595
  max-width: calc(50% - -120.001px);
7600
 
7601
  /* Push right first column width */
7602
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7603
  max-width: -webkit-calc(50% - -121.001px);
7604
  max-width: -moz-calc(50% - -121.001px);
7605
  max-width: calc(50% - -121.001px);
7610
 
7611
  /* Push right first column width */
7612
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7613
  max-width: -webkit-calc(50% - -122.001px);
7614
  max-width: -moz-calc(50% - -122.001px);
7615
  max-width: calc(50% - -122.001px);
7620
 
7621
  /* Push right first column width */
7622
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7623
  max-width: -webkit-calc(50% - -123.001px);
7624
  max-width: -moz-calc(50% - -123.001px);
7625
  max-width: calc(50% - -123.001px);
7630
 
7631
  /* Push right first column width */
7632
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7633
  max-width: -webkit-calc(50% - -124.001px);
7634
  max-width: -moz-calc(50% - -124.001px);
7635
  max-width: calc(50% - -124.001px);
7640
 
7641
  /* Push right first column width */
7642
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7643
  max-width: -webkit-calc(50% - -125.001px);
7644
  max-width: -moz-calc(50% - -125.001px);
7645
  max-width: calc(50% - -125.001px);
7650
 
7651
  /* Push right first column width */
7652
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7653
  max-width: -webkit-calc(50% - -126.001px);
7654
  max-width: -moz-calc(50% - -126.001px);
7655
  max-width: calc(50% - -126.001px);
7660
 
7661
  /* Push right first column width */
7662
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7663
  max-width: -webkit-calc(50% - -127.001px);
7664
  max-width: -moz-calc(50% - -127.001px);
7665
  max-width: calc(50% - -127.001px);
7670
 
7671
  /* Push right first column width */
7672
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7673
  max-width: -webkit-calc(50% - -128.001px);
7674
  max-width: -moz-calc(50% - -128.001px);
7675
  max-width: calc(50% - -128.001px);
7680
 
7681
  /* Push right first column width */
7682
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7683
  max-width: -webkit-calc(50% - -129.001px);
7684
  max-width: -moz-calc(50% - -129.001px);
7685
  max-width: calc(50% - -129.001px);
7690
 
7691
  /* Push right first column width */
7692
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7693
  max-width: -webkit-calc(50% - -130.001px);
7694
  max-width: -moz-calc(50% - -130.001px);
7695
  max-width: calc(50% - -130.001px);
7700
 
7701
  /* Push right first column width */
7702
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7703
  max-width: -webkit-calc(50% - -132.001px);
7704
  max-width: -moz-calc(50% - -132.001px);
7705
  max-width: calc(50% - -132.001px);
7710
 
7711
  /* Push right first column width */
7712
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7713
  max-width: -webkit-calc(50% - -134.001px);
7714
  max-width: -moz-calc(50% - -134.001px);
7715
  max-width: calc(50% - -134.001px);
7720
 
7721
  /* Push right first column width */
7722
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7723
  max-width: -webkit-calc(50% - -136.001px);
7724
  max-width: -moz-calc(50% - -136.001px);
7725
  max-width: calc(50% - -136.001px);
7730
 
7731
  /* Push right first column width */
7732
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7733
  max-width: -webkit-calc(50% - -138.001px);
7734
  max-width: -moz-calc(50% - -138.001px);
7735
  max-width: calc(50% - -138.001px);
7740
 
7741
  /* Push right first column width */
7742
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child {
 
 
 
7743
  max-width: -webkit-calc(50% - -140.001px);
7744
  max-width: -moz-calc(50% - -140.001px);
7745
  max-width: calc(50% - -140.001px);
7758
 
7759
  /* Push left first column content width */
7760
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="8"]:first-child {
 
 
 
7761
  max-width: -webkit-calc(50% - -206.66767px);
7762
  max-width: -moz-calc(50% - -206.66767px);
7763
  max-width: calc(50% - -206.66767px);
7766
  max-width: 786.66767px;
7767
  }
7768
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="8"]:last-child {
 
 
 
7769
  max-width: -webkit-calc(50% - -206.66767px);
7770
  max-width: -moz-calc(50% - -206.66767px);
7771
  max-width: calc(50% - -206.66767px);
7772
  }
7773
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
7774
  max-width: 786.66767px;
 
 
 
7775
  }
7776
 
7777
  /* General width with gaps included */
7782
  max-width: 800.001px;
7783
  }
7784
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7785
  max-width: -webkit-calc(50% - -200.001px);
7786
  max-width: -moz-calc(50% - -200.001px);
7787
  max-width: calc(50% - -200.001px);
7798
  max-width: 806.66767px;
7799
  }
7800
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7801
  max-width: -webkit-calc(50% - -201.66767px);
7802
  max-width: -moz-calc(50% - -201.66767px);
7803
  max-width: calc(50% - -201.66767px);
7814
  max-width: 813.33433px;
7815
  }
7816
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7817
  max-width: -webkit-calc(50% - -203.33433px);
7818
  max-width: -moz-calc(50% - -203.33433px);
7819
  max-width: calc(50% - -203.33433px);
7830
  max-width: 820.001px;
7831
  }
7832
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7833
  max-width: -webkit-calc(50% - -205.001px);
7834
  max-width: -moz-calc(50% - -205.001px);
7835
  max-width: calc(50% - -205.001px);
7846
  max-width: 826.66767px;
7847
  }
7848
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7849
  max-width: -webkit-calc(50% - -206.66767px);
7850
  max-width: -moz-calc(50% - -206.66767px);
7851
  max-width: calc(50% - -206.66767px);
7862
  max-width: 833.33433px;
7863
  }
7864
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7865
  max-width: -webkit-calc(50% - -208.33433px);
7866
  max-width: -moz-calc(50% - -208.33433px);
7867
  max-width: calc(50% - -208.33433px);
7878
  max-width: 840.001px;
7879
  }
7880
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7881
  max-width: -webkit-calc(50% - -210.001px);
7882
  max-width: -moz-calc(50% - -210.001px);
7883
  max-width: calc(50% - -210.001px);
7894
  max-width: 846.66767px;
7895
  }
7896
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7897
  max-width: -webkit-calc(50% - -211.66767px);
7898
  max-width: -moz-calc(50% - -211.66767px);
7899
  max-width: calc(50% - -211.66767px);
7910
  max-width: 853.33433px;
7911
  }
7912
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7913
  max-width: -webkit-calc(50% - -213.33433px);
7914
  max-width: -moz-calc(50% - -213.33433px);
7915
  max-width: calc(50% - -213.33433px);
7926
  max-width: 860.001px;
7927
  }
7928
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7929
  max-width: -webkit-calc(50% - -215.001px);
7930
  max-width: -moz-calc(50% - -215.001px);
7931
  max-width: calc(50% - -215.001px);
7942
  max-width: 866.66767px;
7943
  }
7944
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7945
  max-width: -webkit-calc(50% - -216.66767px);
7946
  max-width: -moz-calc(50% - -216.66767px);
7947
  max-width: calc(50% - -216.66767px);
7958
  max-width: 873.33433px;
7959
  }
7960
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7961
  max-width: -webkit-calc(50% - -218.33433px);
7962
  max-width: -moz-calc(50% - -218.33433px);
7963
  max-width: calc(50% - -218.33433px);
7974
  max-width: 880.001px;
7975
  }
7976
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7977
  max-width: -webkit-calc(50% - -220.001px);
7978
  max-width: -moz-calc(50% - -220.001px);
7979
  max-width: calc(50% - -220.001px);
7990
  max-width: 886.66767px;
7991
  }
7992
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child {
 
 
 
7993
  max-width: -webkit-calc(50% - -221.66767px);
7994
  max-width: -moz-calc(50% - -221.66767px);
7995
  max-width: calc(50% - -221.66767px);
8006
  max-width: 893.33433px;
8007
  }
8008
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child {
 
 
 
8009
  max-width: -webkit-calc(50% - -223.33433px);
8010
  max-width: -moz-calc(50% - -223.33433px);
8011
  max-width: calc(50% - -223.33433px);
8022
  max-width: 900.001px;
8023
  }
8024
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child {
 
 
 
8025
  max-width: -webkit-calc(50% - -225.001px);
8026
  max-width: -moz-calc(50% - -225.001px);
8027
  max-width: calc(50% - -225.001px);
8038
  max-width: 906.66767px;
8039
  }
8040
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child {
 
 
 
8041
  max-width: -webkit-calc(50% - -226.66767px);
8042
  max-width: -moz-calc(50% - -226.66767px);
8043
  max-width: calc(50% - -226.66767px);
8054
  max-width: 913.33433px;
8055
  }
8056
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child {
 
 
 
8057
  max-width: -webkit-calc(50% - -228.33433px);
8058
  max-width: -moz-calc(50% - -228.33433px);
8059
  max-width: calc(50% - -228.33433px);
8070
  max-width: 920.001px;
8071
  }
8072
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child {
 
 
 
8073
  max-width: -webkit-calc(50% - -230.001px);
8074
  max-width: -moz-calc(50% - -230.001px);
8075
  max-width: calc(50% - -230.001px);
8086
  max-width: 926.66767px;
8087
  }
8088
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child {
 
 
 
8089
  max-width: -webkit-calc(50% - -231.66767px);
8090
  max-width: -moz-calc(50% - -231.66767px);
8091
  max-width: calc(50% - -231.66767px);
8102
  max-width: 933.33433px;
8103
  }
8104
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child {
 
 
 
8105
  max-width: -webkit-calc(50% - -233.33433px);
8106
  max-width: -moz-calc(50% - -233.33433px);
8107
  max-width: calc(50% - -233.33433px);
8112
 
8113
  /* Push right first column width */
8114
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8115
  max-width: -webkit-calc(50% - -200.001px);
8116
  max-width: -moz-calc(50% - -200.001px);
8117
  max-width: calc(50% - -200.001px);
8122
 
8123
  /* Push right first column width */
8124
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8125
  max-width: -webkit-calc(50% - -201.66767px);
8126
  max-width: -moz-calc(50% - -201.66767px);
8127
  max-width: calc(50% - -201.66767px);
8132
 
8133
  /* Push right first column width */
8134
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8135
  max-width: -webkit-calc(50% - -203.33433px);
8136
  max-width: -moz-calc(50% - -203.33433px);
8137
  max-width: calc(50% - -203.33433px);
8142
 
8143
  /* Push right first column width */
8144
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8145
  max-width: -webkit-calc(50% - -205.001px);
8146
  max-width: -moz-calc(50% - -205.001px);
8147
  max-width: calc(50% - -205.001px);
8152
 
8153
  /* Push right first column width */
8154
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8155
  max-width: -webkit-calc(50% - -206.66767px);
8156
  max-width: -moz-calc(50% - -206.66767px);
8157
  max-width: calc(50% - -206.66767px);
8162
 
8163
  /* Push right first column width */
8164
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8165
  max-width: -webkit-calc(50% - -208.33433px);
8166
  max-width: -moz-calc(50% - -208.33433px);
8167
  max-width: calc(50% - -208.33433px);
8172
 
8173
  /* Push right first column width */
8174
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8175
  max-width: -webkit-calc(50% - -210.001px);
8176
  max-width: -moz-calc(50% - -210.001px);
8177
  max-width: calc(50% - -210.001px);
8182
 
8183
  /* Push right first column width */
8184
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8185
  max-width: -webkit-calc(50% - -211.66767px);
8186
  max-width: -moz-calc(50% - -211.66767px);
8187
  max-width: calc(50% - -211.66767px);
8192
 
8193
  /* Push right first column width */
8194
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8195
  max-width: -webkit-calc(50% - -213.33433px);
8196
  max-width: -moz-calc(50% - -213.33433px);
8197
  max-width: calc(50% - -213.33433px);
8202
 
8203
  /* Push right first column width */
8204
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8205
  max-width: -webkit-calc(50% - -215.001px);
8206
  max-width: -moz-calc(50% - -215.001px);
8207
  max-width: calc(50% - -215.001px);
8212
 
8213
  /* Push right first column width */
8214
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8215
  max-width: -webkit-calc(50% - -216.66767px);
8216
  max-width: -moz-calc(50% - -216.66767px);
8217
  max-width: calc(50% - -216.66767px);
8222
 
8223
  /* Push right first column width */
8224
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8225
  max-width: -webkit-calc(50% - -220.001px);
8226
  max-width: -moz-calc(50% - -220.001px);
8227
  max-width: calc(50% - -220.001px);
8232
 
8233
  /* Push right first column width */
8234
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8235
  max-width: -webkit-calc(50% - -223.33433px);
8236
  max-width: -moz-calc(50% - -223.33433px);
8237
  max-width: calc(50% - -223.33433px);
8242
 
8243
  /* Push right first column width */
8244
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8245
  max-width: -webkit-calc(50% - -226.66767px);
8246
  max-width: -moz-calc(50% - -226.66767px);
8247
  max-width: calc(50% - -226.66767px);
8252
 
8253
  /* Push right first column width */
8254
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8255
  max-width: -webkit-calc(50% - -230.001px);
8256
  max-width: -moz-calc(50% - -230.001px);
8257
  max-width: calc(50% - -230.001px);
8262
 
8263
  /* Push right first column width */
8264
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child {
 
 
 
8265
  max-width: -webkit-calc(50% - -233.33433px);
8266
  max-width: -moz-calc(50% - -233.33433px);
8267
  max-width: calc(50% - -233.33433px);
8280
 
8281
  /* Push left first column content width */
8282
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9"]:first-child {
 
 
 
8283
  max-width: -webkit-calc(50% - -310.001px);
8284
  max-width: -moz-calc(50% - -310.001px);
8285
  max-width: calc(50% - -310.001px);
8288
  max-width: 890.001px;
8289
  }
8290
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9"]:last-child {
 
 
 
8291
  max-width: -webkit-calc(50% - -310.001px);
8292
  max-width: -moz-calc(50% - -310.001px);
8293
  max-width: calc(50% - -310.001px);
8294
  }
8295
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
8296
  max-width: 890.001px;
 
 
 
8297
  }
8298
 
8299
  /* General width with gaps included */
8304
  max-width: 900.001px;
8305
  }
8306
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8307
  max-width: -webkit-calc(50% - -300.001px);
8308
  max-width: -moz-calc(50% - -300.001px);
8309
  max-width: calc(50% - -300.001px);
8320
  max-width: 907.501px;
8321
  }
8322
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8323
  max-width: -webkit-calc(50% - -302.501px);
8324
  max-width: -moz-calc(50% - -302.501px);
8325
  max-width: calc(50% - -302.501px);
8336
  max-width: 915.001px;
8337
  }
8338
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8339
  max-width: -webkit-calc(50% - -305.001px);
8340
  max-width: -moz-calc(50% - -305.001px);
8341
  max-width: calc(50% - -305.001px);
8352
  max-width: 922.501px;
8353
  }
8354
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8355
  max-width: -webkit-calc(50% - -307.501px);
8356
  max-width: -moz-calc(50% - -307.501px);
8357
  max-width: calc(50% - -307.501px);
8368
  max-width: 930.001px;
8369
  }
8370
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8371
  max-width: -webkit-calc(50% - -310.001px);
8372
  max-width: -moz-calc(50% - -310.001px);
8373
  max-width: calc(50% - -310.001px);
8384
  max-width: 937.501px;
8385
  }
8386
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8387
  max-width: -webkit-calc(50% - -312.501px);
8388
  max-width: -moz-calc(50% - -312.501px);
8389
  max-width: calc(50% - -312.501px);
8400
  max-width: 945.001px;
8401
  }
8402
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8403
  max-width: -webkit-calc(50% - -315.001px);
8404
  max-width: -moz-calc(50% - -315.001px);
8405
  max-width: calc(50% - -315.001px);
8416
  max-width: 952.501px;
8417
  }
8418
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8419
  max-width: -webkit-calc(50% - -317.501px);
8420
  max-width: -moz-calc(50% - -317.501px);
8421
  max-width: calc(50% - -317.501px);
8432
  max-width: 960.001px;
8433
  }
8434
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8435
  max-width: -webkit-calc(50% - -320.001px);
8436
  max-width: -moz-calc(50% - -320.001px);
8437
  max-width: calc(50% - -320.001px);
8448
  max-width: 967.501px;
8449
  }
8450
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8451
  max-width: -webkit-calc(50% - -322.501px);
8452
  max-width: -moz-calc(50% - -322.501px);
8453
  max-width: calc(50% - -322.501px);
8464
  max-width: 975.001px;
8465
  }
8466
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8467
  max-width: -webkit-calc(50% - -325.001px);
8468
  max-width: -moz-calc(50% - -325.001px);
8469
  max-width: calc(50% - -325.001px);
8480
  max-width: 982.501px;
8481
  }
8482
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8483
  max-width: -webkit-calc(50% - -327.501px);
8484
  max-width: -moz-calc(50% - -327.501px);
8485
  max-width: calc(50% - -327.501px);
8496
  max-width: 990.001px;
8497
  }
8498
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8499
  max-width: -webkit-calc(50% - -330.001px);
8500
  max-width: -moz-calc(50% - -330.001px);
8501
  max-width: calc(50% - -330.001px);
8512
  max-width: 997.501px;
8513
  }
8514
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8515
  max-width: -webkit-calc(50% - -332.501px);
8516
  max-width: -moz-calc(50% - -332.501px);
8517
  max-width: calc(50% - -332.501px);
8528
  max-width: 1005.001px;
8529
  }
8530
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8531
  max-width: -webkit-calc(50% - -335.001px);
8532
  max-width: -moz-calc(50% - -335.001px);
8533
  max-width: calc(50% - -335.001px);
8544
  max-width: 1012.501px;
8545
  }
8546
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8547
  max-width: -webkit-calc(50% - -337.501px);
8548
  max-width: -moz-calc(50% - -337.501px);
8549
  max-width: calc(50% - -337.501px);
8560
  max-width: 1020.001px;
8561
  }
8562
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8563
  max-width: -webkit-calc(50% - -340.001px);
8564
  max-width: -moz-calc(50% - -340.001px);
8565
  max-width: calc(50% - -340.001px);
8576
  max-width: 1027.501px;
8577
  }
8578
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8579
  max-width: -webkit-calc(50% - -342.501px);
8580
  max-width: -moz-calc(50% - -342.501px);
8581
  max-width: calc(50% - -342.501px);
8592
  max-width: 1035.001px;
8593
  }
8594
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8595
  max-width: -webkit-calc(50% - -345.001px);
8596
  max-width: -moz-calc(50% - -345.001px);
8597
  max-width: calc(50% - -345.001px);
8608
  max-width: 1042.501px;
8609
  }
8610
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8611
  max-width: -webkit-calc(50% - -347.501px);
8612
  max-width: -moz-calc(50% - -347.501px);
8613
  max-width: calc(50% - -347.501px);
8624
  max-width: 1050.001px;
8625
  }
8626
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child {
 
 
 
8627
  max-width: -webkit-calc(50% - -350.001px);
8628
  max-width: -moz-calc(50% - -350.001px);
8629
  max-width: calc(50% - -350.001px);
8634
 
8635
  /* Push right first column width */
8636
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8637
  max-width: -webkit-calc(50% - -300.001px);
8638
  max-width: -moz-calc(50% - -300.001px);
8639
  max-width: calc(50% - -300.001px);
8644
 
8645
  /* Push right first column width */
8646
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8647
  max-width: -webkit-calc(50% - -302.501px);
8648
  max-width: -moz-calc(50% - -302.501px);
8649
  max-width: calc(50% - -302.501px);
8654
 
8655
  /* Push right first column width */
8656
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8657
  max-width: -webkit-calc(50% - -305.001px);
8658
  max-width: -moz-calc(50% - -305.001px);
8659
  max-width: calc(50% - -305.001px);
8664
 
8665
  /* Push right first column width */
8666
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8667
  max-width: -webkit-calc(50% - -307.501px);
8668
  max-width: -moz-calc(50% - -307.501px);
8669
  max-width: calc(50% - -307.501px);
8674
 
8675
  /* Push right first column width */
8676
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8677
  max-width: -webkit-calc(50% - -310.001px);
8678
  max-width: -moz-calc(50% - -310.001px);
8679
  max-width: calc(50% - -310.001px);
8684
 
8685
  /* Push right first column width */
8686
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8687
  max-width: -webkit-calc(50% - -312.501px);
8688
  max-width: -moz-calc(50% - -312.501px);
8689
  max-width: calc(50% - -312.501px);
8694
 
8695
  /* Push right first column width */
8696
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8697
  max-width: -webkit-calc(50% - -315.001px);
8698
  max-width: -moz-calc(50% - -315.001px);
8699
  max-width: calc(50% - -315.001px);
8704
 
8705
  /* Push right first column width */
8706
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8707
  max-width: -webkit-calc(50% - -317.501px);
8708
  max-width: -moz-calc(50% - -317.501px);
8709
  max-width: calc(50% - -317.501px);
8714
 
8715
  /* Push right first column width */
8716
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8717
  max-width: -webkit-calc(50% - -320.001px);
8718
  max-width: -moz-calc(50% - -320.001px);
8719
  max-width: calc(50% - -320.001px);
8724
 
8725
  /* Push right first column width */
8726
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8727
  max-width: -webkit-calc(50% - -322.501px);
8728
  max-width: -moz-calc(50% - -322.501px);
8729
  max-width: calc(50% - -322.501px);
8734
 
8735
  /* Push right first column width */
8736
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8737
  max-width: -webkit-calc(50% - -325.001px);
8738
  max-width: -moz-calc(50% - -325.001px);
8739
  max-width: calc(50% - -325.001px);
8744
 
8745
  /* Push right first column width */
8746
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8747
  max-width: -webkit-calc(50% - -330.001px);
8748
  max-width: -moz-calc(50% - -330.001px);
8749
  max-width: calc(50% - -330.001px);
8754
 
8755
  /* Push right first column width */
8756
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8757
  max-width: -webkit-calc(50% - -335.001px);
8758
  max-width: -moz-calc(50% - -335.001px);
8759
  max-width: calc(50% - -335.001px);
8764
 
8765
  /* Push right first column width */
8766
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8767
  max-width: -webkit-calc(50% - -340.001px);
8768
  max-width: -moz-calc(50% - -340.001px);
8769
  max-width: calc(50% - -340.001px);
8774
 
8775
  /* Push right first column width */
8776
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8777
  max-width: -webkit-calc(50% - -345.001px);
8778
  max-width: -moz-calc(50% - -345.001px);
8779
  max-width: calc(50% - -345.001px);
8784
 
8785
  /* Push right first column width */
8786
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child {
 
 
 
8787
  max-width: -webkit-calc(50% - -350.001px);
8788
  max-width: -moz-calc(50% - -350.001px);
8789
  max-width: calc(50% - -350.001px);
8802
 
8803
  /* Push left first column content width */
8804
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
8805
  max-width: -webkit-calc(50% - -372.001px);
8806
  max-width: -moz-calc(50% - -372.001px);
8807
  max-width: calc(50% - -372.001px);
8810
  max-width: 952.001px;
8811
  }
8812
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
8813
  max-width: -webkit-calc(50% - -372.001px);
8814
  max-width: -moz-calc(50% - -372.001px);
8815
  max-width: calc(50% - -372.001px);
8816
  }
8817
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
8818
  max-width: 952.001px;
 
 
 
8819
  }
8820
 
8821
  /* General width with gaps included */
8826
  max-width: 960.001px;
8827
  }
8828
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
8829
  max-width: -webkit-calc(50% - -360.001px);
8830
  max-width: -moz-calc(50% - -360.001px);
8831
  max-width: calc(50% - -360.001px);
8842
  max-width: 968.001px;
8843
  }
8844
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
8845
  max-width: -webkit-calc(50% - -363.001px);
8846
  max-width: -moz-calc(50% - -363.001px);
8847
  max-width: calc(50% - -363.001px);
8858
  max-width: 976.001px;
8859
  }
8860
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
8861
  max-width: -webkit-calc(50% - -366.001px);
8862
  max-width: -moz-calc(50% - -366.001px);
8863
  max-width: calc(50% - -366.001px);
8874
  max-width: 984.001px;
8875
  }
8876
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
8877
  max-width: -webkit-calc(50% - -369.001px);
8878
  max-width: -moz-calc(50% - -369.001px);
8879
  max-width: calc(50% - -369.001px);
8890
  max-width: 992.001px;
8891
  }
8892
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
8893
  max-width: -webkit-calc(50% - -372.001px);
8894
  max-width: -moz-calc(50% - -372.001px);
8895
  max-width: calc(50% - -372.001px);
8906
  max-width: 1000.001px;
8907
  }
8908
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
8909
  max-width: -webkit-calc(50% - -375.001px);
8910
  max-width: -moz-calc(50% - -375.001px);
8911
  max-width: calc(50% - -375.001px);
8922
  max-width: 1008.001px;
8923
  }
8924
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
8925
  max-width: -webkit-calc(50% - -378.001px);
8926
  max-width: -moz-calc(50% - -378.001px);
8927
  max-width: calc(50% - -378.001px);
8938
  max-width: 1016.001px;
8939
  }
8940
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
8941
  max-width: -webkit-calc(50% - -381.001px);
8942
  max-width: -moz-calc(50% - -381.001px);
8943
  max-width: calc(50% - -381.001px);
8954
  max-width: 1024.001px;
8955
  }
8956
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
8957
  max-width: -webkit-calc(50% - -384.001px);
8958
  max-width: -moz-calc(50% - -384.001px);
8959
  max-width: calc(50% - -384.001px);
8970
  max-width: 1032.001px;
8971
  }
8972
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
8973
  max-width: -webkit-calc(50% - -387.001px);
8974
  max-width: -moz-calc(50% - -387.001px);
8975
  max-width: calc(50% - -387.001px);
8986
  max-width: 1040.001px;
8987
  }
8988
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
8989
  max-width: -webkit-calc(50% - -390.001px);
8990
  max-width: -moz-calc(50% - -390.001px);
8991
  max-width: calc(50% - -390.001px);
9002
  max-width: 1048.001px;
9003
  }
9004
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
9005
  max-width: -webkit-calc(50% - -393.001px);
9006
  max-width: -moz-calc(50% - -393.001px);
9007
  max-width: calc(50% - -393.001px);
9018
  max-width: 1056.001px;
9019
  }
9020
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
9021
  max-width: -webkit-calc(50% - -396.001px);
9022
  max-width: -moz-calc(50% - -396.001px);
9023
  max-width: calc(50% - -396.001px);
9034
  max-width: 1064.001px;
9035
  }
9036
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
9037
  max-width: -webkit-calc(50% - -399.001px);
9038
  max-width: -moz-calc(50% - -399.001px);
9039
  max-width: calc(50% - -399.001px);
9050
  max-width: 1072.001px;
9051
  }
9052
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
9053
  max-width: -webkit-calc(50% - -402.001px);
9054
  max-width: -moz-calc(50% - -402.001px);
9055
  max-width: calc(50% - -402.001px);
9066
  max-width: 1080.001px;
9067
  }
9068
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
9069
  max-width: -webkit-calc(50% - -405.001px);
9070
  max-width: -moz-calc(50% - -405.001px);
9071
  max-width: calc(50% - -405.001px);
9082
  max-width: 1088.001px;
9083
  }
9084
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
9085
  max-width: -webkit-calc(50% - -408.001px);
9086
  max-width: -moz-calc(50% - -408.001px);
9087
  max-width: calc(50% - -408.001px);
9098
  max-width: 1096.001px;
9099
  }
9100
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
9101
  max-width: -webkit-calc(50% - -411.001px);
9102
  max-width: -moz-calc(50% - -411.001px);
9103
  max-width: calc(50% - -411.001px);
9114
  max-width: 1104.001px;
9115
  }
9116
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
9117
  max-width: -webkit-calc(50% - -414.001px);
9118
  max-width: -moz-calc(50% - -414.001px);
9119
  max-width: calc(50% - -414.001px);
9130
  max-width: 1112.001px;
9131
  }
9132
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
9133
  max-width: -webkit-calc(50% - -417.001px);
9134
  max-width: -moz-calc(50% - -417.001px);
9135
  max-width: calc(50% - -417.001px);
9146
  max-width: 1120.001px;
9147
  }
9148
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child {
 
 
 
9149
  max-width: -webkit-calc(50% - -420.001px);
9150
  max-width: -moz-calc(50% - -420.001px);
9151
  max-width: calc(50% - -420.001px);
9156
 
9157
  /* Push right first column width */
9158
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9159
  max-width: -webkit-calc(50% - -360.001px);
9160
  max-width: -moz-calc(50% - -360.001px);
9161
  max-width: calc(50% - -360.001px);
9166
 
9167
  /* Push right first column width */
9168
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9169
  max-width: -webkit-calc(50% - -363.001px);
9170
  max-width: -moz-calc(50% - -363.001px);
9171
  max-width: calc(50% - -363.001px);
9176
 
9177
  /* Push right first column width */
9178
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9179
  max-width: -webkit-calc(50% - -366.001px);
9180
  max-width: -moz-calc(50% - -366.001px);
9181
  max-width: calc(50% - -366.001px);
9186
 
9187
  /* Push right first column width */
9188
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9189
  max-width: -webkit-calc(50% - -369.001px);
9190
  max-width: -moz-calc(50% - -369.001px);
9191
  max-width: calc(50% - -369.001px);
9196
 
9197
  /* Push right first column width */
9198
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9199
  max-width: -webkit-calc(50% - -372.001px);
9200
  max-width: -moz-calc(50% - -372.001px);
9201
  max-width: calc(50% - -372.001px);
9206
 
9207
  /* Push right first column width */
9208
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9209
  max-width: -webkit-calc(50% - -375.001px);
9210
  max-width: -moz-calc(50% - -375.001px);
9211
  max-width: calc(50% - -375.001px);
9216
 
9217
  /* Push right first column width */
9218
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9219
  max-width: -webkit-calc(50% - -378.001px);
9220
  max-width: -moz-calc(50% - -378.001px);
9221
  max-width: calc(50% - -378.001px);
9226
 
9227
  /* Push right first column width */
9228
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9229
  max-width: -webkit-calc(50% - -381.001px);
9230
  max-width: -moz-calc(50% - -381.001px);
9231
  max-width: calc(50% - -381.001px);
9236
 
9237
  /* Push right first column width */
9238
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9239
  max-width: -webkit-calc(50% - -384.001px);
9240
  max-width: -moz-calc(50% - -384.001px);
9241
  max-width: calc(50% - -384.001px);
9246
 
9247
  /* Push right first column width */
9248
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9249
  max-width: -webkit-calc(50% - -387.001px);
9250
  max-width: -moz-calc(50% - -387.001px);
9251
  max-width: calc(50% - -387.001px);
9256
 
9257
  /* Push right first column width */
9258
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9259
  max-width: -webkit-calc(50% - -390.001px);
9260
  max-width: -moz-calc(50% - -390.001px);
9261
  max-width: calc(50% - -390.001px);
9266
 
9267
  /* Push right first column width */
9268
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9269
  max-width: -webkit-calc(50% - -396.001px);
9270
  max-width: -moz-calc(50% - -396.001px);
9271
  max-width: calc(50% - -396.001px);
9276
 
9277
  /* Push right first column width */
9278
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9279
  max-width: -webkit-calc(50% - -402.001px);
9280
  max-width: -moz-calc(50% - -402.001px);
9281
  max-width: calc(50% - -402.001px);
9286
 
9287
  /* Push right first column width */
9288
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9289
  max-width: -webkit-calc(50% - -408.001px);
9290
  max-width: -moz-calc(50% - -408.001px);
9291
  max-width: calc(50% - -408.001px);
9296
 
9297
  /* Push right first column width */
9298
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9299
  max-width: -webkit-calc(50% - -414.001px);
9300
  max-width: -moz-calc(50% - -414.001px);
9301
  max-width: calc(50% - -414.001px);
9306
 
9307
  /* Push right first column width */
9308
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child {
 
 
 
9309
  max-width: -webkit-calc(50% - -420.001px);
9310
  max-width: -moz-calc(50% - -420.001px);
9311
  max-width: calc(50% - -420.001px);
9324
 
9325
  /* Push left first column content width */
9326
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="10"]:first-child {
 
 
 
9327
  max-width: -webkit-calc(50% - -413.33433px);
9328
  max-width: -moz-calc(50% - -413.33433px);
9329
  max-width: calc(50% - -413.33433px);
9332
  max-width: 993.33433px;
9333
  }
9334
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="10"]:last-child {
 
 
 
9335
  max-width: -webkit-calc(50% - -413.33433px);
9336
  max-width: -moz-calc(50% - -413.33433px);
9337
  max-width: calc(50% - -413.33433px);
9338
  }
9339
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
9340
  max-width: 993.33433px;
 
 
 
9341
  }
9342
 
9343
  /* General width with gaps included */
9348
  max-width: 1000.001px;
9349
  }
9350
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9351
  max-width: -webkit-calc(50% - -400.001px);
9352
  max-width: -moz-calc(50% - -400.001px);
9353
  max-width: calc(50% - -400.001px);
9364
  max-width: 1008.33433px;
9365
  }
9366
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9367
  max-width: -webkit-calc(50% - -403.33433px);
9368
  max-width: -moz-calc(50% - -403.33433px);
9369
  max-width: calc(50% - -403.33433px);
9380
  max-width: 1016.66767px;
9381
  }
9382
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9383
  max-width: -webkit-calc(50% - -406.66767px);
9384
  max-width: -moz-calc(50% - -406.66767px);
9385
  max-width: calc(50% - -406.66767px);
9396
  max-width: 1025.001px;
9397
  }
9398
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9399
  max-width: -webkit-calc(50% - -410.001px);
9400
  max-width: -moz-calc(50% - -410.001px);
9401
  max-width: calc(50% - -410.001px);
9412
  max-width: 1033.33433px;
9413
  }
9414
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9415
  max-width: -webkit-calc(50% - -413.33433px);
9416
  max-width: -moz-calc(50% - -413.33433px);
9417
  max-width: calc(50% - -413.33433px);
9428
  max-width: 1041.66767px;
9429
  }
9430
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9431
  max-width: -webkit-calc(50% - -416.66767px);
9432
  max-width: -moz-calc(50% - -416.66767px);
9433
  max-width: calc(50% - -416.66767px);
9444
  max-width: 1050.001px;
9445
  }
9446
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9447
  max-width: -webkit-calc(50% - -420.001px);
9448
  max-width: -moz-calc(50% - -420.001px);
9449
  max-width: calc(50% - -420.001px);
9460
  max-width: 1058.33433px;
9461
  }
9462
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9463
  max-width: -webkit-calc(50% - -423.33433px);
9464
  max-width: -moz-calc(50% - -423.33433px);
9465
  max-width: calc(50% - -423.33433px);
9476
  max-width: 1066.66767px;
9477
  }
9478
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9479
  max-width: -webkit-calc(50% - -426.66767px);
9480
  max-width: -moz-calc(50% - -426.66767px);
9481
  max-width: calc(50% - -426.66767px);
9492
  max-width: 1075.001px;
9493
  }
9494
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9495
  max-width: -webkit-calc(50% - -430.001px);
9496
  max-width: -moz-calc(50% - -430.001px);
9497
  max-width: calc(50% - -430.001px);
9508
  max-width: 1083.33433px;
9509
  }
9510
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9511
  max-width: -webkit-calc(50% - -433.33433px);
9512
  max-width: -moz-calc(50% - -433.33433px);
9513
  max-width: calc(50% - -433.33433px);
9524
  max-width: 1091.66767px;
9525
  }
9526
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9527
  max-width: -webkit-calc(50% - -436.66767px);
9528
  max-width: -moz-calc(50% - -436.66767px);
9529
  max-width: calc(50% - -436.66767px);
9540
  max-width: 1100.001px;
9541
  }
9542
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9543
  max-width: -webkit-calc(50% - -440.001px);
9544
  max-width: -moz-calc(50% - -440.001px);
9545
  max-width: calc(50% - -440.001px);
9556
  max-width: 1108.33433px;
9557
  }
9558
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9559
  max-width: -webkit-calc(50% - -443.33433px);
9560
  max-width: -moz-calc(50% - -443.33433px);
9561
  max-width: calc(50% - -443.33433px);
9572
  max-width: 1116.66767px;
9573
  }
9574
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9575
  max-width: -webkit-calc(50% - -446.66767px);
9576
  max-width: -moz-calc(50% - -446.66767px);
9577
  max-width: calc(50% - -446.66767px);
9588
  max-width: 1125.001px;
9589
  }
9590
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9591
  max-width: -webkit-calc(50% - -450.001px);
9592
  max-width: -moz-calc(50% - -450.001px);
9593
  max-width: calc(50% - -450.001px);
9604
  max-width: 1133.33433px;
9605
  }
9606
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9607
  max-width: -webkit-calc(50% - -453.33433px);
9608
  max-width: -moz-calc(50% - -453.33433px);
9609
  max-width: calc(50% - -453.33433px);
9620
  max-width: 1141.66767px;
9621
  }
9622
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9623
  max-width: -webkit-calc(50% - -456.66767px);
9624
  max-width: -moz-calc(50% - -456.66767px);
9625
  max-width: calc(50% - -456.66767px);
9636
  max-width: 1150.001px;
9637
  }
9638
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9639
  max-width: -webkit-calc(50% - -460.001px);
9640
  max-width: -moz-calc(50% - -460.001px);
9641
  max-width: calc(50% - -460.001px);
9652
  max-width: 1158.33433px;
9653
  }
9654
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9655
  max-width: -webkit-calc(50% - -463.33433px);
9656
  max-width: -moz-calc(50% - -463.33433px);
9657
  max-width: calc(50% - -463.33433px);
9668
  max-width: 1166.66767px;
9669
  }
9670
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child {
 
 
 
9671
  max-width: -webkit-calc(50% - -466.66767px);
9672
  max-width: -moz-calc(50% - -466.66767px);
9673
  max-width: calc(50% - -466.66767px);
9678
 
9679
  /* Push right first column width */
9680
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9681
  max-width: -webkit-calc(50% - -400.001px);
9682
  max-width: -moz-calc(50% - -400.001px);
9683
  max-width: calc(50% - -400.001px);
9688
 
9689
  /* Push right first column width */
9690
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9691
  max-width: -webkit-calc(50% - -403.33433px);
9692
  max-width: -moz-calc(50% - -403.33433px);
9693
  max-width: calc(50% - -403.33433px);
9698
 
9699
  /* Push right first column width */
9700
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9701
  max-width: -webkit-calc(50% - -406.66767px);
9702
  max-width: -moz-calc(50% - -406.66767px);
9703
  max-width: calc(50% - -406.66767px);
9708
 
9709
  /* Push right first column width */
9710
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9711
  max-width: -webkit-calc(50% - -410.001px);
9712
  max-width: -moz-calc(50% - -410.001px);
9713
  max-width: calc(50% - -410.001px);
9718
 
9719
  /* Push right first column width */
9720
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9721
  max-width: -webkit-calc(50% - -413.33433px);
9722
  max-width: -moz-calc(50% - -413.33433px);
9723
  max-width: calc(50% - -413.33433px);
9728
 
9729
  /* Push right first column width */
9730
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9731
  max-width: -webkit-calc(50% - -416.66767px);
9732
  max-width: -moz-calc(50% - -416.66767px);
9733
  max-width: calc(50% - -416.66767px);
9738
 
9739
  /* Push right first column width */
9740
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9741
  max-width: -webkit-calc(50% - -420.001px);
9742
  max-width: -moz-calc(50% - -420.001px);
9743
  max-width: calc(50% - -420.001px);
9748
 
9749
  /* Push right first column width */
9750
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9751
  max-width: -webkit-calc(50% - -423.33433px);
9752
  max-width: -moz-calc(50% - -423.33433px);
9753
  max-width: calc(50% - -423.33433px);
9758
 
9759
  /* Push right first column width */
9760
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9761
  max-width: -webkit-calc(50% - -426.66767px);
9762
  max-width: -moz-calc(50% - -426.66767px);
9763
  max-width: calc(50% - -426.66767px);
9768
 
9769
  /* Push right first column width */
9770
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9771
  max-width: -webkit-calc(50% - -430.001px);
9772
  max-width: -moz-calc(50% - -430.001px);
9773
  max-width: calc(50% - -430.001px);
9778
 
9779
  /* Push right first column width */
9780
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9781
  max-width: -webkit-calc(50% - -433.33433px);
9782
  max-width: -moz-calc(50% - -433.33433px);
9783
  max-width: calc(50% - -433.33433px);
9788
 
9789
  /* Push right first column width */
9790
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9791
  max-width: -webkit-calc(50% - -440.001px);
9792
  max-width: -moz-calc(50% - -440.001px);
9793
  max-width: calc(50% - -440.001px);
9798
 
9799
  /* Push right first column width */
9800
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9801
  max-width: -webkit-calc(50% - -446.66767px);
9802
  max-width: -moz-calc(50% - -446.66767px);
9803
  max-width: calc(50% - -446.66767px);
9808
 
9809
  /* Push right first column width */
9810
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9811
  max-width: -webkit-calc(50% - -453.33433px);
9812
  max-width: -moz-calc(50% - -453.33433px);
9813
  max-width: calc(50% - -453.33433px);
9818
 
9819
  /* Push right first column width */
9820
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9821
  max-width: -webkit-calc(50% - -460.001px);
9822
  max-width: -moz-calc(50% - -460.001px);
9823
  max-width: calc(50% - -460.001px);
9828
 
9829
  /* Push right first column width */
9830
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child {
 
 
 
9831
  max-width: -webkit-calc(50% - -466.66767px);
9832
  max-width: -moz-calc(50% - -466.66767px);
9833
  max-width: calc(50% - -466.66767px);
9846
 
9847
  /* Push left first column content width */
9848
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="11"]:first-child {
 
 
 
9849
  max-width: -webkit-calc(50% - -516.66767px);
9850
  max-width: -moz-calc(50% - -516.66767px);
9851
  max-width: calc(50% - -516.66767px);
9854
  max-width: 1096.66767px;
9855
  }
9856
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="11"]:last-child {
 
 
 
9857
  max-width: -webkit-calc(50% - -516.66767px);
9858
  max-width: -moz-calc(50% - -516.66767px);
9859
  max-width: calc(50% - -516.66767px);
9860
  }
9861
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
9862
  max-width: 1096.66767px;
 
 
 
9863
  }
9864
 
9865
  /* General width with gaps included */
9870
  max-width: 1100.001px;
9871
  }
9872
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child {
 
 
 
9873
  max-width: -webkit-calc(50% - -500.001px);
9874
  max-width: -moz-calc(50% - -500.001px);
9875
  max-width: calc(50% - -500.001px);
9886
  max-width: 1109.16767px;
9887
  }
9888
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child {
 
 
 
9889
  max-width: -webkit-calc(50% - -504.16767px);
9890
  max-width: -moz-calc(50% - -504.16767px);
9891
  max-width: calc(50% - -504.16767px);
9902
  max-width: 1118.33433px;
9903
  }
9904
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child {
 
 
 
9905
  max-width: -webkit-calc(50% - -508.33433px);
9906
  max-width: -moz-calc(50% - -508.33433px);
9907
  max-width: calc(50% - -508.33433px);
9918
  max-width: 1127.501px;
9919
  }
9920
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child {
 
 
 
9921
  max-width: -webkit-calc(50% - -512.501px);
9922
  max-width: -moz-calc(50% - -512.501px);
9923
  max-width: calc(50% - -512.501px);
9934
  max-width: 1136.66767px;
9935
  }
9936
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child {
 
 
 
9937
  max-width: -webkit-calc(50% - -516.66767px);
9938
  max-width: -moz-calc(50% - -516.66767px);
9939
  max-width: calc(50% - -516.66767px);
9950
  max-width: 1145.83433px;
9951
  }
9952
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child {
 
 
 
9953
  max-width: -webkit-calc(50% - -520.83433px);
9954
  max-width: -moz-calc(50% - -520.83433px);
9955
  max-width: calc(50% - -520.83433px);
9966
  max-width: 1155.001px;
9967
  }
9968
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child {
 
 
 
9969
  max-width: -webkit-calc(50% - -525.001px);
9970
  max-width: -moz-calc(50% - -525.001px);
9971
  max-width: calc(50% - -525.001px);
9982
  max-width: 1164.16767px;
9983
  }
9984
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child {
 
 
 
9985
  max-width: -webkit-calc(50% - -529.16767px);
9986
  max-width: -moz-calc(50% - -529.16767px);
9987
  max-width: calc(50% - -529.16767px);
9998
  max-width: 1173.33433px;
9999
  }
10000
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10001
  max-width: -webkit-calc(50% - -533.33433px);
10002
  max-width: -moz-calc(50% - -533.33433px);
10003
  max-width: calc(50% - -533.33433px);
10014
  max-width: 1182.501px;
10015
  }
10016
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10017
  max-width: -webkit-calc(50% - -537.501px);
10018
  max-width: -moz-calc(50% - -537.501px);
10019
  max-width: calc(50% - -537.501px);
10030
  max-width: 1191.66767px;
10031
  }
10032
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10033
  max-width: -webkit-calc(50% - -541.66767px);
10034
  max-width: -moz-calc(50% - -541.66767px);
10035
  max-width: calc(50% - -541.66767px);
10046
  max-width: 1200.83433px;
10047
  }
10048
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10049
  max-width: -webkit-calc(50% - -545.83433px);
10050
  max-width: -moz-calc(50% - -545.83433px);
10051
  max-width: calc(50% - -545.83433px);
10062
  max-width: 1210.001px;
10063
  }
10064
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10065
  max-width: -webkit-calc(50% - -550.001px);
10066
  max-width: -moz-calc(50% - -550.001px);
10067
  max-width: calc(50% - -550.001px);
10078
  max-width: 1219.16767px;
10079
  }
10080
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10081
  max-width: -webkit-calc(50% - -554.16767px);
10082
  max-width: -moz-calc(50% - -554.16767px);
10083
  max-width: calc(50% - -554.16767px);
10094
  max-width: 1228.33433px;
10095
  }
10096
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10097
  max-width: -webkit-calc(50% - -558.33433px);
10098
  max-width: -moz-calc(50% - -558.33433px);
10099
  max-width: calc(50% - -558.33433px);
10110
  max-width: 1237.501px;
10111
  }
10112
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10113
  max-width: -webkit-calc(50% - -562.501px);
10114
  max-width: -moz-calc(50% - -562.501px);
10115
  max-width: calc(50% - -562.501px);
10126
  max-width: 1246.66767px;
10127
  }
10128
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10129
  max-width: -webkit-calc(50% - -566.66767px);
10130
  max-width: -moz-calc(50% - -566.66767px);
10131
  max-width: calc(50% - -566.66767px);
10142
  max-width: 1255.83433px;
10143
  }
10144
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10145
  max-width: -webkit-calc(50% - -570.83433px);
10146
  max-width: -moz-calc(50% - -570.83433px);
10147
  max-width: calc(50% - -570.83433px);
10158
  max-width: 1265.001px;
10159
  }
10160
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10161
  max-width: -webkit-calc(50% - -575.001px);
10162
  max-width: -moz-calc(50% - -575.001px);
10163
  max-width: calc(50% - -575.001px);
10174
  max-width: 1274.16767px;
10175
  }
10176
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10177
  max-width: -webkit-calc(50% - -579.16767px);
10178
  max-width: -moz-calc(50% - -579.16767px);
10179
  max-width: calc(50% - -579.16767px);
10190
  max-width: 1283.33433px;
10191
  }
10192
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child {
 
 
 
10193
  max-width: -webkit-calc(50% - -583.33433px);
10194
  max-width: -moz-calc(50% - -583.33433px);
10195
  max-width: calc(50% - -583.33433px);
10200
 
10201
  /* Push right first column width */
10202
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10203
  max-width: -webkit-calc(50% - -500.001px);
10204
  max-width: -moz-calc(50% - -500.001px);
10205
  max-width: calc(50% - -500.001px);
10210
 
10211
  /* Push right first column width */
10212
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10213
  max-width: -webkit-calc(50% - -504.16767px);
10214
  max-width: -moz-calc(50% - -504.16767px);
10215
  max-width: calc(50% - -504.16767px);
10220
 
10221
  /* Push right first column width */
10222
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10223
  max-width: -webkit-calc(50% - -508.33433px);
10224
  max-width: -moz-calc(50% - -508.33433px);
10225
  max-width: calc(50% - -508.33433px);
10230
 
10231
  /* Push right first column width */
10232
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10233
  max-width: -webkit-calc(50% - -512.501px);
10234
  max-width: -moz-calc(50% - -512.501px);
10235
  max-width: calc(50% - -512.501px);
10240
 
10241
  /* Push right first column width */
10242
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10243
  max-width: -webkit-calc(50% - -516.66767px);
10244
  max-width: -moz-calc(50% - -516.66767px);
10245
  max-width: calc(50% - -516.66767px);
10250
 
10251
  /* Push right first column width */
10252
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10253
  max-width: -webkit-calc(50% - -520.83433px);
10254
  max-width: -moz-calc(50% - -520.83433px);
10255
  max-width: calc(50% - -520.83433px);
10260
 
10261
  /* Push right first column width */
10262
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10263
  max-width: -webkit-calc(50% - -525.001px);
10264
  max-width: -moz-calc(50% - -525.001px);
10265
  max-width: calc(50% - -525.001px);
10270
 
10271
  /* Push right first column width */
10272
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10273
  max-width: -webkit-calc(50% - -529.16767px);
10274
  max-width: -moz-calc(50% - -529.16767px);
10275
  max-width: calc(50% - -529.16767px);
10280
 
10281
  /* Push right first column width */
10282
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10283
  max-width: -webkit-calc(50% - -533.33433px);
10284
  max-width: -moz-calc(50% - -533.33433px);
10285
  max-width: calc(50% - -533.33433px);
10290
 
10291
  /* Push right first column width */
10292
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10293
  max-width: -webkit-calc(50% - -537.501px);
10294
  max-width: -moz-calc(50% - -537.501px);
10295
  max-width: calc(50% - -537.501px);
10300
 
10301
  /* Push right first column width */
10302
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10303
  max-width: -webkit-calc(50% - -541.66767px);
10304
  max-width: -moz-calc(50% - -541.66767px);
10305
  max-width: calc(50% - -541.66767px);
10310
 
10311
  /* Push right first column width */
10312
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10313
  max-width: -webkit-calc(50% - -550.001px);
10314
  max-width: -moz-calc(50% - -550.001px);
10315
  max-width: calc(50% - -550.001px);
10320
 
10321
  /* Push right first column width */
10322
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10323
  max-width: -webkit-calc(50% - -558.33433px);
10324
  max-width: -moz-calc(50% - -558.33433px);
10325
  max-width: calc(50% - -558.33433px);
10330
 
10331
  /* Push right first column width */
10332
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10333
  max-width: -webkit-calc(50% - -566.66767px);
10334
  max-width: -moz-calc(50% - -566.66767px);
10335
  max-width: calc(50% - -566.66767px);
10340
 
10341
  /* Push right first column width */
10342
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10343
  max-width: -webkit-calc(50% - -575.001px);
10344
  max-width: -moz-calc(50% - -575.001px);
10345
  max-width: calc(50% - -575.001px);
10350
 
10351
  /* Push right first column width */
10352
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child {
 
 
 
10353
  max-width: -webkit-calc(50% - -583.33433px);
10354
  max-width: -moz-calc(50% - -583.33433px);
10355
  max-width: calc(50% - -583.33433px);
10368
 
10369
  /* Push left first column content width */
10370
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="12"]:first-child {
 
 
 
10371
  max-width: -webkit-calc(50% - -620.001px);
10372
  max-width: -moz-calc(50% - -620.001px);
10373
  max-width: calc(50% - -620.001px);
10376
  max-width: 1200.001px;
10377
  }
10378
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="12"]:last-child {
 
 
 
10379
  max-width: -webkit-calc(50% - -620.001px);
10380
  max-width: -moz-calc(50% - -620.001px);
10381
  max-width: calc(50% - -620.001px);
10382
  }
10383
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
10384
  max-width: 1200.001px;
 
 
 
10385
  }
10386
 
10387
  /* General width with gaps included */
10392
  max-width: 1200.001px;
10393
  }
10394
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10395
  max-width: -webkit-calc(50% - -600.001px);
10396
  max-width: -moz-calc(50% - -600.001px);
10397
  max-width: calc(50% - -600.001px);
10408
  max-width: 1210.001px;
10409
  }
10410
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10411
  max-width: -webkit-calc(50% - -605.001px);
10412
  max-width: -moz-calc(50% - -605.001px);
10413
  max-width: calc(50% - -605.001px);
10424
  max-width: 1220.001px;
10425
  }
10426
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10427
  max-width: -webkit-calc(50% - -610.001px);
10428
  max-width: -moz-calc(50% - -610.001px);
10429
  max-width: calc(50% - -610.001px);
10440
  max-width: 1230.001px;
10441
  }
10442
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10443
  max-width: -webkit-calc(50% - -615.001px);
10444
  max-width: -moz-calc(50% - -615.001px);
10445
  max-width: calc(50% - -615.001px);
10456
  max-width: 1240.001px;
10457
  }
10458
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10459
  max-width: -webkit-calc(50% - -620.001px);
10460
  max-width: -moz-calc(50% - -620.001px);
10461
  max-width: calc(50% - -620.001px);
10472
  max-width: 1250.001px;
10473
  }
10474
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10475
  max-width: -webkit-calc(50% - -625.001px);
10476
  max-width: -moz-calc(50% - -625.001px);
10477
  max-width: calc(50% - -625.001px);
10488
  max-width: 1260.001px;
10489
  }
10490
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10491
  max-width: -webkit-calc(50% - -630.001px);
10492
  max-width: -moz-calc(50% - -630.001px);
10493
  max-width: calc(50% - -630.001px);
10504
  max-width: 1270.001px;
10505
  }
10506
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10507
  max-width: -webkit-calc(50% - -635.001px);
10508
  max-width: -moz-calc(50% - -635.001px);
10509
  max-width: calc(50% - -635.001px);
10520
  max-width: 1280.001px;
10521
  }
10522
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10523
  max-width: -webkit-calc(50% - -640.001px);
10524
  max-width: -moz-calc(50% - -640.001px);
10525
  max-width: calc(50% - -640.001px);
10536
  max-width: 1290.001px;
10537
  }
10538
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10539
  max-width: -webkit-calc(50% - -645.001px);
10540
  max-width: -moz-calc(50% - -645.001px);
10541
  max-width: calc(50% - -645.001px);
10552
  max-width: 1300.001px;
10553
  }
10554
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10555
  max-width: -webkit-calc(50% - -650.001px);
10556
  max-width: -moz-calc(50% - -650.001px);
10557
  max-width: calc(50% - -650.001px);
10568
  max-width: 1310.001px;
10569
  }
10570
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10571
  max-width: -webkit-calc(50% - -655.001px);
10572
  max-width: -moz-calc(50% - -655.001px);
10573
  max-width: calc(50% - -655.001px);
10584
  max-width: 1320.001px;
10585
  }
10586
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10587
  max-width: -webkit-calc(50% - -660.001px);
10588
  max-width: -moz-calc(50% - -660.001px);
10589
  max-width: calc(50% - -660.001px);
10600
  max-width: 1330.001px;
10601
  }
10602
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10603
  max-width: -webkit-calc(50% - -665.001px);
10604
  max-width: -moz-calc(50% - -665.001px);
10605
  max-width: calc(50% - -665.001px);
10616
  max-width: 1340.001px;
10617
  }
10618
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10619
  max-width: -webkit-calc(50% - -670.001px);
10620
  max-width: -moz-calc(50% - -670.001px);
10621
  max-width: calc(50% - -670.001px);
10632
  max-width: 1350.001px;
10633
  }
10634
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10635
  max-width: -webkit-calc(50% - -675.001px);
10636
  max-width: -moz-calc(50% - -675.001px);
10637
  max-width: calc(50% - -675.001px);
10648
  max-width: 1360.001px;
10649
  }
10650
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10651
  max-width: -webkit-calc(50% - -680.001px);
10652
  max-width: -moz-calc(50% - -680.001px);
10653
  max-width: calc(50% - -680.001px);
10664
  max-width: 1370.001px;
10665
  }
10666
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10667
  max-width: -webkit-calc(50% - -685.001px);
10668
  max-width: -moz-calc(50% - -685.001px);
10669
  max-width: calc(50% - -685.001px);
10680
  max-width: 1380.001px;
10681
  }
10682
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10683
  max-width: -webkit-calc(50% - -690.001px);
10684
  max-width: -moz-calc(50% - -690.001px);
10685
  max-width: calc(50% - -690.001px);
10696
  max-width: 1390.001px;
10697
  }
10698
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10699
  max-width: -webkit-calc(50% - -695.001px);
10700
  max-width: -moz-calc(50% - -695.001px);
10701
  max-width: calc(50% - -695.001px);
10712
  max-width: 1400.001px;
10713
  }
10714
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child {
 
 
 
10715
  max-width: -webkit-calc(50% - -700.001px);
10716
  max-width: -moz-calc(50% - -700.001px);
10717
  max-width: calc(50% - -700.001px);
10722
 
10723
  /* Push right first column width */
10724
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10725
  max-width: -webkit-calc(50% - -600.001px);
10726
  max-width: -moz-calc(50% - -600.001px);
10727
  max-width: calc(50% - -600.001px);
10732
 
10733
  /* Push right first column width */
10734
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10735
  max-width: -webkit-calc(50% - -605.001px);
10736
  max-width: -moz-calc(50% - -605.001px);
10737
  max-width: calc(50% - -605.001px);
10742
 
10743
  /* Push right first column width */
10744
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10745
  max-width: -webkit-calc(50% - -610.001px);
10746
  max-width: -moz-calc(50% - -610.001px);
10747
  max-width: calc(50% - -610.001px);
10752
 
10753
  /* Push right first column width */
10754
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10755
  max-width: -webkit-calc(50% - -615.001px);
10756
  max-width: -moz-calc(50% - -615.001px);
10757
  max-width: calc(50% - -615.001px);
10762
 
10763
  /* Push right first column width */
10764
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10765
  max-width: -webkit-calc(50% - -620.001px);
10766
  max-width: -moz-calc(50% - -620.001px);
10767
  max-width: calc(50% - -620.001px);
10772
 
10773
  /* Push right first column width */
10774
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10775
  max-width: -webkit-calc(50% - -625.001px);
10776
  max-width: -moz-calc(50% - -625.001px);
10777
  max-width: calc(50% - -625.001px);
10782
 
10783
  /* Push right first column width */
10784
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10785
  max-width: -webkit-calc(50% - -630.001px);
10786
  max-width: -moz-calc(50% - -630.001px);
10787
  max-width: calc(50% - -630.001px);
10792
 
10793
  /* Push right first column width */
10794
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10795
  max-width: -webkit-calc(50% - -635.001px);
10796
  max-width: -moz-calc(50% - -635.001px);
10797
  max-width: calc(50% - -635.001px);
10802
 
10803
  /* Push right first column width */
10804
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10805
  max-width: -webkit-calc(50% - -640.001px);
10806
  max-width: -moz-calc(50% - -640.001px);
10807
  max-width: calc(50% - -640.001px);
10812
 
10813
  /* Push right first column width */
10814
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10815
  max-width: -webkit-calc(50% - -645.001px);
10816
  max-width: -moz-calc(50% - -645.001px);
10817
  max-width: calc(50% - -645.001px);
10822
 
10823
  /* Push right first column width */
10824
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10825
  max-width: -webkit-calc(50% - -650.001px);
10826
  max-width: -moz-calc(50% - -650.001px);
10827
  max-width: calc(50% - -650.001px);
10832
 
10833
  /* Push right first column width */
10834
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10835
  max-width: -webkit-calc(50% - -660.001px);
10836
  max-width: -moz-calc(50% - -660.001px);
10837
  max-width: calc(50% - -660.001px);
10842
 
10843
  /* Push right first column width */
10844
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10845
  max-width: -webkit-calc(50% - -670.001px);
10846
  max-width: -moz-calc(50% - -670.001px);
10847
  max-width: calc(50% - -670.001px);
10852
 
10853
  /* Push right first column width */
10854
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10855
  max-width: -webkit-calc(50% - -680.001px);
10856
  max-width: -moz-calc(50% - -680.001px);
10857
  max-width: calc(50% - -680.001px);
10862
 
10863
  /* Push right first column width */
10864
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10865
  max-width: -webkit-calc(50% - -690.001px);
10866
  max-width: -moz-calc(50% - -690.001px);
10867
  max-width: calc(50% - -690.001px);
10872
 
10873
  /* Push right first column width */
10874
  .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child {
 
 
 
10875
  max-width: -webkit-calc(50% - -700.001px);
10876
  max-width: -moz-calc(50% - -700.001px);
10877
  max-width: calc(50% - -700.001px);
21305
  }
21306
  }
21307
 
21308
+ /* Boxed 1400 */
21309
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 {
21310
+ max-width: 1400px;
 
 
 
 
 
 
 
 
 
 
21311
  }
21312
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 {
21313
+ margin: auto;
 
 
 
21314
  }
21315
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row {
21316
+ -webkit-flex-flow: row nowrap;
21317
+ -ms-flex-flow: row nowrap;
21318
+ flex-flow: row nowrap;
 
21319
  }
21320
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column {
21321
+ max-width: 100%;
 
 
 
21322
  }
21323
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right,
21324
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
21325
+ max-width: 100%;
 
 
21326
  }
21327
+ @media (max-width: 1239px) {
21328
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 {
21329
+ padding: 0 20px;
21330
+ max-width: 100%;
 
21331
  }
21332
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide {
21333
+ padding: 0;
 
 
 
21334
  }
21335
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide .bt_bb_row {
21336
+ margin: 0;
 
 
 
21337
  }
21338
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child {
21339
+ padding: 0;
 
 
 
21340
  }
21341
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) {
21342
+ padding: 0 20px;
 
 
 
21343
  }
21344
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content {
21345
+ -webkit-align-self: flex-end;
21346
+ -ms-flex-item-align: end;
21347
+ align-self: flex-end;
 
21348
  }
21349
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child {
21350
+ padding: 0;
 
 
 
 
21351
  }
21352
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) {
21353
+ padding: 0 20px;
 
 
 
21354
  }
21355
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content {
21356
+ -webkit-align-self: flex-end;
21357
+ -ms-flex-item-align: end;
21358
+ align-self: flex-end;
 
21359
  }
21360
+ .bt_bb_layout_wide .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_content_wide {
21361
+ padding-right: 0;
 
 
 
21362
  }
21363
+ .bt_bb_layout_wide .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_content_wide {
21364
+ padding-left: 0;
21365
+ }
21366
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row {
21367
+ -webkit-flex-flow: row wrap;
21368
+ -ms-flex-flow: row wrap;
21369
+ flex-flow: row wrap;
21370
+ }
21371
+ }
21372
+
21373
+ @media (min-width: 1240px) {
21374
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_row_push_right) .bt_bb_row {
21375
+ -webkit-justify-content: flex-start;
21376
+ -ms-flex-pack: start;
21377
+ justify-content: flex-start;
21378
+ }
21379
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
21380
+ -webkit-align-self: flex-end;
21381
+ -ms-flex-item-align: end;
21382
+ align-self: flex-end;
21383
+ }
21384
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row {
21385
+ -webkit-justify-content: flex-end;
21386
+ -ms-flex-pack: end;
21387
+ justify-content: flex-end;
21388
+ }
21389
+
21390
+ /* Push left first column content width */
21391
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column:first-child {
21392
+ -webkit-flex: 0 1 100%;
21393
+ -ms-flex: 0 1 100%;
21394
+ flex: 0 1 100%;
21395
+ }
21396
+
21397
+ /* Push right last column content width */
21398
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column:last-child {
21399
+ -webkit-flex: 0 1 100%;
21400
+ -ms-flex: 0 1 100%;
21401
+ flex: 0 1 100%;
21402
+ }
21403
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
21404
+ -webkit-align-self: flex-start;
21405
+ -ms-flex-item-align: start;
21406
+ align-self: flex-start;
21407
+ }
21408
+
21409
+ /* General width */
21410
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="1"] {
21411
+ -webkit-flex: 0 0 120.001px;
21412
+ -ms-flex: 0 0 120.001px;
21413
+ flex: 0 0 120.001px;
21414
+ max-width: 120.001px;
21415
+ }
21416
+
21417
+ /* Push left first column content width */
21418
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="1"]:first-child {
21419
+ max-width: -webkit-calc(50% - 599.999px);
21420
+ max-width: -moz-calc(50% - 599.999px);
21421
+ max-width: calc(50% - 599.999px);
21422
+ }
21423
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21424
+ max-width: 80.001px;
21425
+ }
21426
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="1"]:last-child {
21427
+ max-width: -webkit-calc(50% - 599.999px);
21428
+ max-width: -moz-calc(50% - 599.999px);
21429
+ max-width: calc(50% - 599.999px);
21430
+ }
21431
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21432
+ max-width: 80.001px;
21433
+ }
21434
+
21435
+ /* General width with gaps included */
21436
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"] {
21437
+ -webkit-flex: 0 0 116.66767px;
21438
+ -ms-flex: 0 0 116.66767px;
21439
+ flex: 0 0 116.66767px;
21440
+ max-width: 116.66767px;
21441
+ }
21442
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child {
21443
+ max-width: -webkit-calc(50% - 583.33233px);
21444
+ max-width: -moz-calc(50% - 583.33233px);
21445
+ max-width: calc(50% - 583.33233px);
21446
+ }
21447
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21448
+ max-width: 116.66767px;
21449
+ }
21450
+
21451
+ /* General width with gaps included */
21452
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"] {
21453
+ -webkit-flex: 0 0 117.501px;
21454
+ -ms-flex: 0 0 117.501px;
21455
+ flex: 0 0 117.501px;
21456
+ max-width: 117.501px;
21457
+ }
21458
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child {
21459
+ max-width: -webkit-calc(50% - 587.499px);
21460
+ max-width: -moz-calc(50% - 587.499px);
21461
+ max-width: calc(50% - 587.499px);
21462
+ }
21463
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21464
+ max-width: 107.501px;
21465
+ }
21466
+
21467
+ /* General width with gaps included */
21468
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"] {
21469
+ -webkit-flex: 0 0 118.33433px;
21470
+ -ms-flex: 0 0 118.33433px;
21471
+ flex: 0 0 118.33433px;
21472
+ max-width: 118.33433px;
21473
+ }
21474
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child {
21475
+ max-width: -webkit-calc(50% - 591.66567px);
21476
+ max-width: -moz-calc(50% - 591.66567px);
21477
+ max-width: calc(50% - 591.66567px);
21478
+ }
21479
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21480
+ max-width: 98.33433px;
21481
+ }
21482
+
21483
+ /* General width with gaps included */
21484
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"] {
21485
+ -webkit-flex: 0 0 119.16767px;
21486
+ -ms-flex: 0 0 119.16767px;
21487
+ flex: 0 0 119.16767px;
21488
+ max-width: 119.16767px;
21489
+ }
21490
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child {
21491
+ max-width: -webkit-calc(50% - 595.83233px);
21492
+ max-width: -moz-calc(50% - 595.83233px);
21493
+ max-width: calc(50% - 595.83233px);
21494
+ }
21495
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21496
+ max-width: 89.16767px;
21497
+ }
21498
+
21499
+ /* General width with gaps included */
21500
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"] {
21501
+ -webkit-flex: 0 0 120.001px;
21502
+ -ms-flex: 0 0 120.001px;
21503
+ flex: 0 0 120.001px;
21504
+ max-width: 120.001px;
21505
+ }
21506
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child {
21507
+ max-width: -webkit-calc(50% - 599.999px);
21508
+ max-width: -moz-calc(50% - 599.999px);
21509
+ max-width: calc(50% - 599.999px);
21510
+ }
21511
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21512
+ max-width: 80.001px;
21513
+ }
21514
+
21515
+ /* General width with gaps included */
21516
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"] {
21517
+ -webkit-flex: 0 0 120.83433px;
21518
+ -ms-flex: 0 0 120.83433px;
21519
+ flex: 0 0 120.83433px;
21520
+ max-width: 120.83433px;
21521
+ }
21522
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child {
21523
+ max-width: -webkit-calc(50% - 604.16567px);
21524
+ max-width: -moz-calc(50% - 604.16567px);
21525
+ max-width: calc(50% - 604.16567px);
21526
+ }
21527
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21528
+ max-width: 70.83433px;
21529
+ }
21530
+
21531
+ /* General width with gaps included */
21532
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"] {
21533
+ -webkit-flex: 0 0 121.66767px;
21534
+ -ms-flex: 0 0 121.66767px;
21535
+ flex: 0 0 121.66767px;
21536
+ max-width: 121.66767px;
21537
+ }
21538
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child {
21539
+ max-width: -webkit-calc(50% - 608.33233px);
21540
+ max-width: -moz-calc(50% - 608.33233px);
21541
+ max-width: calc(50% - 608.33233px);
21542
+ }
21543
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21544
+ max-width: 61.66767px;
21545
+ }
21546
+
21547
+ /* General width with gaps included */
21548
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"] {
21549
+ -webkit-flex: 0 0 122.501px;
21550
+ -ms-flex: 0 0 122.501px;
21551
+ flex: 0 0 122.501px;
21552
+ max-width: 122.501px;
21553
+ }
21554
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child {
21555
+ max-width: -webkit-calc(50% - 612.499px);
21556
+ max-width: -moz-calc(50% - 612.499px);
21557
+ max-width: calc(50% - 612.499px);
21558
+ }
21559
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21560
+ max-width: 52.501px;
21561
+ }
21562
+
21563
+ /* General width with gaps included */
21564
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"] {
21565
+ -webkit-flex: 0 0 123.33433px;
21566
+ -ms-flex: 0 0 123.33433px;
21567
+ flex: 0 0 123.33433px;
21568
+ max-width: 123.33433px;
21569
+ }
21570
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child {
21571
+ max-width: -webkit-calc(50% - 616.66567px);
21572
+ max-width: -moz-calc(50% - 616.66567px);
21573
+ max-width: calc(50% - 616.66567px);
21574
+ }
21575
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21576
+ max-width: 43.33433px;
21577
+ }
21578
+
21579
+ /* General width with gaps included */
21580
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"] {
21581
+ -webkit-flex: 0 0 124.16767px;
21582
+ -ms-flex: 0 0 124.16767px;
21583
+ flex: 0 0 124.16767px;
21584
+ max-width: 124.16767px;
21585
+ }
21586
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child {
21587
+ max-width: -webkit-calc(50% - 620.83233px);
21588
+ max-width: -moz-calc(50% - 620.83233px);
21589
+ max-width: calc(50% - 620.83233px);
21590
+ }
21591
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21592
+ max-width: 34.16767px;
21593
+ }
21594
+
21595
+ /* General width with gaps included */
21596
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"] {
21597
+ -webkit-flex: 0 0 125.001px;
21598
+ -ms-flex: 0 0 125.001px;
21599
+ flex: 0 0 125.001px;
21600
+ max-width: 125.001px;
21601
+ }
21602
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child {
21603
+ max-width: -webkit-calc(50% - 624.999px);
21604
+ max-width: -moz-calc(50% - 624.999px);
21605
+ max-width: calc(50% - 624.999px);
21606
+ }
21607
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21608
+ max-width: 25.001px;
21609
+ }
21610
+
21611
+ /* General width with gaps included */
21612
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"] {
21613
+ -webkit-flex: 0 0 125.83433px;
21614
+ -ms-flex: 0 0 125.83433px;
21615
+ flex: 0 0 125.83433px;
21616
+ max-width: 125.83433px;
21617
+ }
21618
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child {
21619
+ max-width: -webkit-calc(50% - 629.16567px);
21620
+ max-width: -moz-calc(50% - 629.16567px);
21621
+ max-width: calc(50% - 629.16567px);
21622
+ }
21623
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21624
+ max-width: 15.83433px;
21625
+ }
21626
+
21627
+ /* General width with gaps included */
21628
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"] {
21629
+ -webkit-flex: 0 0 126.66767px;
21630
+ -ms-flex: 0 0 126.66767px;
21631
+ flex: 0 0 126.66767px;
21632
+ max-width: 126.66767px;
21633
+ }
21634
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child {
21635
+ max-width: -webkit-calc(50% - 633.33233px);
21636
+ max-width: -moz-calc(50% - 633.33233px);
21637
+ max-width: calc(50% - 633.33233px);
21638
+ }
21639
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21640
+ max-width: 6.66767px;
21641
+ }
21642
+
21643
+ /* General width with gaps included */
21644
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"] {
21645
+ -webkit-flex: 0 0 127.501px;
21646
+ -ms-flex: 0 0 127.501px;
21647
+ flex: 0 0 127.501px;
21648
+ max-width: 127.501px;
21649
+ }
21650
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child {
21651
+ max-width: -webkit-calc(50% - 637.499px);
21652
+ max-width: -moz-calc(50% - 637.499px);
21653
+ max-width: calc(50% - 637.499px);
21654
+ }
21655
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21656
+ max-width: -2.499px;
21657
+ }
21658
+
21659
+ /* General width with gaps included */
21660
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"] {
21661
+ -webkit-flex: 0 0 128.33433px;
21662
+ -ms-flex: 0 0 128.33433px;
21663
+ flex: 0 0 128.33433px;
21664
+ max-width: 128.33433px;
21665
+ }
21666
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child {
21667
+ max-width: -webkit-calc(50% - 641.66567px);
21668
+ max-width: -moz-calc(50% - 641.66567px);
21669
+ max-width: calc(50% - 641.66567px);
21670
+ }
21671
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21672
+ max-width: -11.66567px;
21673
+ }
21674
+
21675
+ /* General width with gaps included */
21676
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"] {
21677
+ -webkit-flex: 0 0 129.16767px;
21678
+ -ms-flex: 0 0 129.16767px;
21679
+ flex: 0 0 129.16767px;
21680
+ max-width: 129.16767px;
21681
+ }
21682
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child {
21683
+ max-width: -webkit-calc(50% - 645.83233px);
21684
+ max-width: -moz-calc(50% - 645.83233px);
21685
+ max-width: calc(50% - 645.83233px);
21686
+ }
21687
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21688
+ max-width: -20.83233px;
21689
+ }
21690
+
21691
+ /* General width with gaps included */
21692
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"] {
21693
+ -webkit-flex: 0 0 130.001px;
21694
+ -ms-flex: 0 0 130.001px;
21695
+ flex: 0 0 130.001px;
21696
+ max-width: 130.001px;
21697
+ }
21698
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child {
21699
+ max-width: -webkit-calc(50% - 649.999px);
21700
+ max-width: -moz-calc(50% - 649.999px);
21701
+ max-width: calc(50% - 649.999px);
21702
+ }
21703
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21704
+ max-width: -29.999px;
21705
+ }
21706
+
21707
+ /* General width with gaps included */
21708
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"] {
21709
+ -webkit-flex: 0 0 130.83433px;
21710
+ -ms-flex: 0 0 130.83433px;
21711
+ flex: 0 0 130.83433px;
21712
+ max-width: 130.83433px;
21713
+ }
21714
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child {
21715
+ max-width: -webkit-calc(50% - 654.16567px);
21716
+ max-width: -moz-calc(50% - 654.16567px);
21717
+ max-width: calc(50% - 654.16567px);
21718
+ }
21719
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21720
+ max-width: -39.16567px;
21721
+ }
21722
+
21723
+ /* General width with gaps included */
21724
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"] {
21725
+ -webkit-flex: 0 0 131.66767px;
21726
+ -ms-flex: 0 0 131.66767px;
21727
+ flex: 0 0 131.66767px;
21728
+ max-width: 131.66767px;
21729
+ }
21730
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child {
21731
+ max-width: -webkit-calc(50% - 658.33233px);
21732
+ max-width: -moz-calc(50% - 658.33233px);
21733
+ max-width: calc(50% - 658.33233px);
21734
+ }
21735
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21736
+ max-width: -48.33233px;
21737
+ }
21738
+
21739
+ /* General width with gaps included */
21740
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"] {
21741
+ -webkit-flex: 0 0 132.501px;
21742
+ -ms-flex: 0 0 132.501px;
21743
+ flex: 0 0 132.501px;
21744
+ max-width: 132.501px;
21745
+ }
21746
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child {
21747
+ max-width: -webkit-calc(50% - 662.499px);
21748
+ max-width: -moz-calc(50% - 662.499px);
21749
+ max-width: calc(50% - 662.499px);
21750
+ }
21751
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21752
+ max-width: -57.499px;
21753
+ }
21754
+
21755
+ /* General width with gaps included */
21756
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"] {
21757
+ -webkit-flex: 0 0 133.33433px;
21758
+ -ms-flex: 0 0 133.33433px;
21759
+ flex: 0 0 133.33433px;
21760
+ max-width: 133.33433px;
21761
+ }
21762
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child {
21763
+ max-width: -webkit-calc(50% - 666.66567px);
21764
+ max-width: -moz-calc(50% - 666.66567px);
21765
+ max-width: calc(50% - 666.66567px);
21766
+ }
21767
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
21768
+ max-width: -66.66567px;
21769
+ }
21770
+
21771
+ /* Push right first column width */
21772
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child {
21773
+ max-width: -webkit-calc(50% - 583.33233px);
21774
+ max-width: -moz-calc(50% - 583.33233px);
21775
+ max-width: calc(50% - 583.33233px);
21776
+ }
21777
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21778
+ max-width: 116.66767px;
21779
+ }
21780
+
21781
+ /* Push right first column width */
21782
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child {
21783
+ max-width: -webkit-calc(50% - 587.499px);
21784
+ max-width: -moz-calc(50% - 587.499px);
21785
+ max-width: calc(50% - 587.499px);
21786
+ }
21787
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21788
+ max-width: 107.501px;
21789
+ }
21790
+
21791
+ /* Push right first column width */
21792
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child {
21793
+ max-width: -webkit-calc(50% - 591.66567px);
21794
+ max-width: -moz-calc(50% - 591.66567px);
21795
+ max-width: calc(50% - 591.66567px);
21796
+ }
21797
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21798
+ max-width: 98.33433px;
21799
+ }
21800
+
21801
+ /* Push right first column width */
21802
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child {
21803
+ max-width: -webkit-calc(50% - 595.83233px);
21804
+ max-width: -moz-calc(50% - 595.83233px);
21805
+ max-width: calc(50% - 595.83233px);
21806
+ }
21807
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21808
+ max-width: 89.16767px;
21809
+ }
21810
+
21811
+ /* Push right first column width */
21812
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child {
21813
+ max-width: -webkit-calc(50% - 599.999px);
21814
+ max-width: -moz-calc(50% - 599.999px);
21815
+ max-width: calc(50% - 599.999px);
21816
+ }
21817
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21818
+ max-width: 80.001px;
21819
+ }
21820
+
21821
+ /* Push right first column width */
21822
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child {
21823
+ max-width: -webkit-calc(50% - 604.16567px);
21824
+ max-width: -moz-calc(50% - 604.16567px);
21825
+ max-width: calc(50% - 604.16567px);
21826
+ }
21827
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21828
+ max-width: 70.83433px;
21829
+ }
21830
+
21831
+ /* Push right first column width */
21832
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child {
21833
+ max-width: -webkit-calc(50% - 608.33233px);
21834
+ max-width: -moz-calc(50% - 608.33233px);
21835
+ max-width: calc(50% - 608.33233px);
21836
+ }
21837
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21838
+ max-width: 61.66767px;
21839
+ }
21840
+
21841
+ /* Push right first column width */
21842
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child {
21843
+ max-width: -webkit-calc(50% - 612.499px);
21844
+ max-width: -moz-calc(50% - 612.499px);
21845
+ max-width: calc(50% - 612.499px);
21846
+ }
21847
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21848
+ max-width: 52.501px;
21849
+ }
21850
+
21851
+ /* Push right first column width */
21852
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child {
21853
+ max-width: -webkit-calc(50% - 616.66567px);
21854
+ max-width: -moz-calc(50% - 616.66567px);
21855
+ max-width: calc(50% - 616.66567px);
21856
+ }
21857
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21858
+ max-width: 43.33433px;
21859
+ }
21860
+
21861
+ /* Push right first column width */
21862
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child {
21863
+ max-width: -webkit-calc(50% - 620.83233px);
21864
+ max-width: -moz-calc(50% - 620.83233px);
21865
+ max-width: calc(50% - 620.83233px);
21866
+ }
21867
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21868
+ max-width: 34.16767px;
21869
+ }
21870
+
21871
+ /* Push right first column width */
21872
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child {
21873
+ max-width: -webkit-calc(50% - 624.999px);
21874
+ max-width: -moz-calc(50% - 624.999px);
21875
+ max-width: calc(50% - 624.999px);
21876
+ }
21877
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21878
+ max-width: 25.001px;
21879
+ }
21880
+
21881
+ /* Push right first column width */
21882
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child {
21883
+ max-width: -webkit-calc(50% - 633.33233px);
21884
+ max-width: -moz-calc(50% - 633.33233px);
21885
+ max-width: calc(50% - 633.33233px);
21886
+ }
21887
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21888
+ max-width: 6.66767px;
21889
+ }
21890
+
21891
+ /* Push right first column width */
21892
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child {
21893
+ max-width: -webkit-calc(50% - 641.66567px);
21894
+ max-width: -moz-calc(50% - 641.66567px);
21895
+ max-width: calc(50% - 641.66567px);
21896
+ }
21897
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21898
+ max-width: -11.66567px;
21899
+ }
21900
+
21901
+ /* Push right first column width */
21902
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child {
21903
+ max-width: -webkit-calc(50% - 649.999px);
21904
+ max-width: -moz-calc(50% - 649.999px);
21905
+ max-width: calc(50% - 649.999px);
21906
+ }
21907
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21908
+ max-width: -29.999px;
21909
+ }
21910
+
21911
+ /* Push right first column width */
21912
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child {
21913
+ max-width: -webkit-calc(50% - 658.33233px);
21914
+ max-width: -moz-calc(50% - 658.33233px);
21915
+ max-width: calc(50% - 658.33233px);
21916
+ }
21917
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21918
+ max-width: -48.33233px;
21919
+ }
21920
+
21921
+ /* Push right first column width */
21922
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child {
21923
+ max-width: -webkit-calc(50% - 666.66567px);
21924
+ max-width: -moz-calc(50% - 666.66567px);
21925
+ max-width: calc(50% - 666.66567px);
21926
+ }
21927
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
21928
+ max-width: -66.66567px;
21929
+ }
21930
+
21931
+ /* General width */
21932
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="2"] {
21933
+ -webkit-flex: 0 0 240.001px;
21934
+ -ms-flex: 0 0 240.001px;
21935
+ flex: 0 0 240.001px;
21936
+ max-width: 240.001px;
21937
+ }
21938
+
21939
+ /* Push left first column content width */
21940
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2"]:first-child {
21941
+ max-width: -webkit-calc(50% - 479.999px);
21942
+ max-width: -moz-calc(50% - 479.999px);
21943
+ max-width: calc(50% - 479.999px);
21944
+ }
21945
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
21946
+ max-width: 200.001px;
21947
+ }
21948
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2"]:last-child {
21949
+ max-width: -webkit-calc(50% - 479.999px);
21950
+ max-width: -moz-calc(50% - 479.999px);
21951
+ max-width: calc(50% - 479.999px);
21952
+ }
21953
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
21954
+ max-width: 200.001px;
21955
+ }
21956
+
21957
+ /* General width with gaps included */
21958
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"] {
21959
+ -webkit-flex: 0 0 233.33433px;
21960
+ -ms-flex: 0 0 233.33433px;
21961
+ flex: 0 0 233.33433px;
21962
+ max-width: 233.33433px;
21963
+ }
21964
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child {
21965
+ max-width: -webkit-calc(50% - 466.66567px);
21966
+ max-width: -moz-calc(50% - 466.66567px);
21967
+ max-width: calc(50% - 466.66567px);
21968
+ }
21969
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
21970
+ max-width: 233.33433px;
21971
+ }
21972
+
21973
+ /* General width with gaps included */
21974
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"] {
21975
+ -webkit-flex: 0 0 235.001px;
21976
+ -ms-flex: 0 0 235.001px;
21977
+ flex: 0 0 235.001px;
21978
+ max-width: 235.001px;
21979
+ }
21980
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child {
21981
+ max-width: -webkit-calc(50% - 469.999px);
21982
+ max-width: -moz-calc(50% - 469.999px);
21983
+ max-width: calc(50% - 469.999px);
21984
+ }
21985
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
21986
+ max-width: 225.001px;
21987
+ }
21988
+
21989
+ /* General width with gaps included */
21990
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"] {
21991
+ -webkit-flex: 0 0 236.66767px;
21992
+ -ms-flex: 0 0 236.66767px;
21993
+ flex: 0 0 236.66767px;
21994
+ max-width: 236.66767px;
21995
+ }
21996
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child {
21997
+ max-width: -webkit-calc(50% - 473.33233px);
21998
+ max-width: -moz-calc(50% - 473.33233px);
21999
+ max-width: calc(50% - 473.33233px);
22000
+ }
22001
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22002
+ max-width: 216.66767px;
22003
+ }
22004
+
22005
+ /* General width with gaps included */
22006
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"] {
22007
+ -webkit-flex: 0 0 238.33433px;
22008
+ -ms-flex: 0 0 238.33433px;
22009
+ flex: 0 0 238.33433px;
22010
+ max-width: 238.33433px;
22011
+ }
22012
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child {
22013
+ max-width: -webkit-calc(50% - 476.66567px);
22014
+ max-width: -moz-calc(50% - 476.66567px);
22015
+ max-width: calc(50% - 476.66567px);
22016
+ }
22017
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22018
+ max-width: 208.33433px;
22019
+ }
22020
+
22021
+ /* General width with gaps included */
22022
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"] {
22023
+ -webkit-flex: 0 0 240.001px;
22024
+ -ms-flex: 0 0 240.001px;
22025
+ flex: 0 0 240.001px;
22026
+ max-width: 240.001px;
22027
+ }
22028
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child {
22029
+ max-width: -webkit-calc(50% - 479.999px);
22030
+ max-width: -moz-calc(50% - 479.999px);
22031
+ max-width: calc(50% - 479.999px);
22032
+ }
22033
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22034
+ max-width: 200.001px;
22035
+ }
22036
+
22037
+ /* General width with gaps included */
22038
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"] {
22039
+ -webkit-flex: 0 0 241.66767px;
22040
+ -ms-flex: 0 0 241.66767px;
22041
+ flex: 0 0 241.66767px;
22042
+ max-width: 241.66767px;
22043
+ }
22044
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child {
22045
+ max-width: -webkit-calc(50% - 483.33233px);
22046
+ max-width: -moz-calc(50% - 483.33233px);
22047
+ max-width: calc(50% - 483.33233px);
22048
+ }
22049
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22050
+ max-width: 191.66767px;
22051
+ }
22052
+
22053
+ /* General width with gaps included */
22054
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"] {
22055
+ -webkit-flex: 0 0 243.33433px;
22056
+ -ms-flex: 0 0 243.33433px;
22057
+ flex: 0 0 243.33433px;
22058
+ max-width: 243.33433px;
22059
+ }
22060
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child {
22061
+ max-width: -webkit-calc(50% - 486.66567px);
22062
+ max-width: -moz-calc(50% - 486.66567px);
22063
+ max-width: calc(50% - 486.66567px);
22064
+ }
22065
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22066
+ max-width: 183.33433px;
22067
+ }
22068
+
22069
+ /* General width with gaps included */
22070
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"] {
22071
+ -webkit-flex: 0 0 245.001px;
22072
+ -ms-flex: 0 0 245.001px;
22073
+ flex: 0 0 245.001px;
22074
+ max-width: 245.001px;
22075
+ }
22076
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child {
22077
+ max-width: -webkit-calc(50% - 489.999px);
22078
+ max-width: -moz-calc(50% - 489.999px);
22079
+ max-width: calc(50% - 489.999px);
22080
+ }
22081
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22082
+ max-width: 175.001px;
22083
+ }
22084
+
22085
+ /* General width with gaps included */
22086
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"] {
22087
+ -webkit-flex: 0 0 246.66767px;
22088
+ -ms-flex: 0 0 246.66767px;
22089
+ flex: 0 0 246.66767px;
22090
+ max-width: 246.66767px;
22091
+ }
22092
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child {
22093
+ max-width: -webkit-calc(50% - 493.33233px);
22094
+ max-width: -moz-calc(50% - 493.33233px);
22095
+ max-width: calc(50% - 493.33233px);
22096
+ }
22097
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22098
+ max-width: 166.66767px;
22099
+ }
22100
+
22101
+ /* General width with gaps included */
22102
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"] {
22103
+ -webkit-flex: 0 0 248.33433px;
22104
+ -ms-flex: 0 0 248.33433px;
22105
+ flex: 0 0 248.33433px;
22106
+ max-width: 248.33433px;
22107
+ }
22108
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child {
22109
+ max-width: -webkit-calc(50% - 496.66567px);
22110
+ max-width: -moz-calc(50% - 496.66567px);
22111
+ max-width: calc(50% - 496.66567px);
22112
+ }
22113
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22114
+ max-width: 158.33433px;
22115
+ }
22116
+
22117
+ /* General width with gaps included */
22118
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"] {
22119
+ -webkit-flex: 0 0 250.001px;
22120
+ -ms-flex: 0 0 250.001px;
22121
+ flex: 0 0 250.001px;
22122
+ max-width: 250.001px;
22123
+ }
22124
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child {
22125
+ max-width: -webkit-calc(50% - 499.999px);
22126
+ max-width: -moz-calc(50% - 499.999px);
22127
+ max-width: calc(50% - 499.999px);
22128
+ }
22129
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22130
+ max-width: 150.001px;
22131
+ }
22132
+
22133
+ /* General width with gaps included */
22134
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"] {
22135
+ -webkit-flex: 0 0 251.66767px;
22136
+ -ms-flex: 0 0 251.66767px;
22137
+ flex: 0 0 251.66767px;
22138
+ max-width: 251.66767px;
22139
+ }
22140
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child {
22141
+ max-width: -webkit-calc(50% - 503.33233px);
22142
+ max-width: -moz-calc(50% - 503.33233px);
22143
+ max-width: calc(50% - 503.33233px);
22144
+ }
22145
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22146
+ max-width: 141.66767px;
22147
+ }
22148
+
22149
+ /* General width with gaps included */
22150
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"] {
22151
+ -webkit-flex: 0 0 253.33433px;
22152
+ -ms-flex: 0 0 253.33433px;
22153
+ flex: 0 0 253.33433px;
22154
+ max-width: 253.33433px;
22155
+ }
22156
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child {
22157
+ max-width: -webkit-calc(50% - 506.66567px);
22158
+ max-width: -moz-calc(50% - 506.66567px);
22159
+ max-width: calc(50% - 506.66567px);
22160
+ }
22161
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22162
+ max-width: 133.33433px;
22163
+ }
22164
+
22165
+ /* General width with gaps included */
22166
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"] {
22167
+ -webkit-flex: 0 0 255.001px;
22168
+ -ms-flex: 0 0 255.001px;
22169
+ flex: 0 0 255.001px;
22170
+ max-width: 255.001px;
22171
+ }
22172
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child {
22173
+ max-width: -webkit-calc(50% - 509.999px);
22174
+ max-width: -moz-calc(50% - 509.999px);
22175
+ max-width: calc(50% - 509.999px);
22176
+ }
22177
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22178
+ max-width: 125.001px;
22179
+ }
22180
+
22181
+ /* General width with gaps included */
22182
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"] {
22183
+ -webkit-flex: 0 0 256.66767px;
22184
+ -ms-flex: 0 0 256.66767px;
22185
+ flex: 0 0 256.66767px;
22186
+ max-width: 256.66767px;
22187
+ }
22188
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child {
22189
+ max-width: -webkit-calc(50% - 513.33233px);
22190
+ max-width: -moz-calc(50% - 513.33233px);
22191
+ max-width: calc(50% - 513.33233px);
22192
+ }
22193
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22194
+ max-width: 116.66767px;
22195
+ }
22196
+
22197
+ /* General width with gaps included */
22198
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"] {
22199
+ -webkit-flex: 0 0 258.33433px;
22200
+ -ms-flex: 0 0 258.33433px;
22201
+ flex: 0 0 258.33433px;
22202
+ max-width: 258.33433px;
22203
+ }
22204
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child {
22205
+ max-width: -webkit-calc(50% - 516.66567px);
22206
+ max-width: -moz-calc(50% - 516.66567px);
22207
+ max-width: calc(50% - 516.66567px);
22208
+ }
22209
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22210
+ max-width: 108.33433px;
22211
+ }
22212
+
22213
+ /* General width with gaps included */
22214
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"] {
22215
+ -webkit-flex: 0 0 260.001px;
22216
+ -ms-flex: 0 0 260.001px;
22217
+ flex: 0 0 260.001px;
22218
+ max-width: 260.001px;
22219
+ }
22220
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child {
22221
+ max-width: -webkit-calc(50% - 519.999px);
22222
+ max-width: -moz-calc(50% - 519.999px);
22223
+ max-width: calc(50% - 519.999px);
22224
+ }
22225
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22226
+ max-width: 100.001px;
22227
+ }
22228
+
22229
+ /* General width with gaps included */
22230
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"] {
22231
+ -webkit-flex: 0 0 261.66767px;
22232
+ -ms-flex: 0 0 261.66767px;
22233
+ flex: 0 0 261.66767px;
22234
+ max-width: 261.66767px;
22235
+ }
22236
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child {
22237
+ max-width: -webkit-calc(50% - 523.33233px);
22238
+ max-width: -moz-calc(50% - 523.33233px);
22239
+ max-width: calc(50% - 523.33233px);
22240
+ }
22241
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22242
+ max-width: 91.66767px;
22243
+ }
22244
+
22245
+ /* General width with gaps included */
22246
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"] {
22247
+ -webkit-flex: 0 0 263.33433px;
22248
+ -ms-flex: 0 0 263.33433px;
22249
+ flex: 0 0 263.33433px;
22250
+ max-width: 263.33433px;
22251
+ }
22252
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child {
22253
+ max-width: -webkit-calc(50% - 526.66567px);
22254
+ max-width: -moz-calc(50% - 526.66567px);
22255
+ max-width: calc(50% - 526.66567px);
22256
+ }
22257
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22258
+ max-width: 83.33433px;
22259
+ }
22260
+
22261
+ /* General width with gaps included */
22262
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"] {
22263
+ -webkit-flex: 0 0 265.001px;
22264
+ -ms-flex: 0 0 265.001px;
22265
+ flex: 0 0 265.001px;
22266
+ max-width: 265.001px;
22267
+ }
22268
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child {
22269
+ max-width: -webkit-calc(50% - 529.999px);
22270
+ max-width: -moz-calc(50% - 529.999px);
22271
+ max-width: calc(50% - 529.999px);
22272
+ }
22273
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22274
+ max-width: 75.001px;
22275
+ }
22276
+
22277
+ /* General width with gaps included */
22278
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"] {
22279
+ -webkit-flex: 0 0 266.66767px;
22280
+ -ms-flex: 0 0 266.66767px;
22281
+ flex: 0 0 266.66767px;
22282
+ max-width: 266.66767px;
22283
+ }
22284
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child {
22285
+ max-width: -webkit-calc(50% - 533.33233px);
22286
+ max-width: -moz-calc(50% - 533.33233px);
22287
+ max-width: calc(50% - 533.33233px);
22288
+ }
22289
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
22290
+ max-width: 66.66767px;
22291
+ }
22292
+
22293
+ /* Push right first column width */
22294
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child {
22295
+ max-width: -webkit-calc(50% - 466.66567px);
22296
+ max-width: -moz-calc(50% - 466.66567px);
22297
+ max-width: calc(50% - 466.66567px);
22298
+ }
22299
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22300
+ max-width: 233.33433px;
22301
+ }
22302
+
22303
+ /* Push right first column width */
22304
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child {
22305
+ max-width: -webkit-calc(50% - 469.999px);
22306
+ max-width: -moz-calc(50% - 469.999px);
22307
+ max-width: calc(50% - 469.999px);
22308
+ }
22309
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22310
+ max-width: 225.001px;
22311
+ }
22312
+
22313
+ /* Push right first column width */
22314
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child {
22315
+ max-width: -webkit-calc(50% - 473.33233px);
22316
+ max-width: -moz-calc(50% - 473.33233px);
22317
+ max-width: calc(50% - 473.33233px);
22318
+ }
22319
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22320
+ max-width: 216.66767px;
22321
+ }
22322
+
22323
+ /* Push right first column width */
22324
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child {
22325
+ max-width: -webkit-calc(50% - 476.66567px);
22326
+ max-width: -moz-calc(50% - 476.66567px);
22327
+ max-width: calc(50% - 476.66567px);
22328
+ }
22329
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22330
+ max-width: 208.33433px;
22331
+ }
22332
+
22333
+ /* Push right first column width */
22334
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child {
22335
+ max-width: -webkit-calc(50% - 479.999px);
22336
+ max-width: -moz-calc(50% - 479.999px);
22337
+ max-width: calc(50% - 479.999px);
22338
+ }
22339
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22340
+ max-width: 200.001px;
22341
+ }
22342
+
22343
+ /* Push right first column width */
22344
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child {
22345
+ max-width: -webkit-calc(50% - 483.33233px);
22346
+ max-width: -moz-calc(50% - 483.33233px);
22347
+ max-width: calc(50% - 483.33233px);
22348
+ }
22349
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22350
+ max-width: 191.66767px;
22351
+ }
22352
+
22353
+ /* Push right first column width */
22354
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child {
22355
+ max-width: -webkit-calc(50% - 486.66567px);
22356
+ max-width: -moz-calc(50% - 486.66567px);
22357
+ max-width: calc(50% - 486.66567px);
22358
+ }
22359
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22360
+ max-width: 183.33433px;
22361
+ }
22362
+
22363
+ /* Push right first column width */
22364
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child {
22365
+ max-width: -webkit-calc(50% - 489.999px);
22366
+ max-width: -moz-calc(50% - 489.999px);
22367
+ max-width: calc(50% - 489.999px);
22368
+ }
22369
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22370
+ max-width: 175.001px;
22371
+ }
22372
+
22373
+ /* Push right first column width */
22374
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child {
22375
+ max-width: -webkit-calc(50% - 493.33233px);
22376
+ max-width: -moz-calc(50% - 493.33233px);
22377
+ max-width: calc(50% - 493.33233px);
22378
+ }
22379
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22380
+ max-width: 166.66767px;
22381
+ }
22382
+
22383
+ /* Push right first column width */
22384
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child {
22385
+ max-width: -webkit-calc(50% - 496.66567px);
22386
+ max-width: -moz-calc(50% - 496.66567px);
22387
+ max-width: calc(50% - 496.66567px);
22388
+ }
22389
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22390
+ max-width: 158.33433px;
22391
+ }
22392
+
22393
+ /* Push right first column width */
22394
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child {
22395
+ max-width: -webkit-calc(50% - 499.999px);
22396
+ max-width: -moz-calc(50% - 499.999px);
22397
+ max-width: calc(50% - 499.999px);
22398
+ }
22399
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22400
+ max-width: 150.001px;
22401
+ }
22402
+
22403
+ /* Push right first column width */
22404
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child {
22405
+ max-width: -webkit-calc(50% - 506.66567px);
22406
+ max-width: -moz-calc(50% - 506.66567px);
22407
+ max-width: calc(50% - 506.66567px);
22408
+ }
22409
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22410
+ max-width: 133.33433px;
22411
+ }
22412
+
22413
+ /* Push right first column width */
22414
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child {
22415
+ max-width: -webkit-calc(50% - 513.33233px);
22416
+ max-width: -moz-calc(50% - 513.33233px);
22417
+ max-width: calc(50% - 513.33233px);
22418
+ }
22419
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22420
+ max-width: 116.66767px;
22421
+ }
22422
+
22423
+ /* Push right first column width */
22424
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child {
22425
+ max-width: -webkit-calc(50% - 519.999px);
22426
+ max-width: -moz-calc(50% - 519.999px);
22427
+ max-width: calc(50% - 519.999px);
22428
+ }
22429
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22430
+ max-width: 100.001px;
22431
+ }
22432
+
22433
+ /* Push right first column width */
22434
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child {
22435
+ max-width: -webkit-calc(50% - 526.66567px);
22436
+ max-width: -moz-calc(50% - 526.66567px);
22437
+ max-width: calc(50% - 526.66567px);
22438
+ }
22439
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22440
+ max-width: 83.33433px;
22441
+ }
22442
+
22443
+ /* Push right first column width */
22444
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child {
22445
+ max-width: -webkit-calc(50% - 533.33233px);
22446
+ max-width: -moz-calc(50% - 533.33233px);
22447
+ max-width: calc(50% - 533.33233px);
22448
+ }
22449
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
22450
+ max-width: 66.66767px;
22451
+ }
22452
+
22453
+ /* General width */
22454
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="2.4"] {
22455
+ -webkit-flex: 0 0 288.001px;
22456
+ -ms-flex: 0 0 288.001px;
22457
+ flex: 0 0 288.001px;
22458
+ max-width: 288.001px;
22459
+ }
22460
+
22461
+ /* Push left first column content width */
22462
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2.4"]:first-child {
22463
+ max-width: -webkit-calc(50% - 431.999px);
22464
+ max-width: -moz-calc(50% - 431.999px);
22465
+ max-width: calc(50% - 431.999px);
22466
+ }
22467
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22468
+ max-width: 248.001px;
22469
+ }
22470
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2.4"]:last-child {
22471
+ max-width: -webkit-calc(50% - 431.999px);
22472
+ max-width: -moz-calc(50% - 431.999px);
22473
+ max-width: calc(50% - 431.999px);
22474
+ }
22475
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22476
+ max-width: 248.001px;
22477
+ }
22478
+
22479
+ /* General width with gaps included */
22480
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"] {
22481
+ -webkit-flex: 0 0 280.001px;
22482
+ -ms-flex: 0 0 280.001px;
22483
+ flex: 0 0 280.001px;
22484
+ max-width: 280.001px;
22485
+ }
22486
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child {
22487
+ max-width: -webkit-calc(50% - 419.999px);
22488
+ max-width: -moz-calc(50% - 419.999px);
22489
+ max-width: calc(50% - 419.999px);
22490
+ }
22491
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22492
+ max-width: 280.001px;
22493
+ }
22494
+
22495
+ /* General width with gaps included */
22496
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"] {
22497
+ -webkit-flex: 0 0 282.001px;
22498
+ -ms-flex: 0 0 282.001px;
22499
+ flex: 0 0 282.001px;
22500
+ max-width: 282.001px;
22501
+ }
22502
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child {
22503
+ max-width: -webkit-calc(50% - 422.999px);
22504
+ max-width: -moz-calc(50% - 422.999px);
22505
+ max-width: calc(50% - 422.999px);
22506
+ }
22507
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22508
+ max-width: 272.001px;
22509
+ }
22510
+
22511
+ /* General width with gaps included */
22512
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"] {
22513
+ -webkit-flex: 0 0 284.001px;
22514
+ -ms-flex: 0 0 284.001px;
22515
+ flex: 0 0 284.001px;
22516
+ max-width: 284.001px;
22517
+ }
22518
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child {
22519
+ max-width: -webkit-calc(50% - 425.999px);
22520
+ max-width: -moz-calc(50% - 425.999px);
22521
+ max-width: calc(50% - 425.999px);
22522
+ }
22523
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22524
+ max-width: 264.001px;
22525
+ }
22526
+
22527
+ /* General width with gaps included */
22528
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"] {
22529
+ -webkit-flex: 0 0 286.001px;
22530
+ -ms-flex: 0 0 286.001px;
22531
+ flex: 0 0 286.001px;
22532
+ max-width: 286.001px;
22533
+ }
22534
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child {
22535
+ max-width: -webkit-calc(50% - 428.999px);
22536
+ max-width: -moz-calc(50% - 428.999px);
22537
+ max-width: calc(50% - 428.999px);
22538
+ }
22539
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22540
+ max-width: 256.001px;
22541
+ }
22542
+
22543
+ /* General width with gaps included */
22544
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"] {
22545
+ -webkit-flex: 0 0 288.001px;
22546
+ -ms-flex: 0 0 288.001px;
22547
+ flex: 0 0 288.001px;
22548
+ max-width: 288.001px;
22549
+ }
22550
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child {
22551
+ max-width: -webkit-calc(50% - 431.999px);
22552
+ max-width: -moz-calc(50% - 431.999px);
22553
+ max-width: calc(50% - 431.999px);
22554
+ }
22555
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22556
+ max-width: 248.001px;
22557
+ }
22558
+
22559
+ /* General width with gaps included */
22560
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"] {
22561
+ -webkit-flex: 0 0 290.001px;
22562
+ -ms-flex: 0 0 290.001px;
22563
+ flex: 0 0 290.001px;
22564
+ max-width: 290.001px;
22565
+ }
22566
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child {
22567
+ max-width: -webkit-calc(50% - 434.999px);
22568
+ max-width: -moz-calc(50% - 434.999px);
22569
+ max-width: calc(50% - 434.999px);
22570
+ }
22571
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22572
+ max-width: 240.001px;
22573
+ }
22574
+
22575
+ /* General width with gaps included */
22576
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"] {
22577
+ -webkit-flex: 0 0 292.001px;
22578
+ -ms-flex: 0 0 292.001px;
22579
+ flex: 0 0 292.001px;
22580
+ max-width: 292.001px;
22581
+ }
22582
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child {
22583
+ max-width: -webkit-calc(50% - 437.999px);
22584
+ max-width: -moz-calc(50% - 437.999px);
22585
+ max-width: calc(50% - 437.999px);
22586
+ }
22587
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22588
+ max-width: 232.001px;
22589
+ }
22590
+
22591
+ /* General width with gaps included */
22592
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"] {
22593
+ -webkit-flex: 0 0 294.001px;
22594
+ -ms-flex: 0 0 294.001px;
22595
+ flex: 0 0 294.001px;
22596
+ max-width: 294.001px;
22597
+ }
22598
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child {
22599
+ max-width: -webkit-calc(50% - 440.999px);
22600
+ max-width: -moz-calc(50% - 440.999px);
22601
+ max-width: calc(50% - 440.999px);
22602
+ }
22603
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22604
+ max-width: 224.001px;
22605
+ }
22606
+
22607
+ /* General width with gaps included */
22608
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"] {
22609
+ -webkit-flex: 0 0 296.001px;
22610
+ -ms-flex: 0 0 296.001px;
22611
+ flex: 0 0 296.001px;
22612
+ max-width: 296.001px;
22613
+ }
22614
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child {
22615
+ max-width: -webkit-calc(50% - 443.999px);
22616
+ max-width: -moz-calc(50% - 443.999px);
22617
+ max-width: calc(50% - 443.999px);
22618
+ }
22619
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22620
+ max-width: 216.001px;
22621
+ }
22622
+
22623
+ /* General width with gaps included */
22624
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"] {
22625
+ -webkit-flex: 0 0 298.001px;
22626
+ -ms-flex: 0 0 298.001px;
22627
+ flex: 0 0 298.001px;
22628
+ max-width: 298.001px;
22629
+ }
22630
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child {
22631
+ max-width: -webkit-calc(50% - 446.999px);
22632
+ max-width: -moz-calc(50% - 446.999px);
22633
+ max-width: calc(50% - 446.999px);
22634
+ }
22635
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22636
+ max-width: 208.001px;
22637
+ }
22638
+
22639
+ /* General width with gaps included */
22640
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"] {
22641
+ -webkit-flex: 0 0 300.001px;
22642
+ -ms-flex: 0 0 300.001px;
22643
+ flex: 0 0 300.001px;
22644
+ max-width: 300.001px;
22645
+ }
22646
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child {
22647
+ max-width: -webkit-calc(50% - 449.999px);
22648
+ max-width: -moz-calc(50% - 449.999px);
22649
+ max-width: calc(50% - 449.999px);
22650
+ }
22651
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22652
+ max-width: 200.001px;
22653
+ }
22654
+
22655
+ /* General width with gaps included */
22656
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"] {
22657
+ -webkit-flex: 0 0 302.001px;
22658
+ -ms-flex: 0 0 302.001px;
22659
+ flex: 0 0 302.001px;
22660
+ max-width: 302.001px;
22661
+ }
22662
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child {
22663
+ max-width: -webkit-calc(50% - 452.999px);
22664
+ max-width: -moz-calc(50% - 452.999px);
22665
+ max-width: calc(50% - 452.999px);
22666
+ }
22667
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22668
+ max-width: 192.001px;
22669
+ }
22670
+
22671
+ /* General width with gaps included */
22672
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"] {
22673
+ -webkit-flex: 0 0 304.001px;
22674
+ -ms-flex: 0 0 304.001px;
22675
+ flex: 0 0 304.001px;
22676
+ max-width: 304.001px;
22677
+ }
22678
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child {
22679
+ max-width: -webkit-calc(50% - 455.999px);
22680
+ max-width: -moz-calc(50% - 455.999px);
22681
+ max-width: calc(50% - 455.999px);
22682
+ }
22683
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22684
+ max-width: 184.001px;
22685
+ }
22686
+
22687
+ /* General width with gaps included */
22688
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"] {
22689
+ -webkit-flex: 0 0 306.001px;
22690
+ -ms-flex: 0 0 306.001px;
22691
+ flex: 0 0 306.001px;
22692
+ max-width: 306.001px;
22693
+ }
22694
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child {
22695
+ max-width: -webkit-calc(50% - 458.999px);
22696
+ max-width: -moz-calc(50% - 458.999px);
22697
+ max-width: calc(50% - 458.999px);
22698
+ }
22699
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22700
+ max-width: 176.001px;
22701
+ }
22702
+
22703
+ /* General width with gaps included */
22704
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"] {
22705
+ -webkit-flex: 0 0 308.001px;
22706
+ -ms-flex: 0 0 308.001px;
22707
+ flex: 0 0 308.001px;
22708
+ max-width: 308.001px;
22709
+ }
22710
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child {
22711
+ max-width: -webkit-calc(50% - 461.999px);
22712
+ max-width: -moz-calc(50% - 461.999px);
22713
+ max-width: calc(50% - 461.999px);
22714
+ }
22715
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22716
+ max-width: 168.001px;
22717
+ }
22718
+
22719
+ /* General width with gaps included */
22720
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"] {
22721
+ -webkit-flex: 0 0 310.001px;
22722
+ -ms-flex: 0 0 310.001px;
22723
+ flex: 0 0 310.001px;
22724
+ max-width: 310.001px;
22725
+ }
22726
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child {
22727
+ max-width: -webkit-calc(50% - 464.999px);
22728
+ max-width: -moz-calc(50% - 464.999px);
22729
+ max-width: calc(50% - 464.999px);
22730
+ }
22731
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22732
+ max-width: 160.001px;
22733
+ }
22734
+
22735
+ /* General width with gaps included */
22736
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"] {
22737
+ -webkit-flex: 0 0 312.001px;
22738
+ -ms-flex: 0 0 312.001px;
22739
+ flex: 0 0 312.001px;
22740
+ max-width: 312.001px;
22741
+ }
22742
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child {
22743
+ max-width: -webkit-calc(50% - 467.999px);
22744
+ max-width: -moz-calc(50% - 467.999px);
22745
+ max-width: calc(50% - 467.999px);
22746
+ }
22747
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22748
+ max-width: 152.001px;
22749
+ }
22750
+
22751
+ /* General width with gaps included */
22752
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"] {
22753
+ -webkit-flex: 0 0 314.001px;
22754
+ -ms-flex: 0 0 314.001px;
22755
+ flex: 0 0 314.001px;
22756
+ max-width: 314.001px;
22757
+ }
22758
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child {
22759
+ max-width: -webkit-calc(50% - 470.999px);
22760
+ max-width: -moz-calc(50% - 470.999px);
22761
+ max-width: calc(50% - 470.999px);
22762
+ }
22763
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22764
+ max-width: 144.001px;
22765
+ }
22766
+
22767
+ /* General width with gaps included */
22768
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"] {
22769
+ -webkit-flex: 0 0 316.001px;
22770
+ -ms-flex: 0 0 316.001px;
22771
+ flex: 0 0 316.001px;
22772
+ max-width: 316.001px;
22773
+ }
22774
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child {
22775
+ max-width: -webkit-calc(50% - 473.999px);
22776
+ max-width: -moz-calc(50% - 473.999px);
22777
+ max-width: calc(50% - 473.999px);
22778
+ }
22779
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22780
+ max-width: 136.001px;
22781
+ }
22782
+
22783
+ /* General width with gaps included */
22784
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"] {
22785
+ -webkit-flex: 0 0 318.001px;
22786
+ -ms-flex: 0 0 318.001px;
22787
+ flex: 0 0 318.001px;
22788
+ max-width: 318.001px;
22789
+ }
22790
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child {
22791
+ max-width: -webkit-calc(50% - 476.999px);
22792
+ max-width: -moz-calc(50% - 476.999px);
22793
+ max-width: calc(50% - 476.999px);
22794
+ }
22795
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22796
+ max-width: 128.001px;
22797
+ }
22798
+
22799
+ /* General width with gaps included */
22800
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"] {
22801
+ -webkit-flex: 0 0 320.001px;
22802
+ -ms-flex: 0 0 320.001px;
22803
+ flex: 0 0 320.001px;
22804
+ max-width: 320.001px;
22805
+ }
22806
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child {
22807
+ max-width: -webkit-calc(50% - 479.999px);
22808
+ max-width: -moz-calc(50% - 479.999px);
22809
+ max-width: calc(50% - 479.999px);
22810
+ }
22811
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
22812
+ max-width: 120.001px;
22813
+ }
22814
+
22815
+ /* Push right first column width */
22816
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child {
22817
+ max-width: -webkit-calc(50% - 419.999px);
22818
+ max-width: -moz-calc(50% - 419.999px);
22819
+ max-width: calc(50% - 419.999px);
22820
+ }
22821
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22822
+ max-width: 280.001px;
22823
+ }
22824
+
22825
+ /* Push right first column width */
22826
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child {
22827
+ max-width: -webkit-calc(50% - 422.999px);
22828
+ max-width: -moz-calc(50% - 422.999px);
22829
+ max-width: calc(50% - 422.999px);
22830
+ }
22831
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22832
+ max-width: 272.001px;
22833
+ }
22834
+
22835
+ /* Push right first column width */
22836
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child {
22837
+ max-width: -webkit-calc(50% - 425.999px);
22838
+ max-width: -moz-calc(50% - 425.999px);
22839
+ max-width: calc(50% - 425.999px);
22840
+ }
22841
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22842
+ max-width: 264.001px;
22843
+ }
22844
+
22845
+ /* Push right first column width */
22846
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child {
22847
+ max-width: -webkit-calc(50% - 428.999px);
22848
+ max-width: -moz-calc(50% - 428.999px);
22849
+ max-width: calc(50% - 428.999px);
22850
+ }
22851
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22852
+ max-width: 256.001px;
22853
+ }
22854
+
22855
+ /* Push right first column width */
22856
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child {
22857
+ max-width: -webkit-calc(50% - 431.999px);
22858
+ max-width: -moz-calc(50% - 431.999px);
22859
+ max-width: calc(50% - 431.999px);
22860
+ }
22861
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22862
+ max-width: 248.001px;
22863
+ }
22864
+
22865
+ /* Push right first column width */
22866
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child {
22867
+ max-width: -webkit-calc(50% - 434.999px);
22868
+ max-width: -moz-calc(50% - 434.999px);
22869
+ max-width: calc(50% - 434.999px);
22870
+ }
22871
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22872
+ max-width: 240.001px;
22873
+ }
22874
+
22875
+ /* Push right first column width */
22876
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child {
22877
+ max-width: -webkit-calc(50% - 437.999px);
22878
+ max-width: -moz-calc(50% - 437.999px);
22879
+ max-width: calc(50% - 437.999px);
22880
+ }
22881
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22882
+ max-width: 232.001px;
22883
+ }
22884
+
22885
+ /* Push right first column width */
22886
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child {
22887
+ max-width: -webkit-calc(50% - 440.999px);
22888
+ max-width: -moz-calc(50% - 440.999px);
22889
+ max-width: calc(50% - 440.999px);
22890
+ }
22891
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22892
+ max-width: 224.001px;
22893
+ }
22894
+
22895
+ /* Push right first column width */
22896
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child {
22897
+ max-width: -webkit-calc(50% - 443.999px);
22898
+ max-width: -moz-calc(50% - 443.999px);
22899
+ max-width: calc(50% - 443.999px);
22900
+ }
22901
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22902
+ max-width: 216.001px;
22903
+ }
22904
+
22905
+ /* Push right first column width */
22906
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child {
22907
+ max-width: -webkit-calc(50% - 446.999px);
22908
+ max-width: -moz-calc(50% - 446.999px);
22909
+ max-width: calc(50% - 446.999px);
22910
+ }
22911
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22912
+ max-width: 208.001px;
22913
+ }
22914
+
22915
+ /* Push right first column width */
22916
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child {
22917
+ max-width: -webkit-calc(50% - 449.999px);
22918
+ max-width: -moz-calc(50% - 449.999px);
22919
+ max-width: calc(50% - 449.999px);
22920
+ }
22921
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22922
+ max-width: 200.001px;
22923
+ }
22924
+
22925
+ /* Push right first column width */
22926
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child {
22927
+ max-width: -webkit-calc(50% - 455.999px);
22928
+ max-width: -moz-calc(50% - 455.999px);
22929
+ max-width: calc(50% - 455.999px);
22930
+ }
22931
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22932
+ max-width: 184.001px;
22933
+ }
22934
+
22935
+ /* Push right first column width */
22936
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child {
22937
+ max-width: -webkit-calc(50% - 461.999px);
22938
+ max-width: -moz-calc(50% - 461.999px);
22939
+ max-width: calc(50% - 461.999px);
22940
+ }
22941
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22942
+ max-width: 168.001px;
22943
+ }
22944
+
22945
+ /* Push right first column width */
22946
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child {
22947
+ max-width: -webkit-calc(50% - 467.999px);
22948
+ max-width: -moz-calc(50% - 467.999px);
22949
+ max-width: calc(50% - 467.999px);
22950
+ }
22951
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22952
+ max-width: 152.001px;
22953
+ }
22954
+
22955
+ /* Push right first column width */
22956
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child {
22957
+ max-width: -webkit-calc(50% - 473.999px);
22958
+ max-width: -moz-calc(50% - 473.999px);
22959
+ max-width: calc(50% - 473.999px);
22960
+ }
22961
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22962
+ max-width: 136.001px;
22963
+ }
22964
+
22965
+ /* Push right first column width */
22966
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child {
22967
+ max-width: -webkit-calc(50% - 479.999px);
22968
+ max-width: -moz-calc(50% - 479.999px);
22969
+ max-width: calc(50% - 479.999px);
22970
+ }
22971
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
22972
+ max-width: 120.001px;
22973
+ }
22974
+
22975
+ /* General width */
22976
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="3"] {
22977
+ -webkit-flex: 0 0 360.001px;
22978
+ -ms-flex: 0 0 360.001px;
22979
+ flex: 0 0 360.001px;
22980
+ max-width: 360.001px;
22981
+ }
22982
+
22983
+ /* Push left first column content width */
22984
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="3"]:first-child {
22985
+ max-width: -webkit-calc(50% - 359.999px);
22986
+ max-width: -moz-calc(50% - 359.999px);
22987
+ max-width: calc(50% - 359.999px);
22988
+ }
22989
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
22990
+ max-width: 320.001px;
22991
+ }
22992
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="3"]:last-child {
22993
+ max-width: -webkit-calc(50% - 359.999px);
22994
+ max-width: -moz-calc(50% - 359.999px);
22995
+ max-width: calc(50% - 359.999px);
22996
+ }
22997
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
22998
+ max-width: 320.001px;
22999
+ }
23000
+
23001
+ /* General width with gaps included */
23002
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"] {
23003
+ -webkit-flex: 0 0 350.001px;
23004
+ -ms-flex: 0 0 350.001px;
23005
+ flex: 0 0 350.001px;
23006
+ max-width: 350.001px;
23007
+ }
23008
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child {
23009
+ max-width: -webkit-calc(50% - 349.999px);
23010
+ max-width: -moz-calc(50% - 349.999px);
23011
+ max-width: calc(50% - 349.999px);
23012
+ }
23013
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23014
+ max-width: 350.001px;
23015
+ }
23016
+
23017
+ /* General width with gaps included */
23018
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"] {
23019
+ -webkit-flex: 0 0 352.501px;
23020
+ -ms-flex: 0 0 352.501px;
23021
+ flex: 0 0 352.501px;
23022
+ max-width: 352.501px;
23023
+ }
23024
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child {
23025
+ max-width: -webkit-calc(50% - 352.499px);
23026
+ max-width: -moz-calc(50% - 352.499px);
23027
+ max-width: calc(50% - 352.499px);
23028
+ }
23029
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23030
+ max-width: 342.501px;
23031
+ }
23032
+
23033
+ /* General width with gaps included */
23034
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"] {
23035
+ -webkit-flex: 0 0 355.001px;
23036
+ -ms-flex: 0 0 355.001px;
23037
+ flex: 0 0 355.001px;
23038
+ max-width: 355.001px;
23039
+ }
23040
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child {
23041
+ max-width: -webkit-calc(50% - 354.999px);
23042
+ max-width: -moz-calc(50% - 354.999px);
23043
+ max-width: calc(50% - 354.999px);
23044
+ }
23045
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23046
+ max-width: 335.001px;
23047
+ }
23048
+
23049
+ /* General width with gaps included */
23050
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"] {
23051
+ -webkit-flex: 0 0 357.501px;
23052
+ -ms-flex: 0 0 357.501px;
23053
+ flex: 0 0 357.501px;
23054
+ max-width: 357.501px;
23055
+ }
23056
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child {
23057
+ max-width: -webkit-calc(50% - 357.499px);
23058
+ max-width: -moz-calc(50% - 357.499px);
23059
+ max-width: calc(50% - 357.499px);
23060
+ }
23061
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23062
+ max-width: 327.501px;
23063
+ }
23064
+
23065
+ /* General width with gaps included */
23066
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"] {
23067
+ -webkit-flex: 0 0 360.001px;
23068
+ -ms-flex: 0 0 360.001px;
23069
+ flex: 0 0 360.001px;
23070
+ max-width: 360.001px;
23071
+ }
23072
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child {
23073
+ max-width: -webkit-calc(50% - 359.999px);
23074
+ max-width: -moz-calc(50% - 359.999px);
23075
+ max-width: calc(50% - 359.999px);
23076
+ }
23077
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23078
+ max-width: 320.001px;
23079
+ }
23080
+
23081
+ /* General width with gaps included */
23082
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"] {
23083
+ -webkit-flex: 0 0 362.501px;
23084
+ -ms-flex: 0 0 362.501px;
23085
+ flex: 0 0 362.501px;
23086
+ max-width: 362.501px;
23087
+ }
23088
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child {
23089
+ max-width: -webkit-calc(50% - 362.499px);
23090
+ max-width: -moz-calc(50% - 362.499px);
23091
+ max-width: calc(50% - 362.499px);
23092
+ }
23093
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23094
+ max-width: 312.501px;
23095
+ }
23096
+
23097
+ /* General width with gaps included */
23098
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"] {
23099
+ -webkit-flex: 0 0 365.001px;
23100
+ -ms-flex: 0 0 365.001px;
23101
+ flex: 0 0 365.001px;
23102
+ max-width: 365.001px;
23103
+ }
23104
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child {
23105
+ max-width: -webkit-calc(50% - 364.999px);
23106
+ max-width: -moz-calc(50% - 364.999px);
23107
+ max-width: calc(50% - 364.999px);
23108
+ }
23109
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23110
+ max-width: 305.001px;
23111
+ }
23112
+
23113
+ /* General width with gaps included */
23114
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"] {
23115
+ -webkit-flex: 0 0 367.501px;
23116
+ -ms-flex: 0 0 367.501px;
23117
+ flex: 0 0 367.501px;
23118
+ max-width: 367.501px;
23119
+ }
23120
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child {
23121
+ max-width: -webkit-calc(50% - 367.499px);
23122
+ max-width: -moz-calc(50% - 367.499px);
23123
+ max-width: calc(50% - 367.499px);
23124
+ }
23125
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23126
+ max-width: 297.501px;
23127
+ }
23128
+
23129
+ /* General width with gaps included */
23130
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"] {
23131
+ -webkit-flex: 0 0 370.001px;
23132
+ -ms-flex: 0 0 370.001px;
23133
+ flex: 0 0 370.001px;
23134
+ max-width: 370.001px;
23135
+ }
23136
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child {
23137
+ max-width: -webkit-calc(50% - 369.999px);
23138
+ max-width: -moz-calc(50% - 369.999px);
23139
+ max-width: calc(50% - 369.999px);
23140
+ }
23141
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23142
+ max-width: 290.001px;
23143
+ }
23144
+
23145
+ /* General width with gaps included */
23146
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"] {
23147
+ -webkit-flex: 0 0 372.501px;
23148
+ -ms-flex: 0 0 372.501px;
23149
+ flex: 0 0 372.501px;
23150
+ max-width: 372.501px;
23151
+ }
23152
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child {
23153
+ max-width: -webkit-calc(50% - 372.499px);
23154
+ max-width: -moz-calc(50% - 372.499px);
23155
+ max-width: calc(50% - 372.499px);
23156
+ }
23157
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23158
+ max-width: 282.501px;
23159
+ }
23160
+
23161
+ /* General width with gaps included */
23162
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"] {
23163
+ -webkit-flex: 0 0 375.001px;
23164
+ -ms-flex: 0 0 375.001px;
23165
+ flex: 0 0 375.001px;
23166
+ max-width: 375.001px;
23167
+ }
23168
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child {
23169
+ max-width: -webkit-calc(50% - 374.999px);
23170
+ max-width: -moz-calc(50% - 374.999px);
23171
+ max-width: calc(50% - 374.999px);
23172
+ }
23173
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23174
+ max-width: 275.001px;
23175
+ }
23176
+
23177
+ /* General width with gaps included */
23178
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"] {
23179
+ -webkit-flex: 0 0 377.501px;
23180
+ -ms-flex: 0 0 377.501px;
23181
+ flex: 0 0 377.501px;
23182
+ max-width: 377.501px;
23183
+ }
23184
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child {
23185
+ max-width: -webkit-calc(50% - 377.499px);
23186
+ max-width: -moz-calc(50% - 377.499px);
23187
+ max-width: calc(50% - 377.499px);
23188
+ }
23189
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23190
+ max-width: 267.501px;
23191
+ }
23192
+
23193
+ /* General width with gaps included */
23194
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"] {
23195
+ -webkit-flex: 0 0 380.001px;
23196
+ -ms-flex: 0 0 380.001px;
23197
+ flex: 0 0 380.001px;
23198
+ max-width: 380.001px;
23199
+ }
23200
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child {
23201
+ max-width: -webkit-calc(50% - 379.999px);
23202
+ max-width: -moz-calc(50% - 379.999px);
23203
+ max-width: calc(50% - 379.999px);
23204
+ }
23205
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23206
+ max-width: 260.001px;
23207
+ }
23208
+
23209
+ /* General width with gaps included */
23210
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"] {
23211
+ -webkit-flex: 0 0 382.501px;
23212
+ -ms-flex: 0 0 382.501px;
23213
+ flex: 0 0 382.501px;
23214
+ max-width: 382.501px;
23215
+ }
23216
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child {
23217
+ max-width: -webkit-calc(50% - 382.499px);
23218
+ max-width: -moz-calc(50% - 382.499px);
23219
+ max-width: calc(50% - 382.499px);
23220
+ }
23221
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23222
+ max-width: 252.501px;
23223
+ }
23224
+
23225
+ /* General width with gaps included */
23226
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"] {
23227
+ -webkit-flex: 0 0 385.001px;
23228
+ -ms-flex: 0 0 385.001px;
23229
+ flex: 0 0 385.001px;
23230
+ max-width: 385.001px;
23231
+ }
23232
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child {
23233
+ max-width: -webkit-calc(50% - 384.999px);
23234
+ max-width: -moz-calc(50% - 384.999px);
23235
+ max-width: calc(50% - 384.999px);
23236
+ }
23237
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23238
+ max-width: 245.001px;
23239
+ }
23240
+
23241
+ /* General width with gaps included */
23242
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"] {
23243
+ -webkit-flex: 0 0 387.501px;
23244
+ -ms-flex: 0 0 387.501px;
23245
+ flex: 0 0 387.501px;
23246
+ max-width: 387.501px;
23247
+ }
23248
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child {
23249
+ max-width: -webkit-calc(50% - 387.499px);
23250
+ max-width: -moz-calc(50% - 387.499px);
23251
+ max-width: calc(50% - 387.499px);
23252
+ }
23253
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23254
+ max-width: 237.501px;
23255
+ }
23256
+
23257
+ /* General width with gaps included */
23258
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"] {
23259
+ -webkit-flex: 0 0 390.001px;
23260
+ -ms-flex: 0 0 390.001px;
23261
+ flex: 0 0 390.001px;
23262
+ max-width: 390.001px;
23263
+ }
23264
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child {
23265
+ max-width: -webkit-calc(50% - 389.999px);
23266
+ max-width: -moz-calc(50% - 389.999px);
23267
+ max-width: calc(50% - 389.999px);
23268
+ }
23269
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23270
+ max-width: 230.001px;
23271
+ }
23272
+
23273
+ /* General width with gaps included */
23274
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"] {
23275
+ -webkit-flex: 0 0 392.501px;
23276
+ -ms-flex: 0 0 392.501px;
23277
+ flex: 0 0 392.501px;
23278
+ max-width: 392.501px;
23279
+ }
23280
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child {
23281
+ max-width: -webkit-calc(50% - 392.499px);
23282
+ max-width: -moz-calc(50% - 392.499px);
23283
+ max-width: calc(50% - 392.499px);
23284
+ }
23285
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23286
+ max-width: 222.501px;
23287
+ }
23288
+
23289
+ /* General width with gaps included */
23290
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"] {
23291
+ -webkit-flex: 0 0 395.001px;
23292
+ -ms-flex: 0 0 395.001px;
23293
+ flex: 0 0 395.001px;
23294
+ max-width: 395.001px;
23295
+ }
23296
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child {
23297
+ max-width: -webkit-calc(50% - 394.999px);
23298
+ max-width: -moz-calc(50% - 394.999px);
23299
+ max-width: calc(50% - 394.999px);
23300
+ }
23301
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23302
+ max-width: 215.001px;
23303
+ }
23304
+
23305
+ /* General width with gaps included */
23306
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"] {
23307
+ -webkit-flex: 0 0 397.501px;
23308
+ -ms-flex: 0 0 397.501px;
23309
+ flex: 0 0 397.501px;
23310
+ max-width: 397.501px;
23311
+ }
23312
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child {
23313
+ max-width: -webkit-calc(50% - 397.499px);
23314
+ max-width: -moz-calc(50% - 397.499px);
23315
+ max-width: calc(50% - 397.499px);
23316
+ }
23317
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23318
+ max-width: 207.501px;
23319
+ }
23320
+
23321
+ /* General width with gaps included */
23322
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"] {
23323
+ -webkit-flex: 0 0 400.001px;
23324
+ -ms-flex: 0 0 400.001px;
23325
+ flex: 0 0 400.001px;
23326
+ max-width: 400.001px;
23327
+ }
23328
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child {
23329
+ max-width: -webkit-calc(50% - 399.999px);
23330
+ max-width: -moz-calc(50% - 399.999px);
23331
+ max-width: calc(50% - 399.999px);
23332
+ }
23333
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
23334
+ max-width: 200.001px;
23335
+ }
23336
+
23337
+ /* Push right first column width */
23338
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child {
23339
+ max-width: -webkit-calc(50% - 349.999px);
23340
+ max-width: -moz-calc(50% - 349.999px);
23341
+ max-width: calc(50% - 349.999px);
23342
+ }
23343
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23344
+ max-width: 350.001px;
23345
+ }
23346
+
23347
+ /* Push right first column width */
23348
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child {
23349
+ max-width: -webkit-calc(50% - 352.499px);
23350
+ max-width: -moz-calc(50% - 352.499px);
23351
+ max-width: calc(50% - 352.499px);
23352
+ }
23353
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23354
+ max-width: 342.501px;
23355
+ }
23356
+
23357
+ /* Push right first column width */
23358
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child {
23359
+ max-width: -webkit-calc(50% - 354.999px);
23360
+ max-width: -moz-calc(50% - 354.999px);
23361
+ max-width: calc(50% - 354.999px);
23362
+ }
23363
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23364
+ max-width: 335.001px;
23365
+ }
23366
+
23367
+ /* Push right first column width */
23368
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child {
23369
+ max-width: -webkit-calc(50% - 357.499px);
23370
+ max-width: -moz-calc(50% - 357.499px);
23371
+ max-width: calc(50% - 357.499px);
23372
+ }
23373
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23374
+ max-width: 327.501px;
23375
+ }
23376
+
23377
+ /* Push right first column width */
23378
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child {
23379
+ max-width: -webkit-calc(50% - 359.999px);
23380
+ max-width: -moz-calc(50% - 359.999px);
23381
+ max-width: calc(50% - 359.999px);
23382
+ }
23383
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23384
+ max-width: 320.001px;
23385
+ }
23386
+
23387
+ /* Push right first column width */
23388
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child {
23389
+ max-width: -webkit-calc(50% - 362.499px);
23390
+ max-width: -moz-calc(50% - 362.499px);
23391
+ max-width: calc(50% - 362.499px);
23392
+ }
23393
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23394
+ max-width: 312.501px;
23395
+ }
23396
+
23397
+ /* Push right first column width */
23398
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child {
23399
+ max-width: -webkit-calc(50% - 364.999px);
23400
+ max-width: -moz-calc(50% - 364.999px);
23401
+ max-width: calc(50% - 364.999px);
23402
+ }
23403
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23404
+ max-width: 305.001px;
23405
+ }
23406
+
23407
+ /* Push right first column width */
23408
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child {
23409
+ max-width: -webkit-calc(50% - 367.499px);
23410
+ max-width: -moz-calc(50% - 367.499px);
23411
+ max-width: calc(50% - 367.499px);
23412
+ }
23413
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23414
+ max-width: 297.501px;
23415
+ }
23416
+
23417
+ /* Push right first column width */
23418
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child {
23419
+ max-width: -webkit-calc(50% - 369.999px);
23420
+ max-width: -moz-calc(50% - 369.999px);
23421
+ max-width: calc(50% - 369.999px);
23422
+ }
23423
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23424
+ max-width: 290.001px;
23425
+ }
23426
+
23427
+ /* Push right first column width */
23428
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child {
23429
+ max-width: -webkit-calc(50% - 372.499px);
23430
+ max-width: -moz-calc(50% - 372.499px);
23431
+ max-width: calc(50% - 372.499px);
23432
+ }
23433
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23434
+ max-width: 282.501px;
23435
+ }
23436
+
23437
+ /* Push right first column width */
23438
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child {
23439
+ max-width: -webkit-calc(50% - 374.999px);
23440
+ max-width: -moz-calc(50% - 374.999px);
23441
+ max-width: calc(50% - 374.999px);
23442
+ }
23443
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23444
+ max-width: 275.001px;
23445
+ }
23446
+
23447
+ /* Push right first column width */
23448
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child {
23449
+ max-width: -webkit-calc(50% - 379.999px);
23450
+ max-width: -moz-calc(50% - 379.999px);
23451
+ max-width: calc(50% - 379.999px);
23452
+ }
23453
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23454
+ max-width: 260.001px;
23455
+ }
23456
+
23457
+ /* Push right first column width */
23458
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child {
23459
+ max-width: -webkit-calc(50% - 384.999px);
23460
+ max-width: -moz-calc(50% - 384.999px);
23461
+ max-width: calc(50% - 384.999px);
23462
+ }
23463
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23464
+ max-width: 245.001px;
23465
+ }
23466
+
23467
+ /* Push right first column width */
23468
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child {
23469
+ max-width: -webkit-calc(50% - 389.999px);
23470
+ max-width: -moz-calc(50% - 389.999px);
23471
+ max-width: calc(50% - 389.999px);
23472
+ }
23473
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23474
+ max-width: 230.001px;
23475
+ }
23476
+
23477
+ /* Push right first column width */
23478
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child {
23479
+ max-width: -webkit-calc(50% - 394.999px);
23480
+ max-width: -moz-calc(50% - 394.999px);
23481
+ max-width: calc(50% - 394.999px);
23482
+ }
23483
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23484
+ max-width: 215.001px;
23485
+ }
23486
+
23487
+ /* Push right first column width */
23488
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child {
23489
+ max-width: -webkit-calc(50% - 399.999px);
23490
+ max-width: -moz-calc(50% - 399.999px);
23491
+ max-width: calc(50% - 399.999px);
23492
+ }
23493
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
23494
+ max-width: 200.001px;
23495
+ }
23496
+
23497
+ /* General width */
23498
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="4"] {
23499
+ -webkit-flex: 0 0 480.001px;
23500
+ -ms-flex: 0 0 480.001px;
23501
+ flex: 0 0 480.001px;
23502
+ max-width: 480.001px;
23503
+ }
23504
+
23505
+ /* Push left first column content width */
23506
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4"]:first-child {
23507
+ max-width: -webkit-calc(50% - 239.999px);
23508
+ max-width: -moz-calc(50% - 239.999px);
23509
+ max-width: calc(50% - 239.999px);
23510
+ }
23511
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23512
+ max-width: 440.001px;
23513
+ }
23514
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4"]:last-child {
23515
+ max-width: -webkit-calc(50% - 239.999px);
23516
+ max-width: -moz-calc(50% - 239.999px);
23517
+ max-width: calc(50% - 239.999px);
23518
+ }
23519
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23520
+ max-width: 440.001px;
23521
+ }
23522
+
23523
+ /* General width with gaps included */
23524
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"] {
23525
+ -webkit-flex: 0 0 466.66767px;
23526
+ -ms-flex: 0 0 466.66767px;
23527
+ flex: 0 0 466.66767px;
23528
+ max-width: 466.66767px;
23529
+ }
23530
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child {
23531
+ max-width: -webkit-calc(50% - 233.33233px);
23532
+ max-width: -moz-calc(50% - 233.33233px);
23533
+ max-width: calc(50% - 233.33233px);
23534
+ }
23535
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23536
+ max-width: 466.66767px;
23537
+ }
23538
+
23539
+ /* General width with gaps included */
23540
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"] {
23541
+ -webkit-flex: 0 0 470.001px;
23542
+ -ms-flex: 0 0 470.001px;
23543
+ flex: 0 0 470.001px;
23544
+ max-width: 470.001px;
23545
+ }
23546
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child {
23547
+ max-width: -webkit-calc(50% - 234.999px);
23548
+ max-width: -moz-calc(50% - 234.999px);
23549
+ max-width: calc(50% - 234.999px);
23550
+ }
23551
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23552
+ max-width: 460.001px;
23553
+ }
23554
+
23555
+ /* General width with gaps included */
23556
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"] {
23557
+ -webkit-flex: 0 0 473.33433px;
23558
+ -ms-flex: 0 0 473.33433px;
23559
+ flex: 0 0 473.33433px;
23560
+ max-width: 473.33433px;
23561
+ }
23562
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child {
23563
+ max-width: -webkit-calc(50% - 236.66567px);
23564
+ max-width: -moz-calc(50% - 236.66567px);
23565
+ max-width: calc(50% - 236.66567px);
23566
+ }
23567
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23568
+ max-width: 453.33433px;
23569
+ }
23570
+
23571
+ /* General width with gaps included */
23572
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"] {
23573
+ -webkit-flex: 0 0 476.66767px;
23574
+ -ms-flex: 0 0 476.66767px;
23575
+ flex: 0 0 476.66767px;
23576
+ max-width: 476.66767px;
23577
+ }
23578
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child {
23579
+ max-width: -webkit-calc(50% - 238.33233px);
23580
+ max-width: -moz-calc(50% - 238.33233px);
23581
+ max-width: calc(50% - 238.33233px);
23582
+ }
23583
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23584
+ max-width: 446.66767px;
23585
+ }
23586
+
23587
+ /* General width with gaps included */
23588
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"] {
23589
+ -webkit-flex: 0 0 480.001px;
23590
+ -ms-flex: 0 0 480.001px;
23591
+ flex: 0 0 480.001px;
23592
+ max-width: 480.001px;
23593
+ }
23594
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child {
23595
+ max-width: -webkit-calc(50% - 239.999px);
23596
+ max-width: -moz-calc(50% - 239.999px);
23597
+ max-width: calc(50% - 239.999px);
23598
+ }
23599
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23600
+ max-width: 440.001px;
23601
+ }
23602
+
23603
+ /* General width with gaps included */
23604
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"] {
23605
+ -webkit-flex: 0 0 483.33433px;
23606
+ -ms-flex: 0 0 483.33433px;
23607
+ flex: 0 0 483.33433px;
23608
+ max-width: 483.33433px;
23609
+ }
23610
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child {
23611
+ max-width: -webkit-calc(50% - 241.66567px);
23612
+ max-width: -moz-calc(50% - 241.66567px);
23613
+ max-width: calc(50% - 241.66567px);
23614
+ }
23615
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23616
+ max-width: 433.33433px;
23617
+ }
23618
+
23619
+ /* General width with gaps included */
23620
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"] {
23621
+ -webkit-flex: 0 0 486.66767px;
23622
+ -ms-flex: 0 0 486.66767px;
23623
+ flex: 0 0 486.66767px;
23624
+ max-width: 486.66767px;
23625
+ }
23626
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child {
23627
+ max-width: -webkit-calc(50% - 243.33233px);
23628
+ max-width: -moz-calc(50% - 243.33233px);
23629
+ max-width: calc(50% - 243.33233px);
23630
+ }
23631
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23632
+ max-width: 426.66767px;
23633
+ }
23634
+
23635
+ /* General width with gaps included */
23636
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"] {
23637
+ -webkit-flex: 0 0 490.001px;
23638
+ -ms-flex: 0 0 490.001px;
23639
+ flex: 0 0 490.001px;
23640
+ max-width: 490.001px;
23641
+ }
23642
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child {
23643
+ max-width: -webkit-calc(50% - 244.999px);
23644
+ max-width: -moz-calc(50% - 244.999px);
23645
+ max-width: calc(50% - 244.999px);
23646
+ }
23647
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23648
+ max-width: 420.001px;
23649
+ }
23650
+
23651
+ /* General width with gaps included */
23652
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"] {
23653
+ -webkit-flex: 0 0 493.33433px;
23654
+ -ms-flex: 0 0 493.33433px;
23655
+ flex: 0 0 493.33433px;
23656
+ max-width: 493.33433px;
23657
+ }
23658
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child {
23659
+ max-width: -webkit-calc(50% - 246.66567px);
23660
+ max-width: -moz-calc(50% - 246.66567px);
23661
+ max-width: calc(50% - 246.66567px);
23662
+ }
23663
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23664
+ max-width: 413.33433px;
23665
+ }
23666
+
23667
+ /* General width with gaps included */
23668
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"] {
23669
+ -webkit-flex: 0 0 496.66767px;
23670
+ -ms-flex: 0 0 496.66767px;
23671
+ flex: 0 0 496.66767px;
23672
+ max-width: 496.66767px;
23673
+ }
23674
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child {
23675
+ max-width: -webkit-calc(50% - 248.33233px);
23676
+ max-width: -moz-calc(50% - 248.33233px);
23677
+ max-width: calc(50% - 248.33233px);
23678
+ }
23679
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23680
+ max-width: 406.66767px;
23681
+ }
23682
+
23683
+ /* General width with gaps included */
23684
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"] {
23685
+ -webkit-flex: 0 0 500.001px;
23686
+ -ms-flex: 0 0 500.001px;
23687
+ flex: 0 0 500.001px;
23688
+ max-width: 500.001px;
23689
+ }
23690
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child {
23691
+ max-width: -webkit-calc(50% - 249.999px);
23692
+ max-width: -moz-calc(50% - 249.999px);
23693
+ max-width: calc(50% - 249.999px);
23694
+ }
23695
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23696
+ max-width: 400.001px;
23697
+ }
23698
+
23699
+ /* General width with gaps included */
23700
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"] {
23701
+ -webkit-flex: 0 0 503.33433px;
23702
+ -ms-flex: 0 0 503.33433px;
23703
+ flex: 0 0 503.33433px;
23704
+ max-width: 503.33433px;
23705
+ }
23706
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child {
23707
+ max-width: -webkit-calc(50% - 251.66567px);
23708
+ max-width: -moz-calc(50% - 251.66567px);
23709
+ max-width: calc(50% - 251.66567px);
23710
+ }
23711
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23712
+ max-width: 393.33433px;
23713
+ }
23714
+
23715
+ /* General width with gaps included */
23716
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"] {
23717
+ -webkit-flex: 0 0 506.66767px;
23718
+ -ms-flex: 0 0 506.66767px;
23719
+ flex: 0 0 506.66767px;
23720
+ max-width: 506.66767px;
23721
+ }
23722
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child {
23723
+ max-width: -webkit-calc(50% - 253.33233px);
23724
+ max-width: -moz-calc(50% - 253.33233px);
23725
+ max-width: calc(50% - 253.33233px);
23726
+ }
23727
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23728
+ max-width: 386.66767px;
23729
+ }
23730
+
23731
+ /* General width with gaps included */
23732
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"] {
23733
+ -webkit-flex: 0 0 510.001px;
23734
+ -ms-flex: 0 0 510.001px;
23735
+ flex: 0 0 510.001px;
23736
+ max-width: 510.001px;
23737
+ }
23738
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child {
23739
+ max-width: -webkit-calc(50% - 254.999px);
23740
+ max-width: -moz-calc(50% - 254.999px);
23741
+ max-width: calc(50% - 254.999px);
23742
+ }
23743
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23744
+ max-width: 380.001px;
23745
+ }
23746
+
23747
+ /* General width with gaps included */
23748
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"] {
23749
+ -webkit-flex: 0 0 513.33433px;
23750
+ -ms-flex: 0 0 513.33433px;
23751
+ flex: 0 0 513.33433px;
23752
+ max-width: 513.33433px;
23753
+ }
23754
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child {
23755
+ max-width: -webkit-calc(50% - 256.66567px);
23756
+ max-width: -moz-calc(50% - 256.66567px);
23757
+ max-width: calc(50% - 256.66567px);
23758
+ }
23759
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23760
+ max-width: 373.33433px;
23761
+ }
23762
+
23763
+ /* General width with gaps included */
23764
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"] {
23765
+ -webkit-flex: 0 0 516.66767px;
23766
+ -ms-flex: 0 0 516.66767px;
23767
+ flex: 0 0 516.66767px;
23768
+ max-width: 516.66767px;
23769
+ }
23770
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child {
23771
+ max-width: -webkit-calc(50% - 258.33233px);
23772
+ max-width: -moz-calc(50% - 258.33233px);
23773
+ max-width: calc(50% - 258.33233px);
23774
+ }
23775
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23776
+ max-width: 366.66767px;
23777
+ }
23778
+
23779
+ /* General width with gaps included */
23780
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"] {
23781
+ -webkit-flex: 0 0 520.001px;
23782
+ -ms-flex: 0 0 520.001px;
23783
+ flex: 0 0 520.001px;
23784
+ max-width: 520.001px;
23785
+ }
23786
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child {
23787
+ max-width: -webkit-calc(50% - 259.999px);
23788
+ max-width: -moz-calc(50% - 259.999px);
23789
+ max-width: calc(50% - 259.999px);
23790
+ }
23791
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23792
+ max-width: 360.001px;
23793
+ }
23794
+
23795
+ /* General width with gaps included */
23796
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"] {
23797
+ -webkit-flex: 0 0 523.33433px;
23798
+ -ms-flex: 0 0 523.33433px;
23799
+ flex: 0 0 523.33433px;
23800
+ max-width: 523.33433px;
23801
+ }
23802
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child {
23803
+ max-width: -webkit-calc(50% - 261.66567px);
23804
+ max-width: -moz-calc(50% - 261.66567px);
23805
+ max-width: calc(50% - 261.66567px);
23806
+ }
23807
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23808
+ max-width: 353.33433px;
23809
+ }
23810
+
23811
+ /* General width with gaps included */
23812
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"] {
23813
+ -webkit-flex: 0 0 526.66767px;
23814
+ -ms-flex: 0 0 526.66767px;
23815
+ flex: 0 0 526.66767px;
23816
+ max-width: 526.66767px;
23817
+ }
23818
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child {
23819
+ max-width: -webkit-calc(50% - 263.33233px);
23820
+ max-width: -moz-calc(50% - 263.33233px);
23821
+ max-width: calc(50% - 263.33233px);
23822
+ }
23823
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23824
+ max-width: 346.66767px;
23825
+ }
23826
+
23827
+ /* General width with gaps included */
23828
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"] {
23829
+ -webkit-flex: 0 0 530.001px;
23830
+ -ms-flex: 0 0 530.001px;
23831
+ flex: 0 0 530.001px;
23832
+ max-width: 530.001px;
23833
+ }
23834
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child {
23835
+ max-width: -webkit-calc(50% - 264.999px);
23836
+ max-width: -moz-calc(50% - 264.999px);
23837
+ max-width: calc(50% - 264.999px);
23838
+ }
23839
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23840
+ max-width: 340.001px;
23841
+ }
23842
+
23843
+ /* General width with gaps included */
23844
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"] {
23845
+ -webkit-flex: 0 0 533.33433px;
23846
+ -ms-flex: 0 0 533.33433px;
23847
+ flex: 0 0 533.33433px;
23848
+ max-width: 533.33433px;
23849
+ }
23850
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child {
23851
+ max-width: -webkit-calc(50% - 266.66567px);
23852
+ max-width: -moz-calc(50% - 266.66567px);
23853
+ max-width: calc(50% - 266.66567px);
23854
+ }
23855
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
23856
+ max-width: 333.33433px;
23857
+ }
23858
+
23859
+ /* Push right first column width */
23860
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child {
23861
+ max-width: -webkit-calc(50% - 233.33233px);
23862
+ max-width: -moz-calc(50% - 233.33233px);
23863
+ max-width: calc(50% - 233.33233px);
23864
+ }
23865
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23866
+ max-width: 466.66767px;
23867
+ }
23868
+
23869
+ /* Push right first column width */
23870
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child {
23871
+ max-width: -webkit-calc(50% - 234.999px);
23872
+ max-width: -moz-calc(50% - 234.999px);
23873
+ max-width: calc(50% - 234.999px);
23874
+ }
23875
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23876
+ max-width: 460.001px;
23877
+ }
23878
+
23879
+ /* Push right first column width */
23880
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child {
23881
+ max-width: -webkit-calc(50% - 236.66567px);
23882
+ max-width: -moz-calc(50% - 236.66567px);
23883
+ max-width: calc(50% - 236.66567px);
23884
+ }
23885
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23886
+ max-width: 453.33433px;
23887
+ }
23888
+
23889
+ /* Push right first column width */
23890
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child {
23891
+ max-width: -webkit-calc(50% - 238.33233px);
23892
+ max-width: -moz-calc(50% - 238.33233px);
23893
+ max-width: calc(50% - 238.33233px);
23894
+ }
23895
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23896
+ max-width: 446.66767px;
23897
+ }
23898
+
23899
+ /* Push right first column width */
23900
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child {
23901
+ max-width: -webkit-calc(50% - 239.999px);
23902
+ max-width: -moz-calc(50% - 239.999px);
23903
+ max-width: calc(50% - 239.999px);
23904
+ }
23905
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23906
+ max-width: 440.001px;
23907
+ }
23908
+
23909
+ /* Push right first column width */
23910
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child {
23911
+ max-width: -webkit-calc(50% - 241.66567px);
23912
+ max-width: -moz-calc(50% - 241.66567px);
23913
+ max-width: calc(50% - 241.66567px);
23914
+ }
23915
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23916
+ max-width: 433.33433px;
23917
+ }
23918
+
23919
+ /* Push right first column width */
23920
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child {
23921
+ max-width: -webkit-calc(50% - 243.33233px);
23922
+ max-width: -moz-calc(50% - 243.33233px);
23923
+ max-width: calc(50% - 243.33233px);
23924
+ }
23925
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23926
+ max-width: 426.66767px;
23927
+ }
23928
+
23929
+ /* Push right first column width */
23930
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child {
23931
+ max-width: -webkit-calc(50% - 244.999px);
23932
+ max-width: -moz-calc(50% - 244.999px);
23933
+ max-width: calc(50% - 244.999px);
23934
+ }
23935
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23936
+ max-width: 420.001px;
23937
+ }
23938
+
23939
+ /* Push right first column width */
23940
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child {
23941
+ max-width: -webkit-calc(50% - 246.66567px);
23942
+ max-width: -moz-calc(50% - 246.66567px);
23943
+ max-width: calc(50% - 246.66567px);
23944
+ }
23945
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23946
+ max-width: 413.33433px;
23947
+ }
23948
+
23949
+ /* Push right first column width */
23950
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child {
23951
+ max-width: -webkit-calc(50% - 248.33233px);
23952
+ max-width: -moz-calc(50% - 248.33233px);
23953
+ max-width: calc(50% - 248.33233px);
23954
+ }
23955
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23956
+ max-width: 406.66767px;
23957
+ }
23958
+
23959
+ /* Push right first column width */
23960
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child {
23961
+ max-width: -webkit-calc(50% - 249.999px);
23962
+ max-width: -moz-calc(50% - 249.999px);
23963
+ max-width: calc(50% - 249.999px);
23964
+ }
23965
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23966
+ max-width: 400.001px;
23967
+ }
23968
+
23969
+ /* Push right first column width */
23970
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child {
23971
+ max-width: -webkit-calc(50% - 253.33233px);
23972
+ max-width: -moz-calc(50% - 253.33233px);
23973
+ max-width: calc(50% - 253.33233px);
23974
+ }
23975
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23976
+ max-width: 386.66767px;
23977
+ }
23978
+
23979
+ /* Push right first column width */
23980
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child {
23981
+ max-width: -webkit-calc(50% - 256.66567px);
23982
+ max-width: -moz-calc(50% - 256.66567px);
23983
+ max-width: calc(50% - 256.66567px);
23984
+ }
23985
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23986
+ max-width: 373.33433px;
23987
+ }
23988
+
23989
+ /* Push right first column width */
23990
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child {
23991
+ max-width: -webkit-calc(50% - 259.999px);
23992
+ max-width: -moz-calc(50% - 259.999px);
23993
+ max-width: calc(50% - 259.999px);
23994
+ }
23995
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
23996
+ max-width: 360.001px;
23997
+ }
23998
+
23999
+ /* Push right first column width */
24000
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child {
24001
+ max-width: -webkit-calc(50% - 263.33233px);
24002
+ max-width: -moz-calc(50% - 263.33233px);
24003
+ max-width: calc(50% - 263.33233px);
24004
+ }
24005
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
24006
+ max-width: 346.66767px;
24007
+ }
24008
+
24009
+ /* Push right first column width */
24010
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child {
24011
+ max-width: -webkit-calc(50% - 266.66567px);
24012
+ max-width: -moz-calc(50% - 266.66567px);
24013
+ max-width: calc(50% - 266.66567px);
24014
+ }
24015
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
24016
+ max-width: 333.33433px;
24017
+ }
24018
+
24019
+ /* General width */
24020
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="4.8"] {
24021
+ -webkit-flex: 0 0 576.001px;
24022
+ -ms-flex: 0 0 576.001px;
24023
+ flex: 0 0 576.001px;
24024
+ max-width: 576.001px;
24025
+ }
24026
+
24027
+ /* Push left first column content width */
24028
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4.8"]:first-child {
24029
+ max-width: -webkit-calc(50% - 143.999px);
24030
+ max-width: -moz-calc(50% - 143.999px);
24031
+ max-width: calc(50% - 143.999px);
24032
+ }
24033
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24034
+ max-width: 536.001px;
24035
+ }
24036
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4.8"]:last-child {
24037
+ max-width: -webkit-calc(50% - 143.999px);
24038
+ max-width: -moz-calc(50% - 143.999px);
24039
+ max-width: calc(50% - 143.999px);
24040
+ }
24041
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
24042
+ max-width: 536.001px;
24043
+ }
24044
+
24045
+ /* General width with gaps included */
24046
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"] {
24047
+ -webkit-flex: 0 0 560.001px;
24048
+ -ms-flex: 0 0 560.001px;
24049
+ flex: 0 0 560.001px;
24050
+ max-width: 560.001px;
24051
+ }
24052
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child {
24053
+ max-width: -webkit-calc(50% - 139.999px);
24054
+ max-width: -moz-calc(50% - 139.999px);
24055
+ max-width: calc(50% - 139.999px);
24056
+ }
24057
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24058
+ max-width: 560.001px;
24059
+ }
24060
+
24061
+ /* General width with gaps included */
24062
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"] {
24063
+ -webkit-flex: 0 0 564.001px;
24064
+ -ms-flex: 0 0 564.001px;
24065
+ flex: 0 0 564.001px;
24066
+ max-width: 564.001px;
24067
+ }
24068
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child {
24069
+ max-width: -webkit-calc(50% - 140.999px);
24070
+ max-width: -moz-calc(50% - 140.999px);
24071
+ max-width: calc(50% - 140.999px);
24072
+ }
24073
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24074
+ max-width: 554.001px;
24075
+ }
24076
+
24077
+ /* General width with gaps included */
24078
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"] {
24079
+ -webkit-flex: 0 0 568.001px;
24080
+ -ms-flex: 0 0 568.001px;
24081
+ flex: 0 0 568.001px;
24082
+ max-width: 568.001px;
24083
+ }
24084
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child {
24085
+ max-width: -webkit-calc(50% - 141.999px);
24086
+ max-width: -moz-calc(50% - 141.999px);
24087
+ max-width: calc(50% - 141.999px);
24088
+ }
24089
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24090
+ max-width: 548.001px;
24091
+ }
24092
+
24093
+ /* General width with gaps included */
24094
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"] {
24095
+ -webkit-flex: 0 0 572.001px;
24096
+ -ms-flex: 0 0 572.001px;
24097
+ flex: 0 0 572.001px;
24098
+ max-width: 572.001px;
24099
+ }
24100
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child {
24101
+ max-width: -webkit-calc(50% - 142.999px);
24102
+ max-width: -moz-calc(50% - 142.999px);
24103
+ max-width: calc(50% - 142.999px);
24104
+ }
24105
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24106
+ max-width: 542.001px;
24107
+ }
24108
+
24109
+ /* General width with gaps included */
24110
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"] {
24111
+ -webkit-flex: 0 0 576.001px;
24112
+ -ms-flex: 0 0 576.001px;
24113
+ flex: 0 0 576.001px;
24114
+ max-width: 576.001px;
24115
+ }
24116
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child {
24117
+ max-width: -webkit-calc(50% - 143.999px);
24118
+ max-width: -moz-calc(50% - 143.999px);
24119
+ max-width: calc(50% - 143.999px);
24120
+ }
24121
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24122
+ max-width: 536.001px;
24123
+ }
24124
+
24125
+ /* General width with gaps included */
24126
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"] {
24127
+ -webkit-flex: 0 0 580.001px;
24128
+ -ms-flex: 0 0 580.001px;
24129
+ flex: 0 0 580.001px;
24130
+ max-width: 580.001px;
24131
+ }
24132
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child {
24133
+ max-width: -webkit-calc(50% - 144.999px);
24134
+ max-width: -moz-calc(50% - 144.999px);
24135
+ max-width: calc(50% - 144.999px);
24136
+ }
24137
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24138
+ max-width: 530.001px;
24139
+ }
24140
+
24141
+ /* General width with gaps included */
24142
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"] {
24143
+ -webkit-flex: 0 0 584.001px;
24144
+ -ms-flex: 0 0 584.001px;
24145
+ flex: 0 0 584.001px;
24146
+ max-width: 584.001px;
24147
+ }
24148
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child {
24149
+ max-width: -webkit-calc(50% - 145.999px);
24150
+ max-width: -moz-calc(50% - 145.999px);
24151
+ max-width: calc(50% - 145.999px);
24152
+ }
24153
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24154
+ max-width: 524.001px;
24155
+ }
24156
+
24157
+ /* General width with gaps included */
24158
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"] {
24159
+ -webkit-flex: 0 0 588.001px;
24160
+ -ms-flex: 0 0 588.001px;
24161
+ flex: 0 0 588.001px;
24162
+ max-width: 588.001px;
24163
+ }
24164
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child {
24165
+ max-width: -webkit-calc(50% - 146.999px);
24166
+ max-width: -moz-calc(50% - 146.999px);
24167
+ max-width: calc(50% - 146.999px);
24168
+ }
24169
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24170
+ max-width: 518.001px;
24171
+ }
24172
+
24173
+ /* General width with gaps included */
24174
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"] {
24175
+ -webkit-flex: 0 0 592.001px;
24176
+ -ms-flex: 0 0 592.001px;
24177
+ flex: 0 0 592.001px;
24178
+ max-width: 592.001px;
24179
+ }
24180
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child {
24181
+ max-width: -webkit-calc(50% - 147.999px);
24182
+ max-width: -moz-calc(50% - 147.999px);
24183
+ max-width: calc(50% - 147.999px);
24184
+ }
24185
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24186
+ max-width: 512.001px;
24187
+ }
24188
+
24189
+ /* General width with gaps included */
24190
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"] {
24191
+ -webkit-flex: 0 0 596.001px;
24192
+ -ms-flex: 0 0 596.001px;
24193
+ flex: 0 0 596.001px;
24194
+ max-width: 596.001px;
24195
+ }
24196
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child {
24197
+ max-width: -webkit-calc(50% - 148.999px);
24198
+ max-width: -moz-calc(50% - 148.999px);
24199
+ max-width: calc(50% - 148.999px);
24200
+ }
24201
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24202
+ max-width: 506.001px;
24203
+ }
24204
+
24205
+ /* General width with gaps included */
24206
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"] {
24207
+ -webkit-flex: 0 0 600.001px;
24208
+ -ms-flex: 0 0 600.001px;
24209
+ flex: 0 0 600.001px;
24210
+ max-width: 600.001px;
24211
+ }
24212
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child {
24213
+ max-width: -webkit-calc(50% - 149.999px);
24214
+ max-width: -moz-calc(50% - 149.999px);
24215
+ max-width: calc(50% - 149.999px);
24216
+ }
24217
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24218
+ max-width: 500.001px;
24219
+ }
24220
+
24221
+ /* General width with gaps included */
24222
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"] {
24223
+ -webkit-flex: 0 0 604.001px;
24224
+ -ms-flex: 0 0 604.001px;
24225
+ flex: 0 0 604.001px;
24226
+ max-width: 604.001px;
24227
+ }
24228
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child {
24229
+ max-width: -webkit-calc(50% - 150.999px);
24230
+ max-width: -moz-calc(50% - 150.999px);
24231
+ max-width: calc(50% - 150.999px);
24232
+ }
24233
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24234
+ max-width: 494.001px;
24235
+ }
24236
+
24237
+ /* General width with gaps included */
24238
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"] {
24239
+ -webkit-flex: 0 0 608.001px;
24240
+ -ms-flex: 0 0 608.001px;
24241
+ flex: 0 0 608.001px;
24242
+ max-width: 608.001px;
24243
+ }
24244
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child {
24245
+ max-width: -webkit-calc(50% - 151.999px);
24246
+ max-width: -moz-calc(50% - 151.999px);
24247
+ max-width: calc(50% - 151.999px);
24248
+ }
24249
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24250
+ max-width: 488.001px;
24251
+ }
24252
+
24253
+ /* General width with gaps included */
24254
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"] {
24255
+ -webkit-flex: 0 0 612.001px;
24256
+ -ms-flex: 0 0 612.001px;
24257
+ flex: 0 0 612.001px;
24258
+ max-width: 612.001px;
24259
+ }
24260
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child {
24261
+ max-width: -webkit-calc(50% - 152.999px);
24262
+ max-width: -moz-calc(50% - 152.999px);
24263
+ max-width: calc(50% - 152.999px);
24264
+ }
24265
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24266
+ max-width: 482.001px;
24267
+ }
24268
+
24269
+ /* General width with gaps included */
24270
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"] {
24271
+ -webkit-flex: 0 0 616.001px;
24272
+ -ms-flex: 0 0 616.001px;
24273
+ flex: 0 0 616.001px;
24274
+ max-width: 616.001px;
24275
+ }
24276
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child {
24277
+ max-width: -webkit-calc(50% - 153.999px);
24278
+ max-width: -moz-calc(50% - 153.999px);
24279
+ max-width: calc(50% - 153.999px);
24280
+ }
24281
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24282
+ max-width: 476.001px;
24283
+ }
24284
+
24285
+ /* General width with gaps included */
24286
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"] {
24287
+ -webkit-flex: 0 0 620.001px;
24288
+ -ms-flex: 0 0 620.001px;
24289
+ flex: 0 0 620.001px;
24290
+ max-width: 620.001px;
24291
+ }
24292
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child {
24293
+ max-width: -webkit-calc(50% - 154.999px);
24294
+ max-width: -moz-calc(50% - 154.999px);
24295
+ max-width: calc(50% - 154.999px);
24296
+ }
24297
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24298
+ max-width: 470.001px;
24299
+ }
24300
+
24301
+ /* General width with gaps included */
24302
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"] {
24303
+ -webkit-flex: 0 0 624.001px;
24304
+ -ms-flex: 0 0 624.001px;
24305
+ flex: 0 0 624.001px;
24306
+ max-width: 624.001px;
24307
+ }
24308
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child {
24309
+ max-width: -webkit-calc(50% - 155.999px);
24310
+ max-width: -moz-calc(50% - 155.999px);
24311
+ max-width: calc(50% - 155.999px);
24312
+ }
24313
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24314
+ max-width: 464.001px;
24315
+ }
24316
+
24317
+ /* General width with gaps included */
24318
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"] {
24319
+ -webkit-flex: 0 0 628.001px;
24320
+ -ms-flex: 0 0 628.001px;
24321
+ flex: 0 0 628.001px;
24322
+ max-width: 628.001px;
24323
+ }
24324
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child {
24325
+ max-width: -webkit-calc(50% - 156.999px);
24326
+ max-width: -moz-calc(50% - 156.999px);
24327
+ max-width: calc(50% - 156.999px);
24328
+ }
24329
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24330
+ max-width: 458.001px;
24331
+ }
24332
+
24333
+ /* General width with gaps included */
24334
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"] {
24335
+ -webkit-flex: 0 0 632.001px;
24336
+ -ms-flex: 0 0 632.001px;
24337
+ flex: 0 0 632.001px;
24338
+ max-width: 632.001px;
24339
+ }
24340
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child {
24341
+ max-width: -webkit-calc(50% - 157.999px);
24342
+ max-width: -moz-calc(50% - 157.999px);
24343
+ max-width: calc(50% - 157.999px);
24344
+ }
24345
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24346
+ max-width: 452.001px;
24347
+ }
24348
+
24349
+ /* General width with gaps included */
24350
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"] {
24351
+ -webkit-flex: 0 0 636.001px;
24352
+ -ms-flex: 0 0 636.001px;
24353
+ flex: 0 0 636.001px;
24354
+ max-width: 636.001px;
24355
+ }
24356
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child {
24357
+ max-width: -webkit-calc(50% - 158.999px);
24358
+ max-width: -moz-calc(50% - 158.999px);
24359
+ max-width: calc(50% - 158.999px);
24360
+ }
24361
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24362
+ max-width: 446.001px;
24363
+ }
24364
+
24365
+ /* General width with gaps included */
24366
+ .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"] {
24367
+ -webkit-flex: 0 0 640.001px;
24368
+ -ms-flex: 0 0 640.001px;
24369
+ flex: 0 0 640.001px;
24370
+ max-width: 640.001px;
24371
+ }
24372
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child {
24373
+ max-width: -webkit-calc(50% - 159.999px);
24374
+ max-width: -moz-calc(50% - 159.999px);
24375
+ max-width: calc(50% - 159.999px);
24376
+ }
24377
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
24378
+ max-width: 440.001px;
24379
+ }
24380
+
24381
+ /* Push right first column width */
24382
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child {
24383
+ max-width: -webkit-calc(50% - 139.999px);
24384
+ max-width: -moz-calc(50% - 139.999px);
24385
+ max-width: calc(50% - 139.999px);
24386
+ }
24387
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
24388
+ max-width: 560.001px;
24389
+ }
24390
+
24391
+ /* Push right first column width */
24392
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child {
24393
+ max-width: -webkit-calc(50% - 140.999px);
24394
+ max-width: -moz-calc(50% - 140.999px);
24395
+ max-width: calc(50% - 140.999px);
24396
+ }
24397
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
24398
+ max-width: 554.001px;
24399
+ }
24400
+
24401
+ /* Push right first column width */
24402
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child {
24403
+ max-width: -webkit-calc(50% - 141.999px);
24404
+ max-width: -moz-calc(50% - 141.999px);
24405
+ max-width: calc(50% - 141.999px);
24406
+ }
24407
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
24408
+ max-width: 548.001px;
24409
+ }
24410
+
24411
+ /* Push right first column width */
24412
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child {
24413
+ max-width: -webkit-calc(50% - 142.999px);
24414
+ max-width: -moz-calc(50% - 142.999px);
24415
+ max-width: calc(50% - 142.999px);
24416
+ }
24417
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
24418
+ max-width: 542.001px;
24419
+ }
24420
+
24421
+ /* Push right first column width */
24422
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child {
24423
+ max-width: -webkit-calc(50% - 143.999px);
24424
+ max-width: -moz-calc(50% - 143.999px);
24425
+ max-width: calc(50% - 143.999px);
24426
+ }
24427
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
24428
+ max-width: 536.001px;
24429
+ }
24430
+
24431
+ /* Push right first column width */
24432
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child {
24433
+ max-width: -webkit-calc(50% - 144.999px);
24434
+ max-width: -moz-calc(50% - 144.999px);
24435
+ max-width: calc(50% - 144.999px);
24436
+ }
24437
+ .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
24438
+ max-width: 530.001px;
24439
+ }
24440
+
24441
+ /* Push right first column width */