<!doctype html><html class="no-js" lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <title>CTL | Chromebooks, Chromebox, Google Meet, and Lifecycle Services</title>

    <script>
    window.__DH_GTM_ID__ = 'GTM-TQWPM8N6';
    window.__DH_EVENT_PREFIX__ = '_updated';
    </script>

    <script>
(function(){
  window.data_hatches = window.data_hatches || {};
  const H = window.data_hatches;

  if (!H.__ready__) {
    H.round2 = n => Math.round((+n || 0) * 100) / 100;

    H.readDH = function(){ try{ return JSON.parse(localStorage.getItem('dh')||'{}'); }catch(_){ return {}; } };
    H.writeDH = function(obj){ try{ localStorage.setItem('dh', JSON.stringify(obj||{})); }catch(_){} };
    H.ensureBoot = function(){
      const st = H.readDH();
      if (!st.v) st.v = '13.0';
      if (!st.anonSeed) st.anonSeed = `t${Date.now()}_r${Math.floor(Math.random()*1e6)}`;
      if (typeof st.prePurchase !== 'boolean') st.prePurchase = true;
      if (!Array.isArray(st.seenHashes)) st.seenHashes = [];
      if (!st.ltv) st.ltv = 0;
      H.writeDH(st);
    };

    H.ensureBoot();
    H.__ready__ = true;
  }

  const publishQueue = [];
  function safePublish(name, payload){
    function doPublish(){ try { Shopify.analytics.publish(name, payload); } catch(_){} }
    if (window.Shopify && Shopify.analytics && typeof Shopify.analytics.publish === 'function') {
      doPublish();
    } else {
      publishQueue.push({name, payload});
    }
  }
  function flushPublishQueue(){
    if (!(window.Shopify && Shopify.analytics && Shopify.analytics.publish)) return;
    while (publishQueue.length) {
      const {name, payload} = publishQueue.shift();
      try { Shopify.analytics.publish(name, payload); } catch(_){}
    }
  }
  document.addEventListener('DOMContentLoaded', flushPublishQueue);
  window.addEventListener('load', flushPublishQueue);

  function getClickPath(el){
    if (!(el instanceof Node)) return '';
    const chain = [];
    let n = el;
    while (n && n.nodeType === 1) {
      const cls = n.classList ? Array.prototype.join.call(n.classList, '.') : '';
      const part = (n.tagName ? n.tagName.toLowerCase() : '') +
                   (cls ? '.' + cls : '') +
                   (n.id ? '#' + n.id : '');
      chain.unshift(part);
      n = n.parentElement;
    }
    return (el.toString().match(/\[object (\w+)\]/)?.[1] || 'Element') + ': ' + chain.join(' > ');
  }

  window.addEventListener('click', function(evt){
    try {
      const base = {
        click_element : getClickPath(evt.target) || '',
        click_id      : evt.target.id || '',
        click_classes : evt.target.className || '',
        click_text    : (evt.target.innerText || '').trim().slice(0, 300),
        click_target  : evt.target.target || '',
        click_url     : evt.target.href || ''
      };
      safePublish('custom_click', base);

      const a = evt.target.closest && evt.target.closest('a');
      if (a) {
        safePublish('custom_link_click', {
          click_element : getClickPath(a) || '',
          click_id      : a.id || '',
          click_classes : a.className || '',
          click_text    : (a.innerText || '').trim().slice(0, 300),
          click_target  : a.target || '',
          click_url     : a.href || ''
        });
      }
    } catch(_){}
  }, {capture:true, passive:true});

  window.dataLayer = window.dataLayer || [];
  if (!window.__dh_boot__) {
    window.__dh_boot__ = true;
    dataLayer.push({
      event: 'dh_boot',
      event_source: 'dh_DataLayer',
      page_location: location.href,
      page_referrer: document.referrer || undefined,
      page_title: document.title
    });
    dataLayer.push({
      event: 'page_view',
      event_source: 'dh_DataLayer',
      page_location: location.href,
      page_referrer: document.referrer || undefined,
      page_title: document.title
    });
  }

  var THEME_GTM_ID = ''; 
  function gtmLoaded(id){
    return !!(window.google_tag_manager && window.google_tag_manager[id]) ||
           !!document.querySelector('script[src*="www.googletagmanager.com/gtm.js?id=' + id + '"]');
  }
  if (THEME_GTM_ID && !gtmLoaded(THEME_GTM_ID)) {
    (function(w,d,s,l,i){
      w[l]=w[l]||[];
      w[l].push({'gtm.start': new Date().getTime(), event:'gtm.js'});
      var f=d.getElementsByTagName(s)[0],
          j=d.createElement(s), dl=l!='dataLayer'?'&l='+l:'';
      j.async=true;
      j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;
      f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer', THEME_GTM_ID);
  }
})();
</script>

<link rel="preconnect" href="https://cdn.shopify.com"><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><script>
  // This allows to expose several variables to the global scope, to be used in scripts
  window.themeVariables = {
    settings: {
      direction: "ltr",
      pageType: "index",
      cartCount: 0,
      moneyFormat: "${{amount}}",
      moneyWithCurrencyFormat: "${{amount}} USD",
      showVendor: false,
      discountMode: "saving",
      currencyCodeEnabled: false,
      searchMode: "product,article,page,collection",
      searchUnavailableProducts: "last",
      cartType: "page",
      cartCurrency: "USD",
      mobileZoomFactor: 2.5
    },

    routes: {
      host: "ctl.net",
      rootUrl: "\/",
      rootUrlWithoutSlash: '',
      cartUrl: "\/cart",
      cartAddUrl: "\/cart\/add",
      cartChangeUrl: "\/cart\/change",
      searchUrl: "\/search",
      predictiveSearchUrl: "\/search\/suggest",
      productRecommendationsUrl: "\/recommendations\/products"
    },

    strings: {
      accessibilityDelete: "Delete",
      accessibilityClose: "Close",
      collectionSoldOut: "Sold out",
      collectionDiscount: "Save @savings@",
      productSalePrice: "Sale price",
      productRegularPrice: "Regular price",
      productFormUnavailable: "Unavailable",
      productFormSoldOut: "Sold out",
      productFormPreOrder: "Pre-order",
      productFormAddToCart: "Add to Cart",
      searchNoResults: "No results could be found.",
      searchNewSearch: "New search",
      searchProducts: "Products",
      searchArticles: "Journal",
      searchPages: "Pages",
      searchCollections: "Collections",
      cartViewCart: "View cart",
      cartItemAdded: "Item added to your cart!",
      cartItemAddedShort: "Added to your cart!",
      cartAddOrderNote: "Add order note",
      cartEditOrderNote: "Edit order note",
      shippingEstimatorNoResults: "Sorry, we do not ship to your address.",
      shippingEstimatorOneResult: "There is one shipping rate for your address:",
      shippingEstimatorMultipleResults: "There are several shipping rates for your address:",
      shippingEstimatorError: "One or more error occurred while retrieving shipping rates:"
    },

    libs: {
      flickity: "\/\/ctl.net\/cdn\/shop\/t\/141\/assets\/flickity.js?v=176646718982628074891711728073",
      photoswipe: "\/\/ctl.net\/cdn\/shop\/t\/141\/assets\/photoswipe.js?v=132268647426145925301711728073",
      qrCode: "\/\/ctl.net\/cdn\/shopifycloud\/storefront\/assets\/themes_support\/vendor\/qrcode-1f6c2eb7.js"
    },

    breakpoints: {
      phone: 'screen and (max-width: 740px)',
      tablet: 'screen and (min-width: 741px) and (max-width: 999px)',
      tabletAndUp: 'screen and (min-width: 741px)',
      pocket: 'screen and (max-width: 999px)',
      lap: 'screen and (min-width: 1000px) and (max-width: 1199px)',
      lapAndUp: 'screen and (min-width: 1000px)',
      desktop: 'screen and (min-width: 1200px)',
      wide: 'screen and (min-width: 1400px)'
    }
  };

  window.addEventListener('pageshow', async () => {
    const cartContent = await (await fetch(`${window.themeVariables.routes.cartUrl}.js`, {cache: 'reload'})).json();
    document.documentElement.dispatchEvent(new CustomEvent('cart:refresh', {detail: {cart: cartContent}}));
  });

  if ('noModule' in HTMLScriptElement.prototype) {
    // Old browsers (like IE) that does not support module will be considered as if not executing JS at all
    document.documentElement.className = document.documentElement.className.replace('no-js', 'js');

    requestAnimationFrame(() => {
      const viewportHeight = (window.visualViewport ? window.visualViewport.height : document.documentElement.clientHeight);
      document.documentElement.style.setProperty('--window-height',viewportHeight + 'px');
    });
  }</script>

<script>
    window.BOLD = window.BOLD || {};
        window.BOLD.options = window.BOLD.options || {};
        window.BOLD.options.settings = window.BOLD.options.settings || {};
        window.BOLD.options.settings.v1_variant_mode = window.BOLD.options.settings.v1_variant_mode || true;
        window.BOLD.options.settings.hybrid_fix_auto_insert_inputs =
        window.BOLD.options.settings.hybrid_fix_auto_insert_inputs || true;
</script>

<script>window.BOLD = window.BOLD || {};
    window.BOLD.common = window.BOLD.common || {};
    window.BOLD.common.Shopify = window.BOLD.common.Shopify || {};
    window.BOLD.common.Shopify.shop = {
      domain: 'ctl.net',
      permanent_domain: 'shopctl.myshopify.com',
      url: 'https://ctl.net',
      secure_url: 'https://ctl.net',
      money_format: "${{amount}}",
      currency: "USD"
    };
    window.BOLD.common.Shopify.customer = {
      id: null,
      tags: null,
    };
    window.BOLD.common.Shopify.cart = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0};
    window.BOLD.common.template = 'index';window.BOLD.common.Shopify.formatMoney = function(money, format) {
        function n(t, e) {
            return "undefined" == typeof t ? e : t
        }
        function r(t, e, r, i) {
            if (e = n(e, 2),
                r = n(r, ","),
                i = n(i, "."),
            isNaN(t) || null == t)
                return 0;
            t = (t / 100).toFixed(e);
            var o = t.split(".")
                , a = o[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1" + r)
                , s = o[1] ? i + o[1] : "";
            return a + s
        }
        "string" == typeof money && (money = money.replace(".", ""));
        var i = ""
            , o = /\{\{\s*(\w+)\s*\}\}/
            , a = format || window.BOLD.common.Shopify.shop.money_format || window.Shopify.money_format || "$ {{ amount }}";
        switch (a.match(o)[1]) {
            case "amount":
                i = r(money, 2, ",", ".");
                break;
            case "amount_no_decimals":
                i = r(money, 0, ",", ".");
                break;
            case "amount_with_comma_separator":
                i = r(money, 2, ".", ",");
                break;
            case "amount_no_decimals_with_comma_separator":
                i = r(money, 0, ".", ",");
                break;
            case "amount_with_space_separator":
                i = r(money, 2, " ", ",");
                break;
            case "amount_no_decimals_with_space_separator":
                i = r(money, 0, " ", ",");
                break;
            case "amount_with_apostrophe_separator":
                i = r(money, 2, "'", ".");
                break;
        }
        return a.replace(o, i);
    };
    window.BOLD.common.Shopify.saveProduct = function (handle, product) {
      if (typeof handle === 'string' && typeof window.BOLD.common.Shopify.products[handle] === 'undefined') {
        if (typeof product === 'number') {
          window.BOLD.common.Shopify.handles[product] = handle;
          product = { id: product };
        }
        window.BOLD.common.Shopify.products[handle] = product;
      }
    };
    window.BOLD.common.Shopify.saveVariant = function (variant_id, variant) {
      if (typeof variant_id === 'number' && typeof window.BOLD.common.Shopify.variants[variant_id] === 'undefined') {
        window.BOLD.common.Shopify.variants[variant_id] = variant;
      }
    };window.BOLD.common.Shopify.products = window.BOLD.common.Shopify.products || {};
    window.BOLD.common.Shopify.variants = window.BOLD.common.Shopify.variants || {};
    window.BOLD.common.Shopify.handles = window.BOLD.common.Shopify.handles || {};window.BOLD.common.Shopify.saveProduct(null, null);window.BOLD.apps_installed = {"Customer Pricing":3,"Product Options":2} || {};window.BOLD.common.Shopify.metafields = window.BOLD.common.Shopify.metafields || {};window.BOLD.common.Shopify.metafields["bold_rp"] = {};window.BOLD.common.Shopify.metafields["bold_csp_defaults"] = {"Tier 2 | CORPORATE":"0.97","Tier 2 | EDU\/GOV":"0.97","Tier 2 | NONPROFIT":"0.97","Tier 2 | RESELLER":"0.97"};window.BOLD.common.cacheParams = window.BOLD.common.cacheParams || {};
    window.BOLD.common.cacheParams.csp = 1681418634;
</script>
<!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-TQWPM8N6');</script>
    <!-- End Google Tag Manager -->

    <!-- Reddit Pixel -->
    <script>
    !function(w,d){if(!w.rdt){var p=w.rdt=function(){p.sendEvent?p.sendEvent.apply(p,arguments):p.callQueue.push(arguments)};p.callQueue=[];var t=d.createElement("script");t.src="https://www.redditstatic.com/ads/pixel.js",t.async=!0;var s=d.getElementsByTagName("script")[0];s.parentNode.insertBefore(t,s)}}(window,document);rdt('init','a2_fb4mptdlz9qi');rdt('track', 'PageVisit');
    </script>
    <!-- DO NOT MODIFY UNLESS TO REPLACE A USER IDENTIFIER -->
    <!-- End Reddit Pixel --><link href="//ctl.net/cdn/shop/t/141/assets/theme.css?v=116630641079651425751711728073" rel="stylesheet" type="text/css" media="all" />
    <link href="//ctl.net/cdn/shop/t/141/assets/theme-header.css?v=143629086608290211091763747333" rel="stylesheet" type="text/css" media="all" />

    <link href="//ctl.net/cdn/shop/t/141/assets/odometer-theme-default.css?v=51184513386326652851711728073" rel="stylesheet" type="text/css" media="all" />
    <link href="//ctl.net/cdn/shop/t/141/assets/swiper-bundle.css?v=20122656499583228911711728073" rel="stylesheet" type="text/css" media="all" />

    
    <link href="//ctl.net/cdn/shop/t/141/assets/theme-base.css?v=129639827084710282821744043728" rel="stylesheet" type="text/css" media="all" />
    <link rel="preload" href="//ctl.net/cdn/shop/t/141/assets/theme-cms.css?v=96711422818465453211772231964" as="style" onload="this.onload=null;this.rel='stylesheet';this.type='text/css'">
    <noscript><link href="//ctl.net/cdn/shop/t/141/assets/theme-cms.css?v=96711422818465453211772231964" rel="stylesheet" type="text/css"></noscript>
    <link href="//ctl.net/cdn/shop/t/141/assets/theme-product-listings.css?v=44053173795894755561711728073" rel="stylesheet" type="text/css" media="all" />
<link rel="preload" href="//ctl.net/cdn/shop/t/141/assets/bold-csp-custom.css?v=77033601285312505031711728073" as="style" onload="this.onload=null;this.rel='stylesheet';this.type='text/css'">
    <noscript><link href="//ctl.net/cdn/shop/t/141/assets/bold-csp-custom.css?v=77033601285312505031711728073" rel="stylesheet" type="text/css"></noscript>

    <link rel="preload" href="//ctl.net/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="//ctl.net/cdn/fonts/open_sans/opensans_n4.c32e4d4eca5273f6d4ee95ddf54b5bbb75fc9b61.woff2" as="font" type="font/woff2" crossorigin><style>
  /* Typography (heading) */
  @font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//ctl.net/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2") format("woff2"),
       url("//ctl.net/cdn/fonts/inter/inter_n7.6dab87426f6b8813070abd79972ceaf2f8d3b012.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//ctl.net/cdn/fonts/inter/inter_i7.b377bcd4cc0f160622a22d638ae7e2cd9b86ea4c.woff2") format("woff2"),
       url("//ctl.net/cdn/fonts/inter/inter_i7.7c69a6a34e3bb44fcf6f975857e13b9a9b25beb4.woff") format("woff");
}

/* Typography (body) */
  @font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//ctl.net/cdn/fonts/open_sans/opensans_n4.c32e4d4eca5273f6d4ee95ddf54b5bbb75fc9b61.woff2") format("woff2"),
       url("//ctl.net/cdn/fonts/open_sans/opensans_n4.5f3406f8d94162b37bfa232b486ac93ee892406d.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//ctl.net/cdn/fonts/open_sans/opensans_i4.6f1d45f7a46916cc95c694aab32ecbf7509cbf33.woff2") format("woff2"),
       url("//ctl.net/cdn/fonts/open_sans/opensans_i4.4efaa52d5a57aa9a57c1556cc2b7465d18839daa.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("//ctl.net/cdn/fonts/open_sans/opensans_n6.15aeff3c913c3fe570c19cdfeed14ce10d09fb08.woff2") format("woff2"),
       url("//ctl.net/cdn/fonts/open_sans/opensans_n6.14bef14c75f8837a87f70ce22013cb146ee3e9f3.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url("//ctl.net/cdn/fonts/open_sans/opensans_i6.828bbc1b99433eacd7d50c9f0c1bfe16f27b89a3.woff2") format("woff2"),
       url("//ctl.net/cdn/fonts/open_sans/opensans_i6.a79e1402e2bbd56b8069014f43ff9c422c30d057.woff") format("woff");
}

:root {--heading-color: 52, 57, 60;
    --text-color: 52, 57, 60;
    --background: 255, 255, 255;
    --secondary-background: 184, 192, 196;
    --border-color: 225, 225, 226;
    --border-color-darker: 174, 176, 177;
    --success-color: 0, 224, 161;
    --success-background: 204, 249, 236;
    --error-color: 200, 21, 38;
    --error-background: 251, 239, 240;
    --primary-button-background: 200, 21, 38;
    --primary-button-text-color: 255, 255, 255;
    --secondary-button-background: 200, 21, 38;
    --secondary-button-text-color: 255, 255, 255;
    --product-star-rating: 200, 21, 38;
    --product-on-sale-accent: 1, 22, 64;
    --product-sold-out-accent: 85, 86, 90;
    --product-custom-label-background: 200, 21, 38;
    --product-custom-label-text-color: 255, 255, 255;
    --product-custom-label-2-background: 200, 21, 38;
    --product-custom-label-2-text-color: 255, 255, 255;
    --product-low-stock-text-color: 200, 21, 38;
    --product-in-stock-text-color: 200, 21, 38;
    --loading-bar-background: 52, 57, 60;

    /* We duplicate some "base" colors as root colors, which is useful to use on drawer elements or popover without. Those should not be overridden to avoid issues */
    --root-heading-color: 52, 57, 60;
    --root-text-color: 52, 57, 60;
    --root-background: 255, 255, 255;
    --root-border-color: 225, 225, 226;
    --root-primary-button-background: 200, 21, 38;
    --root-primary-button-text-color: 255, 255, 255;

    --base-font-size: 20px;
    --heading-font-family: Inter, sans-serif;
    --heading-font-weight: 700;
    --heading-font-style: normal;
    --heading-text-transform: normal;
    --text-font-family: "Open Sans", sans-serif;
    --text-font-weight: 400;
    --text-font-style: normal;
    --text-font-bold-weight: 600;

    /* Typography (font size) */
    --heading-xxsmall-font-size: 11px;
    --heading-xsmall-font-size: 11px;
    --heading-small-font-size: 13px;
    --heading-large-font-size: 40px;
    --heading-h1-font-size: 40px;
    --heading-h2-font-size: 32px;
    --heading-h3-font-size: 28px;
    --heading-h4-font-size: 26px;
    --heading-h5-font-size: 22px;
    --heading-h6-font-size: 18px;

    /* Control the look and feel of the theme by changing radius of various elements */
    --button-border-radius: 0px;
    --block-border-radius: 0px;
    --block-border-radius-reduced: 0px;
    --color-swatch-border-radius: 0px;

    /* Button size */
    --button-height: 48px;
    --button-small-height: 40px;

    /* Form related */
    --form-input-field-height: 48px;
    --form-input-gap: 16px;
    --form-submit-margin: 24px;

    /* Product listing related variables */
    --product-list-block-spacing: 32px;

    /* Video related */
    --play-button-background: 255, 255, 255;
    --play-button-arrow: 52, 57, 60;

    /* RTL support */
    --transform-logical-flip: 1;
    --transform-origin-start: left;
    --transform-origin-end: right;

    /* Other */
    --zoom-cursor-svg-url: url(//ctl.net/cdn/shop/t/141/assets/zoom-cursor.svg?v=153981174216542836561753743892);
    --arrow-right-svg-url: url(//ctl.net/cdn/shop/t/141/assets/arrow-right.svg?v=14678766212059424301753743892);
    --arrow-left-svg-url: url(//ctl.net/cdn/shop/t/141/assets/arrow-left.svg?v=2421352099594305001753743892);

    /* Some useful variables that we can reuse in our CSS. Some explanation are needed for some of them:
       - container-max-width-minus-gutters: represents the container max width without the edge gutters
       - container-outer-width: considering the screen width, represent all the space outside the container
       - container-outer-margin: same as container-outer-width but get set to 0 inside a container
       - container-inner-width: the effective space inside the container (minus gutters)
       - grid-column-width: represents the width of a single column of the grid
       - vertical-breather: this is a variable that defines the global "spacing" between sections, and inside the section
                            to create some "breath" and minimum spacing
     */
    --container-max-width: 1600px;
    --container-gutter: 24px;
    --container-max-width-minus-gutters: calc(var(--container-max-width) - (var(--container-gutter)) * 2);
    --container-outer-width: max(calc((100vw - var(--container-max-width-minus-gutters)) / 2), var(--container-gutter));
    --container-outer-margin: var(--container-outer-width);
    --container-inner-width: calc(100vw - var(--container-outer-width) * 2);

    --grid-column-count: 10;
    --grid-gap: 24px;
    --grid-column-width: calc((100vw - var(--container-outer-width) * 2 - var(--grid-gap) * (var(--grid-column-count) - 1)) / var(--grid-column-count));

    --vertical-breather: 36px;
    --vertical-breather-tight: 36px;

    /* Shopify related variables */
    --payment-terms-background-color: #ffffff;
  }

  @media screen and (min-width: 741px) {
    :root {
      --container-gutter: 40px;
      --grid-column-count: 20;
      --vertical-breather: 48px;
      --vertical-breather-tight: 48px;

      /* Typography (font size) */
      --heading-xsmall-font-size: 13px;
      --heading-small-font-size: 14px;
      --heading-large-font-size: 58px;
      --heading-h1-font-size: 58px;
      --heading-h2-font-size: 44px;
      --heading-h3-font-size: 36px;
      --heading-h4-font-size: 28px;
      --heading-h5-font-size: 22px;
      --heading-h6-font-size: 20px;

      /* Form related */
      --form-input-field-height: 52px;
      --form-submit-margin: 32px;

      /* Button size */
      --button-height: 52px;
      --button-small-height: 44px;
    }
  }

  @media screen and (min-width: 1200px) {
    :root {
      --vertical-breather: 64px;
      --vertical-breather-tight: 48px;
      --product-list-block-spacing: 48px;

      /* Typography */
      --heading-large-font-size: 72px;
      --heading-h1-font-size: 62px;
      --heading-h2-font-size: 54px;
      --heading-h3-font-size: 40px;
      --heading-h4-font-size: 34px;
      --heading-h5-font-size: 26px;
      --heading-h6-font-size: 18px;
    }
  }

  @media screen and (min-width: 1600px) {
    :root {
      --vertical-breather: 64px;
      --vertical-breather-tight: 48px;
    }
  }
</style>

    <script src="//ctl.net/cdn/shop/t/141/assets/vendor.js?v=31715688253868339281711728073" defer></script>
    <script src="//ctl.net/cdn/shop/t/141/assets/theme.js?v=26622600171266970331772231966" defer></script>
    <script src="//ctl.net/cdn/shop/t/141/assets/custom.js?v=167639537848865775061711728073" defer></script>

    
    <script src="//ctl.net/cdn/shop/t/141/assets/odometer.js?v=74638052261432155021711728073" defer></script>
    <script src="//ctl.net/cdn/shop/t/141/assets/noframework.waypoints.js?v=84998216336617925441711728073" defer></script>
    <script src="//ctl.net/cdn/shop/t/141/assets/popper.js?v=140789316506507426211711728073" defer></script>
    <script src="//ctl.net/cdn/shop/t/141/assets/jquery-3.6.4.min.js?v=153300377539655921971711728073" defer></script>
    <script src="//ctl.net/cdn/shop/t/141/assets/jquery.matchHeight-min.js?v=36105689626346892531711728073" defer></script>
    <script src="//ctl.net/cdn/shop/t/141/assets/swiper-bundle.min.js?v=146384143693317746301711728073" defer></script>

    
    <script src="//ctl.net/cdn/shop/t/141/assets/theme-footer.js?v=106712704057707644131722540254" defer></script>
    <script src="//ctl.net/cdn/shop/t/141/assets/theme-cms.js?v=71946438718642557671761841890" defer></script>
    <script src="//ctl.net/cdn/shop/t/141/assets/theme-product-listings.js?v=182638331871178796581711728073" defer></script><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="HjLnKBadMHl4BCATuDVDUIICA9aSFrDDTqoLRaqjv30">
<meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/13829181/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="8f971bf89fc3f8997e50e6ea40cf3132">
<meta id="in-context-paypal-metadata" data-shop-id="13829181" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD">
<script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script>
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":13829181,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/13829181","merchantName":"CTL","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex"],"total":{"type":"pending","label":"CTL","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
<script id="shopify-features" type="application/json">{"accessToken":"8f971bf89fc3f8997e50e6ea40cf3132","betas":["rich-media-storefront-analytics"],"domain":"ctl.net","predictiveSearch":true,"shopId":13829181,"locale":"en"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "shopctl.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"USD","rate":"1.0"};
Shopify.country = "US";
Shopify.theme = {"name":"CTL Production","id":129520500824,"schema_name":"Focal","schema_version":"8.11.2","theme_store_id":714,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "ctl.net/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";
Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js";
Shopify.SignInWithShop = Shopify.SignInWithShop || {};
Shopify.SignInWithShop.User = Shopify.SignInWithShop.User || {};
Shopify.SignInWithShop.User.recognized = false;</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>
  window.Shopify = window.Shopify || {};
  window.Shopify.SignInWithShop = window.Shopify.SignInWithShop || {};
  window.Shopify.SignInWithShop.assetMetrics = { sampleRate: 0.01 };
  window.Shopify.SignInWithShop.eligible = true;
</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//ctl.net/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js"></script>
<script type="module">
  await import("//ctl.net/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js");

  window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true});

</script>
<script>
  window.Shopify = window.Shopify || {};
  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/loader.shop-toast-manager.en.esm.js"],"shop-cash-offers":["modules/v2/loader.shop-cash-offers.en.esm.js"],"listener":["modules/v2/loader.listener.en.esm.js"],"shop-button":["modules/v2/loader.shop-button.en.esm.js"],"init-shop-user-recognition":["modules/v2/loader.init-shop-user-recognition.en.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.en.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.en.esm.js"],"avatar":["modules/v2/loader.avatar.en.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.en.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.en.esm.js"],"shop-user-recognition":["modules/v2/loader.shop-user-recognition.en.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.en.esm.js"],"pay-button":["modules/v2/loader.pay-button.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.en.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.en.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.en.esm.js"],"shop-login":["modules/v2/loader.shop-login.en.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.en.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.en.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.en.esm.js"]};
</script>
<script>(function() {
  var isLoaded = false;
  function asyncLoad() {
    if (isLoaded) return;
    isLoaded = true;
    var urls = ["https:\/\/services.nofraud.com\/js\/device.js?shop=shopctl.myshopify.com","https:\/\/multiship.app\/build\/storefront\/storefront.js?shop=shopctl.myshopify.com","https:\/\/api-na2.hubapi.com\/scriptloader\/v1\/43603665.js?shop=shopctl.myshopify.com","\/\/searchserverapi1.com\/widgets\/shopify\/init.js?a=4Z6g9c4e6g\u0026shop=shopctl.myshopify.com"];
    for (var i = 0; i < urls.length; i++) {
      var s = document.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = urls[i];
      var x = document.getElementsByTagName('script')[0];
      x.parentNode.insertBefore(s, x);
    }
  };
  if(window.attachEvent) {
    window.attachEvent('onload', asyncLoad);
  } else {
    window.addEventListener('load', asyncLoad, false);
  }
})();</script>
<script id="__st">var __st={"a":13829181,"offset":-25200,"reqid":"57992e9c-b173-4657-b9f7-1e3f9014e5b0-1781010932","pageurl":"ctl.net\/","u":"3c2a4bf76e55","p":"home"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
<script integrity="sha256-JjoPp5ZfB1sSAs5SQaol1x1GgvveM+BgmRzyDexInEQ=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//ctl.net/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js" crossorigin="anonymous"></script>
<script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://ctl.net/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
</script>
<script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
</script>
<script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
</script>
<script async="async" integrity="sha256-hlq21VGceRKy8z+Fjhropk1BwDPACP0RdQ5rBrATyUo=" src="//cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-67b41cb9.js" crossorigin="anonymous"></script>
<script id='scb4127' type='text/javascript' async='' src='https://ctl.net/cdn/shopifycloud/privacy-banner/storefront-banner.js'></script><link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen" href="https://ctl.net/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
<style id="shopify-accelerated-checkout-cart">
        #shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

#shopify-buyer-consent.hidden {
  display: none;
}

#shopify-subscription-policy-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}

#shopify-subscription-policy-button::before {
  box-shadow: none;
}

      </style>

<script id="shopify-cfh-end">window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>

    
<script>
    window.BOLD.common.cacheParams.options = 1780858563;
</script>
<link href="//ctl.net/cdn/shop/t/141/assets/bold-options.css?v=86845287573252630671729091871" rel="stylesheet" type="text/css" media="all" />
<script src="https://options.shopapps.site/js/options.js" type="text/javascript"></script>


    
<script id="bold-platform-data" type="application/json">
    {
        "shop": {
            "domain": "ctl.net",
            "permanent_domain": "shopctl.myshopify.com",
            "url": "https://ctl.net",
            "secure_url": "https://ctl.net",
            "money_format": "${{amount}}",
            "currency": "USD"
        },
        "customer": {
            "id": null,
            "tags": null
        },
        "cart": {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0},
        "template": "index",
        "product": null,
        "collection": null
    }
</script>
<style>
    .money[data-product-id], .money[data-product-handle], .money[data-variant-id], .money[data-line-index], .money[data-cart-total] {
        animation: moneyAnimation 0s 2s forwards;
        visibility: hidden;
    }
    @keyframes moneyAnimation {
        to   { visibility: visible; }
    }
</style>

<script src="https://static.boldcommerce.com/bold-platform/sf/pr.js" type="text/javascript"></script><!-- START DRIFT CHAT 11.14.2022 MPM - Start of Async Drift Code
    <script>
    "use strict";

    !function() {
      var t = window.driftt = window.drift = window.driftt || [];
      if (!t.init) {
        if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
        t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
        t.factory = function(e) {
          return function() {
            var n = Array.prototype.slice.call(arguments);
            return n.unshift(e), t.push(n), t;
          };
        }, t.methods.forEach(function(e) {
          t[e] = t.factory(e);
        }), t.load = function(t) {
          var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
          o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
          var i = document.getElementsByTagName("script")[0];
          i.parentNode.insertBefore(o, i);
        };
      }
    }();
    drift.SNIPPET_VERSION = '0.3.1';
    drift.load('ru395gb2yrvp');
    </script>
    END DRIFT CHAT 11.14.2022 MPM End of Async Drift Code -->

    <!-- GS-Inventory Start. Do not change -->
    
    <!-- GS-Inventory End. Do not change  -->

    <!-- BING Tracking | MPM 12.14.2022 Per Sales and Orders Instructions to track Bing Ad Conversions -->
    <script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"187013548"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script>
    <!-- End BING Tracking -->

    <link rel="dns-prefetch" href="https://www.google-analytics.com"><meta name="description" content="CTL is a global computing solutions manufacturer offering Chromebook, Chromebox, and Google Meet solutions for education and enterprise with customers in 65+ countries. CTL delivers customized solutions with comprehensive device lifecycle support, dedicated account managers, and the industry&#39;s best service."><link rel="canonical" href="https://ctl.net/">
<link rel="shortcut icon" href="//ctl.net/cdn/shop/files/CTL_Logo_Square-1500.png?v=1714423948&width=96" type="image/png"><meta name="theme-color" content="#ffffff">

    


  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
  "itemListElement": [{
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://ctl.net"
    }]
  }
  </script>

<script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "CTL",
      "url": "https:\/\/ctl.net",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https:\/\/ctl.net\/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    }
  </script>
    <meta property="og:type" content="website">
  <meta property="og:title" content="CTL | Chromebooks, Chromebox, Google Meet, and Lifecycle Services"><meta property="og:image" content="http://ctl.net/cdn/shop/files/1200_x_628_for_Shopify_Preference_Image_1.png?v=1755185672">
  <meta property="og:image:secure_url" content="https://ctl.net/cdn/shop/files/1200_x_628_for_Shopify_Preference_Image_1.png?v=1755185672">
  <meta property="og:image:width" content="1200">
  <meta property="og:image:height" content="628"><meta property="og:description" content="CTL is a global computing solutions manufacturer offering Chromebook, Chromebox, and Google Meet solutions for education and enterprise with customers in 65+ countries. CTL delivers customized solutions with comprehensive device lifecycle support, dedicated account managers, and the industry&#39;s best service."><meta property="og:url" content="https://ctl.net/">
<meta property="og:site_name" content="CTL"><meta name="twitter:card" content="summary"><meta name="twitter:title" content="CTL | Chromebooks, Chromebox, Google Meet, and Lifecycle Services">
  <meta name="twitter:description" content="CTL is a global computing solutions manufacturer offering Chromebook, Chromebox, and Google Meet solutions for education and enterprise with customers in 65+ countries. CTL delivers customized solutions with comprehensive device lifecycle support, dedicated account managers, and the industry&#39;s best service."><meta name="twitter:image" content="https://ctl.net/cdn/shop/files/1200_x_628_for_Shopify_Preference_Image_1_1200x1200_crop_center.png?v=1755185672">
  <meta name="twitter:image:alt" content="">

    <!-- Google Merchant Center Verification Code -->
    <meta name="google-site-verification" content="HjLnKBadMHl4BCATuDVDUIICA9aSFrDDTqoLRaqjv30" />
    <!-- End Google Merchant Center code -->
  <!-- BEGIN app block: shopify://apps/crazy-egg/blocks/app-embed/7ea73823-6ad9-4252-a63e-088397d54aed -->
  <script async src="https://script.crazyegg.com/pages/scripts/0124/5645.js"></script>



<!-- END app block --><!-- BEGIN app block: shopify://apps/sc-product-options/blocks/app-embed/873c9b74-306d-4f83-b58b-a2f5043d2187 --><!-- BEGIN app snippet: bold-options-hybrid -->
<script>
    window.BOLD = window.BOLD || {};
        window.BOLD.options = window.BOLD.options || {};
        window.BOLD.options.settings = window.BOLD.options.settings || {};
        window.BOLD.options.settings.v1_variant_mode = window.BOLD.options.settings.v1_variant_mode || true;
        window.BOLD.options.settings.hybrid_fix_auto_insert_inputs =
        window.BOLD.options.settings.hybrid_fix_auto_insert_inputs || true;
</script>
<!-- END app snippet --><!-- BEGIN app snippet: bold-common --><script>window.BOLD = window.BOLD || {};
    window.BOLD.common = window.BOLD.common || {};
    window.BOLD.common.Shopify = window.BOLD.common.Shopify || {};
    window.BOLD.common.Shopify.shop = {
      domain: 'ctl.net',
      permanent_domain: 'shopctl.myshopify.com',
      url: 'https://ctl.net',
      secure_url: 'https://ctl.net',money_format: "${{amount}}",currency: "USD"
    };
    window.BOLD.common.Shopify.customer = {
      id: null,
      tags: null,
    };
    window.BOLD.common.Shopify.cart = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0};
    window.BOLD.common.template = 'index';window.BOLD.common.Shopify.formatMoney = function(money, format) {
        function n(t, e) {
            return "undefined" == typeof t ? e : t
        }
        function r(t, e, r, i) {
            if (e = n(e, 2),
                r = n(r, ","),
                i = n(i, "."),
            isNaN(t) || null == t)
                return 0;
            t = (t / 100).toFixed(e);
            var o = t.split(".")
                , a = o[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1" + r)
                , s = o[1] ? i + o[1] : "";
            return a + s
        }
        "string" == typeof money && (money = money.replace(".", ""));
        var i = ""
            , o = /\{\{\s*(\w+)\s*\}\}/
            , a = format || window.BOLD.common.Shopify.shop.money_format || window.Shopify.money_format || "$ {{ amount }}";
        switch (a.match(o)[1]) {
            case "amount":
                i = r(money, 2, ",", ".");
                break;
            case "amount_no_decimals":
                i = r(money, 0, ",", ".");
                break;
            case "amount_with_comma_separator":
                i = r(money, 2, ".", ",");
                break;
            case "amount_no_decimals_with_comma_separator":
                i = r(money, 0, ".", ",");
                break;
            case "amount_with_space_separator":
                i = r(money, 2, " ", ",");
                break;
            case "amount_no_decimals_with_space_separator":
                i = r(money, 0, " ", ",");
                break;
            case "amount_with_apostrophe_separator":
                i = r(money, 2, "'", ".");
                break;
        }
        return a.replace(o, i);
    };
    window.BOLD.common.Shopify.saveProduct = function (handle, product) {
      if (typeof handle === 'string' && typeof window.BOLD.common.Shopify.products[handle] === 'undefined') {
        if (typeof product === 'number') {
          window.BOLD.common.Shopify.handles[product] = handle;
          product = { id: product };
        }
        window.BOLD.common.Shopify.products[handle] = product;
      }
    };
    window.BOLD.common.Shopify.saveVariant = function (variant_id, variant) {
      if (typeof variant_id === 'number' && typeof window.BOLD.common.Shopify.variants[variant_id] === 'undefined') {
        window.BOLD.common.Shopify.variants[variant_id] = variant;
      }
    };window.BOLD.common.Shopify.products = window.BOLD.common.Shopify.products || {};
    window.BOLD.common.Shopify.variants = window.BOLD.common.Shopify.variants || {};
    window.BOLD.common.Shopify.handles = window.BOLD.common.Shopify.handles || {};window.BOLD.common.Shopify.saveProduct(null, null);window.BOLD.apps_installed = {"Customer Pricing":3,"Product Options":2} || {};window.BOLD.common.Shopify.metafields = window.BOLD.common.Shopify.metafields || {};window.BOLD.common.Shopify.metafields["bold_rp"] = {};window.BOLD.common.Shopify.metafields["bold_csp_defaults"] = {"Tier 2 | CORPORATE":"0.97","Tier 2 | EDU\/GOV":"0.97","Tier 2 | NONPROFIT":"0.97","Tier 2 | RESELLER":"0.97"};window.BOLD.common.Shopify.metafields["sc_product_options"] = {"options_cache":1780858563,"options_css":"\/*\n------------------------------------  WARNING  ------------------------------------\nThis file will be overwritten and should not be edited directly.\nIn order to edit custom CSS for Bold Product Options you should:\n- Log into your Shopify Admin Panel\n- Go to Apps --\u003e Installed --\u003e Product Options\n- Go to Display Settings\n------------------------------------  WARNING  ------------------------------------\nbold-options.css version 6\n*\/\n\n\n.bold_options {\n            background-color: #ffffff;\n                border: 1px solid #dddddd;\n        margin-bottom: 20px;\n}\n\n.bold_options:empty {\n    display:none;\n}\n\n.bold_option_product_info {\n    text-align: center;\n    margin: 0 0 25px;\n}\n\n.bold_option_product_info_title {\n    font-size: 18px;\n    font-weight: bold;\n}\n\n.bold_option_product_info_description {\n    text-align: left;\n}\n\n.bold_option_product_info_image img {\n    max-height: 150px;\n}\n\n.bold_option_set {\n            margin: 15px;\n    }\n\n.bold_option:not(:empty) {\n            padding-bottom: 7px;\n        margin-bottom: 7px;\n                border-bottom: 1px solid #e0e0e0;\n    }\n\n.bold_option_product_title {\n            font-size: 17px;\n                padding: 12px;\n                background-color: #f1f1f1;\n                border: 1px solid #dddddd;\n                    font-weight: bold;\n        margin-bottom: 20px;\n}\n\n.bold_option_title,\n.bold_option_value_price {\n            color: #8d8d8d;\n                font-weight: normal;\n                width: 0px;\n    }\n\n.bold_option_value {\n    display: block;\n    margin-right: 15px;\n}\n\n.bold_option_value_price,\n.bold_out_of_stock_message {\n    display: inline;\n    font-size: 80%;\n}\n\n.bold_option_out_of_stock .bold_option_title,\n.bold_option_out_of_stock .bold_option_value_title,\n.bold_option_out_of_stock .bold_option_value_price,\n.bold_option_dropdown_out_of_stock,\n.bold_option_out_of_stock .bold_option_value_element {\n    opacity: .5;\n}\n\n.bold_option_swatch .bold_option_element,\n.bold_option_radio .bold_option_element,\n.bold_option_checkboxmulti .bold_option_element,\n.bold_option_dropdownmulti .bold_option_element,\n.bold_option_textarea .bold_option_element {\n    display: block;\n}\n\n.bold_option_textboxmulti .bold_option_value {\n    display: block;\n    margin-left: 0;\n}\n\n.bold_option_displaytext p:last-child {\n    margin-bottom: 0;\n}\n\n.bold_option_displaytext p {\n    white-space:pre-wrap;\n}\n\n.bold_option_element,\n.bold_option_element input,\n.bold_option_element select,\n.bold_option_element textarea {\n            color: #8d8d8d;\n                margin-left: 5px;\n        height: auto;\n}\n\n.bold_option_element input[type=radio] {\n    -webkit-appearance: radio;\n    width: auto;\n}\n\n.bold_help_text {\n    font-style: italic;\n    color: #848484;\n    display: block;\n}\n\n\/* Bold Tooltips *\/\n.bold_tooltip {\n    position: relative;\n    display: inline-block;\n    background:url(data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAACR0lEQVR4Ae2Vz0obURTGf4mTiLEbSZhQW\/sGRREi8UGEZtGNJOQFWhLzANq6tUjAdqvYQDZF6FsUg6uqLYrdqGmhSvNnM90cDsjMZWbu0ILg7y7Pd893c+79MjxwL0izTIsuR\/QZM6bPEV3WKJMmMc\/Y5AeeYV3whjmscdlhjBeyRrQpYMFLfuJFXH0qxCLDhzsNfrNLlRJ5smQpUKLGHjd3NG0cIpLjM56ur6wyZdBVOUaVHJCLdnptzx9e4YSoGwxQCxxCea\/yY54ThXlO0UGFXq1Kv+ASlSKHuu8FmHH5pad3iUNRf8U1eYzs6OwDh6OnDGKBoVS3janVWL2G2AbQ1Og9IZBNfZiOlUGGE6lvEEBa\/3NWwcoAalI\/J4WPZU3tFLZMcytdlvDRktIuSdiXLk18dKVUJQl16dLBx5GUSiShLF16+OhLKQ\/WlwyuKK7wIRkgm8hgUrPw3w10RIV\/NSK9ZFuDkEvWZ1qzNgh5pmtS2ktk8FEUDfOPuyFnbfCIW\/Og01xoli0NdEBnpAjgrX7NMlYGWb5JfZ1A5jQLDSuDllSHzGKgLZIB87ENFvWTuYWRgsbtlCJxeMx32XnJDGao6CkPKcZo39N9K4TQVukpC0RhUU\/v8Y5QHA5UPqBJBjOQpcVQ9Z+YIAI51AKPE2pMG2JVl4cp7ZkiIo4OStLNPnXKuEwyiUuZOh1JrQ6HCWJR4Rov4rpkBQvybDMKbT5kixmsecoG58bmZ6wzS2LSLNGkQ48rRoy4okeHBiVS3AMe+Asl4wJqmp6\/FwAAAABJRU5ErkJggg==);\n    background-repeat:no-repeat;\n    width:16px; height:16px;\n    background-size:16px 16px;\n    top:3px;\n}\n\n.bold_tooltip \u003e :first-child {\n    position: absolute;\n    width: 140px;\n    color: #fff;\n    background: #000;\n    height: 1px;\n    line-height: 1px;\n    padding: 0;\n    text-align: center;\n    opacity: 0;\n    border-radius: 4px;\n    transition: all 0.4s;\n    left: 50%;\n    transform: translateX(-50%);\n    z-index: 999;\n    bottom: 30px;\n    margin-bottom:-.5em;\n    margin-top:0;\n}\n\n\n.bold_tooltip \u003e :first-child:after {\n    content: '';\n    position: absolute;\n    left: 50%;\n    margin-left: -4px;\n    width: 0; height: 0;\n    border-right: 4px solid transparent;\n    border-left: 4px solid transparent;\n    border-top: 4px solid #000;\n    top: 100%;\n}\n\n.bold_tooltip:hover \u003e :first-child {\n    opacity: 0.8;\n    margin-bottom:0;\n    height: auto;\n    line-height: 1em;\n    padding: 1em\n}\n\n\n.bold_tooltip \u003e *:not(a), .bold_option_swatch .bold_option_value .bold_option_swatch_title .bold_option_value_title {\n    pointer-events: none;\n}\n\n.bold_option_title .bold_tooltip img {\n    height: inherit;\n}\n\n.bold_option_swatch .bold_option_value:hover .bold_option_swatch_title .bold_option_value_title,\n.bold_option_swatch .bold_option_value:hover .bold_option_swatch_title .bold_option_value_title img{\n    height: initial;\n}\n\n.bold_option_swatch .bold_option_value .bold_option_swatch_title .bold_option_value_title img {\n    height: 1px;\n}\n\n.bold_option label {\n    display: inline;\n}\n\n.bold_option input[name=\"qty[]\"] {\n    width: 50px;\n    padding: 5px;\n    height: auto;\n}\n\n.bold_option input[type=\"color\"] {\n    box-sizing:initial;\n    width:50px;\n    padding: 5px;\n    height: 25px;\n}\n\n\/* default styles for the priced options total *\/\n.bold_option_total \u003e div {\n    padding: 5px 12px;\n    background: #fff;\n    text-align: center;\n}\n\n.bold_option_total span {\n    color: #AD0000;\n    font-weight: bold;\n    display: inline-block;\n    margin: 0 5px;\n}\n\n\/* custom styles for the priced options total *\/\n.bold_option_total \u003e div {\n            }\n\n.bold_option_total span {\n            color: #00a61c;\n    }\n\n\/* Swatches styles *\/\n\n.bold_option_swatch .bold_option_value {\n    margin-bottom:5px;\n}\n\n.bold_option_swatch .bold_option_value_element {\n    box-sizing:border-box;\n    box-shadow:0 0 2px 1px rgba(0,0,0,.2);\n    border:3px solid #fff;\n}\n\n.bold_swatch_selected.bold_option_value_element {\n    box-shadow:0 0 0 1px #B3B3B3;\n    border:3px solid #B3B3B3;\n}\n\n.bold_option_swatch .bold_option_value {\n    vertical-align: top;\n}\n\n\n.bold_option_value_swatch {\n    box-sizing:border-box;\n    position:relative;\n    border:1px solid #fff;\n}\n\n    .bold_option_swatch .bold_option_value {\n        display:block;\n        clear:left;\n    }\n    .bold_option_swatch .bold_option_value_element {\n        display:block;\n        float:left;\n        margin-right:10px;\n    }\n    .bold_option_swatch_title { display: inline-block; }\n\n            .bold_option_swatch_title { line-height:54px; }\n    \n\n.bold_option_swatch input[type='checkbox'] {\n    display: none;\n}\n\n.bold_option_value_swatch \u003e span {\n    display:block;\n    width:100%; height:100%;\n    left:0; top:0;\n    position:absolute;\n    background-position: center;\n    background-repeat: no-repeat;\n    background-size: 100%;\n}\n.bold_option_value_swatch \u003e span:nth-child(2) { width:50%; left:50%; }\n.bold_option_value_swatch \u003e span:nth-child(3) { top:50%; height:50%; }\n.bold_option_value_swatch \u003e span:nth-child(4) { left:50%; top:50%; width:50%; height:50%; }\n\n.bold_option_value_swatch {\n    display:block;\n}\n\n    .bold_option_value_swatch { width:48px; height:48px; }\n\n\n\n\/* errors *\/\n.bold_option_error,\n.bold_option_error .bold_option_title,\n.bold_error_message {\n    color: red;\n}\n\n.bold_option_error .bold_option_value_title.bold_option_not_error {\n    color: initial;\n}\n\n.bold_error_message {\n    display: block;\n}\n\n\/* utility classes *\/\n.bold_hidden {\n    display:none !important;\n}\n\n\/* ajax loading animation *\/\n.bold_spinner {\n    margin: 0 auto;\n    width: 90px;\n    text-align: center;\n}\n.bold_spinner \u003e div {\n    width: 15px;\n    height: 15px;\n    margin:0 5px;\n    background-color: rgba(0,0,0,.25);\n    border-radius: 100%;\n    display: inline-block;\n    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;\n    animation: sk-bouncedelay 1.4s infinite ease-in-out both;\n}\n.bold_spinner :nth-child(1) {\n    -webkit-animation-delay: -0.32s;\n    animation-delay: -0.32s;\n}\n.bold_spinner :nth-child(2) {\n    -webkit-animation-delay: -0.16s;\n    animation-delay: -0.16s;\n}\n@-webkit-keyframes sk-bouncedelay {\n    0%, 80%, 100% { -webkit-transform: scale(0) }\n    40% { -webkit-transform: scale(1.0) }\n}\n@keyframes sk-bouncedelay {\n    0%, 80%, 100% {\n        -webkit-transform: scale(0);\n        transform: scale(0);\n    } 40% {\n          -webkit-transform: scale(1.0);\n          transform: scale(1.0);\n      }\n}\n\n\/* custom css *\/\n.bold_option_title {\r\nwidth: 100%;\r\n}     \r\ninput[value=\"BOLD_HIDDEN_PRODUCT\"], input[value=\"OPTIONS_HIDDEN_PRODUCT\"]{\r\ndisplay: none;\r\n} \r\ninput[value=\"BOLD_HIDDEN_PRODUCT\"] + label, input[value=\"OPTIONS_HIDDEN_PRODUCT\"] + label{\r\ndisplay: none;\r\n} \r\n                                                                                                                                       \n"};window.BOLD.common.cacheParams = window.BOLD.common.cacheParams || {};window.BOLD.common.cacheParams.options = 1780858563;
</script>



    <style data-shopify>
      /*
------------------------------------  WARNING  ------------------------------------
This file will be overwritten and should not be edited directly.
In order to edit custom CSS for Bold Product Options you should:
- Log into your Shopify Admin Panel
- Go to Apps --> Installed --> Product Options
- Go to Display Settings
------------------------------------  WARNING  ------------------------------------
bold-options.css version 6
*/


.bold_options {
            background-color: #ffffff;
                border: 1px solid #dddddd;
        margin-bottom: 20px;
}

.bold_options:empty {
    display:none;
}

.bold_option_product_info {
    text-align: center;
    margin: 0 0 25px;
}

.bold_option_product_info_title {
    font-size: 18px;
    font-weight: bold;
}

.bold_option_product_info_description {
    text-align: left;
}

.bold_option_product_info_image img {
    max-height: 150px;
}

.bold_option_set {
            margin: 15px;
    }

.bold_option:not(:empty) {
            padding-bottom: 7px;
        margin-bottom: 7px;
                border-bottom: 1px solid #e0e0e0;
    }

.bold_option_product_title {
            font-size: 17px;
                padding: 12px;
                background-color: #f1f1f1;
                border: 1px solid #dddddd;
                    font-weight: bold;
        margin-bottom: 20px;
}

.bold_option_title,
.bold_option_value_price {
            color: #8d8d8d;
                font-weight: normal;
                width: 0px;
    }

.bold_option_value {
    display: block;
    margin-right: 15px;
}

.bold_option_value_price,
.bold_out_of_stock_message {
    display: inline;
    font-size: 80%;
}

.bold_option_out_of_stock .bold_option_title,
.bold_option_out_of_stock .bold_option_value_title,
.bold_option_out_of_stock .bold_option_value_price,
.bold_option_dropdown_out_of_stock,
.bold_option_out_of_stock .bold_option_value_element {
    opacity: .5;
}

.bold_option_swatch .bold_option_element,
.bold_option_radio .bold_option_element,
.bold_option_checkboxmulti .bold_option_element,
.bold_option_dropdownmulti .bold_option_element,
.bold_option_textarea .bold_option_element {
    display: block;
}

.bold_option_textboxmulti .bold_option_value {
    display: block;
    margin-left: 0;
}

.bold_option_displaytext p:last-child {
    margin-bottom: 0;
}

.bold_option_displaytext p {
    white-space:pre-wrap;
}

.bold_option_element,
.bold_option_element input,
.bold_option_element select,
.bold_option_element textarea {
            color: #8d8d8d;
                margin-left: 5px;
        height: auto;
}

.bold_option_element input[type=radio] {
    -webkit-appearance: radio;
    width: auto;
}

.bold_help_text {
    font-style: italic;
    color: #848484;
    display: block;
}

/* Bold Tooltips */
.bold_tooltip {
    position: relative;
    display: inline-block;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAACR0lEQVR4Ae2Vz0obURTGf4mTiLEbSZhQW/sGRREi8UGEZtGNJOQFWhLzANq6tUjAdqvYQDZF6FsUg6uqLYrdqGmhSvNnM90cDsjMZWbu0ILg7y7Pd893c+79MjxwL0izTIsuR/QZM6bPEV3WKJMmMc/Y5AeeYV3whjmscdlhjBeyRrQpYMFLfuJFXH0qxCLDhzsNfrNLlRJ5smQpUKLGHjd3NG0cIpLjM56ur6wyZdBVOUaVHJCLdnptzx9e4YSoGwxQCxxCea/yY54ThXlO0UGFXq1Kv+ASlSKHuu8FmHH5pad3iUNRf8U1eYzs6OwDh6OnDGKBoVS3janVWL2G2AbQ1Og9IZBNfZiOlUGGE6lvEEBa/3NWwcoAalI/J4WPZU3tFLZMcytdlvDRktIuSdiXLk18dKVUJQl16dLBx5GUSiShLF16+OhLKQ/WlwyuKK7wIRkgm8hgUrPw3w10RIV/NSK9ZFuDkEvWZ1qzNgh5pmtS2ktk8FEUDfOPuyFnbfCIW/Og01xoli0NdEBnpAjgrX7NMlYGWb5JfZ1A5jQLDSuDllSHzGKgLZIB87ENFvWTuYWRgsbtlCJxeMx32XnJDGao6CkPKcZo39N9K4TQVukpC0RhUU/v8Y5QHA5UPqBJBjOQpcVQ9Z+YIAI51AKPE2pMG2JVl4cp7ZkiIo4OStLNPnXKuEwyiUuZOh1JrQ6HCWJR4Rov4rpkBQvybDMKbT5kixmsecoG58bmZ6wzS2LSLNGkQ48rRoy4okeHBiVS3AMe+Asl4wJqmp6/FwAAAABJRU5ErkJggg==);
    background-repeat:no-repeat;
    width:16px; height:16px;
    background-size:16px 16px;
    top:3px;
}

.bold_tooltip > :first-child {
    position: absolute;
    width: 140px;
    color: #fff;
    background: #000;
    height: 1px;
    line-height: 1px;
    padding: 0;
    text-align: center;
    opacity: 0;
    border-radius: 4px;
    transition: all 0.4s;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    bottom: 30px;
    margin-bottom:-.5em;
    margin-top:0;
}


.bold_tooltip > :first-child:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    width: 0; height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #000;
    top: 100%;
}

.bold_tooltip:hover > :first-child {
    opacity: 0.8;
    margin-bottom:0;
    height: auto;
    line-height: 1em;
    padding: 1em
}


.bold_tooltip > *:not(a), .bold_option_swatch .bold_option_value .bold_option_swatch_title .bold_option_value_title {
    pointer-events: none;
}

.bold_option_title .bold_tooltip img {
    height: inherit;
}

.bold_option_swatch .bold_option_value:hover .bold_option_swatch_title .bold_option_value_title,
.bold_option_swatch .bold_option_value:hover .bold_option_swatch_title .bold_option_value_title img{
    height: initial;
}

.bold_option_swatch .bold_option_value .bold_option_swatch_title .bold_option_value_title img {
    height: 1px;
}

.bold_option label {
    display: inline;
}

.bold_option input[name="qty[]"] {
    width: 50px;
    padding: 5px;
    height: auto;
}

.bold_option input[type="color"] {
    box-sizing:initial;
    width:50px;
    padding: 5px;
    height: 25px;
}

/* default styles for the priced options total */
.bold_option_total > div {
    padding: 5px 12px;
    background: #fff;
    text-align: center;
}

.bold_option_total span {
    color: #AD0000;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px;
}

/* custom styles for the priced options total */
.bold_option_total > div {
            }

.bold_option_total span {
            color: #00a61c;
    }

/* Swatches styles */

.bold_option_swatch .bold_option_value {
    margin-bottom:5px;
}

.bold_option_swatch .bold_option_value_element {
    box-sizing:border-box;
    box-shadow:0 0 2px 1px rgba(0,0,0,.2);
    border:3px solid #fff;
}

.bold_swatch_selected.bold_option_value_element {
    box-shadow:0 0 0 1px #B3B3B3;
    border:3px solid #B3B3B3;
}

.bold_option_swatch .bold_option_value {
    vertical-align: top;
}


.bold_option_value_swatch {
    box-sizing:border-box;
    position:relative;
    border:1px solid #fff;
}

    .bold_option_swatch .bold_option_value {
        display:block;
        clear:left;
    }
    .bold_option_swatch .bold_option_value_element {
        display:block;
        float:left;
        margin-right:10px;
    }
    .bold_option_swatch_title { display: inline-block; }

            .bold_option_swatch_title { line-height:54px; }
    

.bold_option_swatch input[type='checkbox'] {
    display: none;
}

.bold_option_value_swatch > span {
    display:block;
    width:100%; height:100%;
    left:0; top:0;
    position:absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bold_option_value_swatch > span:nth-child(2) { width:50%; left:50%; }
.bold_option_value_swatch > span:nth-child(3) { top:50%; height:50%; }
.bold_option_value_swatch > span:nth-child(4) { left:50%; top:50%; width:50%; height:50%; }

.bold_option_value_swatch {
    display:block;
}

    .bold_option_value_swatch { width:48px; height:48px; }



/* errors */
.bold_option_error,
.bold_option_error .bold_option_title,
.bold_error_message {
    color: red;
}

.bold_option_error .bold_option_value_title.bold_option_not_error {
    color: initial;
}

.bold_error_message {
    display: block;
}

/* utility classes */
.bold_hidden {
    display:none !important;
}

/* ajax loading animation */
.bold_spinner {
    margin: 0 auto;
    width: 90px;
    text-align: center;
}
.bold_spinner > div {
    width: 15px;
    height: 15px;
    margin:0 5px;
    background-color: rgba(0,0,0,.25);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.bold_spinner :nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.bold_spinner :nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

/* custom css */
.bold_option_title {
width: 100%;
}     
input[value="BOLD_HIDDEN_PRODUCT"], input[value="OPTIONS_HIDDEN_PRODUCT"]{
display: none;
} 
input[value="BOLD_HIDDEN_PRODUCT"] + label, input[value="OPTIONS_HIDDEN_PRODUCT"] + label{
display: none;
} 
                                                                                                                                       

    </style>


<!-- END app snippet -->
<!-- END app block --><!-- BEGIN app block: shopify://apps/minmaxify-order-limits/blocks/app-embed-block/3acfba32-89f3-4377-ae20-cbb9abc48475 -->

<!-- END app block --><!-- BEGIN app block: shopify://apps/searchanise-search-filter/blocks/app-embed/d8f24ada-02b1-458a-bbeb-5bf16d5c921e -->
<!-- END app block --><!-- BEGIN app block: shopify://apps/wyllo-formerly-nofraud/blocks/nf_device/5c2706cf-d458-49c5-a6fa-4fb6b79ce2b4 --><script async src="https://services.nofraud.com/js/device.js?shop=shopctl.myshopify.com" type="application/javascript"></script>


<!-- END app block --><!-- BEGIN app block: shopify://apps/seo-manager-venntov/blocks/seomanager/c54c366f-d4bb-4d52-8d2f-dd61ce8e7e12 --><!-- BEGIN app snippet: SEOManager4 -->
<meta name='seomanager' content='4.0.5' /> 


<script>
	function sm_htmldecode(str) {
		var txt = document.createElement('textarea');
		txt.innerHTML = str;
		return txt.value;
	}

	var venntov_title = sm_htmldecode("CTL | Chromebooks, Chromebox, Google Meet, and Lifecycle Services");
	var venntov_description = sm_htmldecode("CTL is a global computing solutions manufacturer offering Chromebook, Chromebox, and Google Meet solutions for education and enterprise with customers in 65+ countries. CTL delivers customized solutions with comprehensive device life cycle support, dedicated account managers, and the industry&#39;s best service. ");
	
	if (venntov_title != '') {
		document.title = venntov_title;	
	}
	else {
		document.title = "CTL | Chromebooks, Chromebox, Google Meet, and Lifecycle Services";	
	}

	if (document.querySelector('meta[name="description"]') == null) {
		var venntov_desc = document.createElement('meta');
		venntov_desc.name = "description";
		venntov_desc.content = venntov_description;
		var venntov_head = document.head;
		venntov_head.appendChild(venntov_desc);
	} else {
		document.querySelector('meta[name="description"]').setAttribute("content", venntov_description);
	}
</script>

<script>
	var venntov_robotVals = "index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1";
	if (venntov_robotVals !== "") {
		document.querySelectorAll("[name='robots']").forEach(e => e.remove());
		var venntov_robotMeta = document.createElement('meta');
		venntov_robotMeta.name = "robots";
		venntov_robotMeta.content = venntov_robotVals;
		var venntov_head = document.head;
		venntov_head.appendChild(venntov_robotMeta);
	}
</script>

<script>
	var venntov_googleVals = "";
	if (venntov_googleVals !== "") {
		document.querySelectorAll("[name='google']").forEach(e => e.remove());
		var venntov_googleMeta = document.createElement('meta');
		venntov_googleMeta.name = "google";
		venntov_googleMeta.content = venntov_googleVals;
		var venntov_head = document.head;
		venntov_head.appendChild(venntov_googleMeta);
	}
	</script>
	<!-- JSON-LD support -->
			<script type="application/ld+json">
			{
				"@context": "http://schema.org",
				"@type": "Organization",
				"name": "CTL",
				"url": "https://ctl.net","logo": "https://customers.seomanager.com/knowledgegraph/logo/shopctl_myshopify_com_logo.png?cache=752"
						,"image": "https://customers.seomanager.com/knowledgegraph/logo/shopctl_myshopify_com_logo.png?cache=752","contactPoint": [{ 
						"@type": "ContactPoint",
						"telephone": "800-642-3087",
						"contactType": "customer service" 
					},{ 
						"@type": "ContactPoint",
						"telephone": "800.645.8670",
						"contactType": "technical support"
					},{ 
						"@type": "ContactPoint",
						"telephone": "800-642-3087",
						"contactType": "sales"
					}],"sameAs": ["https://www.facebook.com/CTLCorp", "https://twitter.com/ctlcorp", "https://www.instagram.com/ctldotnet/", "https://pinterest.com/ctldotnet", "https://www.youtube.com/channel/UCG9U3NCYBXXTf-nalrzRBUg", "https://www.linkedin.com/company/520794/"]}
			</script>
			<script type="application/ld+json">
			{
				"@context": "https://schema.org",
				"@type": "WholesaleStore",
				"name": "CTL",
				"url": "https://ctl.net",
				"description": "CTL is a global computing solutions manufacturer offering Chromebook, Chromebox, and Google Meet solutions for education and enterprise with customers in 65+ countries. CTL delivers customized solutions with comprehensive device lifecycle support, dedicated account managers, and the industry's best service. "
,"image": "https://customers.seomanager.com/knowledgegraph/logo/shopctl_myshopify_com_logo.png?cache=752","telephone": "800-642-3087","brand": {
						"@type": "Brand",
						"name": "CTL"
					},"priceRange": "$10-$1000","geo": {
					"@type": "GeoCoordinates",
					"latitude": "45.4780823",
					"longitude": "-122.7761584"
				}
				,"address": {
					"@type": "PostalAddress",
					"streetAddress": "9700 SW Harvest Ct.  100",
					"addressLocality": "Beaverton",
					"addressRegion": "Oregon",
					"postalCode": "97005",
					"addressCountry": "US"
				}
			}
			</script>
			<script type="application/ld+json">
			{
				"@context": "https://schema.org",
				"@type": "WebSite",
				"name": "CTL",
				"url": "ctl.net",
				"potentialAction": {
					"@type": "SearchAction",
					"target": {
						"@type": "EntryPoint",
						"urlTemplate": "https://ctl.net/search?q={search_term_string}"
					},
					"query-input": "required name=search_term_string"
				}
			}
			</script>

<!-- 524F4D20383A3331 --><!-- END app snippet -->

<!-- END app block --><script src="https://cdn.shopify.com/extensions/019e88f2-a8d5-7745-ada9-9ce8edc61dba/preorder-now-36/assets/preorder-now-source.js" type="text/javascript" defer="defer"></script>
<link href="https://cdn.shopify.com/extensions/019e88f2-a8d5-7745-ada9-9ce8edc61dba/preorder-now-36/assets/preorder-now-source.css" rel="stylesheet" type="text/css" media="all">
<script src="https://cdn.shopify.com/extensions/019ea8c7-accc-705e-aeec-5661a3d8b719/2026-06-08-19-46-57-UTC--a3fb95d/assets/smile-loader.js" type="text/javascript" defer="defer"></script>
<script src="https://cdn.shopify.com/extensions/019c3433-f248-7615-8d8a-d93f3b6a960f/product-options-11/assets/options.js" type="text/javascript" defer="defer"></script>
<link href="https://cdn.shopify.com/extensions/019e942b-fb6a-7667-b0d4-b4221d58ca93/magical-mandatory-fees-249/assets/magical-mandatory-fees.css" rel="stylesheet" type="text/css" media="all">
<script src="https://cdn.shopify.com/extensions/019df7b2-b62d-7977-ac09-90207f51b1af/searchanise-22/assets/disable-app.js" type="text/javascript" defer="defer"></script>
<script src="https://cdn.shopify.com/extensions/019e72ae-8813-7acb-aa5c-a4ca3b80a3b6/easyspecs-13/assets/embed.js" type="text/javascript" defer="defer"></script>
<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {try {var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;} catch {var session_token_from_headers = undefined;}var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";var session_token = session_token_from_headers || session_token_from_cookie || "";function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 13829181,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script>
  window.__TREKKIE_SHIM_QUEUE = window.__TREKKIE_SHIM_QUEUE || [];
</script>
<script id="web-pixels-manager-setup">(function(){var wpmLoader=function(){"use strict";return function(e,d,r,n){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};if(!Boolean(null==(i=null==(a=window.Shopify)?void 0:a.analytics)?void 0:i.replayQueue)){var a,i;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l,u,c,m,p,f,h,g,y,w,v,b,S,P=(u=(l={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,c=l.legacy,(m=navigator.userAgent).match(u)?"modern":m.match(c)?"legacy":"unknown"),C="modern"===P?"modern":"legacy",_=(null!=n?n:{modern:"",legacy:""})[C],O=[(p={baseUrl:d,hashVersion:r,buildTarget:C}).baseUrl,"/wpm","/b",p.hashVersion,"modern"===p.buildTarget?"m":"l",".js"].join(""),U=(f={version:r,bundleTarget:P,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint},h=f.version,g=f.bundleTarget,y=f.surface,w=f.pageUrl,v=f.monorailEndpoint,{emit:function(e){var d=e.status,r=e.errorMsg,n=(new Date).getTime(),o=JSON.stringify({metadata:{event_sent_at_ms:n},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:h,bundle_target:g,page_url:w,status:d,surface:y,error_msg:r},metadata:{event_created_at_ms:n}}]});if(!v)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(v,o)}catch(e){}var a=new XMLHttpRequest;try{return a.open("POST",v,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(o),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}});try{o.browserTarget=P,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,a=e.onerror,i=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,i&&(l.integrity=i,l.crossOrigin="anonymous"),s)for(var m in s)if(Object.prototype.hasOwnProperty.call(s,m))try{l.dataset[m]=s[m]}catch(e){}if(o&&l.addEventListener("load",o),a&&l.addEventListener("error",a),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:O,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null==(d=null==(e=window.Shopify)?void 0:e.analytics)?void 0:d.initialized)}()){var d=window.webPixelsManager.init(e)||void 0;if(d){var r=window.Shopify.analytics;r.replayQueue.forEach(function(e){var r=e[0],n=e[1],o=e[2];d.publishCustomEvent(r,n,o)}),r.replayQueue=[],r.publish=d.publishCustomEvent,r.visitor=d.visitor,r.initialized=!0}}},onerror:function(){return U.emit({status:"failed",errorMsg:"".concat(O," has failed to load")})},sri:(b=_,S=/^sha384-[A-Za-z0-9+/=]+$/,"string"==typeof b&&S.test(b)?_:""),scriptDataAttributes:o}),U.emit({status:"loading"})}catch(e){U.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}}}();wpmLoader({shopId: 13829181,storefrontBaseUrl: "https://ctl.net",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["2dca8a86","d5bdd5d0","3209b71c","5acaffe6","86d76263","3b3c7daf","6faea013"],webPixelsConfigList: [{"id":"975503448","configuration":"{\"accountID\":\"shopctl\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"1d4c781273105676f6b02a329648437f","type":"APP","apiClientId":32196493313,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"753270872","configuration":"{\"shopUrl\":\"shopctl.myshopify.com\",\"apiUrl\":\"https:\\\/\\\/services.nofraud.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0cf396a0daab06a8120b15747f89a0e3","type":"APP","apiClientId":1380557,"privacyPurposes":[],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"unrestricted"},{"id":"364609624","configuration":"{\"config\":\"{\\\"google_tag_ids\\\":[\\\"G-PT3BFW7558\\\"],\\\"target_country\\\":\\\"US\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":\\\"G-PT3BFW7558\\\"},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":\\\"G-PT3BFW7558\\\"},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":\\\"G-PT3BFW7558\\\"},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":\\\"G-PT3BFW7558\\\"},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":\\\"G-PT3BFW7558\\\"},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":\\\"G-PT3BFW7558\\\"},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":\\\"G-PT3BFW7558\\\"}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"f15305aac1e98c5c26a7c80e7bc37bde","type":"APP","apiClientId":1780363,"privacyPurposes":[],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"41517144","configuration":"{\"apiKey\":\"4Z6g9c4e6g\",\"host\":\"searchserverapi1.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"5559ea45e47b67d15b30b79e7c6719da","type":"APP","apiClientId":578825,"privacyPurposes":["ANALYTICS"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_personal_data"],"dataSharingControls":["share_all_events"]},"dataSharingState":"unrestricted"},{"id":"33849432","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"Shopper Approved TYPCode"},{"id":"56787032","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["MARKETING"],"name":"Meta pixel (migrated)"},{"id":"113377368","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"3","type":"CUSTOM","privacyPurposes":["SALE_OF_DATA"],"name":"DH Data Layer v10.2"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"CTL","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"shopctl.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/ctl.net"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"products":null,"purchasingCompany":null,"page":null},},"https://ctl.net/cdn","a9664f44w6a62cec8p04af10e4mb91e3447",{"modern":"","legacy":""},{"trekkieShim":true,"apiClientId":"580111","pageType":"home","shopId":"13829181","storefrontBaseUrl":"https:\/\/ctl.net","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"2dca8a86\", \"d5bdd5d0\", \"3209b71c\", \"5acaffe6\", \"86d76263\", \"3b3c7daf\", \"6faea013\"]","isMerchantRequest":"false","hashVersion":"a9664f44w6a62cec8p04af10e4mb91e3447","publish":"custom","events":"[[\"page_viewed\",{}]]"});})();</script><script>
  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  window.ShopifyAnalytics.meta.currency = 'USD';
  var meta = {"page":{"pageType":"home","requestId":"57992e9c-b173-4657-b9f7-1e3f9014e5b0-1781010932"}};
  for (var attr in meta) {
    window.ShopifyAnalytics.meta[attr] = meta[attr];
  }
</script>
<script class="analytics">
  (function () {
    var customDocumentWrite = function(content) {
      var jquery = null;

      if (window.jQuery) {
        jquery = window.jQuery;
      } else if (window.Checkout && window.Checkout.$) {
        jquery = window.Checkout.$;
      }

      if (jquery) {
        jquery('body').append(content);
      }
    };

    var hasLoggedConversion = function(token) {
      if (token) {
        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
      }
      return false;
    }

    var setCookieIfConversion = function(token) {
      if (token) {
        var twoMonthsFromNow = new Date(Date.now());
        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);

        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
      }
    }

    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
    window.ShopifyAnalytics.lib.trekkie = window.trekkie;
    if (trekkie.integrations) {
      return;
    }
    trekkie.methods = [
      'identify',
      'page',
      'ready',
      'track',
      'trackForm',
      'trackLink'
    ];
    trekkie.factory = function(method) {
      return function() {
        var args = Array.prototype.slice.call(arguments);
        args.unshift(method);
        trekkie.push(args);
        if (window.__TREKKIE_SHIM_QUEUE && (method == 'track' || method == 'page')) {
          try {
            window.__TREKKIE_SHIM_QUEUE.push({
              from: 'trekkie-stub',
              method: method,
              args: args.slice(1)
            });
          } catch (e) {
            // no-op
          }
        }
        return trekkie;
      };
    };
    for (var i = 0; i < trekkie.methods.length; i++) {
      var key = trekkie.methods[i];
      trekkie[key] = trekkie.factory(key);
    }
    trekkie.load = function(config) {
      trekkie.config = config || {};
      trekkie.config.initialDocumentCookie = document.cookie;
      var first = document.getElementsByTagName('script')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.onerror = function(e) {
  var scriptFallback = document.createElement('script');
  scriptFallback.type = 'text/javascript';
  scriptFallback.onerror = function(error) {
          var Monorail = {
      produce: function produce(monorailDomain, schemaId, payload) {
        var currentMs = new Date().getTime();
        var event = {
          schema_id: schemaId,
          payload: payload,
          metadata: {
            event_created_at_ms: currentMs,
            event_sent_at_ms: currentMs
          }
        };
        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
      },
      sendRequest: function sendRequest(endpointUrl, payload) {
        // Try the sendBeacon API
        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
          var blobData = new window.Blob([payload], {
            type: 'text/plain'
          });

          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
            return true;
          } // sendBeacon was not successful

        } // XHR beacon

        var xhr = new XMLHttpRequest();

        try {
          xhr.open('POST', endpointUrl);
          xhr.setRequestHeader('Content-Type', 'text/plain');
          xhr.send(payload);
        } catch (e) {
          console.log(e);
        }

        return false;
      },
      isIos12: function isIos12() {
        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
      }
    };
    Monorail.produce('monorail-edge.shopifysvc.com',
      'trekkie_storefront_load_errors/1.1',
      {shop_id: 13829181,
      theme_id: 129520500824,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "//ctl.net/cdn/s/trekkie.storefront.f7140b8b25ae1195cf346a36a85e3e4bcf46adb3.min.js"});

  };
  scriptFallback.async = true;
  scriptFallback.src = '//ctl.net/cdn/s/trekkie.storefront.f7140b8b25ae1195cf346a36a85e3e4bcf46adb3.min.js';
  first.parentNode.insertBefore(scriptFallback, first);
};
script.async = true;
script.src = '//ctl.net/cdn/s/trekkie.storefront.f7140b8b25ae1195cf346a36a85e3e4bcf46adb3.min.js';
first.parentNode.insertBefore(script, first);

    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":13829181,"isMerchantRequest":null,"themeId":129520500824,"themeCityHash":"5794274955571821185","contentLanguage":"en","currency":"USD","eventMetadataId":"51ec8560-6e3c-4875-bafc-c5bfba117b94"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["b5387b81","d5bdd5d0"]},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}}
    );

    var loaded = false;
    trekkie.ready(function() {
      if (loaded) return;
      loaded = true;

      window.ShopifyAnalytics.lib = window.trekkie;

      var originalDocumentWrite = document.write;
      document.write = customDocumentWrite;
      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
      document.write = originalDocumentWrite;

      window.ShopifyAnalytics.lib.page(null,{"pageType":"home","requestId":"57992e9c-b173-4657-b9f7-1e3f9014e5b0-1781010932","shopifyEmitted":true});

      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
      var token = match? match[1]: undefined;
      if (!hasLoggedConversion(token)) {
        setCookieIfConversion(token);
        
      }
    });

    var eventsListenerScript = document.createElement('script');
    eventsListenerScript.async = true;
    eventsListenerScript.src = "//ctl.net/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js";
    document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
})();</script>
<script
  defer
  src="https://ctl.net/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.5.0.min.js"
  data-application="storefront-renderer"
  data-shop-id="13829181"
  data-render-region="gcp-europe-west1"
  data-page-type="index"
  data-theme-instance-id="129520500824"
  data-theme-name="Focal"
  data-theme-version="8.11.2"
  data-monorail-region="shop_domain"
  data-resource-timing-sampling-rate="10"
  data-shs="true"
  data-shs-beacon="true"
  data-shs-export-with-fetch="true"
  data-shs-logs-sample-rate="1"
  data-shs-beacon-endpoint="https://ctl.net/api/collect"
></script>
</head><body class="template-index no-focus-outline  features--image-zoom"   id="index"  data-instant-allow-query-string>
    <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TQWPM8N6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) --><svg class="visually-hidden">
      <linearGradient id="rating-star-gradient-half">
        <stop offset="50%" stop-color="rgb(var(--product-star-rating))" />
        <stop offset="50%" stop-color="rgb(var(--product-star-rating))" stop-opacity="0.4" />
      </linearGradient>
    </svg>

    <a href="#main" class="visually-hidden skip-to-content">Skip to content</a>
    <loading-bar class="loading-bar"></loading-bar><div id="shopify-section-announcement-bar" class="shopify-section shopify-section--announcement-bar"><style>
  :root {
    --enable-sticky-announcement-bar: 1;
  }

  #shopify-section-announcement-bar {
    --heading-color: 255, 255, 255;
    --text-color: 255, 255, 255;
    --primary-button-background: 200, 21, 38;
    --primary-button-text-color: 255, 255, 255;
    --section-background: 1, 22, 64;
    z-index: 5; /* Make sure it goes over header */position: -webkit-sticky;
      position: sticky;top: 0;
  }

  @media screen and (min-width: 741px) {
    :root {
      --enable-sticky-announcement-bar: 1;
    }

    #shopify-section-announcement-bar {position: -webkit-sticky;
        position: sticky;}
  }
</style><section>
    <announcement-bar auto-play cycle-speed="5" class="announcement-bar announcement-bar--multiple"><button data-action="prev" class="tap-area tap-area--large">
          <span class="visually-hidden">Previous</span>
          <svg focusable="false" width="12" height="20" class="icon icon--nav-arrow-left-small  icon--direction-aware " viewBox="0 0 384 512">
        <path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 278.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"></path>
      </svg>
        </button><div class="announcement-bar__list"><announcement-bar-item  has-content class="announcement-bar__item" ><div class="announcement-bar__message announcement-bar__message--normal"><p><span class="text">What&#39;s new with AI in Google Workspace?</span> <button class="link" data-action="open-content">Free webinar.</button></p></div><div hidden class="announcement-bar__content ">
                <div class="announcement-bar__content-overlay"></div>

                <div class="announcement-bar__content-overflow">
                  <div class="announcement-bar__content-inner">
                    <button type="button" class="announcement-bar__close-button tap-area" data-action="close-content">
                      <span class="visually-hidden">Close</span><svg focusable="false" width="14" height="14" class="icon icon--close   " viewBox="0 0 14 14">
        <path d="M13 13L1 1M13 1L1 13" stroke="currentColor" stroke-width="2" fill="none"></path>
      </svg></button><div class="announcement-bar__content-text-wrapper">
                        <div class="announcement-bar__content-text text-container"><h3 class="heading h5">Live Webinar: What&#39;s New with AI in Google Workspace?</h3><p>Struggling to keep up with the constant stream of generative AI features and updates from Google? This webinar is the essential shortcut you need! Join CTL and special guest Google-certified admin John Sowash for a detailed review of the very latest generative AI updates and new features designed for teachers, students, and administrators. We'll also cover the crucial management controls within the Google Admin console.</p><p> </p><div class="button-wrapper">
                              <a href="" class="button button--primary">Register to watch now</a>
                            </div></div>
                      </div></div>
                </div>
              </div></announcement-bar-item><announcement-bar-item hidden has-content class="announcement-bar__item" ><div class="announcement-bar__message announcement-bar__message--normal"><p><span class="text">CTL Introduces Next-Generation 5G, 4G LTE, and CBRS Integrated Chromebook for Students</span> <button class="link" data-action="open-content">See the news.</button></p></div><div hidden class="announcement-bar__content has-image">
                <div class="announcement-bar__content-overlay"></div>

                <div class="announcement-bar__content-overflow">
                  <div class="announcement-bar__content-inner">
                    <button type="button" class="announcement-bar__close-button tap-area" data-action="close-content">
                      <span class="visually-hidden">Close</span><svg focusable="false" width="14" height="14" class="icon icon--close   " viewBox="0 0 14 14">
        <path d="M13 13L1 1M13 1L1 13" stroke="currentColor" stroke-width="2" fill="none"></path>
      </svg></button><img class="announcement-bar__content-image" loading="lazy" sizes="50vw" 
  height="600" width="800" alt="" src="//ctl.net/cdn/shop/files/Blog_post_artwork_40_800x.png?v=1775578711" srcset="//ctl.net/cdn/shop/files/Blog_post_artwork_40_400x.png?v=1775578711 400w, //ctl.net/cdn/shop/files/Blog_post_artwork_40_500x.png?v=1775578711 500w, //ctl.net/cdn/shop/files/Blog_post_artwork_40_600x.png?v=1775578711 600w, //ctl.net/cdn/shop/files/Blog_post_artwork_40_700x.png?v=1775578711 700w, //ctl.net/cdn/shop/files/Blog_post_artwork_40_800x.png?v=1775578711 800w"><div class="announcement-bar__content-text-wrapper">
                        <div class="announcement-bar__content-text text-container"><h3 class="heading h5">CTL Introduces Next-Generation 5G, 4G LTE, and CBRS Integrated Chromebook for Students</h3><p>CTL has launched its new CTL Chromebook PX112C Series with integrated 5G, 4G LTE, and CBRS connectivity.</p><p>By supporting both cellular and private wireless networks, this new Chromebook brings instant-on connection to students for learning anywhere—eliminating the logistical burden of external hotspots.<br/><br/></p><div class="button-wrapper">
                              <a href="https://ctl.net/blogs/press-releases/ctl-introduces-next-generation-5g-4g-lte-and-cbrs-integrated-chromebook-for-students" class="button button--primary">Get the story</a>
                            </div></div>
                      </div></div>
                </div>
              </div></announcement-bar-item><announcement-bar-item hidden has-content class="announcement-bar__item" ><div class="announcement-bar__message announcement-bar__message--normal"><p><span class="text">In stock now - our newest Chromebooks</span> <button class="link" data-action="open-content">Shop Chromebooks now</button></p></div><div hidden class="announcement-bar__content has-image">
                <div class="announcement-bar__content-overlay"></div>

                <div class="announcement-bar__content-overflow">
                  <div class="announcement-bar__content-inner">
                    <button type="button" class="announcement-bar__close-button tap-area" data-action="close-content">
                      <span class="visually-hidden">Close</span><svg focusable="false" width="14" height="14" class="icon icon--close   " viewBox="0 0 14 14">
        <path d="M13 13L1 1M13 1L1 13" stroke="currentColor" stroke-width="2" fill="none"></path>
      </svg></button><img class="announcement-bar__content-image" loading="lazy" sizes="50vw" 
  height="600" width="1313" alt="" src="//ctl.net/cdn/shop/files/3_Chromebook_Lineup_1313x.png?v=1723651280" srcset="//ctl.net/cdn/shop/files/3_Chromebook_Lineup_400x.png?v=1723651280 400w, //ctl.net/cdn/shop/files/3_Chromebook_Lineup_500x.png?v=1723651280 500w, //ctl.net/cdn/shop/files/3_Chromebook_Lineup_600x.png?v=1723651280 600w, //ctl.net/cdn/shop/files/3_Chromebook_Lineup_700x.png?v=1723651280 700w, //ctl.net/cdn/shop/files/3_Chromebook_Lineup_800x.png?v=1723651280 800w, //ctl.net/cdn/shop/files/3_Chromebook_Lineup_900x.png?v=1723651280 900w, //ctl.net/cdn/shop/files/3_Chromebook_Lineup_1000x.png?v=1723651280 1000w, //ctl.net/cdn/shop/files/3_Chromebook_Lineup_1200x.png?v=1723651280 1200w, //ctl.net/cdn/shop/files/3_Chromebook_Lineup_1313x.png?v=1723651280 1313w"><div class="announcement-bar__content-text-wrapper">
                        <div class="announcement-bar__content-text text-container"><h3 class="heading h5">These Chromebooks Go Fast!</h3><p>Purchase now and save!<br/>Ensure timely delivery, and<br/>equip teachers and students with the most advanced technology.</p><div class="button-wrapper">
                              <a href="/collections/chromebooks" class="button button--primary">Shop now</a>
                            </div></div>
                      </div></div>
                </div>
              </div></announcement-bar-item><announcement-bar-item hidden has-content class="announcement-bar__item" ><div class="announcement-bar__message announcement-bar__message--normal"><p><span class="text">Limited Time Offer: 3 Months Free Instinctive Checkout Software.</span> <button class="link" data-action="open-content">Get details</button></p></div><div hidden class="announcement-bar__content has-image">
                <div class="announcement-bar__content-overlay"></div>

                <div class="announcement-bar__content-overflow">
                  <div class="announcement-bar__content-inner">
                    <button type="button" class="announcement-bar__close-button tap-area" data-action="close-content">
                      <span class="visually-hidden">Close</span><svg focusable="false" width="14" height="14" class="icon icon--close   " viewBox="0 0 14 14">
        <path d="M13 13L1 1M13 1L1 13" stroke="currentColor" stroke-width="2" fill="none"></path>
      </svg></button><img class="announcement-bar__content-image" loading="lazy" sizes="50vw" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/CTL_Chromebook_NL73_Gen_2_Clamshell-1400x1400_1400x.png?v=1753378184" srcset="//ctl.net/cdn/shop/files/CTL_Chromebook_NL73_Gen_2_Clamshell-1400x1400_400x.png?v=1753378184 400w, //ctl.net/cdn/shop/files/CTL_Chromebook_NL73_Gen_2_Clamshell-1400x1400_500x.png?v=1753378184 500w, //ctl.net/cdn/shop/files/CTL_Chromebook_NL73_Gen_2_Clamshell-1400x1400_600x.png?v=1753378184 600w, //ctl.net/cdn/shop/files/CTL_Chromebook_NL73_Gen_2_Clamshell-1400x1400_700x.png?v=1753378184 700w, //ctl.net/cdn/shop/files/CTL_Chromebook_NL73_Gen_2_Clamshell-1400x1400_800x.png?v=1753378184 800w, //ctl.net/cdn/shop/files/CTL_Chromebook_NL73_Gen_2_Clamshell-1400x1400_900x.png?v=1753378184 900w, //ctl.net/cdn/shop/files/CTL_Chromebook_NL73_Gen_2_Clamshell-1400x1400_1000x.png?v=1753378184 1000w, //ctl.net/cdn/shop/files/CTL_Chromebook_NL73_Gen_2_Clamshell-1400x1400_1200x.png?v=1753378184 1200w, //ctl.net/cdn/shop/files/CTL_Chromebook_NL73_Gen_2_Clamshell-1400x1400_1400x.png?v=1753378184 1400w"><div class="announcement-bar__content-text-wrapper">
                        <div class="announcement-bar__content-text text-container"><h3 class="heading h5">Smooth Chromebook Rollouts and Returns</h3><p>Get 3 months FREE subscription to Instinctive Checkout software with your CTL Chromebook Purchase*</p><ul><li>Effortlessly streamline your Chromebook inventory and accountability</li><li>Say goodbye to manual tracking headaches </li><li>Ensure accurate records and seamless device handovers.</li></ul><p>*Offer valid with your Chromebook purchase through October 31, 2025.<br/></p><div class="button-wrapper">
                              <a href="https://ctl.net/pages/instinctive-chromebook-checkout-software-promotion-3-months-free-ctl" class="button button--primary">View Offer Details</a>
                            </div></div>
                      </div></div>
                </div>
              </div></announcement-bar-item></div><button data-action="next" class="tap-area tap-area--large">
          <span class="visually-hidden">Next</span>
          <svg focusable="false" width="12" height="20" class="icon icon--nav-arrow-right-small  icon--direction-aware " viewBox="0 0 384 512">
        <path d="M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"></path>
      </svg>
        </button></announcement-bar>
  </section>

  <script>
    document.documentElement.style.setProperty('--announcement-bar-height', document.getElementById('shopify-section-announcement-bar').clientHeight + 'px');
  </script>
</div><div id="shopify-section-popup" class="shopify-section shopify-section--popup"><style>
      @media screen and (max-width: 999px) {
        .modal__close-button {
          color: rgb(255, 255, 255);
        }
      }
    </style><modal-content section="popup" only-once apparition-delay="3" id="newsletter-popup" class="modal">
    <div class="modal__overlay"></div>

    <div class="modal__content">
      <button type="button" class="modal__close-button tap-area" data-action="close" title="Close"><svg focusable="false" width="14" height="14" class="icon icon--close   " viewBox="0 0 14 14">
        <path d="M13 13L1 1M13 1L1 13" stroke="currentColor" stroke-width="2" fill="none"></path>
      </svg></button>

      <div class="newsletter-modal "><img class="newsletter-modal__image" loading="lazy" width="500" height="500" sizes="(max-width: 740px) 100vw, 500px" 
  height="1250" width="1667" alt="" src="//ctl.net/cdn/shop/files/CybersecurityReadiness_Webinar_060126-02_1000x.jpg?v=1780352579" srcset="//ctl.net/cdn/shop/files/CybersecurityReadiness_Webinar_060126-02_300x.jpg?v=1780352579 300w, //ctl.net/cdn/shop/files/CybersecurityReadiness_Webinar_060126-02_400x.jpg?v=1780352579 400w, //ctl.net/cdn/shop/files/CybersecurityReadiness_Webinar_060126-02_500x.jpg?v=1780352579 500w, //ctl.net/cdn/shop/files/CybersecurityReadiness_Webinar_060126-02_600x.jpg?v=1780352579 600w, //ctl.net/cdn/shop/files/CybersecurityReadiness_Webinar_060126-02_700x.jpg?v=1780352579 700w, //ctl.net/cdn/shop/files/CybersecurityReadiness_Webinar_060126-02_800x.jpg?v=1780352579 800w, //ctl.net/cdn/shop/files/CybersecurityReadiness_Webinar_060126-02_900x.jpg?v=1780352579 900w, //ctl.net/cdn/shop/files/CybersecurityReadiness_Webinar_060126-02_1000x.jpg?v=1780352579 1000w"><div class="newsletter-modal__content newsletter-modal__content--extra text-container text--center"><h2>Get Cyber-Ready! Take Our Online Course.</h2><p><br/>Struggling to prepare for the next vendor cyber breach? <strong>This webinar is the essential shortcut you need! </strong></p><p>This two-part interactive webinar series is grounded in the NIST Cybersecurity Framework. District teams will learn how to prepare for the phishing aftershock, strengthen vendor and identity management practices, and create a practical 30/60/90-day cyber-readiness plan.<br/><br/></p><h4><a href="https://ctl.net/blogs/insights/after-the-incident-moving-from-vendor-breach-awareness-to-cyber-readiness-in-k-12-districts" target="_blank" title="https://ctl.net/blogs/insights/after-the-incident-moving-from-vendor-breach-awareness-to-cyber-readiness-in-k-12-districts">Register Now</a></h4><form method="post" action="/contact#contact_form" accept-charset="UTF-8" class="form newsletter-modal__form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[tags]" value="newsletter">
            <input type="hidden" name="contact[context]" value="">

              <div class="input">
                <input type="email" id="newsletter[popup][contact][email]" name="contact[email]" class="input__field" required>
                <label for="newsletter[popup][contact][email]" class="input__label">Email</label>
              </div>

              <div class="input">
                <button type="submit" is="loader-button" class="button button--primary button--full">Join</button>
              </div></form></div>
      </div>
    </div>
  </modal-content><style> #shopify-section-popup .input {display: none;} #shopify-section-popup /* p, #shopify-section-popup h2 {text-align: left;} */h4 {color: #fff;} #shopify-section-popup a {background-color: #c81526; padding: 10px 25px 10px 25px;} </style></div><div id="shopify-section-header" class="shopify-section shopify-section--header"><style>
  :root {
    --enable-sticky-header: 1;
    --enable-transparent-header: 1;
    --loading-bar-background: 52, 57, 60; /* Prevent the loading bar to be invisible */
  }

  #shopify-section-header {--header-background: 255, 255, 255;
    --header-text-color: 52, 57, 60;
    --header-border-color: 225, 225, 226;
    --reduce-header-padding: 1;position: -webkit-sticky;
      position: sticky;top: calc(var(--enable-sticky-announcement-bar) * var(--announcement-bar-height, 0px));
    z-index: 4;
  }#shopify-section-header {
      margin-bottom: calc(-1 * (var(--header-height, 0px) + var(--enable-sticky-announcement-bar) * var(--announcement-bar-height, 0px)));
    }

    .js #shopify-section-header .header--transparent {--header-background: transparent;
      --header-text-color: 255, 255, 255;
      --header-border-color: 255, 255, 255, 0.15;
      --header-transparent-bubble-text-color: 52, 57, 60;
    }#shopify-section-header .header__logo-image {
    max-width: 80px;
  }

  @media screen and (min-width: 741px) {
    #shopify-section-header .header__logo-image {
      max-width: 80px;
    }
  }

  @media screen and (min-width: 1200px) {/* For this navigation we have to move the logo at the first and add a margin */
      [dir="rtl"] .header__logo {
        margin-left: 170px;
      }

      [dir="ltr"] .header__logo {
        margin-right: 170px;
      }

      .header__logo {
        order: -1;
      }

      @media screen and (min-width: 741px) {
        .header__secondary-links {
          max-width: max-content;
          margin-inline-start: 48px;
        }
      }}</style>

<store-header sticky transparent class="header header--bordered header--transparent" role="banner"><div class="container">
    <div class="header__wrapper">
      <!-- LEFT PART -->
      <nav class="header__inline-navigation" role="navigation"><desktop-navigation>
  <ul class="header__linklist list--unstyled hidden-pocket hidden-lap" role="list"><li class="header__linklist-item has-dropdown" data-item-title="Solutions">
        <a class="header__linklist-link link--animated" href="/" aria-controls="desktop-menu-1" aria-expanded="false">Solutions</a><div hidden id="desktop-menu-1" class="mega-menu" >
              <div class="container">
                <div class="mega-menu__inner"><div class="mega-menu__columns-wrapper"><div class="mega-menu__column"><a href="/" class="mega-menu__title heading heading--small">Explore By Application</a><ul class="linklist list--unstyled" role="list"><li class="linklist__item">
                                    <a href="/pages/chromebooks-for-schools-ctl" class="link--faded">K-12 Education</a>
                                  </li><li class="linklist__item">
                                    <a href="https://ctl.net/pages/chromebooks-and-lifecycle-management-services-for-virtual-schools" class="link--faded">Virtual Schools</a>
                                  </li><li class="linklist__item">
                                    <a href="https://ctl.net/pages/higher-education-technology-solutions-from-ctl" class="link--faded">Higher Education</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/enterprise" class="link--faded">Business</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/chromebooks-for-government-and-public-sector-programs" class="link--faded">Government</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/chromebox-for-digital-signs-and-kiosks" class="link--faded">Digital Signs and Kiosks</a>
                                  </li><li class="linklist__item">
                                    <a href="https://ctl.net/pages/video-conference-solutions-with-google-meet" class="link--faded">Video Conferencing</a>
                                  </li><li class="linklist__item">
                                    <a href="https://ctl.net/pages/chromeos-solutions-for-healthcare" class="link--faded">Healthcare</a>
                                  </li></ul></div><div class="mega-menu__column"><a href="/" class="mega-menu__title heading heading--small">Explore by Product</a><ul class="linklist list--unstyled" role="list"><li class="linklist__item">
                                    <a href="/pages/chromebooks-from-ctl" class="link--faded">Chromebooks</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/chromebox-solutions-from-ctl" class="link--faded">Chromebox</a>
                                  </li><li class="linklist__item">
                                    <a href="https://ctl.net/collections/google-meet-video-conferencing" class="link--faded">Google Meet</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/chromebook-laptop-rental-programs-from-ctl" class="link--faded">Chromebook Rental Programs</a>
                                  </li><li class="linklist__item">
                                    <a href="https://ctl.net/pages/ctl-ops-all-in-one-aio-with-chromeos-desktop-computers" class="link--faded">Chrome OS All-in-One Computers</a>
                                  </li><li class="linklist__item">
                                    <a href="/collections/computer-monitors" class="link--faded">Monitors</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/refurbished-chromebook-laptops-from-ctl" class="link--faded">Refurbished Equipment</a>
                                  </li></ul></div></div><div class="mega-menu__images-wrapper mega-menu__images-wrapper--tight"><a href="https://ctl.net/pages/ctl-chromebook-px112c-series-with-5g-4g-lte-and-cbrs-band-48-connectivity" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2026-04-29T134756.288_720x.png?v=1777495697" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2026-04-29T134756.288_240x.png?v=1777495697 240w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2026-04-29T134756.288_480x.png?v=1777495697 480w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2026-04-29T134756.288_720x.png?v=1777495697 720w">
                  </div><span class="mega-menu__text">New! Deliver anywhere, anytime learning with LTE-integrated Chromebooks.</span></a><a href="/pages/ctl-chromebook-plus-px141-series" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_9_720x.png?v=1718849299" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_9_240x.png?v=1718849299 240w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_9_480x.png?v=1718849299 480w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_9_720x.png?v=1718849299 720w">
                  </div><span class="mega-menu__text">New! Do more. Create more. Get the additional power and AI of the 14" Chromebook Plus for teachers, staff, and students</span></a><a href="https://ctl.net/products/ctl-ops-chromebox" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/CTL_Chromebox_OPS_720x.png?v=1761238354" srcset="//ctl.net/cdn/shop/files/CTL_Chromebox_OPS_240x.png?v=1761238354 240w, //ctl.net/cdn/shop/files/CTL_Chromebox_OPS_480x.png?v=1761238354 480w, //ctl.net/cdn/shop/files/CTL_Chromebox_OPS_720x.png?v=1761238354 720w">
                  </div><span class="mega-menu__text">New! Unleash Your Interactive Displays. Discover New Potential. Only with the CTL Chromebox OPS.</span></a></div></div>
              </div>
            </div></li><li class="header__linklist-item has-dropdown" data-item-title="Services">
        <a class="header__linklist-link link--animated" href="/pages/chromebook-customer-service-from-ctl" aria-controls="desktop-menu-2" aria-expanded="false">Services</a><div hidden id="desktop-menu-2" class="mega-menu mega-menu--hover-tertiary" >
              <div class="container">
                <div class="mega-menu__inner"><div class="mega-menu__columns-wrapper">
                        <div class="mega-menu__column">
                          <ul class="linklist list--unstyled" role="list"><li class="linklist__item"><a href="/pages/chromebook-customer-service-from-ctl" class="link--faded">Services Overview</a></li><li class="linklist__item"><a href="https://ctl.net/pages/chromebook-and-edtech-complete-fleet-services-by-ctl" class="link--faded">Complete Fleet Services</a></li><li class="linklist__item linklist__item--has-dropdown"><span class="link--faded">EdTech Lifecycle Services<svg focusable="false" width="7" height="10" class="icon icon--dropdown-arrow-right   " viewBox="0 0 7 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M3.9394 5L0.469727 1.53033L1.53039 0.469666L6.06072 5L1.53039 9.53032L0.469727 8.46967L3.9394 5Z" fill="currentColor"></path>
      </svg></span><ul class="linklist linklist--tertiary list--unstyled" role="list"><li class="linklist__item">
                                        <a href="/pages/chromebook-program-planning-services-from-ctl" class="link--faded">Program Planning Services</a>
                                      </li><li class="linklist__item">
                                        <a href="/pages/configure-and-deploy-chromebooks-with-ctl-services" class="link--faded">Configuration and Deployment</a>
                                      </li><li class="linklist__item">
                                        <a href="/pages/warranty" class="link--faded">Warranty and Accidental Damage Plans</a>
                                      </li><li class="linklist__item">
                                        <a href="/pages/continuing-care-services-from-ctl" class="link--faded">Continuing Care</a>
                                      </li></ul></li><li class="linklist__item"><a href="/pages/it-asset-disposition-itad-and-computer-trade-ins-for-schools-ctl" class="link--faded">ITAD and Computer Trade-In Services for Schools</a></li><li class="linklist__item"><a href="/pages/technology-lifecycle-management-services-for-business-ctl" class="link--faded">Technology Lifecycle Management for Businesses</a></li><li class="linklist__item"><a href="/pages/student-chromebook-repair-program-from-ctl" class="link--faded">Student Chromebook Repair Program</a></li></ul>
                        </div>
                      </div><div class="mega-menu__images-wrapper mega-menu__images-wrapper--tight"><a href="/pages/chromebook-and-edtech-complete-fleet-services-by-ctl" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_9b449486-25fe-4423-8d37-ea04f3239afa_720x.png?v=1764032504" srcset="//ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_9b449486-25fe-4423-8d37-ea04f3239afa_240x.png?v=1764032504 240w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_9b449486-25fe-4423-8d37-ea04f3239afa_480x.png?v=1764032504 480w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_9b449486-25fe-4423-8d37-ea04f3239afa_720x.png?v=1764032504 720w">
                  </div><span class="mega-menu__text">Easily deploy EdTech at scale with CTL's new Complete Fleet technology management services.</span></a><a href="/pages/student-chromebook-repair-program-from-ctl" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_720x.png?v=1764032906" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_240x.png?v=1764032906 240w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_480x.png?v=1764032906 480w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_720x.png?v=1764032906 720w">
                  </div><span class="mega-menu__text">New! CTL's student Chromebook repair course teaches real-world IT skills while saving school resources.</span></a><a href="/pages/itad-it-asset-disposition-services-for-schools-and-businesses-from-ctl" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_720x.png?v=1757616760" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_240x.png?v=1757616760 240w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_480x.png?v=1757616760 480w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_720x.png?v=1757616760 720w">
                  </div><span class="mega-menu__text">Reclaim value and ensure compliant disposal with CTL's certified  IT asset disposition services for schools.</span></a></div></div>
              </div>
            </div></li><li class="header__linklist-item has-dropdown" data-item-title="Learn">
        <a class="header__linklist-link link--animated" href="/blogs/insights" aria-controls="desktop-menu-3" aria-expanded="false">Learn</a><div hidden id="desktop-menu-3" class="mega-menu" >
              <div class="container">
                <div class="mega-menu__inner"><div class="mega-menu__columns-wrapper"><div class="mega-menu__column"><a href="/blogs/insights" class="mega-menu__title heading heading--small">Learn</a><ul class="linklist list--unstyled" role="list"><li class="linklist__item">
                                    <a href="https://ctltech.tv/" class="link--faded">TechTV</a>
                                  </li></ul></div></div><div class="mega-menu__images-wrapper mega-menu__images-wrapper--tight"><a href="https://ctl.net/blogs/insights/chromebook-vs-chromebook-plus-what-is-the-difference" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_13_720x.png?v=1719860662" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_13_240x.png?v=1719860662 240w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_13_480x.png?v=1719860662 480w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_13_720x.png?v=1719860662 720w">
                  </div><span class="mega-menu__text">Chromebook vs Chromebook Plus: what is the difference?</span></a><a href="/pages/student-chromebook-repair-program-from-ctl" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_720x.png?v=1764032906" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_240x.png?v=1764032906 240w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_480x.png?v=1764032906 480w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_720x.png?v=1764032906 720w">
                  </div><span class="mega-menu__text">CTL now offers a student Chromebook repair course that teaches real-world IT skills while saving school resources.</span></a><a href="https://go.ctl.net/k-12-technology-lifecycle-management-handbook-from-ctl" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-06-26T093553.678_79398fed-c396-4a13-9c79-d3d4f6c55f91_720x.png?v=1751045823" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-06-26T093553.678_79398fed-c396-4a13-9c79-d3d4f6c55f91_240x.png?v=1751045823 240w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-06-26T093553.678_79398fed-c396-4a13-9c79-d3d4f6c55f91_480x.png?v=1751045823 480w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-06-26T093553.678_79398fed-c396-4a13-9c79-d3d4f6c55f91_720x.png?v=1751045823 720w">
                  </div><span class="mega-menu__text">Streamline your K12 technology lifecycle management with CTL's new best practice handbook for 2026.</span></a></div></div>
              </div>
            </div></li><li class="header__linklist-item has-dropdown" data-item-title="Shop">
        <a class="header__linklist-link link--animated" href="/pages/shop" aria-controls="desktop-menu-4" aria-expanded="false">Shop</a><div hidden id="desktop-menu-4" class="mega-menu" >
              <div class="container">
                <div class="mega-menu__inner"><div class="mega-menu__columns-wrapper"><div class="mega-menu__column"><a href="/pages/shop" class="mega-menu__title heading heading--small">Shop</a><ul class="linklist list--unstyled" role="list"><li class="linklist__item">
                                    <a href="https://go.ctl.net/request-a-quote-l-ctl" class="link--faded">Request a quote</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/shop" class="link--faded">Shop New Equipment</a>
                                  </li><li class="linklist__item">
                                    <a href="https://ctl.net/collections/refurbished-products" class="link--faded">Shop Refurbished Chromebooks</a>
                                  </li><li class="linklist__item">
                                    <a href="https://store.3rtechnology.com/" class="link--faded">Shop Other Refurbished</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/buy-and-try?_pos=1&_psq=buy+and+try&_ss=e&_v=1.0" class="link--faded">Order Evaluation Units</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/deal-registration" class="link--faded">Reseller Deal Registration</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/resell-ctl-products" class="link--faded">Resell CTL Products</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/contracts" class="link--faded">Public Sector Contracts</a>
                                  </li></ul></div></div><div class="mega-menu__images-wrapper "><a href="https://go.ctl.net/request-a-quote-l-ctl" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="300" width="300" alt="" src="//ctl.net/cdn/shop/files/1_12_CTL_Web_Shop_Quote_2_300x.jpg?v=1705956883" srcset="//ctl.net/cdn/shop/files/1_12_CTL_Web_Shop_Quote_2_240x.jpg?v=1705956883 240w, //ctl.net/cdn/shop/files/1_12_CTL_Web_Shop_Quote_2_300x.jpg?v=1705956883 300w">
                  </div><span class="mega-menu__text">For volume purchasing, request a quote today.</span></a><a href="/pages/shop" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="300" width="300" alt="" src="//ctl.net/cdn/shop/files/1_12_CTL_Web_Shop_Online_300x.jpg?v=1705956883" srcset="//ctl.net/cdn/shop/files/1_12_CTL_Web_Shop_Online_240x.jpg?v=1705956883 240w, //ctl.net/cdn/shop/files/1_12_CTL_Web_Shop_Online_300x.jpg?v=1705956883 300w">
                  </div><span class="mega-menu__text">Shop new equipment.</span></a></div></div>
              </div>
            </div></li><li class="header__linklist-item has-dropdown" data-item-title="Support">
        <a class="header__linklist-link link--animated" href="https://support.ctl.net/hc/en-us/requests/new" aria-controls="desktop-menu-5" aria-expanded="false">Support</a></li><li class="header__linklist-item has-dropdown" data-item-title="About CTL">
        <a class="header__linklist-link link--animated" href="/pages/about-ctl" aria-controls="desktop-menu-6" aria-expanded="false">About CTL</a><div hidden id="desktop-menu-6" class="mega-menu" >
              <div class="container">
                <div class="mega-menu__inner"><div class="mega-menu__columns-wrapper"><div class="mega-menu__column"><a href="/pages/about-ctl" class="mega-menu__title heading heading--small">About CTL</a><ul class="linklist list--unstyled" role="list"><li class="linklist__item">
                                    <a href="/pages/about-ctl" class="link--faded">About Us</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/why-schools-work-with-ctl" class="link--faded">Why Schools Work with CTL</a>
                                  </li><li class="linklist__item">
                                    <a href="https://ctl.net/pages/ctl-newsroom" class="link--faded">Newsroom</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/tradeshows" class="link--faded">Events</a>
                                  </li><li class="linklist__item">
                                    <a href="https://ctl.net/pages/ctl-partners" class="link--faded">Partners</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/ctl-reviews" class="link--faded">Reviews</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/corporate-social-responsibility" class="link--faded">Social Responsibility</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/jobs" class="link--faded">Careers</a>
                                  </li><li class="linklist__item">
                                    <a href="/pages/contact-us" class="link--faded">Contact Us</a>
                                  </li></ul></div></div><div class="mega-menu__images-wrapper mega-menu__images-wrapper--tight"><a href="https://ctl.net/blogs/press-releases/ctl-expands-leadership-team-with-new-sales-executive" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-07-22T155156.901_720x.png?v=1753224747" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-07-22T155156.901_240x.png?v=1753224747 240w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-07-22T155156.901_480x.png?v=1753224747 480w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-07-22T155156.901_720x.png?v=1753224747 720w">
                  </div><span class="mega-menu__text">CTL expands leadership team</span></a><a href="https://ctl.net/pages/why-schools-work-with-ctl" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_education_classroom_720x.png?v=1747323069" srcset="//ctl.net/cdn/shop/files/1400_x_1400_education_classroom_240x.png?v=1747323069 240w, //ctl.net/cdn/shop/files/1400_x_1400_education_classroom_480x.png?v=1747323069 480w, //ctl.net/cdn/shop/files/1400_x_1400_education_classroom_720x.png?v=1747323069 720w">
                  </div><span class="mega-menu__text">Why do schools work with CTL?</span></a><a href="/pages/contact-us" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper">
                    <img class="mega-menu__image" loading="lazy" sizes="240px" 
  height="300" width="300" alt="" src="//ctl.net/cdn/shop/files/1_12_CTL_Web_About_Contact_300x.jpg?v=1705624118" srcset="//ctl.net/cdn/shop/files/1_12_CTL_Web_About_Contact_240x.jpg?v=1705624118 240w, //ctl.net/cdn/shop/files/1_12_CTL_Web_About_Contact_300x.jpg?v=1705624118 300w">
                  </div><span class="mega-menu__text">Contact us</span></a></div></div>
              </div>
            </div></li></ul>
</desktop-navigation>
<div class="header__icon-list "><button is="toggle-button" class="header__icon-wrapper tap-area hidden-desk" aria-controls="mobile-menu-drawer" aria-expanded="false">
              <span class="visually-hidden">Navigation</span><svg focusable="false" width="34" height="30" class="icon icon--header-hamburger   " viewBox="0 0 448 512">
        <defs><style>.fa-secondary { opacity: .4; }</style></defs>
        <path class="fa-primary" d="M416 128H32C14.33 128 0 113.7 0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z"></path>
        <path class="fa-secondary" d="M0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256z"></path>
      </svg></button></div></nav>

      <!-- LOGO PART --><h1 class="header__logo"><a class="header__logo-link" href="/"><span class="visually-hidden">CTL</span>
            <img class="header__logo-image" width="1500" height="858" src="//ctl.net/cdn/shop/files/CTL_Logo-1500_160x.png?v=1714423948" alt=""><img class="header__logo-image header__logo-image--transparent" width="1500" height="858" src="//ctl.net/cdn/shop/files/CTL_Logo_Reverse-1500_160x.png?v=1714423948" alt=""></a></h1><!-- SECONDARY LINKS PART -->
      <div class="header__secondary-links"><a href="https://go.ctl.net/request-a-quote-l-ctl" class="button button--small button--primary button-request-quote">Request a Quote</a>

        <div class="header__icon-list"><a href="/search" is="toggle-link" class="header__icon-wrapper tap-area " aria-label="Search" aria-controls="search-drawer" aria-expanded="false"><svg focusable="false" width="28" height="28" class="icon icon--header-search   " viewBox="0 0 512 512">
        <defs>
          <style>.fa-secondary{ opacity: .4; }</style>
        </defs>
        <path class="fa-primary" d="M500.3 443.7l-119.7-119.7c-15.03 22.3-34.26 41.54-56.57 56.57l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7z"></path>
        <path class="fa-secondary" d="M207.1 0C93.12 0-.0002 93.13-.0002 208S93.12 416 207.1 416s208-93.13 208-208S322.9 0 207.1 0zM207.1 336c-70.58 0-128-57.42-128-128c0-70.58 57.42-128 128-128s128 57.42 128 128C335.1 278.6 278.6 336 207.1 336z"></path>
      </svg></a><a href="https://ctl.net/customer_authentication/redirect?locale=en&region_country=US" class="header__icon-wrapper tap-area hidden-phone " aria-label="Login"><svg focusable="false" width="28" height="28" class="icon icon--header-customer   " viewBox="0 0 448 512">
        <defs><style>.fa-secondary { opacity: .4; }</style></defs>
        <path class="fa-primary" d="M274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z"></path>
        <path class="fa-secondary" d="M352 128c0 70.69-57.3 128-128 128C153.3 256 96 198.7 96 128s57.31-128 128-128C294.7 0 352 57.31 352 128z"></path>
      </svg></a><a href="/cart"  class="header__icon-wrapper tap-area " aria-label="Cart" data-no-instant><svg focusable="false" width="32" height="28" class="icon icon--header-shopping-cart   " viewBox="0 0 576 512">
        <defs><style>.fa-secondary { opacity: .4; }</style></defs>
        <path class="fa-primary" d="M0 24C0 10.75 10.75 0 24 0H96C107.5 0 117.4 8.19 119.6 19.51L179.9 336H488C501.3 336 512 346.7 512 360C512 373.3 501.3 384 488 384H159.1C148.5 384 138.6 375.8 136.4 364.5L76.14 48H24C10.75 48 0 37.25 0 24V24zM224 464C224 490.5 202.5 512 176 512C149.5 512 128 490.5 128 464C128 437.5 149.5 416 176 416C202.5 416 224 437.5 224 464zM416 464C416 437.5 437.5 416 464 416C490.5 416 512 437.5 512 464C512 490.5 490.5 512 464 512C437.5 512 416 490.5 416 464z"></path>
        <path class="fa-secondary" d="M121.1 32H541.8C562.1 32 578.3 52.25 572.6 72.66L518.6 264.7C514.7 278.5 502.1 288 487.8 288H170.7L121.1 32z"></path>
      </svg><cart-count class="header__cart-count header__cart-count--floating bubble-count">0</cart-count>
          </a>
        </div></div>
    </div>

    <div class="header__bottom-navigation">
      <a href="https://go.ctl.net/request-a-quote-l-ctl" class="button button--small button--primary button-request-quote">Request a Quote</a>
    </div></div>
</store-header><cart-notification global hidden class="cart-notification "></cart-notification><mobile-navigation append-body id="mobile-menu-drawer" class="drawer drawer--from-left">
  <span class="drawer__overlay"></span>

  <div class="drawer__header drawer__header--shadowed">
    <button type="button" class="drawer__close-button drawer__close-button--block tap-area" data-action="close" title="Close"><svg focusable="false" width="14" height="14" class="icon icon--close   " viewBox="0 0 14 14">
        <path d="M13 13L1 1M13 1L1 13" stroke="currentColor" stroke-width="2" fill="none"></path>
      </svg></button>
  </div>

  <div class="drawer__content">
    <ul class="mobile-nav list--unstyled" role="list"><li class="mobile-nav__item" data-level="1"><a href="/" class="mobile-nav__link heading h5">Home</a></li><li class="mobile-nav__item" data-level="1">
            

            <button is="toggle-button" class="mobile-nav__link heading h5" aria-controls="mobile-menu-2" aria-expanded="false">Solutions<span class="animated-plus"></span>
            </button>

            <collapsible-content id="mobile-menu-2" class="collapsible"><ul class="mobile-nav list--unstyled" role="list"><li class="mobile-nav__item" data-level="2"><button is="toggle-button"
                                class="mobile-nav__link"
                                aria-controls="mobile-menu-2-1"
                                aria-expanded="true"
                        >Explore By Application<span class="animated-plus"></span>
                        </button>

                        <collapsible-content id="mobile-menu-2-1" class="collapsible" style="overflow: visible;" open>
                          <ul class="mobile-nav list--unstyled" role="list"><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/chromebooks-for-schools-ctl" class="mobile-nav__link">Education</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="https://ctl.net/pages/higher-education-technology-solutions-from-ctl" class="mobile-nav__link">Higher Education</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="https://ctl.net/pages/chromebooks-and-lifecycle-management-services-for-virtual-schools" class="mobile-nav__link">Virtual Schools</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/enterprise" class="mobile-nav__link">Business</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/chromebooks-with-private-lte-and-cbrs-connectivity" class="mobile-nav__link">Private LTE and CBRS Networks</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/chromebooks-for-government-and-public-sector-programs" class="mobile-nav__link">Government</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/chromebox-for-digital-signs-and-kiosks" class="mobile-nav__link">Digital Signs and Kiosks</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="https://ctl.net/pages/video-conference-solutions-with-google-meet" class="mobile-nav__link">Video Conferencing</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="https://ctl.net/pages/chromeos-solutions-for-healthcare" class="mobile-nav__link">Healthcare</a>
                              </li></ul>
                        </collapsible-content></li><li class="mobile-nav__item" data-level="2"><button is="toggle-button"
                                class="mobile-nav__link"
                                aria-controls="mobile-menu-2-2"
                                aria-expanded="true"
                        >Explore by Product<span class="animated-plus"></span>
                        </button>

                        <collapsible-content id="mobile-menu-2-2" class="collapsible" style="overflow: visible;" open>
                          <ul class="mobile-nav list--unstyled" role="list"><li class="mobile-nav__item" data-level="3">
                                <a href="https://ctl.net/collections/chromebooks?filter.p.m.custom.ctl_generation=Latest%20Generation&filter.v.price.gte=&filter.v.price.lte=&sort_by=created-descending" class="mobile-nav__link">Chromebooks</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/collections/chromebox" class="mobile-nav__link">Chromebox</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/chromebook-laptop-rental-programs-from-ctl" class="mobile-nav__link">Chromebook Rental Programs</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="https://ctl.net/pages/ctl-ops-all-in-one-aio-with-chromeos-desktop-computers" class="mobile-nav__link">ChromeOS All-in-One Computers</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/collections/computer-monitors" class="mobile-nav__link">Monitors</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/refurbished-chromebook-laptops-from-ctl" class="mobile-nav__link">Refurbished Equipment</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="https://ctl.net/collections/google-meet-video-conferencing" class="mobile-nav__link">Google Meet</a>
                              </li></ul>
                        </collapsible-content></li></ul><div class="mobile-nav__images-wrapper mobile-nav__images-wrapper--tight hide-scrollbar">
                  <div class="mobile-nav__images-scroller"><a href="https://ctl.net/pages/ctl-chromebook-px112c-series-with-5g-4g-lte-and-cbrs-band-48-connectivity" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2026-04-29T134756.288_810x.png?v=1777495697" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2026-04-29T134756.288_270x.png?v=1777495697 270w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2026-04-29T134756.288_540x.png?v=1777495697 540w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2026-04-29T134756.288_810x.png?v=1777495697 810w"><span class="mobile-nav__image-text text--xsmall">New! Deliver anywhere, anytime learning with LTE-integrated Chromebooks.</span></a><a href="/pages/ctl-chromebook-plus-px141-series" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_9_810x.png?v=1718849299" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_9_270x.png?v=1718849299 270w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_9_540x.png?v=1718849299 540w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_9_810x.png?v=1718849299 810w"><span class="mobile-nav__image-text text--xsmall">New! Do more. Create more. Get the additional power and AI of the 14" Chromebook Plus for teachers, staff, and students</span></a><a href="https://ctl.net/products/ctl-ops-chromebox" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/CTL_Chromebox_OPS_810x.png?v=1761238354" srcset="//ctl.net/cdn/shop/files/CTL_Chromebox_OPS_270x.png?v=1761238354 270w, //ctl.net/cdn/shop/files/CTL_Chromebox_OPS_540x.png?v=1761238354 540w, //ctl.net/cdn/shop/files/CTL_Chromebox_OPS_810x.png?v=1761238354 810w"><span class="mobile-nav__image-text text--xsmall">New! Unleash Your Interactive Displays. Discover New Potential. Only with the CTL Chromebox OPS.</span></a></div>
                </div></collapsible-content></li><li class="mobile-nav__item" data-level="1">
            

            <button is="toggle-button" class="mobile-nav__link heading h5" aria-controls="mobile-menu-3" aria-expanded="false">Services<span class="animated-plus"></span>
            </button>

            <collapsible-content id="mobile-menu-3" class="collapsible"><ul class="mobile-nav list--unstyled" role="list"><li class="mobile-nav__item" data-level="2"><button is="toggle-button"
                                class="mobile-nav__link"
                                aria-controls="mobile-menu-3-1"
                                aria-expanded="false"
                        >Services Overview<span class="animated-plus"></span>
                        </button>

                        <collapsible-content id="mobile-menu-3-1" class="collapsible">
                          <ul class="mobile-nav list--unstyled" role="list"><li class="mobile-nav__item" data-level="3">
                                <a href="https://ctl.net/pages/chromebook-and-edtech-complete-fleet-services-by-ctl" class="mobile-nav__link">Complete Fleet Services</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/it-asset-disposition-itad-and-computer-trade-ins-for-schools-ctl" class="mobile-nav__link">ITAD and Computer Trade-In Services for Schools</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/technology-lifecycle-management-services-for-business-ctl" class="mobile-nav__link">Technology Lifecycle Management Services for Businesses</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/student-chromebook-repair-program-from-ctl" class="mobile-nav__link">Student Chromebook Repair Program</a>
                              </li></ul>
                        </collapsible-content></li><li class="mobile-nav__item" data-level="2"><button is="toggle-button"
                                class="mobile-nav__link"
                                aria-controls="mobile-menu-3-2"
                                aria-expanded="false"
                        >EdTech Lifecycle Services<span class="animated-plus"></span>
                        </button>

                        <collapsible-content id="mobile-menu-3-2" class="collapsible">
                          <ul class="mobile-nav list--unstyled" role="list"><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/chromebook-program-planning-services-from-ctl" class="mobile-nav__link">Program Planning Services</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/configure-and-deploy-chromebooks-with-ctl-services" class="mobile-nav__link">Configuration and Deployment</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/warranty" class="mobile-nav__link">Warranty and Accidental Damage Plans</a>
                              </li><li class="mobile-nav__item" data-level="3">
                                <a href="/pages/continuing-care-services-from-ctl" class="mobile-nav__link">Continuing Care</a>
                              </li></ul>
                        </collapsible-content></li></ul><div class="mobile-nav__images-wrapper mobile-nav__images-wrapper--tight hide-scrollbar">
                  <div class="mobile-nav__images-scroller"><a href="/pages/chromebook-and-edtech-complete-fleet-services-by-ctl" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_9b449486-25fe-4423-8d37-ea04f3239afa_810x.png?v=1764032504" srcset="//ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_9b449486-25fe-4423-8d37-ea04f3239afa_270x.png?v=1764032504 270w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_9b449486-25fe-4423-8d37-ea04f3239afa_540x.png?v=1764032504 540w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_9b449486-25fe-4423-8d37-ea04f3239afa_810x.png?v=1764032504 810w"><span class="mobile-nav__image-text text--xsmall">Easily deploy EdTech at scale with CTL's new Complete Fleet technology management services.</span></a><a href="/pages/student-chromebook-repair-program-from-ctl" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_810x.png?v=1764032906" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_270x.png?v=1764032906 270w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_540x.png?v=1764032906 540w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_810x.png?v=1764032906 810w"><span class="mobile-nav__image-text text--xsmall">New! CTL's student Chromebook repair course teaches real-world IT skills while saving school resources.</span></a><a href="/pages/itad-it-asset-disposition-services-for-schools-and-businesses-from-ctl" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_810x.png?v=1757616760" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_270x.png?v=1757616760 270w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_540x.png?v=1757616760 540w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_810x.png?v=1757616760 810w"><span class="mobile-nav__image-text text--xsmall">Reclaim value and ensure compliant disposal with CTL's certified  IT asset disposition services for schools.</span></a></div>
                </div></collapsible-content></li><li class="mobile-nav__item" data-level="1">
            

            <button is="toggle-button" class="mobile-nav__link heading h5" aria-controls="mobile-menu-4" aria-expanded="false">Learn<span class="animated-plus"></span>
            </button>

            <collapsible-content id="mobile-menu-4" class="collapsible"><ul class="mobile-nav list--unstyled" role="list"><li class="mobile-nav__item" data-level="2"><a href="/blogs/insights" class="mobile-nav__link">Blog</a></li><li class="mobile-nav__item" data-level="2"><a href="https://ctltech.tv/" class="mobile-nav__link">TechTV</a></li></ul><div class="mobile-nav__images-wrapper mobile-nav__images-wrapper--tight hide-scrollbar">
                  <div class="mobile-nav__images-scroller"><a href="https://ctl.net/blogs/insights/chromebook-vs-chromebook-plus-what-is-the-difference" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_13_810x.png?v=1719860662" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_13_270x.png?v=1719860662 270w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_13_540x.png?v=1719860662 540w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_13_810x.png?v=1719860662 810w"><span class="mobile-nav__image-text text--xsmall">Chromebook vs Chromebook Plus: what is the difference?</span></a><a href="/pages/student-chromebook-repair-program-from-ctl" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_810x.png?v=1764032906" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_270x.png?v=1764032906 270w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_540x.png?v=1764032906 540w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-11-24T170810.205_810x.png?v=1764032906 810w"><span class="mobile-nav__image-text text--xsmall">CTL now offers a student Chromebook repair course that teaches real-world IT skills while saving school resources.</span></a><a href="https://go.ctl.net/k-12-technology-lifecycle-management-handbook-from-ctl" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-06-26T093553.678_79398fed-c396-4a13-9c79-d3d4f6c55f91_810x.png?v=1751045823" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-06-26T093553.678_79398fed-c396-4a13-9c79-d3d4f6c55f91_270x.png?v=1751045823 270w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-06-26T093553.678_79398fed-c396-4a13-9c79-d3d4f6c55f91_540x.png?v=1751045823 540w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-06-26T093553.678_79398fed-c396-4a13-9c79-d3d4f6c55f91_810x.png?v=1751045823 810w"><span class="mobile-nav__image-text text--xsmall">Streamline your K12 technology lifecycle management with CTL's new best practice handbook for 2026.</span></a></div>
                </div></collapsible-content></li><li class="mobile-nav__item" data-level="1">
            

            <button is="toggle-button" class="mobile-nav__link heading h5" aria-controls="mobile-menu-5" aria-expanded="false">Shop<span class="animated-plus"></span>
            </button>

            <collapsible-content id="mobile-menu-5" class="collapsible"><ul class="mobile-nav list--unstyled" role="list"><li class="mobile-nav__item" data-level="2"><a href="https://go.ctl.net/request-a-quote-l-ctl" class="mobile-nav__link">Request a quote</a></li><li class="mobile-nav__item" data-level="2"><a href="/pages/shop" class="mobile-nav__link">Shop New Equipment</a></li><li class="mobile-nav__item" data-level="2"><a href="https://ctl.net/collections/refurbished-products" class="mobile-nav__link">Shop Refurbished  Chromebooks</a></li><li class="mobile-nav__item" data-level="2"><a href="https://store.3rtechnology.com/" class="mobile-nav__link">Shop Refurbished Equipment</a></li><li class="mobile-nav__item" data-level="2"><a href="/pages/buy-and-try?_pos=1&_psq=buy+and+try&_ss=e&_v=1.0" class="mobile-nav__link">Order Evaluation Units</a></li><li class="mobile-nav__item" data-level="2"><a href="/pages/deal-registration" class="mobile-nav__link">Reseller Deal Registration</a></li><li class="mobile-nav__item" data-level="2"><a href="/pages/resell-ctl-products" class="mobile-nav__link">Resell CTL Products</a></li><li class="mobile-nav__item" data-level="2"><a href="/pages/contracts" class="mobile-nav__link">Public Sector Contracts</a></li></ul><div class="mobile-nav__images-wrapper  hide-scrollbar">
                  <div class="mobile-nav__images-scroller"><a href="https://go.ctl.net/request-a-quote-l-ctl" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="300" width="300" alt="" src="//ctl.net/cdn/shop/files/1_12_CTL_Web_Shop_Quote_2_300x.jpg?v=1705956883" srcset="//ctl.net/cdn/shop/files/1_12_CTL_Web_Shop_Quote_2_270x.jpg?v=1705956883 270w, //ctl.net/cdn/shop/files/1_12_CTL_Web_Shop_Quote_2_300x.jpg?v=1705956883 300w"><span class="mobile-nav__image-text text--xsmall">For volume purchasing, request a quote today.</span></a><a href="/pages/shop" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="300" width="300" alt="" src="//ctl.net/cdn/shop/files/1_12_CTL_Web_Shop_Online_300x.jpg?v=1705956883" srcset="//ctl.net/cdn/shop/files/1_12_CTL_Web_Shop_Online_270x.jpg?v=1705956883 270w, //ctl.net/cdn/shop/files/1_12_CTL_Web_Shop_Online_300x.jpg?v=1705956883 300w"><span class="mobile-nav__image-text text--xsmall">Shop new equipment.</span></a></div>
                </div></collapsible-content></li><li class="mobile-nav__item" data-level="1"><a href="https://support.ctl.net/hc/en-us/requests/new" class="mobile-nav__link heading h5">Support</a></li><li class="mobile-nav__item" data-level="1">
            

            <button is="toggle-button" class="mobile-nav__link heading h5" aria-controls="mobile-menu-7" aria-expanded="false">About CTL<span class="animated-plus"></span>
            </button>

            <collapsible-content id="mobile-menu-7" class="collapsible"><ul class="mobile-nav list--unstyled" role="list"><li class="mobile-nav__item" data-level="2"><a href="/pages/about-ctl" class="mobile-nav__link">About Us</a></li><li class="mobile-nav__item" data-level="2"><a href="/pages/why-schools-work-with-ctl" class="mobile-nav__link">Why Schools Work with CTL</a></li><li class="mobile-nav__item" data-level="2"><a href="/pages/ctl-newsroom" class="mobile-nav__link">Newsroom</a></li><li class="mobile-nav__item" data-level="2"><a href="/pages/tradeshows" class="mobile-nav__link">Events</a></li><li class="mobile-nav__item" data-level="2"><a href="https://ctl.net/pages/ctl-partners" class="mobile-nav__link">Partners</a></li><li class="mobile-nav__item" data-level="2"><a href="/pages/ctl-reviews" class="mobile-nav__link">Reviews</a></li><li class="mobile-nav__item" data-level="2"><a href="/pages/corporate-social-responsibility" class="mobile-nav__link">Social Responsibility</a></li><li class="mobile-nav__item" data-level="2"><a href="/pages/jobs" class="mobile-nav__link">Careers</a></li><li class="mobile-nav__item" data-level="2"><a href="/pages/contact-us" class="mobile-nav__link">Contact Us</a></li></ul><div class="mobile-nav__images-wrapper mobile-nav__images-wrapper--tight hide-scrollbar">
                  <div class="mobile-nav__images-scroller"><a href="https://ctl.net/blogs/press-releases/ctl-expands-leadership-team-with-new-sales-executive" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-07-22T155156.901_810x.png?v=1753224747" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-07-22T155156.901_270x.png?v=1753224747 270w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-07-22T155156.901_540x.png?v=1753224747 540w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-07-22T155156.901_810x.png?v=1753224747 810w"><span class="mobile-nav__image-text text--xsmall">CTL expands leadership team</span></a><a href="https://ctl.net/pages/why-schools-work-with-ctl" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_education_classroom_810x.png?v=1747323069" srcset="//ctl.net/cdn/shop/files/1400_x_1400_education_classroom_270x.png?v=1747323069 270w, //ctl.net/cdn/shop/files/1400_x_1400_education_classroom_540x.png?v=1747323069 540w, //ctl.net/cdn/shop/files/1400_x_1400_education_classroom_810x.png?v=1747323069 810w"><span class="mobile-nav__image-text text--xsmall">Why do schools work with CTL?</span></a><a href="/pages/contact-us" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" 
  height="300" width="300" alt="" src="//ctl.net/cdn/shop/files/1_12_CTL_Web_About_Contact_300x.jpg?v=1705624118" srcset="//ctl.net/cdn/shop/files/1_12_CTL_Web_About_Contact_270x.jpg?v=1705624118 270w, //ctl.net/cdn/shop/files/1_12_CTL_Web_About_Contact_300x.jpg?v=1705624118 300w"><span class="mobile-nav__image-text text--xsmall">Contact us</span></a></div>
                </div></collapsible-content></li><li class="mobile-nav__item" data-level="1"><a href="https://shopctl.account.myshopify.com/" class="mobile-nav__link heading h5">My Account</a></li></ul>

    <a href="https://go.ctl.net/request-a-quote-l-ctl" class="button button--small button--primary mobile-button-request-quote">Request a Quote</a>
  </div><div class="drawer__footer drawer__footer--tight drawer__footer--bordered">
      <div class="mobile-nav__footer"><a class="icon-text" href="https://ctl.net/customer_authentication/redirect?locale=en&region_country=US"><svg focusable="false" width="18" height="17" class="icon icon--header-customer   " viewBox="0 0 448 512">
        <defs><style>.fa-secondary { opacity: .4; }</style></defs>
        <path class="fa-primary" d="M274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z"></path>
        <path class="fa-secondary" d="M352 128c0 70.69-57.3 128-128 128C153.3 256 96 198.7 96 128s57.31-128 128-128C294.7 0 352 57.31 352 128z"></path>
      </svg>Account</a></div>
    </div></mobile-navigation><predictive-search-drawer append-body reverse-breakpoint="screen and (min-width: 1200px)" id="search-drawer" initial-focus-selector="#search-drawer [name='q']" class="predictive-search drawer drawer--large drawer--from-left">
  <span class="drawer__overlay"></span>

  <header class="drawer__header">
    <form id="predictive-search-form" action="/search" method="get" class="predictive-search__form"><svg focusable="false" width="18" height="18" class="icon icon--header-search   " viewBox="0 0 512 512">
        <defs>
          <style>.fa-secondary{ opacity: .4; }</style>
        </defs>
        <path class="fa-primary" d="M500.3 443.7l-119.7-119.7c-15.03 22.3-34.26 41.54-56.57 56.57l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7z"></path>
        <path class="fa-secondary" d="M207.1 0C93.12 0-.0002 93.13-.0002 208S93.12 416 207.1 416s208-93.13 208-208S322.9 0 207.1 0zM207.1 336c-70.58 0-128-57.42-128-128c0-70.58 57.42-128 128-128s128 57.42 128 128C335.1 278.6 278.6 336 207.1 336z"></path>
      </svg><input type="hidden" name="type" value="product">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" form="predictive-search-form" name="options[unavailable_products]" value="last">
      <input class="predictive-search__input" type="text" name="q" autocomplete="off" autocorrect="off" aria-label="Search" placeholder="Search store, content, &amp; more...">
    </form>

    <button type="button" class="drawer__close-button tap-area" data-action="close" title="Close"><svg focusable="false" width="14" height="14" class="icon icon--close   " viewBox="0 0 14 14">
        <path d="M13 13L1 1M13 1L1 13" stroke="currentColor" stroke-width="2" fill="none"></path>
      </svg></button>
  </header>

  <div class="drawer__content">
    <div class="predictive-search__content-wrapper">
      <div hidden class="predictive-search__loading-state">
        <div class="spinner"><svg focusable="false" width="50" height="50" class="icon icon--spinner   " viewBox="25 25 50 50">
        <circle cx="50" cy="50" r="20" fill="none" stroke="#34393c" stroke-width="4"></circle>
      </svg></div>
      </div>

      <div hidden class="predictive-search__results" aria-live="polite"></div></div>
  </div>

  <footer hidden class="drawer__footer drawer__footer--no-top-padding">
    <button type="submit" form="predictive-search-form" class="button button--primary button--full">View all results</button>
  </footer>
</predictive-search-drawer><script>
  (() => {
    const headerElement = document.getElementById('shopify-section-header'),
      headerHeight = headerElement.clientHeight,
      headerHeightWithoutBottomNav = headerElement.querySelector('.header__wrapper').clientHeight;

    document.documentElement.style.setProperty('--header-height', headerHeight + 'px');
    document.documentElement.style.setProperty('--header-height-without-bottom-nav', headerHeightWithoutBottomNav + 'px');
  })();
</script>

<script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "CTL",
    
      
      "logo": "https:\/\/ctl.net\/cdn\/shop\/files\/CTL_Logo-1500_1500x.png?v=1714423948",
    
    "url": "https:\/\/ctl.net"
  }
</script>


</div><div id="main" role="main" class="anchor"><div id="shopify-section-template--15908635312216__slideshow_FUtHjM" class="shopify-section shopify-section--slideshow"><style>
  #shopify-section-template--15908635312216__slideshow_FUtHjM {
    --progress-bar-color: 255, 255, 255;
    --section-autoplay-duration: 0s;
    --section-animation-play-state: paused;
    background-color: rgba(0,0,0,0); /* Allows to set a placeholder color while loading */
  }#block-template--15908635312216__slideshow_FUtHjM-image_PpKnyN {
      --heading-color: 255, 255, 255;
      --text-color: 255, 255, 255;
      --primary-button-background: 255, 255, 255;
      --primary-button-text-color: 255, 255, 255;

      --section-blocks-alignment: center;
      --section-blocks-overlay-color: 255, 255, 255;
      --section-blocks-overlay-opacity: 0.0;
    }</style>

<section class="section section--flush">
  <slide-show reveal-on-scroll  transition-type="sweep" class="slideshow slideshow--medium">
    <div class="slideshow__slide-list"><slide-show-item reveal-visibility 
          id="block-template--15908635312216__slideshow_FUtHjM-image_PpKnyN"
          class="slideshow__slide  slideshow__slide--sweep"
          
          
><div class="slideshow__slide-inner"><div class="slideshow__image-wrapper  " ><img src="//ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=3000" alt="" srcset="//ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=600 600w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=700 700w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=800 800w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=1000 1000w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=1200 1200w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=1400 1400w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=1600 1600w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=1800 1800w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=2000 2000w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=2200 2200w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=2400 2400w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=2600 2600w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=2800 2800w, //ctl.net/cdn/shop/files/Home_page_banner_artwork_2160_x_1080_px_82.png?v=1772814836&amp;width=3000 3000w" width="3000" height="1500" loading="eager" draggable="false" class="slideshow__image" sizes="100vw"></div>
<div class="container"><div class="slideshow__text-wrapper slideshow__text-wrapper--middle vertical-breather">
                <div class="content-box content-box--medium content-box--text-left content-box--left text-container"><h2 class="heading heading--large cms-large-heading-h2">
                Streamline EdTech. Amplify Learning.
              </h2><div class="button-wrapper"><p><br/>For school tech leaders stretched thin, CTL is more than a vendor—we're your strategic technology partner. We replace transactional vendors with a side-by-side partnership, delivering award-winning ChromeOS product and service solutions that streamline your entire EdTech lifecycle.<br/></p></div></div>
              </div>
            </div></div></slide-show-item></div></slide-show>
</section>


<style> #shopify-section-template--15908635312216__slideshow_FUtHjM .content-box p {color: #fff;} </style></div><div id="shopify-section-template--15908635312216__rich_text_L88we7" class="shopify-section shopify-section--rich-text"><link href="//ctl.net/cdn/shop/t/141/assets/theme-section-rich-text.css?v=133151594166872873301711731917" rel="stylesheet" type="text/css" media="all" />

<style>
  #shopify-section-template--15908635312216__rich_text_L88we7 {--heading-color: 52, 57, 60;
    --text-color: 52, 57, 60;
    --primary-button-background: 200, 21, 38;
    --primary-button-text-color: 255, 255, 255;

    --section-background: 255, 255, 255;
  }

  

  

  
</style><section class="section ">
  <div >
    <div class="section__color-wrapper ">
      <div class="section-content  container"><div class="content-box content-box--large content-box--text-center content-box--mobile-text-left content-box--center text-container"><h2 class="heading heading--large cms-content-heading-h2">
              CTL: Your EdTech Lifecycle Partner
            </h2><h2></h2><p>CTL empowers EdTech success with award-winning technology products and comprehensive lifecycle services. Working side-by-side with you, we create tailored solutions delivered with nimble responsiveness to streamline your technology programs.</p><p>The result? You can focus on what truly matters: driving impactful educational outcomes.<br/></p><p>CTL is one of the world's few computer manufacturers certified as a B Corp, putting people and the planet on par with profits.</p><p>What can we work on with you?<br/></p></div>
      </div>
    </div>
  </div>
</section>
</div><div id="shopify-section-template--15908635312216__multi_column_kHjLBw" class="shopify-section shopify-section--multi-column">
<style>
    #shopify-section-template--15908635312216__multi_column_kHjLBw {--text-color: 255, 255, 255;

      --section-background: 255, 255, 255;
    }
      #shopify-section-template--15908635312216__multi_column_kHjLBw .section__color-wrapper {
        background-size: cover;
      }
    

    
      #shopify-section-template--15908635312216__multi_column_kHjLBw .section__color-wrapper {
        background-image: url(//ctl.net/cdn/shop/files/header-background-10-2160.jpg?v=1717621883);
      }
    

    
      @media screen and (min-width: 999px) {
        #shopify-section-template--15908635312216__multi_column_kHjLBw .section__color-wrapper {
          background-image: url(//ctl.net/cdn/shop/files/header-background-10-2160.jpg?v=1717621883);
        }
      }
    
  </style>

  <section class="section section--flush">
    <div class="section__color-wrapper">
      <div class="section-content  section-content--with-padding"><header class="section__header section__header--loose section__header--center">
            <div class="text-container"><h2 class="heading heading--large cms-content-heading-h2" style="color: #34393c;">
                  Let's Craft Your Technology Solution, End-to-End, Together
                </h2></div>
          </header><multi-column stack class="multi-column multi-column--pocket-medium multi-column--medium multi-column--spacing-loose"><div >
              <scrollable-content class="multi-column__inner multi-column__inner--center "><style>
                    #block-template--15908635312216__multi_column_kHjLBw-item_yKXyHb {
                      --image-overlay-color: 0, 0, 0;
                      --image-overlay-opacity: 0.0;
                    }
                  </style>

                    <div id="block-template--15908635312216__multi_column_kHjLBw-item_yKXyHb" class="multi-column__item multi-column__item--align-start image-zoom multi-column__item--has-background-color link-container-position-bottom" " style="background: #2a8fa0;"><div class="multi-column__heading-wrapper heading--center">
                        <p class="heading" style="color: #ffffff;">Devices</p>
                      </div><a href="/pages/shop" class="multi-column__image-wrapper" style="max-width: 100%; width: 1400px">
                          <img loading="lazy" sizes="(max-width: 740px) calc(100vw - 48px), (max-width: 999px) calc(25vw - 80px), 256px" class="multi-column__image" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T113851.835_1200x.png?v=1757615967" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T113851.835_200x.png?v=1757615967 200w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T113851.835_300x.png?v=1757615967 300w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T113851.835_400x.png?v=1757615967 400w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T113851.835_500x.png?v=1757615967 500w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T113851.835_600x.png?v=1757615967 600w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T113851.835_700x.png?v=1757615967 700w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T113851.835_800x.png?v=1757615967 800w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T113851.835_900x.png?v=1757615967 900w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T113851.835_1000x.png?v=1757615967 1000w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T113851.835_1100x.png?v=1757615967 1100w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T113851.835_1200x.png?v=1757615967 1200w">
                        </a><div class="multi-column__text-container text--center heading--center text-container"
                          data-mh="multi-column-text-container"><div class="multi-column__text"><p></p><p>Chromebooks, Chromebox, Google Meet and other computing devices.</p><p></p><p></p></div>

                            <div class="button-wrapper link-container">
                              <a href="/pages/shop" class="multi-column__button button button--small button--primary ">View Products</a>
                            </div></div></div><style>
                    #block-template--15908635312216__multi_column_kHjLBw-item_4GmLkr {
                      --image-overlay-color: 0, 0, 0;
                      --image-overlay-opacity: 0.0;
                    }
                  </style>

                    <div id="block-template--15908635312216__multi_column_kHjLBw-item_4GmLkr" class="multi-column__item multi-column__item--align-start image-zoom multi-column__item--has-background-color link-container-position-bottom" " style="background: #2a8fa0;"><div class="multi-column__heading-wrapper heading--center">
                        <p class="heading" style="color: #ffffff;">Lifecycle Services</p>
                      </div><a href="https://ctl.net/pages/chromebook-customer-service-from-ctl" class="multi-column__image-wrapper" style="max-width: 100%; width: 1400px">
                          <img loading="lazy" sizes="(max-width: 740px) calc(100vw - 48px), (max-width: 999px) calc(25vw - 80px), 256px" class="multi-column__image" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_99c2bb62-86f7-47f9-9ed6-3aa73c66dde9_1200x.png?v=1757616309" srcset="//ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_99c2bb62-86f7-47f9-9ed6-3aa73c66dde9_200x.png?v=1757616309 200w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_99c2bb62-86f7-47f9-9ed6-3aa73c66dde9_300x.png?v=1757616309 300w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_99c2bb62-86f7-47f9-9ed6-3aa73c66dde9_400x.png?v=1757616309 400w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_99c2bb62-86f7-47f9-9ed6-3aa73c66dde9_500x.png?v=1757616309 500w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_99c2bb62-86f7-47f9-9ed6-3aa73c66dde9_600x.png?v=1757616309 600w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_99c2bb62-86f7-47f9-9ed6-3aa73c66dde9_700x.png?v=1757616309 700w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_99c2bb62-86f7-47f9-9ed6-3aa73c66dde9_800x.png?v=1757616309 800w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_99c2bb62-86f7-47f9-9ed6-3aa73c66dde9_900x.png?v=1757616309 900w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_99c2bb62-86f7-47f9-9ed6-3aa73c66dde9_1000x.png?v=1757616309 1000w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_99c2bb62-86f7-47f9-9ed6-3aa73c66dde9_1100x.png?v=1757616309 1100w, //ctl.net/cdn/shop/files/Opening_Chromebooks_1400x1400_99c2bb62-86f7-47f9-9ed6-3aa73c66dde9_1200x.png?v=1757616309 1200w">
                        </a><div class="multi-column__text-container text--center heading--center text-container"
                          data-mh="multi-column-text-container"><div class="multi-column__text"><p>Tech services from planning through white-glove deployment, maintenance, and support. </p></div>

                            <div class="button-wrapper link-container">
                              <a href="https://ctl.net/pages/chromebook-customer-service-from-ctl" class="multi-column__button button button--small button--primary ">View Services</a>
                            </div></div></div><style>
                    #block-template--15908635312216__multi_column_kHjLBw-item_W4j9bY {
                      --image-overlay-color: 0, 0, 0;
                      --image-overlay-opacity: 0.0;
                    }
                  </style>

                    <div id="block-template--15908635312216__multi_column_kHjLBw-item_W4j9bY" class="multi-column__item multi-column__item--align-start image-zoom multi-column__item--has-background-color link-container-position-bottom" " style="background: #2a8fa0;"><div class="multi-column__heading-wrapper heading--center">
                        <p class="heading" style="color: #ffffff;">Disposition</p>
                      </div><a href="/pages/itad-it-asset-disposition-services-for-schools-and-businesses-from-ctl" class="multi-column__image-wrapper" style="max-width: 100%; width: 1400px">
                          <img loading="lazy" sizes="(max-width: 740px) calc(100vw - 48px), (max-width: 999px) calc(25vw - 80px), 256px" class="multi-column__image" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_1200x.png?v=1757616760" srcset="//ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_200x.png?v=1757616760 200w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_300x.png?v=1757616760 300w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_400x.png?v=1757616760 400w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_500x.png?v=1757616760 500w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_600x.png?v=1757616760 600w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_700x.png?v=1757616760 700w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_800x.png?v=1757616760 800w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_900x.png?v=1757616760 900w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_1000x.png?v=1757616760 1000w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_1100x.png?v=1757616760 1100w, //ctl.net/cdn/shop/files/1400_x_1400_image_template_for_website_-_2025-09-11T115147.479_1200x.png?v=1757616760 1200w">
                        </a><div class="multi-column__text-container text--center heading--center text-container"
                          data-mh="multi-column-text-container"><div class="multi-column__text"><p>IT asset retirement, data wiping and destruction, recycling.</p></div>

                            <div class="button-wrapper link-container">
                              <a href="/pages/itad-it-asset-disposition-services-for-schools-and-businesses-from-ctl" class="multi-column__button button button--small button--primary ">View Services</a>
                            </div></div></div></scrollable-content></div>
          </multi-column></div>
    </div>
  </section>



</div><div id="shopify-section-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc" class="shopify-section shopify-section--testimonials-v2"><link href="//ctl.net/cdn/shop/t/141/assets/theme-section-testimonials-v2.css?v=146324614198890562711711731916" rel="stylesheet" type="text/css" media="all" />

<style>
  #shopify-section-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc {--section-background: 241, 241, 241;
  }

  #shopify-section-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc .section__header .heading {
    color: #34393c;
  }

  #shopify-section-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc .testimonial__content,
  #shopify-section-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc .testimonial__author {
    color: #34393c;
  }

  #shopify-section-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc .swiper-pagination-bullet-active {
    background-color: #c81526;
  }

  

  

  
</style>

<section class="section section--flush">
  <div >
    <div class="section__color-wrapper testimonials-section-v2 vertical-breather vertical-breather--tight">
      <div class="testimonial-content container"><header class="section__header text-container">
            <h2 class="heading cms-content-heading-h2">
              Serving Thousands of Districts with the Industry&#39;s Highest Customer Satisfaction Rate: 98.4%
            </h2>
          </header><div class="testimonials-swiper swiper" data-autoplay-delay="8000">
          <div class="swiper-wrapper"><div id="block-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc-testimonial_xTKLPk" class="testimonial swiper-slide" >
                <blockquote class="testimonial__content blockquote">
                  CTL has completely transformed the way we manage student technology. What was once a significant challenge is now an efficient process. Their speed, reliability, and constant support make a huge difference for our staff and families.
                </blockquote><p class="testimonial__author">Leah Weiske  l  Baker Charter Schools</p></div><div id="block-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc-template--14676458045528__11f7140b-5490-4658-881c-23573938b9dc-1686609381dd01a42f-1" class="testimonial swiper-slide" >
                <blockquote class="testimonial__content blockquote">
                  We started working with CTL a little more than a year ago and we couldn&#39;t be happier. CTL understands our needs and goes above and beyond to provide the best support and expertise to come up with the right solution.
                </blockquote><p class="testimonial__author">Trevor Edd | Coos Bay Public Schools - Device Admin</p></div><div id="block-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc-d408813d-4533-4a8e-b4c9-a237ddf3949a" class="testimonial swiper-slide" >
                <blockquote class="testimonial__content blockquote">
                  The support at CTL has been a key factor in our partnership with CTL.  In the busy world of managing technology for a district, there is no time to call for every RMA. With CTL, the process is online and frictionless.
                </blockquote><p class="testimonial__author">Jesse Mitchell | Greenfield Schools - Technology Director</p></div><div id="block-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc-testimonial_wKhwYG" class="testimonial swiper-slide" >
                <blockquote class="testimonial__content blockquote">
                  Everyone at Bandera ISD involved in our Chromebook initiative is very pleased with CTL NL73 Chromebooks and support.  Jason P. has been superb, often going the extra mile to meet our needs.  ZTE has saved countless hours for my department.  Warranty repair, replacement parts, and in-house repairs are a definite plus.  We found a winner with CTL to meet our future Chromebook needs.
                </blockquote><p class="testimonial__author">David Brown, Director of Technology Services, Bandera ISD, Texas</p></div><div id="block-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc-e16c8fc7-89a8-4a4f-ad25-7aef5a61dd7f" class="testimonial swiper-slide" >
                <blockquote class="testimonial__content blockquote">
                  Our CTL Account Manager was incredibly helpful throughout the sales process. It was a great experience working directly with the manufacturer and knowing we were getting the best pricing and accurate delivery timelines.
                </blockquote><p class="testimonial__author">Ian Walsh | The Summit School - Director of Information</p></div><div id="block-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc-template--14676458045528__11f7140b-5490-4658-881c-23573938b9dc-1686609381dd01a42f-2" class="testimonial swiper-slide" >
                <blockquote class="testimonial__content blockquote">
                  We&#39;ve deployed Chromebooks from CTL and four other major brands since 2014. CTL&#39;s support channel is the easiest that I&#39;ve used. When we need units serviced, the turn-around time is fast and consistent.
                </blockquote><p class="testimonial__author">Maer Ben-Yisrael | Ecole Bilingue de Berkeley - Technology Director</p></div></div>

          <div class="swiper-pagination"></div>
        </div>
      </div>
    </div>
  </div>
</section>


<style> #shopify-section-template--15908635312216__11f7140b-5490-4658-881c-23573938b9dc .section__color-wrapper .section__header h3 {font-size: 44px !important; font-weight: 700 !important; color: #011640 !important;} </style></div><div id="shopify-section-template--15908635312216__logo_list_wBdE4D" class="shopify-section shopify-section--logo-list"><style>
  #shopify-section-template--15908635312216__logo_list_wBdE4D {--heading-color: 52, 57, 60;
    --text-color: 52, 57, 60;
    --primary-button-background: 200, 21, 38;
    --primary-button-text-color: 255, 255, 255;

    --section-background: 255, 255, 255;
    --section-logo-background: 0 0 0 / 0.0;
    --section-logo-count: 6;
  }
</style>

<section class="section ">
  <div class="section__color-wrapper">
    <div class="container ">
      <header class="section__header text-container"></header><logo-list reveal-on-scroll class="logo-list logo-list--grid"><div class="logo-list__list"><div class="logo-list__item" reveal ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="721" width="721" alt="" src="//ctl.net/cdn/shop/files/Chrome-PP-Sell-Outline_435130fd-3748-4ed5-9e6d-7895d4ccc5c9_400x.png?v=1757514580" srcset="//ctl.net/cdn/shop/files/Chrome-PP-Sell-Outline_435130fd-3748-4ed5-9e6d-7895d4ccc5c9_200x.png?v=1757514580 200w, //ctl.net/cdn/shop/files/Chrome-PP-Sell-Outline_435130fd-3748-4ed5-9e6d-7895d4ccc5c9_400x.png?v=1757514580 400w"></div><div class="logo-list__item" reveal ><img loading="lazy" sizes="137px" style="width: 137px" class="logo-list__image" 
  height="345" width="275" alt="" src="//ctl.net/cdn/shop/files/EdTech_Digest_Cool_Tool_Awards_Winner_white_-_CTL_Chromebook_PLUS_PX141G_Series_274x.webp?v=1744145410" srcset="//ctl.net/cdn/shop/files/EdTech_Digest_Cool_Tool_Awards_Winner_white_-_CTL_Chromebook_PLUS_PX141G_Series_137x.webp?v=1744145410 137w, //ctl.net/cdn/shop/files/EdTech_Digest_Cool_Tool_Awards_Winner_white_-_CTL_Chromebook_PLUS_PX141G_Series_274x.webp?v=1744145410 274w"></div><div class="logo-list__item" reveal ><img loading="lazy" sizes="127px" style="width: 127px" class="logo-list__image" 
  height="146" width="254" alt="" src="//ctl.net/cdn/shop/files/ISTE_2022_Tech_and_Learning_Best_of_Show_254x.png?v=1675983857" srcset="//ctl.net/cdn/shop/files/ISTE_2022_Tech_and_Learning_Best_of_Show_127x.png?v=1675983857 127w, //ctl.net/cdn/shop/files/ISTE_2022_Tech_and_Learning_Best_of_Show_254x.png?v=1675983857 254w"></div><div class="logo-list__item" reveal ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="212" width="600" alt="" src="//ctl.net/cdn/shop/files/Inc_2023_600x_66bd13eb-f063-421c-a1c7-a88bec354ac7_400x.webp?v=1738360223" srcset="//ctl.net/cdn/shop/files/Inc_2023_600x_66bd13eb-f063-421c-a1c7-a88bec354ac7_200x.webp?v=1738360223 200w, //ctl.net/cdn/shop/files/Inc_2023_600x_66bd13eb-f063-421c-a1c7-a88bec354ac7_400x.webp?v=1738360223 400w"></div><div class="logo-list__item" reveal ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="324" width="576" alt="" src="//ctl.net/cdn/shop/files/a1148018-ipa-titanium-rwd.png.rendition.intel.web.576.324_400x.png?v=1711669790" srcset="//ctl.net/cdn/shop/files/a1148018-ipa-titanium-rwd.png.rendition.intel.web.576.324_200x.png?v=1711669790 200w, //ctl.net/cdn/shop/files/a1148018-ipa-titanium-rwd.png.rendition.intel.web.576.324_400x.png?v=1711669790 400w"></div><a href="https://sustainableelectronics.org/" reveal class="logo-list__item" ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="592" width="480" alt="" src="//ctl.net/cdn/shop/files/R2V3_certified_logo-480x592-640w_400x.webp?v=1742939074" srcset="//ctl.net/cdn/shop/files/R2V3_certified_logo-480x592-640w_200x.webp?v=1742939074 200w, //ctl.net/cdn/shop/files/R2V3_certified_logo-480x592-640w_400x.webp?v=1742939074 400w"></a></div></logo-list></div>
  </div>
</section>


</div><div id="shopify-section-template--15908635312216__image_with_text_FKxTxe" class="shopify-section shopify-section--image-with-text"><style>
  #shopify-section-template--15908635312216__image_with_text_FKxTxe {--heading-color: 255, 255, 255;
    --text-color: 255, 255, 255;
    --primary-button-background: 200, 21, 38;
    --primary-button-text-color: 255, 255, 255;

    --section-accent-background: 241 241 241 / 1.0;
    --section-autoplay-duration: 8s;
    --section-animation-play-state: paused;

    
    --section-navigation-item-background: #55565a;}
    #shopify-section-template--15908635312216__image_with_text_FKxTxe .section-content {
      background-size: cover;
    }
  

  
    #shopify-section-template--15908635312216__image_with_text_FKxTxe .section-content {
      background-image: url(//ctl.net/cdn/shop/files/CTL_Gradient_Dktp_1400x1400_30672e0d-14f8-4425-8268-3ba702cac8f1.jpg?v=1718063148);
    }
  

  
    @media screen and (min-width: 999px) {
      #shopify-section-template--15908635312216__image_with_text_FKxTxe .section-content {
        background-image: url(//ctl.net/cdn/shop/files/CTL_Gradient_Dktp_2160x1000_c7889082-d9c0-4ea8-b49a-0eb3d8662863.jpg?v=1718063148);
      }
    }
  
</style>

<section class="section section--flush">
  <div >
    <div class="section-content"><image-with-text class="image-with-text   image-with-text--overlap-both" style="--image-aspect-ratio: 1.0; --image-max-height: 1400px">
        <div class="container"><div class="image-with-text__heading-wrapper">
              <h2 class="heading heading--large cms-content-heading-h2">
                Empower Learning with the Latest Chromebooks, Services, and Offers
              </h2>
            </div><div class="image-with-text__wrapper"><div class="image-with-text__image-wrapper"><img id="block-item_RHKJFi-34860325208152" class="image-with-text__image"  sizes="(max-width: 740px) calc(100vw - 96px), (max-width: 999px) calc(100vw - 160px), 600px" loading="lazy" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/PX112CT-L_Shot_F_010626_5G_LTE_CBRS_-_1400x1400_White_Text_1400x.png?v=1777494996" srcset="//ctl.net/cdn/shop/files/PX112CT-L_Shot_F_010626_5G_LTE_CBRS_-_1400x1400_White_Text_600x.png?v=1777494996 600w, //ctl.net/cdn/shop/files/PX112CT-L_Shot_F_010626_5G_LTE_CBRS_-_1400x1400_White_Text_700x.png?v=1777494996 700w, //ctl.net/cdn/shop/files/PX112CT-L_Shot_F_010626_5G_LTE_CBRS_-_1400x1400_White_Text_800x.png?v=1777494996 800w, //ctl.net/cdn/shop/files/PX112CT-L_Shot_F_010626_5G_LTE_CBRS_-_1400x1400_White_Text_1000x.png?v=1777494996 1000w, //ctl.net/cdn/shop/files/PX112CT-L_Shot_F_010626_5G_LTE_CBRS_-_1400x1400_White_Text_1200x.png?v=1777494996 1200w, //ctl.net/cdn/shop/files/PX112CT-L_Shot_F_010626_5G_LTE_CBRS_-_1400x1400_White_Text_1400x.png?v=1777494996 1400w"><img id="block-item_hCgFBh-31465816260696" class="image-with-text__image" hidden sizes="(max-width: 740px) calc(100vw - 96px), (max-width: 999px) calc(100vw - 160px), 600px" loading="lazy" 
  height="4500" width="4500" alt="" src="//ctl.net/cdn/shop/files/Chromebook_Illustration_reverse_021826_1400x.png?v=1771441086" srcset="//ctl.net/cdn/shop/files/Chromebook_Illustration_reverse_021826_600x.png?v=1771441086 600w, //ctl.net/cdn/shop/files/Chromebook_Illustration_reverse_021826_700x.png?v=1771441086 700w, //ctl.net/cdn/shop/files/Chromebook_Illustration_reverse_021826_800x.png?v=1771441086 800w, //ctl.net/cdn/shop/files/Chromebook_Illustration_reverse_021826_1000x.png?v=1771441086 1000w, //ctl.net/cdn/shop/files/Chromebook_Illustration_reverse_021826_1200x.png?v=1771441086 1200w, //ctl.net/cdn/shop/files/Chromebook_Illustration_reverse_021826_1400x.png?v=1771441086 1400w"><img id="block-item_DEGFNJ-27354922418264" class="image-with-text__image" hidden sizes="(max-width: 740px) calc(100vw - 96px), (max-width: 999px) calc(100vw - 160px), 600px" loading="lazy" 
  height="2160" width="3840" alt="" src="//ctl.net/cdn/shop/files/0wi_ops_total_assy_0604_04---with-icons-061225-b_1_19f6e2d2-148f-41e5-94b8-aa6ab61c9f05_1400x.png?v=1752266528" srcset="//ctl.net/cdn/shop/files/0wi_ops_total_assy_0604_04---with-icons-061225-b_1_19f6e2d2-148f-41e5-94b8-aa6ab61c9f05_600x.png?v=1752266528 600w, //ctl.net/cdn/shop/files/0wi_ops_total_assy_0604_04---with-icons-061225-b_1_19f6e2d2-148f-41e5-94b8-aa6ab61c9f05_700x.png?v=1752266528 700w, //ctl.net/cdn/shop/files/0wi_ops_total_assy_0604_04---with-icons-061225-b_1_19f6e2d2-148f-41e5-94b8-aa6ab61c9f05_800x.png?v=1752266528 800w, //ctl.net/cdn/shop/files/0wi_ops_total_assy_0604_04---with-icons-061225-b_1_19f6e2d2-148f-41e5-94b8-aa6ab61c9f05_1000x.png?v=1752266528 1000w, //ctl.net/cdn/shop/files/0wi_ops_total_assy_0604_04---with-icons-061225-b_1_19f6e2d2-148f-41e5-94b8-aa6ab61c9f05_1200x.png?v=1752266528 1200w, //ctl.net/cdn/shop/files/0wi_ops_total_assy_0604_04---with-icons-061225-b_1_19f6e2d2-148f-41e5-94b8-aa6ab61c9f05_1400x.png?v=1752266528 1400w"><img id="block-item_hxpzEi-27229217816664" class="image-with-text__image" hidden sizes="(max-width: 740px) calc(100vw - 96px), (max-width: 999px) calc(100vw - 160px), 600px" loading="lazy" 
  height="2160" width="3840" alt="" src="//ctl.net/cdn/shop/files/PX121E_061325_falling_FULL_trans_1400x.png?v=1750105928" srcset="//ctl.net/cdn/shop/files/PX121E_061325_falling_FULL_trans_600x.png?v=1750105928 600w, //ctl.net/cdn/shop/files/PX121E_061325_falling_FULL_trans_700x.png?v=1750105928 700w, //ctl.net/cdn/shop/files/PX121E_061325_falling_FULL_trans_800x.png?v=1750105928 800w, //ctl.net/cdn/shop/files/PX121E_061325_falling_FULL_trans_1000x.png?v=1750105928 1000w, //ctl.net/cdn/shop/files/PX121E_061325_falling_FULL_trans_1200x.png?v=1750105928 1200w, //ctl.net/cdn/shop/files/PX121E_061325_falling_FULL_trans_1400x.png?v=1750105928 1400w"></div>

            <div class="image-with-text__content-wrapper">
              <div class="image-with-text__content-list"><image-with-text-item attached-image="block-item_RHKJFi-34860325208152"  class="image-with-text__content text-container text--left" ><h4 class="heading heading--small cms-content-heading-h4">
                        New!
                      </h4><h4 class="heading heading--large cms-content-heading-h4">
                        LTE-Enabled Chromebooks
                      </h4><div class="image-with-text__text-wrapper"><p>The next generation of learning equity is here with integrated 5G, 4G LTE, and CBRS private wireless network connectivity.<br/><br/></p><div class="button-wrapper">
                          

                          <a href="https://ctl.net/pages/ctl-chromebook-px112c-series-with-5g-4g-lte-and-cbrs-band-48-connectivity" class="button button--primary button--secondary-light">View the CTL Chromebook PX112C Series</a>
                        </div></div>
                  </image-with-text-item><image-with-text-item attached-image="block-item_hCgFBh-31465816260696" hidden class="image-with-text__content text-container text--left" ><h4 class="heading heading--small cms-content-heading-h4">
                        New!
                      </h4><h4 class="heading heading--large cms-content-heading-h4">
                        Student Chromebook Care Course
                      </h4><div class="image-with-text__text-wrapper"><p>Free for CTL customers! Check out our career and technical education (CTE) focused program to help you establishes a skilled, student-led Chromebook support team. </p><p>Students learn essential hands-on hardware repairs and vital professional skills, including customer service, help desk ticketing, and protecting student data privacy. </p><div class="button-wrapper">
                          

                          <a href="https://ctl.net/pages/student-chromebook-repair-program-from-ctl" class="button button--primary button--secondary-light">View Program Details</a>
                        </div></div>
                  </image-with-text-item><image-with-text-item attached-image="block-item_DEGFNJ-27354922418264" hidden class="image-with-text__content text-container text--left" ><h4 class="heading heading--small cms-content-heading-h4">
                        New!
                      </h4><h2 class="heading heading--large cms-content-heading-h2">
                        CTL Chromebox OPS
                      </h2><div class="image-with-text__text-wrapper"><p>Breathe new life into your interactive displays and turn them into manageable ChromeOS devices. Request your demo unit today. </p><div class="button-wrapper">
                          

                          <a href="https://ctl.net/products/ctl-ops-chromebox" class="button button--primary button--secondary-light">View the CTL Chromebox OPS</a>
                        </div></div>
                  </image-with-text-item><image-with-text-item attached-image="block-item_hxpzEi-27229217816664" hidden class="image-with-text__content text-container text--left" ><h4 class="heading heading--small cms-content-heading-h4">
                        CTL Chromebook PX121E
                      </h4><h4 class="heading heading--large cms-content-heading-h4">
                        Expansive Display. Powerful Performance.
                      </h4><div class="image-with-text__text-wrapper"><p>Deliver immersive learning with a generous 12.2” display and advanced performance features in a ruggedized device.<br/><br/><br/><br/></p><div class="button-wrapper">
                          

                          <a href="https://ctl.net/pages/ctl-chromebook-px121e" class="button button--primary button--secondary-light">View New 12.2" Chromebooks</a>
                        </div></div>
                  </image-with-text-item></div><page-dots animation-timer class="image-with-text__navigation"><button type="button" class="image-with-text__navigation-item" aria-current="true">
                      <span class="heading heading--small"></span>
                    </button><button type="button" class="image-with-text__navigation-item" >
                      <span class="heading heading--small"></span>
                    </button><button type="button" class="image-with-text__navigation-item" >
                      <span class="heading heading--small"></span>
                    </button><button type="button" class="image-with-text__navigation-item" >
                      <span class="heading heading--small"></span>
                    </button></page-dots></div>
          </div>
        </div>
      </image-with-text>
    </div>
  </div>
</section>


</div><div id="shopify-section-template--15908635312216__video_with_text_block_yTfLaq" class="shopify-section shopify-section--video-with-text-block"><link href="//ctl.net/cdn/shop/t/141/assets/theme-section-video-with-text-block.css?v=87825236644532125461752783376" rel="stylesheet" type="text/css" media="all" />

<style>
  #shopify-section-template--15908635312216__video_with_text_block_yTfLaq {--heading-color: 52, 57, 60;
    --text-color: 52, 57, 60;
    --play-button-background: 241, 241, 241;
    --play-button-arrow: 52, 57, 60;

    --section-background: 241, 241, 241;
  }
</style><section class="section "><div class="section__color-wrapper">
    <div class="container">
      <div class="video-section-content-wrapper vertical-breather"><div class="video-section video-section-block video-section--full video-section--auto">
      <external-video  provider="vimeo" class="video-wrapper  ">
        <div class="video-wrapper__poster"><img class="video-wrapper__poster-image" loading="lazy" sizes="(max-width: 740px) calc(100vw - 24px * 2), var(--container-max-width)" 
  height="525" width="1156" alt="" src="//ctl.net/cdn/shop/files/MCSD_video_thumbnail_1156x.png?v=1743649948" srcset="//ctl.net/cdn/shop/files/MCSD_video_thumbnail_400x.png?v=1743649948 400w, //ctl.net/cdn/shop/files/MCSD_video_thumbnail_500x.png?v=1743649948 500w, //ctl.net/cdn/shop/files/MCSD_video_thumbnail_600x.png?v=1743649948 600w, //ctl.net/cdn/shop/files/MCSD_video_thumbnail_700x.png?v=1743649948 700w, //ctl.net/cdn/shop/files/MCSD_video_thumbnail_800x.png?v=1743649948 800w, //ctl.net/cdn/shop/files/MCSD_video_thumbnail_900x.png?v=1743649948 900w, //ctl.net/cdn/shop/files/MCSD_video_thumbnail_1000x.png?v=1743649948 1000w, //ctl.net/cdn/shop/files/MCSD_video_thumbnail_1156x.png?v=1743649948 1156w"><div class="video-wrapper__poster-content content-box content-box--large content-box--text-center"><button type="button" class="video-wrapper__play-button video-wrapper__play-button--large video-wrapper__play-button--ripple" title="Play video"><svg focusable="false" width="72" height="72" class="icon icon--play   " viewBox="0 0 384 512">
        <path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z" fill="rgb(var(--play-button-arrow))"></path>
      </svg></button></div>
        </div>

        <template><div class="responsive-video-wrapper"><iframe title="Featured Case Study" src="https://player.vimeo.com/video/1071122377?autoplay=1&autopause=1&transparent=0&responsive=1&portrait=0&title=0&byline=0&color=34393c" allow="autoplay; encrypted-media;" allowfullscreen="allowfullscreen"></iframe></div></template>
      </external-video>
    </div><div class="text-block video-section-block"><h1 class="heading cms-content-heading-h1">
            Featured Case Study
          </h1><div class="video-description"><h3>Private Wireless LTE Networks Close the Digital Divide for Schools: a Success Story</h3><p>Learn how one school district conquered the digital divide for home-insecure students with an innovative private LTE network, CTL's LTE-enabled Chromebooks, and an ingenious electricity solution. </p></div></div></div>
    </div>
  </div>
</section>


</div><div id="shopify-section-template--15908635312216__16625114515017c821" class="shopify-section shopify-section--multi-column">
<style>
    #shopify-section-template--15908635312216__16625114515017c821 {--text-color: 255, 255, 255;

      --section-background: 52, 57, 60;
    }#shopify-section-template--15908635312216__16625114515017c821 {
        --vertical-breather: 40px; /* Only on multi-column section, due to its specific usage we reduce spacing when no content */
      }#block-template--15908635312216__16625114515017c821-1662511451d5d9faaa-1 .multi-column__image-wrapper {
          border: 1px solid #383838;
        }#block-template--15908635312216__16625114515017c821-1662511451d5d9faaa-2 .multi-column__image-wrapper {
          border: 1px solid #383838;
        }

    

    
  </style>

  <section class="section ">
    <div class="section__color-wrapper">
      <div class="section-content  vertical-breather"><multi-column stack class="multi-column multi-column--pocket-large multi-column--large multi-column--spacing-tight"><div >
              <scrollable-content class="multi-column__inner multi-column__inner--center "><style>
                    #block-template--15908635312216__16625114515017c821-1662511451d5d9faaa-1 {
                      --image-overlay-color: 0, 0, 0;
                      --image-overlay-opacity: 0.0;
                    }
                  </style>

                    <div id="block-template--15908635312216__16625114515017c821-1662511451d5d9faaa-1" class="multi-column__item multi-column__item--align-start image-zoom  link-container-position-bottom" " style="background: rgba(0,0,0,0);"><div class="multi-column__heading-wrapper heading--center">
                        <p class="heading heading--large" style="color: #ffffff;">Let&#39;s Meet Up</p>
                      </div><a href="https://ctl.net/pages/tradeshows" class="multi-column__image-wrapper" style="max-width: 50%; width: 1400px">
                          <img loading="lazy" sizes="(max-width: 740px) calc(100vw - 48px), (max-width: 999px) calc(33vw - 80px), 491px" class="multi-column__image" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/icons_conversation_white_1200x.png?v=1757521089" srcset="//ctl.net/cdn/shop/files/icons_conversation_white_200x.png?v=1757521089 200w, //ctl.net/cdn/shop/files/icons_conversation_white_300x.png?v=1757521089 300w, //ctl.net/cdn/shop/files/icons_conversation_white_400x.png?v=1757521089 400w, //ctl.net/cdn/shop/files/icons_conversation_white_500x.png?v=1757521089 500w, //ctl.net/cdn/shop/files/icons_conversation_white_600x.png?v=1757521089 600w, //ctl.net/cdn/shop/files/icons_conversation_white_700x.png?v=1757521089 700w, //ctl.net/cdn/shop/files/icons_conversation_white_800x.png?v=1757521089 800w, //ctl.net/cdn/shop/files/icons_conversation_white_900x.png?v=1757521089 900w, //ctl.net/cdn/shop/files/icons_conversation_white_1000x.png?v=1757521089 1000w, //ctl.net/cdn/shop/files/icons_conversation_white_1100x.png?v=1757521089 1100w, //ctl.net/cdn/shop/files/icons_conversation_white_1200x.png?v=1757521089 1200w">
                        </a><div class="multi-column__text-container text--center heading--center text-container"
                          data-mh="multi-column-text-container"><div class="multi-column__text"><p>Join us online or in person at our next event.</p></div>

                            <div class="button-wrapper link-container">
                              <a href="https://ctl.net/pages/tradeshows" class="multi-column__button button button--small button--primary button--secondary-light">View event calendar</a>
                            </div></div></div><style>
                    #block-template--15908635312216__16625114515017c821-1662511451d5d9faaa-2 {
                      --image-overlay-color: 0, 0, 0;
                      --image-overlay-opacity: 0.0;
                    }
                  </style>

                    <div id="block-template--15908635312216__16625114515017c821-1662511451d5d9faaa-2" class="multi-column__item multi-column__item--align-start image-zoom  link-container-position-bottom" " style="background: rgba(0,0,0,0);"><div class="multi-column__heading-wrapper heading--center">
                        <p class="heading heading--large" style="color: #ffffff;">Learn With Us</p>
                      </div><a href="https://ctl.net/blogs/insights" class="multi-column__image-wrapper" style="max-width: 50%; width: 1400px">
                          <img loading="lazy" sizes="(max-width: 740px) calc(100vw - 48px), (max-width: 999px) calc(33vw - 80px), 491px" class="multi-column__image" 
  height="1400" width="1400" alt="" src="//ctl.net/cdn/shop/files/icons_chromebook_white_1200x.png?v=1757521089" srcset="//ctl.net/cdn/shop/files/icons_chromebook_white_200x.png?v=1757521089 200w, //ctl.net/cdn/shop/files/icons_chromebook_white_300x.png?v=1757521089 300w, //ctl.net/cdn/shop/files/icons_chromebook_white_400x.png?v=1757521089 400w, //ctl.net/cdn/shop/files/icons_chromebook_white_500x.png?v=1757521089 500w, //ctl.net/cdn/shop/files/icons_chromebook_white_600x.png?v=1757521089 600w, //ctl.net/cdn/shop/files/icons_chromebook_white_700x.png?v=1757521089 700w, //ctl.net/cdn/shop/files/icons_chromebook_white_800x.png?v=1757521089 800w, //ctl.net/cdn/shop/files/icons_chromebook_white_900x.png?v=1757521089 900w, //ctl.net/cdn/shop/files/icons_chromebook_white_1000x.png?v=1757521089 1000w, //ctl.net/cdn/shop/files/icons_chromebook_white_1100x.png?v=1757521089 1100w, //ctl.net/cdn/shop/files/icons_chromebook_white_1200x.png?v=1757521089 1200w">
                        </a><div class="multi-column__text-container text--center heading--center text-container"
                          data-mh="multi-column-text-container"><div class="multi-column__text"><p>Get the latest in best practices, trends, and Google updates.</p></div>

                            <div class="button-wrapper link-container">
                              <a href="https://ctl.net/blogs/insights" class="multi-column__button button button--small button--primary button--secondary-light">Visit knowledge center</a>
                            </div></div></div></scrollable-content></div>
          </multi-column></div>
    </div>
  </section>



</div><div id="shopify-section-template--15908635312216__166216191146108c30" class="shopify-section shopify-section--logo-list"><style>
  #shopify-section-template--15908635312216__166216191146108c30 {--heading-color: 52, 57, 60;
    --text-color: 52, 57, 60;
    --primary-button-background: 200, 21, 38;
    --primary-button-text-color: 255, 255, 255;

    --section-background: 255, 255, 255;
    --section-logo-background: 255 255 255 / 1.0;
    --section-logo-count: 18;
  }
</style>

<section class="section ">
  <div class="section__color-wrapper">
    <div class="container ">
      <header class="section__header text-container"><h2 class="heading heading--large cms-content-heading-h2">
            Chromebooks and other ChromeOS Solutions for Leading Organizations
          </h2></header><div class="scroller">
          <div class="scroller__inner">
            <logo-list  class="logo-list logo-list--carousel"><prev-next-buttons class="logo-list__prev-next hidden-pocket">
                  <button class="logo-list__arrow prev-next-button prev-next-button--prev" disabled>
                    <span class="visually-hidden">Previous</span><svg focusable="false" width="20" height="34" class="icon icon--nav-arrow-left  icon--direction-aware " viewBox="0 0 384 512">
        <path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 278.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"></path>
      </svg></button>

                  <button class="logo-list__arrow prev-next-button prev-next-button--next">
                    <span class="visually-hidden">Next</span><svg focusable="false" width="20" height="34" class="icon icon--nav-arrow-right  icon--direction-aware " viewBox="0 0 384 512">
        <path d="M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"></path>
      </svg></button>
                </prev-next-buttons><div class="logo-list__list"><div class="logo-list__item"  ><img loading="lazy" sizes="147px" style="width: 147px" class="logo-list__image" 
  height="108" width="294" alt="" src="//ctl.net/cdn/shop/files/Google_294x.png?v=1668446274" srcset="//ctl.net/cdn/shop/files/Google_147x.png?v=1668446274 147w, //ctl.net/cdn/shop/files/Google_294x.png?v=1668446274 294w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="488" width="866" alt="" src="//ctl.net/cdn/shop/files/1._OUSD_Main_Logo_-_Primary_-_Transparent_copy_136f7d16-06c8-498f-94fd-58149d2b60cf_400x.jpg?v=1665348219" srcset="//ctl.net/cdn/shop/files/1._OUSD_Main_Logo_-_Primary_-_Transparent_copy_136f7d16-06c8-498f-94fd-58149d2b60cf_200x.jpg?v=1665348219 200w, //ctl.net/cdn/shop/files/1._OUSD_Main_Logo_-_Primary_-_Transparent_copy_136f7d16-06c8-498f-94fd-58149d2b60cf_400x.jpg?v=1665348219 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="253" width="450" alt="" src="//ctl.net/cdn/shop/files/Logo_1_cf72734e-ea5c-446b-901d-b47b2ff5cd42_400x.png?v=1662759600" srcset="//ctl.net/cdn/shop/files/Logo_1_cf72734e-ea5c-446b-901d-b47b2ff5cd42_200x.png?v=1662759600 200w, //ctl.net/cdn/shop/files/Logo_1_cf72734e-ea5c-446b-901d-b47b2ff5cd42_400x.png?v=1662759600 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="488" width="866" alt="" src="//ctl.net/cdn/shop/files/SF_United_Schools_Logo_copy_400x.jpg?v=1665348338" srcset="//ctl.net/cdn/shop/files/SF_United_Schools_Logo_copy_200x.jpg?v=1665348338 200w, //ctl.net/cdn/shop/files/SF_United_Schools_Logo_copy_400x.jpg?v=1665348338 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="954" width="3006" alt="" src="//ctl.net/cdn/shop/files/Verizon_logo_400x.png?v=1662758399" srcset="//ctl.net/cdn/shop/files/Verizon_logo_200x.png?v=1662758399 200w, //ctl.net/cdn/shop/files/Verizon_logo_400x.png?v=1662758399 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="488" width="866" alt="" src="//ctl.net/cdn/shop/files/APS_CMYK_horizontal_Logo_copy_2_400x.jpg?v=1665348193" srcset="//ctl.net/cdn/shop/files/APS_CMYK_horizontal_Logo_copy_2_200x.jpg?v=1665348193 200w, //ctl.net/cdn/shop/files/APS_CMYK_horizontal_Logo_copy_2_400x.jpg?v=1665348193 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="112px" style="width: 112px" class="logo-list__image" 
  height="225" width="225" alt="" src="//ctl.net/cdn/shop/files/download_224x.png?v=1662760080" srcset="//ctl.net/cdn/shop/files/download_112x.png?v=1662760080 112w, //ctl.net/cdn/shop/files/download_224x.png?v=1662760080 224w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="488" width="866" alt="" src="//ctl.net/cdn/shop/files/Tahoe_Trucke_Schools_Logo_copy_400x.jpg?v=1665348166" srcset="//ctl.net/cdn/shop/files/Tahoe_Trucke_Schools_Logo_copy_200x.jpg?v=1665348166 200w, //ctl.net/cdn/shop/files/Tahoe_Trucke_Schools_Logo_copy_400x.jpg?v=1665348166 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="1440" width="2560" alt="" src="//ctl.net/cdn/shop/files/Netflix_logo_400x.png?v=1662758261" srcset="//ctl.net/cdn/shop/files/Netflix_logo_200x.png?v=1662758261 200w, //ctl.net/cdn/shop/files/Netflix_logo_400x.png?v=1662758261 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="488" width="866" alt="" src="//ctl.net/cdn/shop/files/PGCPS-LOGO-2017-COLOR_copy_400x.jpg?v=1665348325" srcset="//ctl.net/cdn/shop/files/PGCPS-LOGO-2017-COLOR_copy_200x.jpg?v=1665348325 200w, //ctl.net/cdn/shop/files/PGCPS-LOGO-2017-COLOR_copy_400x.jpg?v=1665348325 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="316" width="1500" alt="" src="//ctl.net/cdn/shop/files/jabra_logo_1_400x.png?v=1662757621" srcset="//ctl.net/cdn/shop/files/jabra_logo_1_200x.png?v=1662757621 200w, //ctl.net/cdn/shop/files/jabra_logo_1_400x.png?v=1662757621 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="488" width="866" alt="" src="//ctl.net/cdn/shop/files/Houston_Independent_School_District_Logo_copy_400x.jpg?v=1665348155" srcset="//ctl.net/cdn/shop/files/Houston_Independent_School_District_Logo_copy_200x.jpg?v=1665348155 200w, //ctl.net/cdn/shop/files/Houston_Independent_School_District_Logo_copy_400x.jpg?v=1665348155 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="1320" width="5000" alt="" src="//ctl.net/cdn/shop/files/US_Cellular_logo_logotype_400x.png?v=1670615789" srcset="//ctl.net/cdn/shop/files/US_Cellular_logo_logotype_200x.png?v=1670615789 200w, //ctl.net/cdn/shop/files/US_Cellular_logo_logotype_400x.png?v=1670615789 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="1520" width="5000" alt="" src="//ctl.net/cdn/shop/files/Logitech_logo_400x.png?v=1662757550" srcset="//ctl.net/cdn/shop/files/Logitech_logo_200x.png?v=1662757550 200w, //ctl.net/cdn/shop/files/Logitech_logo_400x.png?v=1662757550 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="2160" width="3840" alt="" src="//ctl.net/cdn/shop/files/Airbus-Logo_400x.png?v=1662757758" srcset="//ctl.net/cdn/shop/files/Airbus-Logo_200x.png?v=1662757758 200w, //ctl.net/cdn/shop/files/Airbus-Logo_400x.png?v=1662757758 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="625" width="2000" alt="" src="//ctl.net/cdn/shop/files/Airbnb_logo_400x.png?v=1662757818" srcset="//ctl.net/cdn/shop/files/Airbnb_logo_200x.png?v=1662757818 200w, //ctl.net/cdn/shop/files/Airbnb_logo_400x.png?v=1662757818 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="709" width="2362" alt="" src="//ctl.net/cdn/shop/files/Spotify_Logo_RGB_Green_400x.png?v=1662757838" srcset="//ctl.net/cdn/shop/files/Spotify_Logo_RGB_Green_200x.png?v=1662757838 200w, //ctl.net/cdn/shop/files/Spotify_Logo_RGB_Green_400x.png?v=1662757838 400w"></div><div class="logo-list__item"  ><img loading="lazy" sizes="200px" style="width: 200px" class="logo-list__image" 
  height="973" width="3020" alt="" src="//ctl.net/cdn/shop/files/kajeet-logo_400x.jpg?v=1670615560" srcset="//ctl.net/cdn/shop/files/kajeet-logo_200x.jpg?v=1670615560 200w, //ctl.net/cdn/shop/files/kajeet-logo_400x.jpg?v=1670615560 400w"></div></div></logo-list>
          </div>
        </div></div>
  </div>
</section>


<style> #shopify-section-template--15908635312216__166216191146108c30 .section__color-wrapper .section__header h3 {font-size: 44px !important; font-weight: 700 !important; color: #011640 !important;} </style></div><div id="shopify-section-template--15908635312216__multi_column_GU7kx3" class="shopify-section shopify-section--multi-column">
<style>
    #shopify-section-template--15908635312216__multi_column_GU7kx3 {--text-color: 255, 255, 255;

      --section-background: 255, 255, 255;
    }
      #shopify-section-template--15908635312216__multi_column_GU7kx3 .section__color-wrapper {
        background-size: cover;
      }
    

    
      #shopify-section-template--15908635312216__multi_column_GU7kx3 .section__color-wrapper {
        background-image: url(//ctl.net/cdn/shop/files/CTL_Gradient_Dktp_1400x1400_30672e0d-14f8-4425-8268-3ba702cac8f1.jpg?v=1718063148);
      }
    

    
      @media screen and (min-width: 999px) {
        #shopify-section-template--15908635312216__multi_column_GU7kx3 .section__color-wrapper {
          background-image: url(//ctl.net/cdn/shop/files/CTL_Gradient_Dktp_2160x1000_c7889082-d9c0-4ea8-b49a-0eb3d8662863.jpg?v=1718063148);
        }
      }
    
  </style>

  <section class="section section--flush">
    <div class="section__color-wrapper">
      <div class="section-content  section-content--with-padding"><header class="section__header section__header--loose section__header--center">
            <div class="text-container"><h2 class="heading heading--large cms-content-heading-h2" style="color: #ffffff;">
                  Let's Connect!
                </h2></div>
          </header><multi-column stack class="multi-column multi-column--pocket-large multi-column--large multi-column--spacing-loose"><div >
              <scrollable-content class="multi-column__inner multi-column__inner--center "><style>
                    #block-template--15908635312216__multi_column_GU7kx3-item_wreDkr {
                      --image-overlay-color: 0, 0, 0;
                      --image-overlay-opacity: 0.0;
                    }
                  </style>

                    <div id="block-template--15908635312216__multi_column_GU7kx3-item_wreDkr" class="multi-column__item multi-column__item--align-start image-zoom  link-container-position-bottom" " style="background: rgba(0,0,0,0);"><div class="multi-column__text-container text--center heading--center text-container"
                          data-mh="multi-column-text-container"><div class="multi-column__text"><p class="heading" style="color: #ffffff;">Request a Price Quote</p><p>Get volume discounts paired with dedicated, swift, friendly service.</p></div>

                            <div class="button-wrapper link-container">
                              <a href="https://go.ctl.net/request-a-quote-l-ctl" class="multi-column__button button button--small button--primary ">Request Your Quote</a>
                            </div></div></div></scrollable-content></div>
          </multi-column></div>
    </div>
  </section>



</div>
</div><!-- BEGIN sections: footer-group -->
<div id="shopify-section-sections--16571992342616__footer" class="shopify-section shopify-section-group-footer-group shopify-section--footer">
<link href="//ctl.net/cdn/shop/t/141/assets/theme-footer.css?v=67030539917261053431758647399" rel="stylesheet" type="text/css" media="all" />

<style>
  #shopify-section-sections--16571992342616__footer .footer {--background: 52, 57, 60;
    --heading-color: 255, 255, 255;
    --text-color: 255, 255, 255;
    --border-color: 82, 87, 89;
  }
</style>

<footer class="footer ">
  <div class="container">
    <div class="footer__inner">
      <div class="footer__item-list"><div class="footer__item footer__item--text is-first" ><p class="footer__item-title heading">About CTL</p><div class="footer__item-content"><p>For tech leaders stretched thin, CTL is more than a vendor—we're your strategic technology lifecycle partner.  CTL replaces transactional vendors with a side-by-side partnership, delivering the most complete set of award-winning product and service solutions that streamline the entire  technology lifecycle. CTL is a Certified B Corp™ for our commitment to sustainability and social responsibility.<br/><br/></p></div></div><div class="footer__item footer__item--newsletter " ><div class="footer__item-content">
                  <a href="https://go.ctl.net/subscribe" class="button button--small button--primary button-footer-newsletter" target="_blank" rel="noopener">
                    Join Our Newsletters
                  </a>
                </div>

                
                
<div class="footer__logos footer__logos--hide-for-mobile">
  <img class="footer__logo" src="//ctl.net/cdn/shop/t/141/assets/footer-ctl_medium.png?v=58565831525312606651722540234" alt="" width="134" height="77" loading="lazy">
</div>
</div><div class="footer__item footer__item--links " ><p class="footer__item-title heading footer__item-title--has-accordion js-footer__item-title--has-accordion">
                      Products
<svg focusable="false" width="7" height="10" class="icon icon--dropdown-arrow-right  icon--direction-aware " viewBox="0 0 7 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M3.9394 5L0.469727 1.53033L1.53039 0.469666L6.06072 5L1.53039 9.53032L0.469727 8.46967L3.9394 5Z" fill="currentColor"></path>
      </svg>
</p><div class="footer__item-content">
                    <ul class="linklist list--unstyled" role="list"><li class="linklist__item">
                          <a href="/chromebooks?sort_by=created-descending&filter.v.price.gte=&filter.v.price.lte=&filter.p.m.custom.ctl_generation=Latest+Generation" class="link--faded">Chromebooks</a></li><li class="linklist__item">
                          <a href="/collections/chromebox" class="link--faded">Chromebox</a></li><li class="linklist__item">
                          <a href="/collections/google-meet-video-conferencing" class="link--faded">Google Meet</a></li><li class="linklist__item">
                          <a href="/collections/computer-monitors" class="link--faded">Monitors</a></li></ul></div></div><div class="footer__item footer__item--links " ><p class="footer__item-title heading footer__item-title--has-accordion js-footer__item-title--has-accordion">
                      About
<svg focusable="false" width="7" height="10" class="icon icon--dropdown-arrow-right  icon--direction-aware " viewBox="0 0 7 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M3.9394 5L0.469727 1.53033L1.53039 0.469666L6.06072 5L1.53039 9.53032L0.469727 8.46967L3.9394 5Z" fill="currentColor"></path>
      </svg>
</p><div class="footer__item-content">
                    <ul class="linklist list--unstyled" role="list"><li class="linklist__item">
                          <a href="/pages/about-ctl" class="link--faded">About CTL</a></li><li class="linklist__item">
                          <a href="/blogs/insights" class="link--faded">News</a></li><li class="linklist__item">
                          <a href="https://ctl.net/pages/tradeshows" class="link--faded">Events</a></li><li class="linklist__item">
                          <a href="/pages/corporate-social-responsibility" class="link--faded">Social Responsibility</a></li><li class="linklist__item">
                          <a href="/pages/ctl-policies" class="link--faded">All Policies</a></li><li class="linklist__item">
                          <a href="https://ctl.net/pages/jobs" class="link--faded">Careers</a></li><li class="linklist__item">
                          <a href="https://ctl.net/pages/faq" class="link--faded">FAQ</a></li></ul></div></div><div class="footer__item footer__item--links " ><p class="footer__item-title heading footer__item-title--has-accordion js-footer__item-title--has-accordion">
                      Industry Solutions
<svg focusable="false" width="7" height="10" class="icon icon--dropdown-arrow-right  icon--direction-aware " viewBox="0 0 7 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M3.9394 5L0.469727 1.53033L1.53039 0.469666L6.06072 5L1.53039 9.53032L0.469727 8.46967L3.9394 5Z" fill="currentColor"></path>
      </svg>
</p><div class="footer__item-content">
                    <ul class="linklist list--unstyled" role="list"><li class="linklist__item">
                          <a href="https://ctl.net/pages/chromebooks-for-schools-ctl" class="link--faded">Education</a></li><li class="linklist__item">
                          <a href="/pages/enterprise" class="link--faded">Enterprise</a></li><li class="linklist__item">
                          <a href="https://ctl.net/pages/chromebox-for-digital-signs-and-kiosks" class="link--faded">Digital Signs and Kiosks</a></li><li class="linklist__item">
                          <a href="/pages/video-conference-solutions-with-google-meet" class="link--faded">Video Conferencing</a></li><li class="linklist__item">
                          <a href="https://ctl.net/pages/chromebooks-for-government-and-public-sector-programs" class="link--faded">Government</a></li><li class="linklist__item">
                          <a href="https://ctl.net/pages/chromeos-solutions-for-healthcare" class="link--faded">Healthcare</a></li></ul></div></div><div class="footer__item footer__item--text " ><div class="footer__item-content"><p> </p></div></div><div class="footer__item footer__item--links " ><p class="footer__item-title heading footer__item-title--has-accordion js-footer__item-title--has-accordion">
                      Services
<svg focusable="false" width="7" height="10" class="icon icon--dropdown-arrow-right  icon--direction-aware " viewBox="0 0 7 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M3.9394 5L0.469727 1.53033L1.53039 0.469666L6.06072 5L1.53039 9.53032L0.469727 8.46967L3.9394 5Z" fill="currentColor"></path>
      </svg>
</p><div class="footer__item-content">
                    <ul class="linklist list--unstyled" role="list"><li class="linklist__item">
                          <a href="#" class="link--faded">Program Planning</a></li><li class="linklist__item">
                          <a href="#" class="link--faded">Configuration & Deployment</a></li><li class="linklist__item">
                          <a href="#" class="link--faded">Warranties & Service Plans</a></li><li class="linklist__item">
                          <a href="#" class="link--faded">Post-Warranty Services</a></li></ul></div></div><div class="footer__item footer__item--links " ><div class="footer__item-content">
                    <ul class="linklist list--unstyled linklist--large" role="list"><li class="linklist__item">
                          <a href="https://ctl.net/pages/shop" class="link--faded">Shop</a></li><li class="linklist__item">
                          <a href="/pages/contact-us" class="link--faded">Contact Us</a></li><li class="linklist__item">
                          <a href="tel:+18006458670" class="link--faded">800.645.8670</a></li><li class="linklist__item">
                          <a href="https://ctl.net/blogs/insights" class="link--faded">Blog</a></li></ul><ul class="social-media social-media--no-radius list--unstyled" role="list">
    <li class="social-media__item social-media__item--linkedin">
      <a href="https://www.linkedin.com/company/ctl-corporation" target="_blank" rel="noopener" class="social-media__link" aria-label="Follow us on LinkedIn"><svg fill="none" focusable="false" width="35" height="35" class="icon icon--linkedin   " viewBox="0 0 24 24">
        <path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z" fill="currentColor"></path>
      </svg></a>
    </li><li class="social-media__item social-media__item--youtube">
      <a href="https://www.youtube.com/channel/UCG9U3NCYBXXTf-nalrzRBUg" target="_blank" rel="noopener" class="social-media__link" aria-label="Follow us on YouTube"><svg fill="none" focusable="false" width="35" height="35" class="icon icon--youtube   " viewBox="0 0 24 24">
        <path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z" fill="currentColor"></path>
      </svg></a>
    </li><li class="social-media__item social-media__item--instagram">
      <a href="https://instagram.com/ctldotnet" target="_blank" rel="noopener" class="social-media__link" aria-label="Follow us on Instagram"><svg focusable="false" width="35" height="35" class="icon icon--instagram   " viewBox="0 0 24 24">
        <path d="M7.0301.084c-1.2768.0602-2.1487.264-2.911.5634-.7888.3075-1.4575.72-2.1228 1.3877-.6652.6677-1.075 1.3368-1.3802 2.127-.2954.7638-.4956 1.6365-.552 2.914-.0564 1.2775-.0689 1.6882-.0626 4.947.0062 3.2586.0206 3.6671.0825 4.9473.061 1.2765.264 2.1482.5635 2.9107.308.7889.72 1.4573 1.388 2.1228.6679.6655 1.3365 1.0743 2.1285 1.38.7632.295 1.6361.4961 2.9134.552 1.2773.056 1.6884.069 4.9462.0627 3.2578-.0062 3.668-.0207 4.9478-.0814 1.28-.0607 2.147-.2652 2.9098-.5633.7889-.3086 1.4578-.72 2.1228-1.3881.665-.6682 1.0745-1.3378 1.3795-2.1284.2957-.7632.4966-1.636.552-2.9124.056-1.2809.0692-1.6898.063-4.948-.0063-3.2583-.021-3.6668-.0817-4.9465-.0607-1.2797-.264-2.1487-.5633-2.9117-.3084-.7889-.72-1.4568-1.3876-2.1228C21.2982 1.33 20.628.9208 19.8378.6165 19.074.321 18.2017.1197 16.9244.0645 15.6471.0093 15.236-.005 11.977.0014 8.718.0076 8.31.0215 7.0301.0839m.1402 21.6932c-1.17-.0509-1.8053-.2453-2.2287-.408-.5606-.216-.96-.4771-1.3819-.895-.422-.4178-.6811-.8186-.9-1.378-.1644-.4234-.3624-1.058-.4171-2.228-.0595-1.2645-.072-1.6442-.079-4.848-.007-3.2037.0053-3.583.0607-4.848.05-1.169.2456-1.805.408-2.2282.216-.5613.4762-.96.895-1.3816.4188-.4217.8184-.6814 1.3783-.9003.423-.1651 1.0575-.3614 2.227-.4171 1.2655-.06 1.6447-.072 4.848-.079 3.2033-.007 3.5835.005 4.8495.0608 1.169.0508 1.8053.2445 2.228.408.5608.216.96.4754 1.3816.895.4217.4194.6816.8176.9005 1.3787.1653.4217.3617 1.056.4169 2.2263.0602 1.2655.0739 1.645.0796 4.848.0058 3.203-.0055 3.5834-.061 4.848-.051 1.17-.245 1.8055-.408 2.2294-.216.5604-.4763.96-.8954 1.3814-.419.4215-.8181.6811-1.3783.9-.4224.1649-1.0577.3617-2.2262.4174-1.2656.0595-1.6448.072-4.8493.079-3.2045.007-3.5825-.006-4.848-.0608M16.953 5.5864A1.44 1.44 0 1 0 18.39 4.144a1.44 1.44 0 0 0-1.437 1.4424M5.8385 12.012c.0067 3.4032 2.7706 6.1557 6.173 6.1493 3.4026-.0065 6.157-2.7701 6.1506-6.1733-.0065-3.4032-2.771-6.1565-6.174-6.1498-3.403.0067-6.156 2.771-6.1496 6.1738M8 12.0077a4 4 0 1 1 4.008 3.9921A3.9996 3.9996 0 0 1 8 12.0077" fill="currentColor"></path>
      </svg></a>
    </li><li class="social-media__item social-media__item--facebook">
      <a href="https://facebook.com/ctlcorp" target="_blank" rel="noopener" class="social-media__link" aria-label="Follow us on Facebook"><svg focusable="false" width="35" height="35" class="icon icon--facebook   " viewBox="0 0 24 24">
        <path d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z" fill="currentColor"></path>
      </svg></a>
    </li>
  </ul><div class="footer__logos footer__logos--centered">
  <img class="footer__logo footer__logo--hide-for-desktop" src="//ctl.net/cdn/shop/t/141/assets/footer-ctl_medium.png?v=58565831525312606651722540234" alt="" width="134" height="77" loading="lazy">
  <img class="footer__logo" src="//ctl.net/cdn/shop/t/141/assets/footer-b_medium.png?v=177996612373313590311722540233" alt="" width="69" height="100" loading="lazy">
</div>
</div></div></div></div>

    <div class="footer-bottom">
      <p class="footer-bottom__copyright">CTL, Portland, OR
&copy; 2026 CTL, all rights reserved
      </p>

      <ul class="footer-bottom__linklist">
        <li class="footer-bottom__linklist-item">
          <a href="/pages/privacy-policy">Privacy policy</a>
        </li>
        <li class="footer-bottom__linklist-item">
          <a href="/pages/terms-of-service">Terms of Service</a>
        </li>
      </ul>
    </div>

    <div class="footer-bottom__additional-info">
      CTL is a premier status <a href="https://cloud.google.com/find-a-partner/partner/ctl" target="_blank" rel="noopener">Google Cloud Partner</a> and an <a href="https://www.intel.com/content/www/us/en/partner/showcase/storefront/a5S3b0000016Nf9EAE/ctl.html" target="_blank" rel="noopener">Intel Titanium Partner</a>. Trademarks used on this website, including but not limited to Google, Chrome, Chromebook, etc. are the property of their respective trademark owners. We do not claim ownership of these trademarks.
    </div>
  </div>
</footer>
</div>
<!-- END sections: footer-group -->

<script type="text/javascript"> function saLoadScript(src) { var js = window.document.createElement('script'); js.src = src; js.type = 'text/javascript'; document.getElementsByTagName("head")[0].appendChild(js); } saLoadScript("https://www.shopperapproved.com/widgets/group2.0/24933.js"); </script>

    

    


<div class="smile-shopify-init"
  data-channel-key="channel_Gqab27yzpG8PTBT8y6m4S7T8"

></div>


    <!-- "snippets/swymSnippet.liquid" was not rendered, the associated app was uninstalled -->
    <!-- Start HubSpot Tracking Code 10.5.2023 MPM -->
    <!-- Start of HubSpot Embed Code -->
    <script type="text/javascript" id="hs-script-loader" defer src="//js.hs-scripts.com/43603665.js"></script>
    <!-- End of HubSpot Embed Code -->
    <!-- End Hubspot Tracking Code 10.5.2023 MPM -->
  <style> .content-box a {text-decoration: underline;} h3.heading.heading--large {font-size: 63px !important;} h2.heading--small {font-size: 27px !important;} .custom-cta-button {background: #c81526; border-radius: 11px; padding: 20px 45px; color: #ffffff; display: inline-block; font: normal bold 26px/1 "Open Sans", sans-serif; text-align: center;} </style>
<div id="shopify-block-AQUJyT1RzQkRBd3dkM__3577669850698438243" class="shopify-block shopify-app-block"><!-- BEGIN app snippet: preorder-now --><script type="text/javascript">
  
    if(typeof window.pn === "undefined"){window.pn = {};}
    window.pn.cart = {};
    window.pn.cart = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0}
    window.pn.cart.items = [];

    

    if (typeof window.pn.cart.items == "object") {
      for (var i=0; i<window.pn.cart.items.length; i++) {
        ["sku", "vendor", "url", "image", "handle", "product_type", "product_description"].map(function(a) {
          delete window.pn.cart.items[i][a]
        })
      }
    }
  

  function closeNotifyEmailPopup(){
    var notify_stock_back_modal = document.getElementById("notify-stock-back-modal");
    if (notify_stock_back_modal.style.display === "none") {
      notify_stock_back_modal.style.display = "block";
    } else {
      notify_stock_back_modal.style.display = "none";
    }
  }
</script>
<!-- END app snippet -->
<div id="notify-stock-back-modal" style="display: none;">
  <div class="ordersfy-modal">
    <div class="bg-black"></div>
    <div class="inner-container">
      <div class="white-box-in">
        <div class="error-field notify-success-content" style="display: none;padding: 10px;">
          <div class="error success-msg-text pn-notify-popup-success-msg" style="color: green;">Your are successfully subscribed for email notifications.</div>
        </div> <span class="cross-me close-notify-email-popup" onClick="closeNotifyEmailPopup()">&#10006;</span>
        <div class="notify-for-content">
          <p class="pn-notify-popup-heading">Notify me when available </p>
          <p class="pn-notify-popup-desc">We will send you a notification as soon as this product is available again.</p>
          <div class="email-form">
            <div class="field">
              <input type="text" class="notify-pn-bk-stock-input-email" placeholder="Email here" /> </div>
            <div class="field">
              <label>
                <input type="checkbox" class="notify-recurring-box" name="checkbox" style="width: auto;"> Do you want to get recurring notifications? </label>
            </div>
            <div class="error-field">
              <div class="error empty-email-error" style="display: none;">Your email is required</div>
            </div>
            <button type="submit" class="notify-btn notify-btn-submit pn-notify-btn-text">Notify Me</button>
            <p class="pn-notify-popup-footer-text">We don't share your email with anybody</p>
          </div>
          <div> </div>
        </div>
      </div>
    </div>
  </div>
</div>


<div id="pn-mixed-cart-warning" class="pn-modal">
  <div id="pn-mixed-cart-warning-content">
    <span id="pn-modal-close-btn">x</span>
    <p class="pn-mixed-cart-heading" id="pn-mixed-cart-warning-title"></p>
    <div id="pn-mixed-cart-warning-text"></div>
  </div>
</div>


</div><div id="shopify-block-ASTcyV2pTYldhSTRvW__12893132836628567133" class="shopify-block shopify-app-block">
</div><div id="shopify-block-AR2FMSW9nNERWcU9kV__6174324309569838175" class="shopify-block shopify-app-block">


<div class="smile-shopify-init"
  data-channel-key="channel_Gqab27yzpG8PTBT8y6m4S7T8"
  
></div>


</div><div id="shopify-block-Ac21LRUFTbmFkakdLU__12622292715052272319" class="shopify-block shopify-app-block"><script type="module" src="https://cdn.shopify.com/extensions/019e942b-fb6a-7667-b0d4-b4221d58ca93/magical-mandatory-fees-249/assets/magical-mandatory-fees.js"></script>
<magical-mandatory-fees data-id="Ac21LRUFTbmFkakdLU__12622292715052272319"><script type="application/json">
    {
      "cart_url": "/cart",
      "cart_add_url": "/cart/add",
      "cart_change_url": "/cart/change",
      "cart_clear_url": "/cart/clear",
      "cart_update_url": "/cart/update",
      "currency_rate_base": {"amount":"100000000","currency_code":"USD"},
      "account_login_url": "https://ctl.net/customer_authentication/redirect?locale=en&region_country=US",
      "account_register_url": "/account/register",
      "fees": [
],
      "fees_metaobjects": [
{
                "id" : "43056713859160",
                "title" : "Electronic Waste Recycling Fee (CA)",
                "price_type" : "fixed",
                "price" : "400.0",
                "image" : "",
                "logic": {
                  "fee_type": "product",
                  "appliedTo": ["conditions"],
                  "appliedDisjunctively": ["true"],
                  "cart": [],
                  "conditions": [{"column":"product_type","condition":"Chromebook","relation":"equals"},{"column":"product_type","condition":"Chromebook Plus","relation":"equals"}],
                  "locations": [{"id":"United States","options":[{"id":"California","name":"California","provinceCode":"CA"}],"name":"United States","countryCode":"US"}],
                  "markets": [],
                  "payment_methods": [],
                  "products": [],
                  "collections": [],
                  "customer_tags": [],
                  "quantities": null,
                  "sales_channels": ["online_store", "point_of_sale", "draft_orders"],
                  "rule": ["every"],
                  "bundled_with": ["product"],
"min_fee_amount": null,"max_fee_amount": null},
                "details" : "A $4 recycling fee is assessed on certain electronic devices sold in California. Applies to devices with screens More than four inches but less than 15 inches.",
                "information" : "This product requires \u0026lt;strong\u0026gt;Electronic Waste Recycling Fee (CA)\u0026lt;\/strong\u0026gt;. This \u0026lt;strong\u0026gt;$4.00\u0026lt;\/strong\u0026gt; fee will be added to your cart.",
                "information_title" : "\u0026lt;strong\u0026gt;Electronic Waste Recycling Fee (CA)\u0026lt;\/strong\u0026gt;",
                "information_price" : "\u0026lt;strong\u0026gt;$4.00\u0026lt;\/strong\u0026gt;",
                "information_percentage": "This product requires \u0026lt;strong\u0026gt;Electronic Waste Recycling Fee (CA)\u0026lt;\/strong\u0026gt;. This 4.0% fee will be added to your cart.",
                "consent": "mandated"
              }
            ],
      "order_fees_placeholder": 
    null,
      "product_fees_placeholder": 
    null,
      "cart_products": [
      ],
      "cart_contents": [],
      "market": {
        "id": 1453686872,
        "handle": "us"
      },
      "current_product": {
        "id": "",
        "product_type": null,
        "vendor": null,
        "tags": null,
        "variant_options": [],
        "selected_variant": "",
        "collections": [],
        "price": ""
      },
      "currency_format" : {
        "html_with_currency" :"$0.00 USD",
        "html_without_currency" :"0.00"},
      "plan" : "Growth",
      "features" : {
        "checkout_extensions" : true,
        "location_fees_checkout" : true,
        "extended_payment_methods" : true,
        "customer_tag_fees" : true,
        "total_order_percentage" : true,
        "cart_applied_to" : true
      },

      "fees_required_message" : "",
      "fees_consent_description" : "",
      "hide_dynamic_checkout" : false,
      "force_page_refresh" : false,
      "disable_storefront_fee_application" : false,
      "locale": {
        "additional_fees_legacy": "This cart includes products which require fees of",
        "additional_fees": "This cart includes products which require fees. Additional fees may apply at checkout.",
        "details": "Details",
        "fee": "Fee",
        "accept": "Accept",
        "decline": "Decline",
        "accept_all": "Accept all",
        "decline_all": "Decline all",
        "location_fee_message": "Additional fees may apply at checkout.",
        "payment_fee_message": "Additional fees may apply at checkout.",
        "customer_tags_fee_message": "Additional fees may apply at checkout.",
        "additional_fees_message": "Additional fees apply.",
        "additional_fees_may_apply": "Additional fees may apply.",
        "price": "Price",
        "location_confirmation_required": "Location confirmation required",
        "location_fees_may_apply": "Location-based fees may apply to this order. Please confirm your location to ensure accurate pricing.",
        "detected_location_country": "Location-based fees may apply to this order. We detected you\u0026#39;re in {{country}}. Please confirm your location to ensure accurate pricing.",
        "detected_location_province": "Location-based fees may apply to this order. We detected you\u0026#39;re in {{country}}. Please select your state\/province and confirm your location to ensure accurate pricing.",
        "select_state_province": "State\/Province:",
        "select_country": "Country:",
        "select_your_country": "Select your country...",
        "select_your_state_province": "Select your state\/province...",
        "select_state_province_manual": "Select your state\/province...",
        "my_country_not_listed": "My country is not listed",
        "my_state_province_not_listed": "My state\/province is not listed",
        "choose_different_location": "Choose different location",
        "confirm_location": "Confirm location"
      }
    }
  </script></magical-mandatory-fees>


</div><div id="shopify-block-AUjV2UjFKM1RLYXpYS__2930927657605960210" class="shopify-block shopify-app-block"><!-- BEGIN app snippet: easyspecs -->
<!-- EASY SPECS -- CODE BEGIN -- [v.0.35.1] -->
<script type="text/javascript">
  window.easyspecs = {

      "shopdomain": "shopctl.myshopify.com",

      "productMeta": {
        "title":          "",
        "vendor":         "",
        "type":           "",
        "tags":           "",
        "created_at":     "",
        "created_unix":   "",
        "collections":    "",
        "optname:1":      "",
        "optname:2":      "",
        "optname:3":      "",
        "optlist:1":      "",
        "optlist:2":      "",
        "optlist:3":      "",
        "optlist:":    "",
        "optlist:":    "",
        "optlist:":    "",
        "currency":       "USD"
      },

      "variantMeta": {},

      "settings": {"protocol":2,"data":{"styling":{"custom":{"chartAlign":"left","chartWidth":100,"columnMode":"multi","fontFamily":"inherit","borderColor":"#DADADAFF","borderSides":"horizontal","borderWidth":1,"cellPadding":5,"columnRatio":24,"iconTooltip":"icon-info","tooltipIcon":"info_solid","metaFileMode":"filename","metaFileText":"Download Now","missingPolicy":"hide","titleFontSize":18,"tooltipFormat":"standard","specNameFormat":"standard","titleTextAlign":"left","titleTextColor":"#000000ff","tooltipTrigger":"hover","specNameWidthEm":10,"titleFontWeight":700,"titleTopPadding":40,"tooltipPosition":"right","metaBoolTrueIcon":"icon-checkmark","metaBoolTrueMode":"icon","metaBoolTrueText":"Included","specNameFontSize":14,"titleSidePadding":0,"tooltipIconColor":"#000000ff","tooltipPlacement":"bottom","tooltipTextColor":"#000000FF","metaBoolFalseIcon":"icon-minus","metaBoolFalseMode":"text","metaBoolFalseText":"Not Included","specNameTextAlign":"left","specNameTextColor":"#000000ff","specNameWidthMode":"percent","specValueFontSize":14,"missingPlaceholder":"—","specNameFontWeight":400,"specValueTextAlign":"left","specValueTextColor":"#000000ff","titleTextNormalize":"none","tooltipBorderColor":"#7F7F7FFF","borderVerticalWidth":5,"specValueFontWeight":400,"titleBackgroundColor":"#ffffff00","borderHorizontalWidth":5,"rowOddBackgroundColor":"#EAEAEA00","specNameTextNormalize":"none","previewBackgroundColor":"#E2E6EAFF","rowEvenBackgroundColor":"#F4F4F400","specValueTextNormalize":"none","tooltipBackgroundColor":"#FFFFFFFF","specNameBackgroundColor":"#F3F3F387","specValueBackgroundColor":"#ffffff00"}},"location":{"custom":{"name":"default","method":"append","selector":"div[data-tab-content=\"specifications\"]"},"1696430427382":{"name":"GQE Meet System","method":"append","selector":"div[data-tab-content=\"specifications\"]"},"1712247941350":{"name":"MLTI\/BYOC Chromebook","method":"append","selector":"div[data-tab-content=\"specifications\"]"},"1713392436048":{"name":"Monitors","method":"append","selector":"div[data-tab-content=\"specifications\"]"}}}},

      "account": {"protocol":1,"data":{"id":2381528,"shopdomain":"shopctl.myshopify.com","planSymbol":"starter","status":"active","price":17,"startedAt":"2022-10-07T21:56:10.806Z","periodEndsAt":"2026-07-02T21:56:30.000Z","trialEndsAt":"2022-10-21T00:00:00.000Z","cancelledAt":null,"lastChargeId":"22990618712","testCharge":false,"productCutoffDate":null,"metafieldId":null,"productCount":1198,"createdAt":"2022-10-07T21:56:11.535Z","updatedAt":"2026-06-09T12:11:56.485Z","features":{"compare":true,"tooltip":true,"chartLimit":25,"productLimit":3000}},"signature":"a702d9c3d011ee4b7a102e9a6fffb28c44484e9e3ff6008d6be4697a2ab2b453376856f5c959fd6eecf5c40f99d22ff2e12d4bd4d58b9b1e382c43c1f111e8f2b8f107ec74e2d75e727b730fb23b864c04c84924c0d3c6ba4433e784ece67c48ed335e0f3ef1d286989522f0947fc6106e9456430a09c01f425aae6c74c2d8b5cd709af7b86fce6a676c56fd19370cb81640b015a0a9d5e7f865f0f5ece1f2fe25312fca3664d0301e790905b7c457b1dfff6823943987dd16a92c2be61410dc53c4ab81f45133947fbf3bb6d561662bf13c92a7e0e450ee0dde5d457d62e212a70ba22c49eb682408d9ebb872d8f50f13d78b5c199684ed7b98779b8c7fdc98"},

      "charts": [
        {"protocol":1,"data":{"id":2731,"shopdomain":"shopctl.myshopify.com","name":"General Specs","mode":"enabled","rank":"1","data":{"metas":[],"theme":"custom","location":"custom","structure":[["General Specifications"],["Product","{title}"],["Brand","{vendor}"],["Type","{type}"],["SKU","{sku}"],["UPC","{barcode}"],["Weight","{weight}"]],"conditions":{"all":true,"tag":[],"type":[],"vendor":[],"product":[],"matching":"or","collection":[]}},"metafieldId":null,"createdAt":"2023-01-26T17:55:00.833Z","updatedAt":"2024-02-09T00:31:57.147Z"}}

      ]

    }

    // executed in 0ms
</script>
<!-- EASY SPECS -- CODE END -->
<!-- END app snippet -->

</div><script src="https://cdn.shopify.com/storefront/standard-actions.js" type="module" data-source-attribution="shopify.standard_actions"></script>
</body>
</html>
