@font-face {
  font-family: Gamay Expanded Subset;
  src: url('../fonts/gamay_expanded_black-subset.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}

:root {
  --am-grey-darkest: #202020;
  --_sizes---1-5x: 1.5rem;
  --_sizes---base--base-lg: 1.515rem;
  --_sizes---slope--slope-lg: 2.48vw;
  --_sizes---5x: 5rem;
  --padding-global: clamp(1.25rem, 5.5svw, 5rem);
  --am-grey: #4a4a4a;
  --_sizes---3x: 3rem;
  --_sizes---1-25x: 1.25rem;
  --_sizes---6x: 6rem;
  --am-white-80: #fffc;
  --am-grey-light: #cacaca;
  --am-green: #257c54;
  --am-yellow: #faa51a;
  --_typography---font-size--text-xl: 20px;
  --_sizes---base--base-sm: 1.109rem;
  --_sizes---slope--slope-xs: .573vw;
  --_typography---font-size--text-2xl: 24px;
  --_typography---font-size--text-6xl: 48px;
  --am-yellow-hover: #ffd400;
  --_sizes---base--base-md: 1.28rem;
  --_sizes---slope--slope-md: 1.19vw;
  --_typography---font-size--text-4xl: 36px;
  --_sizes---3-25x: 3.25rem;
  --_sizes---2x: 2rem;
  --_sizes---0-5x: .5rem;
  --_sizes---slope--slope-sm: .955vw;
  --_sizes---4x: 4rem;
  --_typography---font-size--text-md: 16px;
  --_sizes---base--base-xs: .984rem;
  --_typography---font-size--text-lg: 18px;
  --_typography---font-size--text-sm: 14px;
  --_sizes---base--base-img: 8.494rem;
  --_sizes---slope--slope-img: 6.113vw;
  --_sizes---0-25x: .25rem;
  --_typography---font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_typography---text-heading-md: clamp(1.75rem, 6vw, 2.125rem);
  --_sizes---0-75x: .75rem;
  --_typography---heading-md--min: var(--_typography---font-size--text-2xl);
  --_sizes---1x: 1rem;
  --_typography---heading-md--max: var(--_typography---font-size--text-4xl);
  --_typography---font-size--text-xs: 12px;
  --_sizes---1-75x: 1.75rem;
  --_typography---font-size--text-3xl: 32px;
  --_typography---font-size--text-5xl: 40px;
  --_sizes---7x: 7rem;
  --_sizes---8x: 8rem;
  --_typography---font-size--text-7xl: 52px;
  --_sizes---9x: 9rem;
  --_sizes---slope--slope-logo: 30.563vw;
  --_sizes---base--base-logo: 12.474rem;
  --_sizes---typography--text-heading-md: clamp(1.75rem, 6vw, 2.125rem);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--am-grey-darkest);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gamay Expanded Subset, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

.container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-top: clamp(3rem, 5.5vw, 5rem);
  padding-bottom: clamp(3rem, 5.5vw, 5rem);
  display: flex;
}

.container.is-small {
  padding-top: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---5x));
  padding-bottom: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---5x));
}

.section {
  width: 100%;
  padding-right: var(--padding-global);
  padding-left: var(--padding-global);
  position: relative;
}

.section.section_masthead {
  z-index: 1;
  aspect-ratio: 3;
  cursor: default;
  background-image: url('../images/andylee-hero-desktop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  position: relative;
}

.section.section_footer {
  z-index: 100;
  color: var(--am-grey);
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}

.section.section_cta2 {
  z-index: 100;
  aspect-ratio: 10 / 3;
  color: #fff;
  cursor: default;
  background-color: #000;
  background-image: url('../images/Ausmade_Club-optimized.jpg');
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
  position: relative;
}

.section.section_video {
  z-index: 100;
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle closest-corner at 40% 40%, #1c4b39, #041e14);
  position: relative;
}

.section.section_cta1 {
  z-index: 100;
  aspect-ratio: 2.39;
  color: #fff;
  background-color: #000;
  background-image: url('../images/andylee-findproducts-desktop.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.section.section_carousel {
  z-index: 100;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section.feature {
  z-index: 1;
  text-align: center;
  background-image: linear-gradient(0deg, #1e1e1e, #24724e);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.section.feature.pin-section {
  will-change: transform;
  backface-visibility: hidden;
}

.section.section_cta3 {
  z-index: 100;
  aspect-ratio: 3.3;
  color: #fff;
  background-image: url('../images/ausmadeclub-desktop.png');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  position: relative;
}

.section.section_cta4 {
  z-index: 100;
  aspect-ratio: 2.53;
  color: #fff;
  background-image: url('../images/andylee-getcertified-desktop.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.section.section_cta5 {
  z-index: 100;
  color: #fff;
  background-image: radial-gradient(circle at 40%, #1c4b39, #041e14);
  position: relative;
}

.section.section_stats {
  z-index: 100;
  background-color: #fff;
  position: relative;
}

.logo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: clamp(30rem, 18.571rem + 23.81vw, 40rem);
  height: auto;
  text-decoration: none;
  display: flex;
}

.logo_image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.video-feature_video-container {
  z-index: 1;
  aspect-ratio: 16 / 9;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 142.222svh;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-feature_video-container:hover {
  background-color: #fff;
}

.carousel_content {
  text-align: center;
  width: 100%;
  margin-top: clamp(var(--_sizes---3x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---5x));
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cta1_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.video_content {
  grid-column-gap: clamp(var(--_sizes---1-25x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---6x));
  grid-row-gap: clamp(var(--_sizes---1-25x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---6x));
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.cta2_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer_content-left {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 29rem;
  display: flex;
}

.video-feature_title {
  flex-flow: column;
  align-items: stretch;
  font-size: clamp(1.75rem, 1.28rem + 1.91vw, 3rem);
  line-height: 1.2;
  display: flex;
}

.video-feature_title.spacer {
  opacity: 0;
}

.video-feature_text {
  width: 100%;
  padding-right: var(--padding-global);
  padding-left: var(--padding-global);
  color: var(--am-white-80);
  flex: none;
  font-size: clamp(1.25rem, .97rem + 1.15vw, 2rem);
  font-weight: 400;
  line-height: clamp(1.75rem, 1.47rem + 1.15vw, 2.5rem);
}

.video-feature_text.spacer {
  opacity: 0;
}

.video-feature_heading {
  color: #fff;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  width: 100%;
  max-width: 75rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: clamp(2rem, 1.3rem + 2.87vw, 3.875rem);
}

.text_replace {
  white-space: nowrap;
}

.image_right-here {
  z-index: 10;
  width: clamp(10.32em, 5.5em + 24vw, 12.06em);
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: -.3em;
  display: inline-block;
  position: relative;
}

.hidden {
  flex-flow: column;
  width: auto;
  height: 100%;
  display: none;
}

.text_no-break {
  white-space: nowrap;
}

.tab-menu {
  z-index: 100;
  box-sizing: content-box;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--am-grey-light);
  text-align: center;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 32.25rem;
  height: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.125rem, .98rem + .57vw, 1.5rem);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
}

.tab-link {
  width: 100%;
  height: 60px;
  color: var(--am-grey);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tab-link:hover {
  color: var(--am-green);
}

.tab-link.w--current {
  color: var(--am-green);
  background-color: #fff;
}

.tab-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: flex;
  overflow: hidden;
}

.carousel_title {
  width: 100%;
  max-width: none;
  padding-right: var(--padding-global);
  padding-left: var(--padding-global);
  flex-flow: column;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.card-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.card {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--am-yellow);
  color: var(--am-grey-darkest);
  text-align: left;
  scroll-snap-align: start;
  border-radius: .375rem .375rem 0 0;
  flex: none;
  width: clamp(20rem, 36vw, 37rem);
  text-decoration: none;
  transition-property: box-shadow;
  transition-duration: .5s;
  transition-timing-function: ease;
  overflow: hidden;
  box-shadow: 0 0 #0000;
}

.card:hover {
  box-shadow: 0 0 15px #00000040;
}

.card_image-wrapper {
  aspect-ratio: 7 / 5;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.card_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card_image-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  height: 3.5rem;
  color: var(--am-grey-darkest);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: clamp(1.25rem, .874rem + 1.528vw, 2.25rem);
  padding-right: clamp(1.25rem, .874rem + 1.528vw, 2.25rem);
  font-family: Roboto, sans-serif;
  font-size: clamp(1.125rem, .984rem + .573vw, 1.5rem);
  font-weight: 900;
  line-height: 1;
  text-decoration: underline;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card_content {
  padding: 1.25rem 1.25rem clamp(1.25rem, .78rem + 1.91vw, 2.5rem);
}

.heading_3 {
  line-height: 1.4;
  font-size: clamp(var(--_typography---font-size--text-xl), var(--_sizes---base--base-sm)  + var(--_sizes---slope--slope-xs), var(--_typography---font-size--text-2xl));
  margin-top: 0;
  margin-bottom: 0;
}

.card_text {
  margin-top: .125rem;
  font-size: clamp(1rem, .953rem + .191vw, 1.125rem);
  line-height: clamp(1.75rem, 1.515rem + .955vw, 2.375rem);
}

.heading-large {
  letter-spacing: -.02em;
  font-size: clamp(var(--_typography---font-size--text-2xl), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_typography---font-size--text-6xl));
  margin-top: -.3em;
  margin-bottom: -.15em;
  display: table;
}

.button-wrapper-large {
  margin-top: clamp(1.5rem, 3.75vw, 3.75rem);
  overflow: hidden;
}

.button {
  background-color: var(--am-yellow);
  width: auto;
  color: var(--am-grey-darkest);
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: 1.125rem clamp(1.5rem, 3vw, 3rem);
  font-family: Roboto, sans-serif;
  font-size: clamp(1.125rem, 1.75vw, 1.5rem);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition-property: box-shadow, background-color;
  transition-duration: .1s, .2s;
  transition-timing-function: ease, ease;
  display: flex;
  box-shadow: inset 0 0 #00000029, 0 4px 4px #00000040;
}

.button:hover {
  background-color: var(--am-yellow-hover);
}

.button:active {
  box-shadow: inset 0 0 0 2px #0003, 0 4px 4px #00000040;
}

.video_content-left {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.video_title {
  flex-flow: column;
  display: flex;
}

.video_title.hide-desktop {
  margin-bottom: clamp(1.25rem, 3.25vw, 3rem);
  display: none;
}

.heading_2 {
  letter-spacing: -.01em;
  font-size: clamp(var(--_typography---font-size--text-2xl), var(--_sizes---base--base-md)  + var(--_sizes---slope--slope-md), var(--_typography---font-size--text-4xl));
  margin-top: -.2em;
  margin-bottom: -.15em;
  display: table;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
  overflow: hidden;
}

.button-wrapper.desktop-display_none {
  display: none;
}

.button-wrapper.tablet-display_none {
  display: flex;
}

.video_video {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
}

.carousel-wrapper {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  flex-flow: row;
  width: 100%;
  padding-bottom: 4rem;
  padding-left: max(clamp(1.25rem, 5.5vw, 5rem), 50vw - 40rem);
  scroll-padding-left: max(5rem, 50vw - 40rem);
  display: flex;
  position: relative;
  overflow: auto hidden;
}

.carousel-spacer {
  scroll-snap-align: end;
  flex: none;
  width: max(clamp(1.25rem, 5.5vw, 5rem), 50vw - 40rem);
  margin-left: -1.5rem;
}

.button-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
  display: flex;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .875rem;
  display: flex;
}

.carousel-master-wrapper {
  pointer-events: auto;
  cursor: auto;
  width: 100%;
  margin-top: clamp(var(--_sizes---1-25x), var(--_sizes---base--base-md)  + var(--_sizes---slope--slope-md), var(--_sizes---3-25x));
  position: relative;
}

.cta2_content-right {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.div-block {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video_content-right {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.cta1_container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-top: clamp(3rem, 5.5vw, 5rem);
  padding-bottom: clamp(3rem, 5.5vw, 5rem);
  display: flex;
}

.feature-content {
  z-index: 1;
  grid-column-gap: clamp(2rem, 1.03rem + 4.13vw, 4.75rem);
  grid-row-gap: clamp(2rem, 1.03rem + 4.13vw, 4.75rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  display: flex;
  position: relative;
}

.feature-content.pin-content {
  padding-top: clamp(2.5rem, 1.3556rem + 4.8826svw, 5.75rem);
  padding-bottom: clamp(2.5rem, 1.3556rem + 4.8826svw, 5.75rem);
}

.footer_social-links {
  grid-column-gap: 1.125rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.footer_container {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.footer_social-link {
  width: 1.875rem;
  height: 1.875rem;
  color: var(--am-grey-darkest);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_social-icon {
  width: 100%;
  height: 100%;
}

.footer_logo_image {
  width: 100%;
  height: auto;
}

.footer_logo {
  width: 10rem;
  position: absolute;
  inset: -1.5rem -7px auto auto;
}

.cta2_container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-top: clamp(2rem, 5.5vw, 5rem);
  padding-bottom: clamp(2rem, 5.5vw, 5rem);
  display: flex;
}

.masthead_container {
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-top: clamp(var(--_sizes---2x), 5.5vw, var(--_sizes---3x));
  padding-bottom: clamp(var(--_sizes---0-5x), -.785rem + 4.203vw, var(--_sizes---3x));
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block {
  width: clamp(20rem, 36vw, 37rem);
}

.smooth-scroll {
  z-index: 1;
  scroll-behavior: smooth;
  position: relative;
}

.heading-medium_center {
  text-align: center;
  letter-spacing: -.01em;
  font-size: clamp(var(--_typography---font-size--text-2xl), var(--_sizes---base--base-md)  + var(--_sizes---slope--slope-md), var(--_typography---font-size--text-4xl));
  margin-top: -.3em;
  margin-bottom: -.15em;
  display: table;
}

.video-wrapper {
  z-index: 1;
  aspect-ratio: 16 / 9;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  box-shadow: 0 0 24px #00000040;
}

.video-wrapper:hover {
  opacity: .9;
}

.carousel-arrow-button {
  z-index: 100;
  background-color: var(--am-yellow);
  width: 3.25rem;
  height: 3.25rem;
  color: var(--am-grey-darkest);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  top: clamp(6.3rem, 10.7vw, 11.6rem);
  left: calc(max(clamp(1.25rem, 5.5vw, 5rem), 50vw - 40rem) - .75rem);
  box-shadow: 0 4px 4px #00000040;
}

.carousel-arrow-button:hover {
  background-color: var(--am-yellow-hover);
}

.carousel-arrow-button.right {
  position: absolute;
  left: auto;
  right: max(clamp(.5rem, 5.5vw - .75rem, 4.25rem), 50vw - 40.75rem);
}

.gap-y-5 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.gap-y-5.content-center.md-place-content-between.md-h-full {
  justify-content: space-between;
  height: 100%;
}

.text-center {
  text-align: center;
}

.text-center.text-white {
  font-size: clamp(.6875rem, .45rem + .45vw, 1rem);
}

.text-white {
  color: #fff;
}

.content-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-arrow-button {
  z-index: 100;
  background-color: var(--am-yellow);
  width: 3.25rem;
  height: 3.25rem;
  color: var(--am-grey-darkest);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  transform: translate(-25%);
  box-shadow: 0 4px 4px #00000040;
}

.video-arrow-button:hover {
  background-color: var(--am-yellow-hover);
}

.video-arrow-button.right {
  transform: translate(25%);
}

.video_slider {
  aspect-ratio: 16 / 9;
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.mask {
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
  margin: 1px;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0, 100%);
}

.image_right-here_image {
  width: 100%;
  height: auto;
}

.scroll-track {
  background-image: linear-gradient(0deg, #1e1e1e 50%, #236547);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 200svh;
  display: flex;
  position: relative;
}

.youtube-iframe {
  background-image: none;
  width: 100%;
  height: 100%;
}

.youtube-iframe.hidden {
  flex: none;
}

.video_video-embed {
  background-image: none;
}

.footer_content-right {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 2rem;
  font-size: .875rem;
  display: flex;
}

.footer_link {
  color: var(--am-grey);
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.text-span {
  white-space: nowrap;
}

.tabs {
  flex-flow: column;
  width: 100%;
}

.tab-pane {
  width: 100%;
}

.grid_3-col {
  grid-column-gap: clamp(var(--_sizes---3x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---5x));
  grid-row-gap: clamp(var(--_sizes---3x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---5x));
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-col.is-x-center {
  justify-items: center;
}

.grid_3-col.is-x-center.margin-top_large {
  margin-top: clamp(var(--_sizes---3x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---5x));
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.margin-top_large {
  margin-top: clamp(var(--_sizes---3x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---5x));
}

.flex_vertical {
  flex-flow: column;
  display: flex;
}

.flex_vertical.gap-large {
  grid-column-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-sm)  + var(--_sizes---slope--slope-sm), var(--_sizes---4x));
  grid-row-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-sm)  + var(--_sizes---slope--slope-sm), var(--_sizes---4x));
}

.flex_vertical.gap-medium {
  grid-column-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-md)  + var(--_sizes---slope--slope-md), var(--_sizes---3-25x));
  grid-row-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-md)  + var(--_sizes---slope--slope-md), var(--_sizes---3-25x));
}

.flex_vertical.gap-medium.is-y-center {
  justify-content: center;
}

.flex_vertical.gap-medium.width_80percent {
  width: 80%;
}

.flex_vertical.height_100percent.is-y-center {
  justify-content: center;
}

.flex_horizontal {
  display: flex;
}

.flex_horizontal.is-x-center {
  justify-content: center;
}

.flex_horizontal.is-x-right {
  justify-content: flex-end;
}

.flex_horizontal.tablet-flex_vertical.gap-medium {
  grid-column-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-md)  + var(--_sizes---slope--slope-md), var(--_sizes---3-25x));
  grid-row-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-md)  + var(--_sizes---slope--slope-md), var(--_sizes---3-25x));
}

.flex_horizontal.tablet-flex_vertical.gap-medium.is-y-center {
  align-items: center;
}

.max-width_large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 23rem;
}

.text {
  font-size: var(--_typography---font-size--text-md);
  line-height: 1.5;
}

.text.is-large {
  font-size: clamp(var(--_typography---font-size--text-md), var(--_sizes---base--base-xs)  + var(--_sizes---slope--slope-xs), var(--_typography---font-size--text-lg));
}

.text.text-align_center.margin-top_large {
  color: var(--am-grey);
}

.text.is-small {
  font-size: clamp(var(--_typography---font-size--text-sm), var(--_sizes---base--base-xs)  + var(--_sizes---slope--slope-xs), var(--_typography---font-size--text-md));
}

.text.is-small.text-color_white {
  color: #fff;
}

.text.is-small.text-color_white.text-align_center.width-50percent_mobile-l {
  width: 100%;
}

.text-align_center {
  text-align: center;
}

.gap-xsmall {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  display: flex;
}

.text-wrap {
  white-space: nowrap;
}

.icon.is-xlarge {
  height: auto;
  width: clamp(10rem, var(--_sizes---base--base-img)  + var(--_sizes---slope--slope-img), 14rem);
}

.gap-large {
  grid-column-gap: clamp(var(--_sizes---3x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---5x));
  grid-row-gap: clamp(var(--_sizes---3x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---5x));
  display: flex;
}

.width_50percent {
  width: 50%;
}

.text-color_secondary {
  color: var(--am-grey);
}

.width_60percent {
  width: 60%;
}

.grid_5-col {
  grid-column-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---2x));
  grid-row-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---2x));
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_5-col.is-x-center {
  justify-items: center;
}

