Skip to content

Vickyeeii/Clone-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<!DOCTYPE html>
<!-- This site was created in Webflow. https://webflow.com -->
<!-- Last Published: Tue Aug 12 2025 07:48:06 GMT+0000 (Coordinated Universal Time) -->
<html
  data-wf-domain="glow-r-webflow-template.webflow.io"
  data-wf-page="684e4d53993bc96a650ec740"
  data-wf-site="684e4d53993bc96a650ec755"
  lang="en"
>
  <head>
    <meta charset="utf-8" />
    <title>saf - Webflow Ecommerce Website Template</title>
    <meta
      content="saf, a Business Webflow Template with intuitive E-Commerce, CMS and versatile animations all geared towards enriching the users experience."
      name="description"
    />
    <meta
      content="saf - Webflow Ecommerce Website Template"
      property="og:title"
    />
    <meta
      content="saf, a Business Webflow Template with intuitive E-Commerce, CMS and versatile animations all geared towards enriching the users experience."
      property="og:description"
    />
    <meta
      content="saf - Webflow Ecommerce Website Template"
      property="twitter:title"
    />
    <meta
      content="saf, a Business Webflow Template with intuitive E-Commerce, CMS and versatile animations all geared towards enriching the users experience."
      property="twitter:description"
    />
    <meta content="website" property="og:type" />
    <meta content="summary_large_image" name="twitter:card" />
    <meta content="width=device-width, initial-scale=1" name="viewport" />
    <meta content="Webflow" name="generator" />
    <link
      href="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/css/glow-r-webflow-template.webflow.shared.65609652c.css"
      rel="stylesheet"
      type="text/css"
    />
    <script type="text/javascript">
      !(function (o, c) {
        var n = c.documentElement,
          t = " w-mod-";
        (n.className += t + "js"),
          ("ontouchstart" in o ||
            (o.DocumentTouch && c instanceof DocumentTouch)) &&
            (n.className += t + "touch");
      })(window, document);
    </script>
    <link
      href="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca5e_Favicon.png"
      rel="shortcut icon"
      type="image/x-icon"
    />
    <link
      href="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca2e_Webclip.png"
      rel="apple-touch-icon"
    />
    <script type="text/javascript">
      window.__WEBFLOW_CURRENCY_SETTINGS = {
        currencyCode: "USD",
        symbol: "$",
        decimal: ".",
        fractionDigits: 2,
        group: ",",
        template:
          '{{wf {"path":"symbol","type":"PlainText"} }} {{wf {"path":"amount","type":"CommercePrice"} }} {{wf {"path":"currencyCode","type":"PlainText"} }}',
        hideDecimalForWholeNumbers: false,
      };
    </script>
    <script>
      function removeExisting() {
        const idsToRemove = ["root"];

        idsToRemove.forEach((id) => {
          const el = document.getElementById(id);
          if (el) {
            el.remove();
            console.log(`Removed existing: <div id="${id}">`);
          }
        });

        const classBasedRoot = document.querySelector(
          "div.stack_s1n8l1x5.button_blajnuz"
        );
        if (classBasedRoot) {
          classBasedRoot.remove();
          console.log("Removed existing root via class-based selector.");
        }

        const badge = document.querySelector(".w-webflow-badge");
        if (badge) {
          badge.remove();
          console.log("Removed existing: element with class 'w-webflow-badge'");
        }

        const meta = document.querySelector(
          'meta[name="robots"][content="noindex"]'
        );
        if (meta) {
          meta.remove();
          console.log(
            "Removed existing: <meta name='robots' content='noindex'>"
          );
        }
      }

      document.addEventListener("DOMContentLoaded", () => {
        removeExisting();

        const observer = new MutationObserver((mutations) => {
          for (const mutation of mutations) {
            for (const node of mutation.addedNodes) {
              if (node.nodeType === Node.ELEMENT_NODE) {
                if (
                  node.tagName === "META" &&
                  node.getAttribute("name") === "robots" &&
                  node.getAttribute("content") === "noindex"
                ) {
                  node.remove();
                  console.log(
                    "Removed: <meta name='robots' content='noindex'>"
                  );
                }

                if (
                  node.classList &&
                  node.classList.contains("w-webflow-badge")
                ) {
                  node.remove();
                  console.log("Removed: element with class 'w-webflow-badge'");
                }
              }
            }
          }
        });

        observer.observe(document, { childList: true, subtree: true });
      });
    </script>
  </head>
  <body>
    <div
      class="navbar w-nav"
      data-animation="default"
      data-collapse="medium"
      data-doc-height="1"
      data-duration="400"
      data-easing="ease"
      data-easing2="ease"
      role="banner"
    >
      <div
        class="container-nav w-container"
        data-w-id="9275ef14-274b-6e77-7955-31b1074f8bea"
      >
        <a class="logo-brand w-nav-brand" href="index.html">
          <img
            alt=""
            class="logo"
            loading="lazy"
            src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/686b5ce2f32b992a444a8c27_GlowLogo.png"
          />
        </a>
        <div class="nav-cart-menu-flex">
          <div
            class="w-commerce-commercecartwrapper cart"
            data-node-type="commerce-cart-wrapper"
            data-open-product=""
            data-wf-cart-query="query Dynamo3 {
  database {
    id
    commerceOrder {
      comment
      extraItems {
        name
        pluginId
        pluginName
        price {
          decimalValue
          string
          unit
          value
        }
      }
      id
      startedOn
      statusFlags {
        hasDownloads
        hasSubscription
        isFreeOrder
        requiresShipping
      }
      subtotal {
        decimalValue
        string
        unit
        value
      }
      total {
        decimalValue
        string
        unit
        value
      }
      updatedOn
      userItems {
        count
        id
        price {
          value
          unit
          decimalValue
          string
        }
        product {
          id
          cmsLocaleId
          draft
          archived
          f_ec_product_type_2dr10dr: productType {
            id
            name
          }
          f_name_: name
          f_sku_properties_3dr: skuProperties {
            id
            name
            enum {
              id
              name
              slug
            }
          }
        }
        rowTotal {
          decimalValue
          string
          unit
          value
        }
        sku {
          cmsLocaleId
          draft
          archived
          f_main_image_4dr: mainImage {
            url
            file {
              size
              origFileName
              createdOn
              updatedOn
              mimeType
              width
              height
              variants {
                origFileName
                quality
                height
                width
                s3Url
                error
                size
              }
            }
            alt
          }
          f_sku_values_3dr: skuValues {
            property {
              id
            }
            value {
              id
            }
          }
          id
        }
        subscriptionFrequency
        subscriptionInterval
        subscriptionTrial
      }
      userItemsCount
    }
  }
  site {
    commerce {
      id
      businessAddress {
        country
      }
      defaultCountry
      defaultCurrency
      quickCheckoutEnabled
    }
  }
}"
            data-wf-cart-type="modal"
            data-wf-page-link-href-prefix=""
          >
            <a
              aria-haspopup="dialog"
              aria-label="Open cart"
              class="w-commerce-commercecartopenlink cart-button w-inline-block"
              data-node-type="commerce-cart-open-link"
              href="utilities_licenses.html"
              role="button"
            >
              <svg
                class="w-commerce-commercecartopenlinkicon cart-icon"
                height="17px"
                viewbox="0 0 17 17"
                width="17px"
              >
                <g
                  fill="none"
                  fill-rule="evenodd"
                  stroke="none"
                  stroke-width="1"
                >
                  <path
                    d="M2.60592789,2 L0,2 L0,0 L4.39407211,0 L4.84288393,4 L16,4 L16,9.93844589 L3.76940945,12.3694378 L2.60592789,2 Z M15.5,17 C14.6715729,17 14,16.3284271 14,15.5 C14,14.6715729 14.6715729,14 15.5,14 C16.3284271,14 17,14.6715729 17,15.5 C17,16.3284271 16.3284271,17 15.5,17 Z M5.5,17 C4.67157288,17 4,16.3284271 4,15.5 C4,14.6715729 4.67157288,14 5.5,14 C6.32842712,14 7,14.6715729 7,15.5 C7,16.3284271 6.32842712,17 5.5,17 Z"
                    fill="currentColor"
                    fill-rule="nonzero"
                  ></path>
                </g>
              </svg>
            </a>
            <div
              class="w-commerce-commercecartcontainerwrapper w-commerce-commercecartcontainerwrapper--cartType-modal"
              data-node-type="commerce-cart-container-wrapper"
              style="display: none"
            >
              <div
                class="w-commerce-commercecartcontainer cart-container"
                data-node-type="commerce-cart-container"
                role="dialog"
              >
                <div class="w-commerce-commercecartheader">
                  <h4 class="w-commerce-commercecartheading color-black">
                    Your Cart
                  </h4>
                  <a
                    aria-label="Close cart"
                    class="w-commerce-commercecartcloselink w-inline-block"
                    data-node-type="commerce-cart-close-link"
                    role="button"
                  >
                    <svg height="16px" viewbox="0 0 16 16" width="16px">
                      <g
                        fill="none"
                        fill-rule="evenodd"
                        stroke="none"
                        stroke-width="1"
                      >
                        <g fill="#333333" fill-rule="nonzero">
                          <polygon
                            points="6.23223305 8 0.616116524 13.6161165 2.38388348 15.3838835 8 9.76776695 13.6161165 15.3838835 15.3838835 13.6161165 9.76776695 8 15.3838835 2.38388348 13.6161165 0.616116524 8 6.23223305 2.38388348 0.616116524 0.616116524 2.38388348 6.23223305 8"
                          ></polygon>
                        </g>
                      </g>
                    </svg>
                  </a>
                </div>
                <div class="w-commerce-commercecartformwrapper">
                  <form
                    class="w-commerce-commercecartform"
                    data-node-type="commerce-cart-form"
                    style="display: none"
                  >
                    <script
                      id="wf-template-9275ef14-274b-6e77-7955-31b1074f8bfc"
                      type="text/x-wf-template"
                    >
                      %3Cdiv%20class%3D%22w-commerce-commercecartitem%20color-black%22%3E%3Cimg%20data-wf-bindings%3D%22%255B%257B%2522src%2522%253A%257B%2522type%2522%253A%2522ImageRef%2522%252C%2522filter%2522%253A%257B%2522type%2522%253A%2522identity%2522%252C%2522params%2522%253A%255B%255D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D.sku.f_main_image_4dr%2522%257D%257D%255D%22%20src%3D%22%22%20alt%3D%22%22%20class%3D%22w-commerce-commercecartitemimage%20w-dyn-bind-empty%22%2F%3E%3Cdiv%20class%3D%22w-commerce-commercecartiteminfo%22%3E%3Cdiv%20data-wf-bindings%3D%22%255B%257B%2522innerHTML%2522%253A%257B%2522type%2522%253A%2522PlainText%2522%252C%2522filter%2522%253A%257B%2522type%2522%253A%2522identity%2522%252C%2522params%2522%253A%255B%255D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D.product.f_name_%2522%257D%257D%255D%22%20class%3D%22w-commerce-commercecartproductname%20w-dyn-bind-empty%22%3E%3C%2Fdiv%3E%3Cdiv%20data-wf-bindings%3D%22%255B%257B%2522innerHTML%2522%253A%257B%2522type%2522%253A%2522CommercePrice%2522%252C%2522filter%2522%253A%257B%2522type%2522%253A%2522price%2522%252C%2522params%2522%253A%255B%255D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D.price%2522%257D%257D%255D%22%3E%24%C2%A00.00%C2%A0USD%3C%2Fdiv%3E%3Cscript%20type%3D%22text%2Fx-wf-template%22%20id%3D%22wf-template-9275ef14-274b-6e77-7955-31b1074f8c02%22%3E%253Cli%253E%253Cspan%2520data-wf-bindings%253D%2522%25255B%25257B%252522innerHTML%252522%25253A%25257B%252522type%252522%25253A%252522PlainText%252522%25252C%252522filter%252522%25253A%25257B%252522type%252522%25253A%252522identity%252522%25252C%252522params%252522%25253A%25255B%25255D%25257D%25252C%252522dataPath%252522%25253A%252522database.commerceOrder.userItems%25255B%25255D.product.f_sku_properties_3dr%25255B%25255D.name%252522%25257D%25257D%25255D%2522%2520class%253D%2522w-dyn-bind-empty%2522%253E%253C%252Fspan%253E%253Cspan%253E%253A%2520%253C%252Fspan%253E%253Cspan%2520data-wf-bindings%253D%2522%25255B%25257B%252522innerHTML%252522%25253A%25257B%252522type%252522%25253A%252522CommercePropValues%252522%25252C%252522filter%252522%25253A%25257B%252522type%252522%25253A%252522identity%252522%25252C%252522params%252522%25253A%25255B%25255D%25257D%25252C%252522dataPath%252522%25253A%252522database.commerceOrder.userItems%25255B%25255D.product.f_sku_properties_3dr%25255B%25255D%252522%25257D%25257D%25255D%2522%2520class%253D%2522w-dyn-bind-empty%2522%253E%253C%252Fspan%253E%253C%252Fli%253E%3C%2Fscript%3E%3Cul%20data-wf-bindings%3D%22%255B%257B%2522optionSets%2522%253A%257B%2522type%2522%253A%2522CommercePropTable%2522%252C%2522filter%2522%253A%257B%2522type%2522%253A%2522identity%2522%252C%2522params%2522%253A%255B%255D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D.product.f_sku_properties_3dr%5B%5D%2522%257D%257D%252C%257B%2522optionValues%2522%253A%257B%2522type%2522%253A%2522CommercePropValues%2522%252C%2522filter%2522%253A%257B%2522type%2522%253A%2522identity%2522%252C%2522params%2522%253A%255B%255D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D.sku.f_sku_values_3dr%2522%257D%257D%255D%22%20class%3D%22w-commerce-commercecartoptionlist%22%20data-wf-collection%3D%22database.commerceOrder.userItems%255B%255D.product.f_sku_properties_3dr%22%20data-wf-template-id%3D%22wf-template-9275ef14-274b-6e77-7955-31b1074f8c02%22%3E%3Cli%3E%3Cspan%20data-wf-bindings%3D%22%255B%257B%2522innerHTML%2522%253A%257B%2522type%2522%253A%2522PlainText%2522%252C%2522filter%2522%253A%257B%2522type%2522%253A%2522identity%2522%252C%2522params%2522%253A%255B%255D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D.product.f_sku_properties_3dr%255B%255D.name%2522%257D%257D%255D%22%20class%3D%22w-dyn-bind-empty%22%3E%3C%2Fspan%3E%3Cspan%3E%3A%20%3C%2Fspan%3E%3Cspan%20data-wf-bindings%3D%22%255B%257B%2522innerHTML%2522%253A%257B%2522type%2522%253A%2522CommercePropValues%2522%252C%2522filter%2522%253A%257B%2522type%2522%253A%2522identity%2522%252C%2522params%2522%253A%255B%255D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D.product.f_sku_properties_3dr%255B%255D%2522%257D%257D%255D%22%20class%3D%22w-dyn-bind-empty%22%3E%3C%2Fspan%3E%3C%2Fli%3E%3C%2Ful%3E%3Ca%20href%3D%22%23%22%20role%3D%22button%22%20data-wf-bindings%3D%22%255B%257B%2522data-commerce-sku-id%2522%253A%257B%2522type%2522%253A%2522ItemRef%2522%252C%2522filter%2522%253A%257B%2522type%2522%253A%2522identity%2522%252C%2522params%2522%253A%255B%255D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D.sku.id%2522%257D%257D%255D%22%20class%3D%22w-inline-block%22%20data-wf-cart-action%3D%22remove-item%22%20data-commerce-sku-id%3D%22%22%20aria-label%3D%22Remove%20item%20from%20cart%22%3E%3Cdiv%20class%3D%22red-font%22%3ERemove%3C%2Fdiv%3E%3C%2Fa%3E%3C%2Fdiv%3E%3Cinput%20aria-label%3D%22Update%20quantity%22%20data-wf-bindings%3D%22%255B%257B%2522value%2522%253A%257B%2522type%2522%253A%2522Number%2522%252C%2522filter%2522%253A%257B%2522type%2522%253A%2522numberPrecision%2522%252C%2522params%2522%253A%255B%25220%2522%252C%2522numberPrecision%2522%255D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D.count%2522%257D%257D%252C%257B%2522data-commerce-sku-id%2522%253A%257B%2522type%2522%253A%2522ItemRef%2522%252C%2522filter%2522%253A%257B%2522type%2522%253A%2522identity%2522%252C%2522params%2522%253A%255B%255D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D.sku.id%2522%257D%257D%255D%22%20data-wf-conditions%3D%22%257B%2522condition%2522%253A%257B%2522fields%2522%253A%257B%2522product%253Aec-product-type%2522%253A%257B%2522ne%2522%253A%2522e348fd487d0102946c9179d2a94bb613%2522%252C%2522type%2522%253A%2522Option%2522%257D%257D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D%2522%257D%22%20class%3D%22w-commerce-commercecartquantity%22%20required%3D%22%22%20pattern%3D%22%5E%5B0-9%5D%2B%24%22%20inputMode%3D%22numeric%22%20type%3D%22number%22%20name%3D%22quantity%22%20autoComplete%3D%22off%22%20data-wf-cart-action%3D%22update-item-quantity%22%20data-commerce-sku-id%3D%22%22%20value%3D%221%22%2F%3E%3C%2Fdiv%3E
                    </script>
                    <div
                      class="w-commerce-commercecartlist"
                      data-wf-collection="database.commerceOrder.userItems"
                      data-wf-template-id="wf-template-9275ef14-274b-6e77-7955-31b1074f8bfc"
                    >
                      <div class="w-commerce-commercecartitem color-black">
                        <img
                          alt=""
                          class="w-commerce-commercecartitemimage w-dyn-bind-empty"
                          data-wf-bindings="%5B%7B%22src%22%3A%7B%22type%22%3A%22ImageRef%22%2C%22filter%22%3A%7B%22type%22%3A%22identity%22%2C%22params%22%3A%5B%5D%7D%2C%22dataPath%22%3A%22database.commerceOrder.userItems%5B%5D.sku.f_main_image_4dr%22%7D%7D%5D"
                          src=""
                        />
                        <div class="w-commerce-commercecartiteminfo">
                          <div
                            class="w-commerce-commercecartproductname w-dyn-bind-empty"
                            data-wf-bindings="%5B%7B%22innerHTML%22%3A%7B%22type%22%3A%22PlainText%22%2C%22filter%22%3A%7B%22type%22%3A%22identity%22%2C%22params%22%3A%5B%5D%7D%2C%22dataPath%22%3A%22database.commerceOrder.userItems%5B%5D.product.f_name_%22%7D%7D%5D"
                          ></div>
                          <div
                            data-wf-bindings="%5B%7B%22innerHTML%22%3A%7B%22type%22%3A%22CommercePrice%22%2C%22filter%22%3A%7B%22type%22%3A%22price%22%2C%22params%22%3A%5B%5D%7D%2C%22dataPath%22%3A%22database.commerceOrder.userItems%5B%5D.price%22%7D%7D%5D"
                          >
                            $ 0.00 USD
                          </div>
                          <script
                            id="wf-template-9275ef14-274b-6e77-7955-31b1074f8c02"
                            type="text/x-wf-template"
                          >
                            %3Cli%3E%3Cspan%20data-wf-bindings%3D%22%255B%257B%2522innerHTML%2522%253A%257B%2522type%2522%253A%2522PlainText%2522%252C%2522filter%2522%253A%257B%2522type%2522%253A%2522identity%2522%252C%2522params%2522%253A%255B%255D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D.product.f_sku_properties_3dr%255B%255D.name%2522%257D%257D%255D%22%20class%3D%22w-dyn-bind-empty%22%3E%3C%2Fspan%3E%3Cspan%3E%3A%20%3C%2Fspan%3E%3Cspan%20data-wf-bindings%3D%22%255B%257B%2522innerHTML%2522%253A%257B%2522type%2522%253A%2522CommercePropValues%2522%252C%2522filter%2522%253A%257B%2522type%2522%253A%2522identity%2522%252C%2522params%2522%253A%255B%255D%257D%252C%2522dataPath%2522%253A%2522database.commerceOrder.userItems%255B%255D.product.f_sku_properties_3dr%255B%255D%2522%257D%257D%255D%22%20class%3D%22w-dyn-bind-empty%22%3E%3C%2Fspan%3E%3C%2Fli%3E
                          </script>
                          <ul
                            class="w-commerce-commercecartoptionlist"
                            data-wf-bindings="%5B%7B%22optionSets%22%3A%7B%22type%22%3A%22CommercePropTable%22%2C%22filter%22%3A%7B%22type%22%3A%22identity%22%2C%22params%22%3A%5B%5D%7D%2C%22dataPath%22%3A%22database.commerceOrder.userItems%5B%5D.product.f_sku_properties_3dr[]%22%7D%7D%2C%7B%22optionValues%22%3A%7B%22type%22%3A%22CommercePropValues%22%2C%22filter%22%3A%7B%22type%22%3A%22identity%22%2C%22params%22%3A%5B%5D%7D%2C%22dataPath%22%3A%22database.commerceOrder.userItems%5B%5D.sku.f_sku_values_3dr%22%7D%7D%5D"
                            data-wf-collection="database.commerceOrder.userItems%5B%5D.product.f_sku_properties_3dr"
                            data-wf-template-id="wf-template-9275ef14-274b-6e77-7955-31b1074f8c02"
                          >
                            <li>
                              <span
                                class="w-dyn-bind-empty"
                                data-wf-bindings="%5B%7B%22innerHTML%22%3A%7B%22type%22%3A%22PlainText%22%2C%22filter%22%3A%7B%22type%22%3A%22identity%22%2C%22params%22%3A%5B%5D%7D%2C%22dataPath%22%3A%22database.commerceOrder.userItems%5B%5D.product.f_sku_properties_3dr%5B%5D.name%22%7D%7D%5D"
                              >
                              </span>
                              <span> : </span>
                              <span
                                class="w-dyn-bind-empty"
                                data-wf-bindings="%5B%7B%22innerHTML%22%3A%7B%22type%22%3A%22CommercePropValues%22%2C%22filter%22%3A%7B%22type%22%3A%22identity%22%2C%22params%22%3A%5B%5D%7D%2C%22dataPath%22%3A%22database.commerceOrder.userItems%5B%5D.product.f_sku_properties_3dr%5B%5D%22%7D%7D%5D"
                              >
                              </span>
                            </li>
                          </ul>
                          <a
                            aria-label="Remove item from cart"
                            class="w-inline-block"
                            data-commerce-sku-id=""
                            data-wf-bindings="%5B%7B%22data-commerce-sku-id%22%3A%7B%22type%22%3A%22ItemRef%22%2C%22filter%22%3A%7B%22type%22%3A%22identity%22%2C%22params%22%3A%5B%5D%7D%2C%22dataPath%22%3A%22database.commerceOrder.userItems%5B%5D.sku.id%22%7D%7D%5D"
                            data-wf-cart-action="remove-item"
                            href="utilities_licenses.html"
                            role="button"
                          >
                            <div class="red-font">Remove</div>
                          </a>
                        </div>
                        <input
                          aria-label="Update quantity"
                          autocomplete="off"
                          class="w-commerce-commercecartquantity"
                          data-commerce-sku-id=""
                          data-wf-bindings="%5B%7B%22value%22%3A%7B%22type%22%3A%22Number%22%2C%22filter%22%3A%7B%22type%22%3A%22numberPrecision%22%2C%22params%22%3A%5B%220%22%2C%22numberPrecision%22%5D%7D%2C%22dataPath%22%3A%22database.commerceOrder.userItems%5B%5D.count%22%7D%7D%2C%7B%22data-commerce-sku-id%22%3A%7B%22type%22%3A%22ItemRef%22%2C%22filter%22%3A%7B%22type%22%3A%22identity%22%2C%22params%22%3A%5B%5D%7D%2C%22dataPath%22%3A%22database.commerceOrder.userItems%5B%5D.sku.id%22%7D%7D%5D"
                          data-wf-cart-action="update-item-quantity"
                          data-wf-conditions="%7B%22condition%22%3A%7B%22fields%22%3A%7B%22product%3Aec-product-type%22%3A%7B%22ne%22%3A%22e348fd487d0102946c9179d2a94bb613%22%2C%22type%22%3A%22Option%22%7D%7D%7D%2C%22dataPath%22%3A%22database.commerceOrder.userItems%5B%5D%22%7D"
                          inputmode="numeric"
                          name="quantity"
                          pattern="^[0-9]+$"
                          required=""
                          type="number"
                          value="1"
                        />
                      </div>
                    </div>
                    <div class="w-commerce-commercecartfooter">
                      <div
                        aria-atomic="true"
                        aria-live="polite"
                        class="w-commerce-commercecartlineitem color-black"
                      >
                        <div>Subtotal</div>
                        <div
                          class="w-commerce-commercecartordervalue"
                          data-wf-bindings="%5B%7B%22innerHTML%22%3A%7B%22type%22%3A%22CommercePrice%22%2C%22filter%22%3A%7B%22type%22%3A%22price%22%2C%22params%22%3A%5B%5D%7D%2C%22dataPath%22%3A%22database.commerceOrder.subtotal%22%7D%7D%5D"
                        ></div>
                      </div>
                      <div>
                        <div
                          data-node-type="commerce-cart-quick-checkout-actions"
                          style="display: none"
                        >
                          <a
                            aria-haspopup="dialog"
                            aria-label="Apple Pay"
                            class="w-commerce-commercecartapplepaybutton"
                            data-node-type="commerce-cart-apple-pay-button"
                            role="button"
                            style="
                              background-image: -webkit-named-image(
                                apple-pay-logo-white
                              );
                              background-size: 100% 50%;
                              background-position: 50% 50%;
                              background-repeat: no-repeat;
                            "
                            tabindex="0"
                          >
                            <div></div>
                          </a>
                          <a
                            aria-haspopup="dialog"
                            class="w-commerce-commercecartquickcheckoutbutton"
                            data-node-type="commerce-cart-quick-checkout-button"
                            role="button"
                            style="display: none"
                            tabindex="0"
                          >
                            <svg
                              class="w-commerce-commercequickcheckoutgoogleicon"
                              height="16"
                              viewbox="0 0 16 16"
                              width="16"
                              xmlns="http://www.w3.org/2000/svg"
                              xmlns:xlink="http://www.w3.org/1999/xlink"
                            >
                              <defs>
                                <polygon
                                  id="google-mark-a"
                                  points="0 .329 3.494 .329 3.494 7.649 0 7.649"
                                ></polygon>
                                <polygon
                                  id="google-mark-c"
                                  points=".894 0 13.169 0 13.169 6.443 .894 6.443"
                                ></polygon>
                              </defs>
                              <g fill="none" fill-rule="evenodd">
                                <path
                                  d="M10.5967,12.0469 L10.5967,14.0649 L13.1167,14.0649 C14.6047,12.6759 15.4577,10.6209 15.4577,8.1779 C15.4577,7.6339 15.4137,7.0889 15.3257,6.5559 L7.8887,6.5559 L7.8887,9.6329 L12.1507,9.6329 C11.9767,10.6119 11.4147,11.4899 10.5967,12.0469"
                                  fill="#4285F4"
                                ></path>
                                <path
                                  d="M7.8887,16 C10.0137,16 11.8107,15.289 13.1147,14.067 C13.1147,14.066 13.1157,14.065 13.1167,14.064 L10.5967,12.047 C10.5877,12.053 10.5807,12.061 10.5727,12.067 C9.8607,12.556 8.9507,12.833 7.8887,12.833 C5.8577,12.833 4.1387,11.457 3.4937,9.605 L0.8747,9.605 L0.8747,11.648 C2.2197,14.319 4.9287,16 7.8887,16"
                                  fill="#34A853"
                                ></path>
                                <g transform="translate(0 4)">
                                  <mask fill="#fff" id="google-mark-b">
                                    <use xlink:href="#google-mark-a"></use>
                                  </mask>
                                  <path
                                    d="M3.4639,5.5337 C3.1369,4.5477 3.1359,3.4727 3.4609,2.4757 L3.4639,2.4777 C3.4679,2.4657 3.4749,2.4547 3.4789,2.4427 L3.4939,0.3287 L0.8939,0.3287 C0.8799,0.3577 0.8599,0.3827 0.8459,0.4117 C-0.2821,2.6667 -0.2821,5.3337 0.8459,7.5887 L0.8459,7.5997 C0.8549,7.6167 0.8659,7.6317 0.8749,7.6487 L3.4939,5.6057 C3.4849,5.5807 3.4729,5.5587 3.4639,5.5337"
                                    fill="#FBBC04"
                                    mask="url(#google-mark-b)"
                                  ></path>
                                </g>
                                <mask fill="#fff" id="google-mark-d">
                                  <use xlink:href="#google-mark-c"></use>
                                </mask>
                                <path
                                  d="M0.894,4.3291 L3.478,6.4431 C4.113,4.5611 5.843,3.1671 7.889,3.1671 C9.018,3.1451 10.102,3.5781 10.912,4.3671 L13.169,2.0781 C11.733,0.7231 9.85,-0.0219 7.889,0.0001 C4.941,0.0001 2.245,1.6791 0.894,4.3291"
                                  fill="#EA4335"
                                  mask="url(#google-mark-d)"
                                ></path>
                              </g>
                            </svg>
                            <svg
                              class="w-commerce-commercequickcheckoutmicrosofticon"
                              height="16"
                              viewbox="0 0 16 16"
                              width="16"
                              xmlns="http://www.w3.org/2000/svg"
                            >
                              <g fill="none" fill-rule="evenodd">
                                <polygon
                                  fill="#F05022"
                                  points="7 7 1 7 1 1 7 1"
                                ></polygon>
                                <polygon
                                  fill="#7DB902"
                                  points="15 7 9 7 9 1 15 1"
                                ></polygon>
                                <polygon
                                  fill="#00A4EE"
                                  points="7 15 1 15 1 9 7 9"
                                ></polygon>
                                <polygon
                                  fill="#FFB700"
                                  points="15 15 9 15 9 9 15 9"
                                ></polygon>
                              </g>
                            </svg>
                            <div>Pay with browser.</div>
                          </a>
                        </div>
                        <a
                          class="w-commerce-commercecartcheckoutbutton submit-button"
                          data-loading-text="Hang Tight..."
                          data-node-type="cart-checkout-button"
                          href="checkout.html"
                          value="Continue to Checkout"
                        >
                          Continue to Checkout
                        </a>
                      </div>
                    </div>
                  </form>
                  <div class="w-commerce-commercecartemptystate">
                    <div
                      aria-label="This cart is empty"
                      aria-live="polite"
                      class="color-black"
                    >
                      No items found.
                    </div>
                  </div>
                  <div
                    aria-live="assertive"
                    class="w-commerce-commercecarterrorstate"
                    data-node-type="commerce-cart-error"
                    style="display: none"
                  >
                    <div
                      class="error-message w-cart-error-msg"
                      data-w-cart-cart_order_min-error="The order minimum was not met. Add more items to your cart to continue."
                      data-w-cart-checkout-error="Checkout is disabled on this site."
                      data-w-cart-general-error="Something went wrong when adding this item to the cart."
                      data-w-cart-quantity-error="Product is not available in this quantity."
                      data-w-cart-subscription_error-error="Before you purchase, please use your email invite to verify your address so we can send order updates."
                    >
                      Product is not available in this quantity.
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="menu-burger-wrapper">
            <div
              class="menu-burger"
              data-animation-type="lottie"
              data-autoplay="0"
              data-default-duration="2"
              data-direction="1"
              data-duration="0"
              data-is-ix2-target="1"
              data-ix2-initial-state="0"
              data-loop="0"
              data-renderer="svg"
              data-src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ec7f6_Nav-lottie.json"
              data-w-id="9275ef14-274b-6e77-7955-31b1074f8bee"
            ></div>
          </div>
        </div>
        <nav class="nav-menu w-nav-menu" role="navigation">
          <div class="nav-flex">
            <div class="nav-block">
              <a class="nav-link-block w-inline-block" href="index.html">
                <h4 class="nav-link" link-top="">Home</h4>
                <h4 class="nav-link" link-bottom="">Home</h4>
              </a>
              <a class="nav-link-block w-inline-block" href="about-us.html">
                <h4 class="nav-link" link-top="">About Us</h4>
                <h4 class="nav-link" link-bottom="">About Us</h4>
              </a>
              <a class="nav-link-block w-inline-block" href="works-01.html">
                <h4 class="nav-link" link-top="">Works</h4>
                <h4 class="nav-link" link-bottom="">Works</h4>
              </a>
              <a class="nav-link-block w-inline-block" href="services.html">
                <h4 class="nav-link" link-top="">Services</h4>
                <h4 class="nav-link" link-bottom="">Services</h4>
              </a>
              <a class="nav-link-block w-inline-block" href="blog-01.html">
                <h4 class="nav-link" link-top="">Blog</h4>
                <h4 class="nav-link" link-bottom="">Blog</h4>
              </a>
              <a class="nav-link-block w-inline-block" href="contact.html">
                <h4 class="nav-link" link-top="">Contact</h4>
                <h4 class="nav-link" link-bottom="">Contact</h4>
              </a>
            </div>
            <div class="nav-card-images">
              <img
                alt="woman wearing earphones"
                class="nav-card-image left"
                loading="eager"
                sizes="(max-width: 960px) 100vw, 960px"
                src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ecac5_A_stylish_woman3.webp"
                srcset="
                  https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ecac5_A_stylish_woman3.webp 500w,
                  https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ecac5_A_stylish_woman3.webp 800w,
                  https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ecac5_A_stylish_woman3.webp 960w
                "
              />
              <img
                alt="stone face lamp"
                class="nav-card-image"
                loading="eager"
                sizes="(max-width: 1084px) 100vw, 1084px"
                src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca6e_img_3i0J.webp"
                srcset="
                  https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca6e_img_3i0J.webp  500w,
                  https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca6e_img_3i0J.webp  800w,
                  https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca6e_img_3i0J.webp 1080w,
                  https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca6e_img_3i0J.webp 1084w
                "
              />
              <img
                alt="man wearing vr"
                class="nav-card-image right"
                loading="eager"
                sizes="(max-width: 1084px) 100vw, 1084px"
                src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca7d_img_sKpO.webp"
                srcset="
                  https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca7d_img_sKpO.webp  500w,
                  https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca7d_img_sKpO.webp  800w,
                  https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca7d_img_sKpO.webp 1080w,
                  https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca7d_img_sKpO.webp 1084w
                "
              />
            </div>
          </div>
        </nav>
      </div>
    </div>
    <section class="section">
      <div class="container-full padding-72px w-container">
        <div class="space-page-top"></div>
        <div class="licenses-wrapper">
          <h1 class="h1-utility">licenses</h1>
          <div class="space-mid"></div>
          <div
            class="utilities-wrapper-full"
            data-w-id="5303522f-5893-b788-1ad9-e32d8d91bf21"
            style="opacity: 0"
          >
            <p class="description-max-width">
              All graphical assets in this template are licensed for personal
              and commercial use. If you'd like to use a specific asset, please
              check the license below.
            </p>
            <div class="space-mid"></div>
          </div>
          <div
            class="utilities-row"
            data-w-id="5303522f-5893-b788-1ad9-e32d8d91bf25"
            style="opacity: 0"
          >
            <div class="utilities-wrapper-full">
              <h2 class="centered">
                Fonts
                <br />
              </h2>
              <div class="space-text"></div>
              <p class="description-max-width add-width">
                The font family used in this template is
                <a
                  href="https://www.fontshare.com/fonts/satoshi"
                  target="_blank"
                >
                  Satoshi
                </a>
                and it is available
                <a
                  class="satoshi-link"
                  href="https://www.fontshare.com/fonts/satoshi"
                  target="_blank"
                >
                  here. Download Satoshi for FREE at the following link --&gt;
                  https://www.fontshare.com/fonts/satoshi
                </a>
              </p>
            </div>
          </div>
          <div class="space"></div>
          <div
            class="utilities-row"
            data-w-id="5303522f-5893-b788-1ad9-e32d8d91bf3a"
            style="opacity: 0"
          >
            <div class="utilities-wrapper-full">
              <h2 class="centered">
                Images
                <br />
              </h2>
              <div class="space-text"></div>
              <p class="description-max-width">
                All images and icons used in the template are licensed for
                personal and commercial use. If you want to use some specific
                image, you can check the licenses and download the images for
                free from
                <a
                  class="font-link"
                  href="https://docs.midjourney.com/"
                  target="_blank"
                >
                  Midjourney
                </a>
                ,  &amp;
                <a
                  class="font-link"
                  href="https://unsplash.com/"
                  target="_blank"
                >
                  Unsplash.
                </a>
              </p>
              <div class="space"></div>
            </div>
            <div class="gallery-list-wrapper">
              <div class="w-layout-grid gallery-grid-list">
                <a
                  class="gallery-item w-inline-block"
                  href="https://unsplash.com/license"
                  target="_blank"
                >
                  <div class="gallery-image-wrapper">
                    <img
                      alt="man with red hair"
                      class="gallery-image"
                      loading="lazy"
                      src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ec7f1_Team3.jpg"
                    />
                  </div>
                </a>
                <a
                  class="gallery-item w-inline-block"
                  href="https://unsplash.com/license"
                  target="_blank"
                >
                  <div class="gallery-image-wrapper">
                    <img
                      alt="woman with blonde hair"
                      class="gallery-image"
                      loading="lazy"
                      src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ec7e9_Team2.jpg"
                    />
                  </div>
                </a>
                <a
                  class="gallery-item w-inline-block"
                  href="https://docs.midjourney.com/docs/terms-of-service"
                  target="_blank"
                >
                  <div class="gallery-image-wrapper">
                    <img
                      alt="si idol"
                      class="gallery-image"
                      loading="lazy"
                      sizes="(max-width: 767px) 100vw, (max-width: 991px) 728px, 940px"
                      src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ecaa8_img_WGUs.webp"
                      srcset="
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ecaa8_img_WGUs.webp  500w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ecaa8_img_WGUs.webp  800w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ecaa8_img_WGUs.webp 1080w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ecaa8_img_WGUs.webp 1600w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650ecaa8_img_WGUs.webp 2000w
                      "
                    />
                  </div>
                </a>
                <a
                  class="gallery-item w-inline-block"
                  href="https://docs.midjourney.com/docs/terms-of-service"
                  target="_blank"
                >
                  <div class="gallery-image-wrapper">
                    <img
                      alt="woman on vr shades"
                      class="gallery-image"
                      loading="lazy"
                      sizes="(max-width: 767px) 100vw, (max-width: 991px) 728px, 940px"
                      src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca0e_img_asOq.webp"
                      srcset="
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca0e_img_asOq.webp  500w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca0e_img_asOq.webp  800w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca0e_img_asOq.webp 1080w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca0e_img_asOq.webp 1093w
                      "
                    />
                  </div>
                </a>
                <a
                  class="gallery-item w-inline-block"
                  href="https://docs.midjourney.com/docs/terms-of-service"
                  target="_blank"
                >
                  <div class="gallery-image-wrapper">
                    <img
                      alt="woman wearing specs"
                      class="gallery-image"
                      loading="lazy"
                      sizes="(max-width: 767px) 100vw, (max-width: 991px) 728px, 940px"
                      src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca74_img_Vl7D.webp"
                      srcset="
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca74_img_Vl7D.webp  500w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca74_img_Vl7D.webp  800w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca74_img_Vl7D.webp 1080w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca74_img_Vl7D.webp 1084w
                      "
                    />
                  </div>
                </a>
                <a
                  class="gallery-item w-inline-block"
                  href="https://docs.midjourney.com/docs/terms-of-service"
                  target="_blank"
                >
                  <div class="gallery-image-wrapper">
                    <img
                      alt="clouds on table"
                      class="gallery-image"
                      loading="lazy"
                      sizes="(max-width: 767px) 100vw, (max-width: 991px) 728px, 940px"
                      src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca60_img_HP0p.webp"
                      srcset="
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca60_img_HP0p.webp  500w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca60_img_HP0p.webp  800w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca60_img_HP0p.webp 1080w,
                        https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/684e4d53993bc96a650eca60_img_HP0p.webp 1084w
                      "
                    />
                  </div>
                </a>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <section class="section">
      <div
        class="w-layout-blockcontainer container-full padding-72px w-container"
      >
        <div class="space-large"></div>
        <div class="footer-grid shadow">
          <div
            class="block-wrapper"
            id="w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd"
          >
            <h4 class="footer-email">saf.com</h4>
            <p
              class="footer-paragraph"
              id="w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e131-652fe2cd"
            >
              A dynamic agency dedicated to bringing your ideas to life. Where
              creativity meets purpose.
            </p>
          </div>
          <div
            class="block-wrapper"
            id="w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd"
          >
            <h5 class="color-white">Office</h5>
            <p class="footer-text">XYZ Times Sq, New York, United States</p>
          </div>
          <div
            class="block-wrapper"
            id="w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd"
          >
            <h5 class="color-white">Contacts</h5>
            <p class="footer-text">
              saf.com
              <br />
              +1 023-456-789
            </p>
          </div>
          <div class="footer-background"></div>
        </div>
        <div class="space"></div>
        <div class="grid-12-columns">
          <div
            class="footer-block"
            id="w-node-fa92d492-c874-85e7-cf6c-fa703ab988a2-652fe2cd"
          >
            <a class="centered w-inline-block" href="index.html">
              <h5 class="footer-link">Home 01</h5>
            </a>
            <a class="centered w-inline-block" href="home-02.html">
              <h5 class="footer-link">Home 02</h5>
            </a>
            <a class="centered w-inline-block" href="home-03.html">
              <h5 class="footer-link">Home 03</h5>
            </a>
          </div>
          <div
            class="footer-block"
            id="w-node-_4ee4c813-da00-479a-d876-0ffcb3d633f0-652fe2cd"
          >
            <a
              class="centered w-inline-block"
              href="works-01.html"
              id="w-node-_4ee4c813-da00-479a-d876-0ffcb3d633f7-652fe2cd"
            >
              <h5 class="footer-link">Works 01</h5>
            </a>
            <a class="centered w-inline-block" href="works-02.html">
              <h5 class="footer-link">Works 02</h5>
            </a>
            <a class="centered w-inline-block" href="works-03.html">
              <h5 class="footer-link">Works 03</h5>
            </a>
          </div>
          <div
            class="footer-block"
            id="w-node-e410bbec-f4f7-cf29-81ef-bc0346afda37-652fe2cd"
          >
            <a class="centered w-inline-block" href="blog-01.html">
              <h5 class="footer-link">Blog 01</h5>
            </a>
            <a class="centered w-inline-block" href="blog-02.html">
              <h5 class="footer-link">Blog 02</h5>
            </a>
            <a class="centered w-inline-block" href="blog-03.html">
              <h5 class="footer-link">Blog 03</h5>
            </a>
          </div>
          <div
            class="footer-block"
            id="w-node-_15cd43a3-bb24-4d51-389c-43b91c3f1d4d-652fe2cd"
          >
            <a
              class="centered w-inline-block"
              href="about-us.html"
              id="w-node-_15cd43a3-bb24-4d51-389c-43b91c3f1d51-652fe2cd"
            >
              <h5 class="footer-link">About</h5>
            </a>
            <a
              class="centered w-inline-block"
              href="services.html"
              id="w-node-_15cd43a3-bb24-4d51-389c-43b91c3f1d57-652fe2cd"
            >
              <h5 class="footer-link">Services</h5>
            </a>
            <a class="centered w-inline-block" href="contact.html">
              <h5 class="footer-link">Contact</h5>
            </a>
          </div>
        </div>
        <div class="space-semi"></div>
        <div class="grid-12-columns">
          <a
            class="centered w-inline-block"
            href="utilities_instructions.html"
            id="w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee730-652fe2cd"
          >
            <h6 class="footer-link">Instructions</h6>
          </a>
          <a
            aria-current="page"
            class="centered w-inline-block w--current"
            href="utilities_licenses.html"
            id="w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee736-652fe2cd"
          >
            <h6 class="footer-link">licenseS</h6>
          </a>
          <a
            class="centered w-inline-block"
            href="utilities_changelog.html"
            id="w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee739-652fe2cd"
          >
            <h6 class="footer-link">changeloG</h6>
          </a>
          <a
            class="centered w-inline-block"
            href="utilities_style-guide.html"
            id="w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee733-652fe2cd"
          >
            <h6 class="footer-link">style guide</h6>
          </a>
        </div>
        <div class="space-semi"></div>
        <div
          class="footer-flex"
          data-w-id="7511f9df-060d-cd6f-8f86-c153652fe2fb"
        >
          <div class="w-layout-hflex footer-flex-block">
            <h5>built by .</h5>
            <a
              class="w-inline-block"
              href="https://webflow.com/templates/designers/yves-adrales"
              target="_blank"
            >
              <h5>Saf</h5>
            </a>
          </div>
          <div class="w-layout-hflex footer-flex-block">
            <h5>Powered by .</h5>
            <a
              class="w-inline-block"
              href="https://webflow.com/"
              target="_blank"
            >
              <h5>saf</h5>
            </a>
          </div>
        </div>
        <div class="space-text"></div>
        <h6 class="centered" data-w-id="fb8b7d54-8ba7-a54f-90f4-547aaa860718">
          © 2025 saf. All Rights Reserved.
        </h6>
        <div class="space-large"></div>
        <div class="cut-wrapper">
          <div class="footer-wrapper">
            <h5 class="footer-h5">We Are</h5>
            <h1 class="footer-title">saf®</h1>
          </div>
        </div>
      </div>
    </section>
    <script
      crossorigin="anonymous"
      integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
      src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=684e4d53993bc96a650ec755"
      type="text/javascript"
    ></script>
    <script
      src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/js/webflow.schunk.40f517e78f82ea08.js"
      type="text/javascript"
    ></script>
    <script
      src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/js/webflow.schunk.851f5122d9d690de.js"
      type="text/javascript"
    ></script>
    <script
      src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/js/webflow.schunk.f68d7525e3bfa3d5.js"
      type="text/javascript"
    ></script>
    <script
      src="https://cdn.prod.website-files.com/684e4d53993bc96a650ec755/js/webflow.5b4617e3.1de37f4c7e0129ae.js"
      type="text/javascript"
    ></script>
    <script
      src="https://cdn.prod.website-files.com/gsap/3.13.0/gsap.min.js"
      type="text/javascript"
    ></script>
    <script
      src="https://cdn.prod.website-files.com/gsap/3.13.0/SplitText.min.js"
      type="text/javascript"
    ></script>
    <script
      src="https://cdn.prod.website-files.com/gsap/3.13.0/ScrollTrigger.min.js"
      type="text/javascript"
    ></script>
  </body>
</html>

About

No description, website, or topics provided.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages