.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 48px;
  line-height: 46px;
  font-weight: 800;
}

h2 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 40px;
  line-height: 42px;
  font-weight: 800;
}

h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

a {
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #222;
  font-family: Hkgrotesk, sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.product-box-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding: 8px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-img {
  height: 100%;
  margin-right: 16px;
  border-radius: 4px;
}

.paragraph-2 {
  font-size: 14px;
  line-height: 20px;
}

.quantity {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 18px;
}

.button-xs {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #222;
  text-align: center;
  letter-spacing: 0.1px;
}

.button-xs.secondary {
  border: 2px solid #000;
  background-color: #fff;
  color: #222;
}

.product-name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
}

.message-block {
  margin-top: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  max-height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.16);
}

.logo-container {
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.heading-thanks {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 58%;
  max-height: 70%;
  max-width: 520px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-info {
  padding-top: 16px;
  padding-bottom: 16px;
}

.link-tree-block {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 55%;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider {
  width: 90%;
  height: 1px;
  max-width: 90%;
  margin: 8px auto;
  background-color: #e4e4e4;
}

.link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 520px;
  margin: 8px 16px;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 2px;
  border-color: #222;
  border-radius: 4px;
}

.link-block:active {
  background-color: #f3f3f3;
}

.button-label {
  font-size: 16px;
  line-height: 22px;
}

.label-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.big-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo {
  height: 80%;
}

.grid-2 {
  height: 100vh;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(48px, 48px) auto 1fr;
  grid-template-rows: minmax(48px, 48px) auto 1fr;
}

.product-block-copy {
  position: static;
  left: 0%;
  top: 7%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-tree-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linktree-container {
  width: 520px;
  height: 92vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button-icon {
  position: absolute;
  left: auto;
  top: 19%;
  right: 16px;
  bottom: 0%;
}

.centered {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .product-box-s {
    min-width: 160px;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 38px;
  }

  p {
    font-size: 16px;
  }

  .product-box-s {
    width: 180px;
    padding-right: 16px;
  }

  .product-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block {
    max-width: 520px;
  }

  .product-block-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .product-box-s {
    width: 140px;
    min-width: 140px;
    padding-right: 12px;
  }

  .product-img {
    padding: 0px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .message-block {
    margin-top: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 20px;
  }

  .name-style {
    font-size: 17px;
  }

  .header {
    height: 10vh;
    max-height: 48px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-container {
    height: 32px;
  }

  .heading-thanks {
    margin-bottom: 0px;
  }

  .product-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .product-info {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .link-tree-block {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .divider {
    max-width: 90vw;
  }

  .link-block {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-block:active {
    background-color: #f1f1f1;
  }

  .product-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .big-container {
    position: fixed;
  }

  .logo {
    height: 88%;
  }

  .product-block-copy {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-tree-copy {
    position: fixed;
    bottom: 0px;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-24 {
    max-width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .linktree-container {
    max-width: 100vw;
  }
}

#w-node-_3a495df7-2e73-5af4-0ba2-eb297bfa48b1-3dc68ac0 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}