var breeze_prefetch = {"local_url":"https:\/\/offset-carbon.org","ignore_remote_prefetch":"1","ignore_list":["\/cart","\/checkout","\/my-account","wp-admin","wp-login.php"]};
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/offset-carbon.org\/cart","is_cart":"","cart_redirect_after_add":"yes"};
var commercekit_ajs = {"ajax_url":"\/?commercekit-ajax","ajax_search":1,"char_count":3,"action":"commercekit_ajax_search","loader_icon":"https:\/\/offset-carbon.org\/wp-content\/plugins\/commercegurus-commercekit\/assets\/images\/loader2.gif","no_results_text":"No results","placeholder_text":"Search","other_result_text":"Other results","view_all_text":"View all results","no_other_text":"No other results","other_all_text":"View all other results","ajax_url_product":"https:\/\/offset-carbon.org\/?cgkit_ajax_search_product=1","ajax_url_post":"https:\/\/offset-carbon.org\/?cgkit_ajax_search_post=1","fast_ajax_search":0,"ajs_other_results":1,"layout":"product"}; var commercekit_pdp = []; var commercekit_as = [];
var _hsq = _hsq || [];
_hsq.push(["setContentType", "standard-page"]);
Measure your individual or company carbon footprint in less than 2 minutes.
A Step Forward For Sustainability
Calculate
Use the carbon footprint calculator to measure the emission you produce.
Reduce
Set carbon footprint reduction goals to reduce your carbon footprint.
Offset
Fund incredible projects that sequester, avoid or remove carbon.
How Do You Use The Carbon Footprint Calculator?
01
Data Sources
We use reputable sources such as Our World In Data and World Bank to create base-line average carbon footprint calculations that dynamically change by country. We include lifestyle data and energy carbon emission data to provide encompassing carbon footprint calculations.
03
The Calculation
Our simple carbon footprint calculator uses averages and estimates to provide carbon calculations for individuals and companies. The more optional data you provide, the more accurate the results. For the most accurate results, we offer full carbon audits following the GHG protocol accredited to ISO 14064 standards.
02
Your Data
Your data remains anonymous and protected. We never store the data you provide, and requests made to our carbon footprint calculator database and services are anonymous. The majority of the data you provide is optional but allows for a more accurate carbon footprint calculation.
04
Results
Once you have your carbon footprint calculation results sign up for our free climate action dashboard to track of your carbon footprint over time. You'll have the opportunity to offset your carbon footprint through our carefully curated carbon footprint offsetting portfolios that support incredibly carbon offsetting projects worldwide.
Your Climate Action Dashboard
Use our incredible climate action dashboard to measure and track your carbon footprint, offset your footprint, monitor portfolio performance & more.
Sign up today and start your path to a more sustainable lifestyle.
To calculate your carbon footprint, simply use our Carbon Footprint Calculator, which measures your emissions in under two minutes. It evaluates your lifestyle or company’s energy usage based on reputable data sources and gives you an estimate of the carbon emissions you’re responsible for.
Our Carbon Footprint Calculator provides an estimate based on averages and user-provided data. While initial calculations give a good baseline, for more detailed and accurate results, we recommend utilizing our full carbon audits that follow the GHG Protocol and are accredited to ISO 14064 standards.
By selecting the ‘Company’ option in our Carbon Footprint Calculator, you can quickly assess your organization’s carbon emissions. For a detailed analysis, provide more specific data related to your company’s operations, which allows for a more comprehensive evaluation.
Our calculator requires basic information about your lifestyle or company’s activities. The more detailed the data you provide, such as energy consumption or travel habits, the more personalized and accurate your carbon footprint result will be.
Absolutely. Your privacy is paramount to us. We ensure your data remains anonymous and protected; it is never stored, and all requests to our database are anonymous.
After calculating your carbon footprint, you can take proactive steps by setting reduction goals and funding projects that sequester, avoid, or remove carbon from the atmosphere. You can also sign up for our free climate action dashboard to track your progress over time.
Our Climate Action Dashboard is a comprehensive tool that not only helps you monitor your carbon footprint but also guides you in offsetting your emissions by investing in carbon reduction projects. It’s an excellent way to commit to sustainable lifestyle changes and witness your positive impact.
Through our carefully curated carbon footprint offsetting portfolios, you can support a variety of projects that have been vetted for their effectiveness in carbon offsetting. These range from renewable energy to reforestation, all designed to contribute to a more sustainable future.
Empower Change, Offset Today
Be Part Of The Solution
Your choice matters. Offset your carbon footprint and contribute to a sustainable future. Purchase and offset your carbon credits and make a real difference.
Your credits go towards projects such as:
– Forest restoration & protection – Fossil fuel substitution – Clean drinking water – Efficient cookstoves for developing countries – Recycling sea plastics – Regenerative agriculture
Verified certification
Awarded on every offset
Authenticated CERs
Serialised for full tracking
Internationally accredited
Carbon offsets for global projects
100% Secure Checkout
PayPal / MasterCard / Visa
function commercekitOrderBumpAdd(product_id, obj, position){
obj.setAttribute('disabled', 'disabled');
var wrap = obj.closest('.commercekit-order-bump-wrap');
if( wrap ){
var bullets = wrap.querySelector('.ckobp-bullets');
if( bullets ){
bullets.classList.add('processing');
}
}
var formData = new FormData();
formData.append('product_id', product_id);
fetch( commercekit_ajs.ajax_url + '=commercekit_order_bump_add', {
method: 'POST',
body: formData,
}).then(response => response.json()).then( json => {
var ppp = document.querySelector('.paypalplus-paywall');
if( ppp ) {
window.location.reload();
} else {
var ucheckout = new Event('update_checkout');
document.body.dispatchEvent(ucheckout);
var ufragment = new Event('wc_fragment_refresh');
document.body.dispatchEvent(ufragment);
}
});
}
var ckit_obp_clicked = false;
var ckit_obp_clicked_id = 0;
document.addEventListener('click', function(e){
$this = e.target;
if( $this.classList.contains( 'ckobp-bullet' ) ) {
e.preventDefault();
e.stopPropagation();
ckit_obp_clicked = true;
ckit_obp_make_active($this, true);
if( ckit_obp_clicked_id ){
clearTimeout( ckit_obp_clicked_id );
}
ckit_obp_clicked_id = setTimeout(function(){ ckit_obp_clicked = false; ckit_obp_clicked_id = 0; }, 1000);
}
$thisp = $this.closest('.ckobp-prev');
if( $this.classList.contains( 'ckobp-prev' ) || $thisp ) {
e.preventDefault();
e.stopPropagation();
var parent = $this.closest( '.commercekit-order-bump-wrap' );
var par_divs = parent.querySelector('.ckobp-bullets');
var $is_rtl = document.querySelector('body.rtl');
if( par_divs ){
var $index = parseInt(par_divs.getAttribute('data-index'));
if( $index == 1 && ! $is_rtl ){
return true;
}
var $nindex = $is_rtl ? $index + 1 : $index - 1;
var $bullet = parent.querySelector('.ckobp-bullets .ckobp-bullet[data-index="'+$nindex+'"]');
if( $bullet ){
$bullet.click();
}
}
}
$thisp = $this.closest('.ckobp-next');
if( $this.classList.contains( 'ckobp-next' ) || $thisp ) {
e.preventDefault();
e.stopPropagation();
var parent = $this.closest( '.commercekit-order-bump-wrap' );
var par_divs = parent.querySelector('.ckobp-bullets');
var $is_rtl = document.querySelector('body.rtl');
if( par_divs ){
var total = parseInt(par_divs.getAttribute('data-total'));
var $index = parseInt(par_divs.getAttribute('data-index'));
if( $index == total && ! $is_rtl ){
return true;
}
var $nindex = $is_rtl ? $index - 1 : $index + 1;
var $bullet = parent.querySelector('.ckobp-bullets .ckobp-bullet[data-index="'+$nindex+'"]');
if( $bullet ){
$bullet.click();
}
}
}
});
function ckit_obp_make_active($this, $scroll){
var parent = $this.closest( '.commercekit-order-bump-wrap' );
var $id = $this.getAttribute( 'id' ).replace( 'bullet-', '' );
var $mthis = parent.querySelector( '#' + $id );
var main_divs = parent.querySelectorAll('.commercekit-order-bumps .commercekit-order-bump');
$this.classList.add( 'active' );
$mthis.classList.add( 'active' );
main_divs.forEach(function(main_div){
if( main_div !== $mthis ){
main_div.classList.remove( 'active' );
}
});
var sub_divs = parent.querySelectorAll('.ckobp-bullets .ckobp-bullet');
sub_divs.forEach(function(sub_divs){
if( sub_divs !== $this ){
sub_divs.classList.remove( 'active' );
}
});
var $index = parseInt($mthis.getAttribute('data-index'));
var par_divs = parent.querySelector('.ckobp-bullets');
if( par_divs ){
var total = parseInt(par_divs.getAttribute('data-total'));
par_divs.setAttribute('data-index', $index);
ckit_obp_update_prev_next(parent, total, $index);
}
if( $scroll ){
var $width = $mthis.clientWidth;
var $scroll_left = ( $index - 1 ) * $width;
var $is_rtl = document.querySelector('body.rtl');
if( $is_rtl ){
$scroll_left = -$scroll_left;
}
var ckit_obps = parent.querySelector('.commercekit-order-bumps');
if( ckit_obps ){
ckit_obps.scroll({
left: $scroll_left,
top: 0,
behavior: 'smooth'
});
}
}
}
document.addEventListener('scroll', function(e){
var $this = e.target;
if( $this.classList && $this.classList.contains('commercekit-order-bumps') && !ckit_obp_clicked ){
var sub_div = $this.querySelector('.commercekit-order-bump:first-child');
if( sub_div ){
var parent = $this.closest( '.commercekit-order-bump-wrap' );
var $width = sub_div.clientWidth;
var $scroll_left = Math.abs($this.scrollLeft);
var $index = Math.round( $scroll_left / $width ) + 1;
var $bullet = parent.querySelector('.ckobp-bullets .ckobp-bullet[data-index="'+$index+'"]');
if( $bullet ){
ckit_obp_make_active($bullet, false);
}
}
}
}, true);
function ckit_obp_update_prev_next(parent, total, $index){
var prev = parent.querySelector('.ckobp-prev');
var next = parent.querySelector('.ckobp-next');
if( prev && next ){
next.classList.remove('ckobp-disabled');
prev.classList.remove('ckobp-disabled');
var $is_rtl = document.querySelector('body.rtl');
if( $is_rtl ){
if( $index == 1 ) {
next.classList.add('ckobp-disabled');
}
if( $index == total ) {
prev.classList.add('ckobp-disabled');
}
} else {
if( $index == 1 ) {
prev.classList.add('ckobp-disabled');
}
if( $index == total ) {
next.classList.add('ckobp-disabled');
}
}
}
}
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
var leadin_wordpress = {"userRole":"visitor","pageType":"page","leadinPluginVersion":"11.1.40"};
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/offset-carbon.org\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
var yay_callback_data = {"admin_url":"https:\/\/offset-carbon.org\/wp-admin\/admin.php?page=wc-settings","ajaxurl":"https:\/\/offset-carbon.org\/wp-admin\/admin-ajax.php","nonce":"13d56b5743","isShowOnMenu":"0","isPolylangCompatible":"0","isDisplayFlagInSwitcher":"1","yayCurrencyPluginURL":"https:\/\/offset-carbon.org\/wp-content\/plugins\/yaycurrency-pro\/","converted_currency":[{"ID":7766,"currency":"GBP","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"£"},{"ID":7767,"currency":"USD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.313628911972","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7768,"currency":"EUR","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.1845599412918","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"€"},{"ID":7781,"currency":"AUD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.9698100090027","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7774,"currency":"CAD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.7820099592209","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7783,"currency":"SGD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.7102500200272","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7776,"currency":"JPY","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"186.6369934082","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"¥"},{"ID":7785,"currency":"AED","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"4.8217","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"د.إ"},{"ID":7786,"currency":"HKD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"10.237999916077","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7787,"currency":"ISK","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"181.03","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"kr."},{"ID":7780,"currency":"NZD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"2.1280400753021","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"}],"checkout_diff_currency":"1","cart_page":"","hide_dropdown_switcher":"","cookie_name":"yay_currency_widget","cache_compatible":"0","current_theme":"shoptimizer","minicart_contents_class":"a.cart-contents"};
var yayCurrency = {"admin_url":"https:\/\/offset-carbon.org\/wp-admin\/admin.php?page=wc-settings","ajaxurl":"https:\/\/offset-carbon.org\/wp-admin\/admin-ajax.php","nonce":"13d56b5743","isShowOnMenu":"0","isPolylangCompatible":"0","isDisplayFlagInSwitcher":"1","yayCurrencyPluginURL":"https:\/\/offset-carbon.org\/wp-content\/plugins\/yaycurrency-pro\/","converted_currency":[{"ID":7766,"currency":"GBP","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"£"},{"ID":7767,"currency":"USD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.313628911972","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7768,"currency":"EUR","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.1845599412918","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"€"},{"ID":7781,"currency":"AUD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.9698100090027","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7774,"currency":"CAD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.7820099592209","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7783,"currency":"SGD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.7102500200272","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7776,"currency":"JPY","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"186.6369934082","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"¥"},{"ID":7785,"currency":"AED","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"4.8217","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"د.إ"},{"ID":7786,"currency":"HKD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"10.237999916077","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7787,"currency":"ISK","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"181.03","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"kr."},{"ID":7780,"currency":"NZD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"2.1280400753021","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"}],"checkout_diff_currency":"1","cart_page":"","hide_dropdown_switcher":"","cookie_name":"yay_currency_widget","cache_compatible":"0","current_theme":"shoptimizer"};
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."};
var yith_ywsbs_frontend = {"ajaxurl":"https:\/\/offset-carbon.org\/wp-admin\/admin-ajax.php","add_to_cart_label":"Commit","default_cart_label":"Add to cart"};
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_94dcb173fc50a18364c31f3100dacc84","fragment_name":"wc_fragments_94dcb173fc50a18364c31f3100dacc84","request_timeout":"5000"};
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/offset-carbon.org\/wp-admin\/admin-ajax.php","nonce":"7722def46c","urls":{"assets":"https:\/\/offset-carbon.org\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/offset-carbon.org\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/offset-carbon.org\/cart","checkout_page_url":"https:\/\/offset-carbon.org\/checkout","fragments_nonce":"cc0816b786"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/offset-carbon.org\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.23.4","is_static":false,"experimentalFeatures":{"e_optimized_css_loading":true,"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"container_grid":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"display-conditions":true,"form-submissions":true,"taxonomy-filter":true},"urls":{"assets":"https:\/\/offset-carbon.org\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/offset-carbon.org\/wp-admin\/admin-ajax.php"},"nonces":{"floatingButtonsClickTracking":"7e19ad264f"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":7518,"title":"Carbon%20Calculator%20-%20offset-carbon.org","excerpt":"","featuredImage":false}};
var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":true,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"};