.grid_5-col.is-x-center.margin-top_large {
  margin-top: clamp(var(--_sizes---3x), var(--_sizes---base--base-lg)  + var(--_sizes---slope--slope-lg), var(--_sizes---5x));
}

.gap-medium {
  grid-column-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-md)  + var(--_sizes---slope--slope-md), var(--_sizes---3-25x));
  grid-row-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-md)  + var(--_sizes---slope--slope-md), var(--_sizes---3-25x));
  display: flex;
}

.height_100percent {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: flex-end;
    align-items: stretch;
  }

  .section.section_masthead {
    aspect-ratio: 16 / 17;
    background-image: url('../images/andylee-hero-mobile.png');
  }

  .section.section_cta2 {
    aspect-ratio: 10 / 9.5;
    background-image: url('../images/Ausmade_Club_mobile-optimized.jpg');
  }

  .section.section_cta1 {
    aspect-ratio: 10 / 9;
    background-image: url('../images/andylee-findproducts-mobile.png');
  }

  .section.section_cta3 {
    aspect-ratio: 1.12;
    background-image: url('../images/ausmadeclub-mobile.png');
  }

  .section.section_cta4 {
    aspect-ratio: 1.12;
    background-image: url('../images/andylee-getcertified-mobile.png');
  }

  .logo {
    width: clamp(20rem, 11.176rem + 39.216vw, 30rem);
  }

  .video_content {
    grid-template-columns: 1fr;
  }

  .text_replace {
    white-space: normal;
  }

  .button-wrapper-large {
    width: 100%;
  }

  .video_content-left {
    display: none;
  }

  .video_title.hide-desktop {
    display: flex;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .button-wrapper.desktop-display_none {
    width: 100%;
    display: flex;
  }

  .button-wrapper.tablet-display_none {
    display: none;
  }

  .cta2_content-right {
    align-items: stretch;
    width: 100%;
  }

  .video_content-right {
    width: 100%;
  }

  .video_content-right.gap-medium {
    grid-column-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-md)  + var(--_sizes---slope--slope-md), var(--_sizes---3-25x));
    grid-row-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-md)  + var(--_sizes---slope--slope-md), var(--_sizes---3-25x));
  }

  .cta1_container {
    justify-content: flex-end;
  }

  .cta2_container {
    justify-content: flex-end;
    align-items: stretch;
  }

  .masthead_container {
    justify-content: flex-start;
    align-items: stretch;
    font-size: 11px;
  }

  .link-block {
    width: clamp(20rem, 50vw, 37rem);
  }

  .md-place-content-between {
    justify-content: space-between;
    display: flex;
  }

  .md-h-full {
    height: 100%;
  }

  .video_slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .mask {
    flex: 1;
  }

  .scroll-track {
    height: 150svh;
  }

  .flex_vertical.gap-medium.width_80percent {
    width: 100%;
  }

  .flex_vertical.height_100percent.is-y-center.height_auto_tablet {
    height: auto;
  }

  .flex_horizontal.tablet-flex_vertical {
    flex-flow: column;
  }

  .width_100percent_tablet {
    width: 100%;
  }

  .grid_5-col.tablet-1-col {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .carousel_title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .carousel-spacer {
    width: max(1.25rem, 50vw - 40rem);
  }

  .footer_container {
    flex-flow: column;
    padding-top: 3.25rem;
  }

  .footer_logo {
    width: 6.75rem;
    margin-bottom: 1.75rem;
    position: static;
  }

  .scroll-track {
    height: 200svh;
  }

  .text-span {
    white-space: normal;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .text.is-small.text-color_secondary.text-align_center.margin-top_large.flex_vertical_mobile-l, .text.is-small.text-color_white.text-align_center.margin-top_large.flex_vertical_mobile-l {
    flex-flow: column;
    display: flex;
  }

  .text.is-small.text-color_white.text-align_center.width-50percent_mobile-l {
    width: 80%;
  }

  .is-hidden_mobile {
    display: none;
  }

  .grid_5-col {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section.section_masthead {
    object-fit: fill;
    height: 106vw;
    min-height: 26rem;
  }

  .section.section_cta1 {
    min-height: 22.5rem;
  }

  .video-feature_text {
    font-size: clamp(1.25rem, .97rem + 1.15vw, 2rem);
  }

  .button-wrapper-large, .button {
    width: 100%;
  }

  .link-block {
    width: clamp(20rem, 36vw, 37rem);
    height: auto;
  }

  .mask {
    position: relative;
  }

  .scroll-track {
    height: 150svh;
  }

  .flex_vertical.gap-large.max-width_large {
    grid-column-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-sm)  + var(--_sizes---slope--slope-sm), var(--_sizes---4x));
    grid-row-gap: clamp(var(--_sizes---1-5x), var(--_sizes---base--base-sm)  + var(--_sizes---slope--slope-sm), var(--_sizes---4x));
  }

  .text.is-large {
    font-size: clamp(var(--_typography---font-size--text-md), var(--_sizes---base--base-sm)  + var(--_sizes---slope--slope-sm), var(--_typography---font-size--text-lg));
  }

  .text.is-small.text-color_secondary.text-align_center.margin-top_large.width_100percent_mobile {
    width: 100%;
  }

  .text.is-small.text-color_white.text-align_center {
    font-size: clamp(var(--_typography---font-size--text-sm), var(--_sizes---base--base-xs)  + var(--_sizes---slope--slope-xs), var(--_typography---font-size--text-md));
  }

  .text.is-small.text-color_white.text-align_center.margin-top_large.width_100percent_mobile {
    width: 100%;
  }

  .text.is-small.text-color_white.text-align_center.width-50percent_mobile-l {
    width: 80%;
  }
}

#w-node-_226c1607-2ec9-fc4e-919e-c48a3038fdbb-79cdffe0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_226c1607-2ec9-fc4e-919e-c48a3038fdbb-79cdffe0 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gamay Expanded Subset';
  src: url('../fonts/gamay_expanded_black-subset.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}