@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;
  --padding-global: clamp(1.25rem, 5.5vw, 5rem);
  --am-grey: #4a4a4a;
  --am-white-80: #fffc;
  --am-grey-light: #cacaca;
  --am-green: #257c54;
  --am-yellow: #faa51a;
  --am-yellow-hover: #ffd400;
}

.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;
}

.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;
}

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

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

.section.section_video-feature {
  z-index: 1;
  color: #fffc;
  background-image: linear-gradient(0deg, #1e1e1e, #257c54);
  font-family: Roboto, sans-serif;
  position: sticky;
  top: -50vh;
}

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

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

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

.section.section_cta1 {
  z-index: 10;
  aspect-ratio: 2.39;
  color: #fff;
  background-image: url('../images/Ausmade_Monkey_Bars_R2-optimized.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.section_carousel {
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
}

.logo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: clamp(16rem, 35vw, 32rem);
  height: auto;
  text-decoration: none;
  display: flex;
}

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

.masthead_content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  display: flex;
}

.video-feature_content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: clamp(2.5rem, 1.33rem + 4.78vw, 5.625rem);
  padding-bottom: clamp(7.25rem, 6.29rem + 3.9vw, 9.8rem);
  display: flex;
}

.carousel_content {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6.375rem;
  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: 7.375rem;
  grid-row-gap: 7.375rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

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

.footer_content {
  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.625rem, 1.02rem + 2.48vw, 3.25rem);
  display: flex;
  position: relative;
}

.video-feature_text {
  color: var(--am-white-80);
  width: 100%;
  max-width: 54rem;
  margin-top: clamp(1.25rem, .11rem + 4.88vw, 4.5rem);
  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_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_right-here {
  white-space: nowrap;
}

.image_right-here {
  z-index: 10;
  width: 6em;
  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;
  line-height: clamp(2rem, 1.3rem + 2.87vw, 3.875rem);
}

.video-feature_video {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: clamp(1.25rem, .11rem + 4.88vw, 4.5rem);
  display: none;
  box-shadow: 0 0 24px #00000040;
}

.tabs {
  z-index: 100;
  box-sizing: content-box;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--am-grey-light);
  color: #49454f;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 32.25rem;
  height: 3.75rem;
  margin-top: -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: relative;
}

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

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

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

.tab-contents.selected {
  border-bottom: 3px solid var(--am-yellow);
  color: var(--am-green);
}

.carousel_title {
  padding-right: var(--padding-global);
  padding-left: var(--padding-global);
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  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;
  color: var(--am-grey-darkest);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-family: Roboto, sans-serif;
  font-size: clamp(1.125rem, .98rem + .57vw, 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);
}

.card_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(1.25rem, 1.12rem + .56vw, 1.625rem);
  line-height: 2.375rem;
}

.card_text {
  font-size: clamp(1rem, .956rem + .19vw, 1.125rem);
  line-height: clamp(1.75rem, 1.53rem + .94vw, 2.375rem);
}

.heading-large {
  letter-spacing: -.02em;
  text-shadow: 0 4px 4px #00000040;
  margin-top: -.3em;
  margin-bottom: -.15em;
  font-size: clamp(1.75rem, 6vw, 3.25rem);
  display: table;
}

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

.button {
  background-color: var(--am-yellow);
  color: var(--am-grey-darkest);
  cursor: pointer;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: auto;
  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-medium {
  letter-spacing: -.01em;
  margin-top: -.3em;
  margin-bottom: -.15em;
  font-size: clamp(1.75rem, 6vw, 2.125rem);
  display: table;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  margin-top: clamp(1.5rem, 3.25vw, 3rem);
  display: flex;
  overflow: hidden;
}

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

.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 {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  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: 3.5rem;
  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;
}

.video-feature_container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  display: flex;
}

.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: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.footer_social-link {
  color: var(--am-grey-darkest);
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  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;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-top: clamp(3.5rem, 5.5vw, 5rem);
  padding-bottom: clamp(3.5rem, 5.5vw, 5rem);
  font-size: clamp(.6875rem, .45rem + .45vw, 1rem);
  display: flex;
}

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

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

.heading-medium-center {
  letter-spacing: -.01em;
  margin-top: -.3em;
  margin-bottom: -.15em;
  font-size: clamp(1.75rem, 6vw, 2.125rem);
  display: table;
}

.video-placeholder {
  aspect-ratio: 16 / 9;
  background-image: url('../images/Ausmade_Video_Placeholder-optimized.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: opacity .5s ease-out;
  display: flex;
}

.play-button {
  z-index: 100;
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: clamp(3.5rem, 10vw, 7rem);
  height: clamp(3.5rem, 10vw, 7rem);
  margin-left: auto;
  margin-right: auto;
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  display: flex;
  position: absolute;
}

.video-youtube {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: none;
}

.video-feature_video-2 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  margin-top: clamp(1.25rem, .11rem + 4.88vw, 4.5rem);
  box-shadow: 0 0 24px #00000040;
}

.carousel-arrow-button {
  z-index: 100;
  background-color: var(--am-yellow);
  color: var(--am-grey-darkest);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  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;
}

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

.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);
  color: var(--am-grey-darkest);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: clamp(2.4rem, 2.157rem + 1.214vw, 3.25rem);
  height: clamp(2.4rem, 2.157rem + 1.214vw, 3.25rem);
  padding: .75rem;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  transform: translate(-50%);
  box-shadow: 0 4px 4px #00000040;
}

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

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

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

.icon {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

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

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

.image_right-here_image {
  height: auto;
}

@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/Ausmade_Bat_Maker_R2_mobile-optimized.jpg');
  }

  .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/Ausmade_Monkey_Bars_R2-mobile-optimized.jpg');
  }

  .logo {
    width: clamp(16rem, 45vw, 32rem);
  }

  .masthead_content {
    flex-flow: column;
  }

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

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

  .video_content-left {
    display: none;
  }

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

  .heading-medium {
    font-size: clamp(1.5rem, 6vw, 3.25rem);
  }

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

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

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

  .video_content-right {
    width: 100%;
  }

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

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

  .masthead_container {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: clamp(2rem, 8.14vw, 5rem);
    padding-bottom: 1.25rem;
    font-size: 11px;
  }

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

  .heading-medium-center {
    font-size: clamp(1.5rem, 6vw, 3.25rem);
  }

  .container-2 {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .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;
    display: flex;
  }

  .mask {
    flex: 1;
  }

  .slide-nav {
    position: relative;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .image_right-here {
    z-index: 10;
  }

  .carousel_title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .footer_container {
    padding-top: 3.25rem;
  }

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

@media screen and (max-width: 479px) {
  .section.section_masthead {
    object-fit: fill;
    background-image: url('../images/Ausmade_Bat_Maker_R2_mobile-optimized.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    height: 106vw;
    min-height: 26rem;
  }

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

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


@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;
}