@font-face {
	font-display: swap;
	font-family: "Reckless Neue";
	font-style: normal;
	font-weight: 400;
	src: url(https://media.residenthome.com/fonts/RecklessNeue-Regular.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: "CentraNo 2";
	font-style: normal;
	font-weight: 500;
	src: url(https://media.residenthome.com/fonts/EuclidCircularA-Regular.woff2) format('woff2');
}


:root {
  --color-bg-section: #21261B;
  --color-btn-active: #646464;
  --color-btn-border: #646464;
  --color-award-title: #21261B;
  --color-award-desc: #646464;
  --color-awards-disclaimer: #3A4033;
  --color-swiper-nav: #4A5935;
}

.component-container {
  padding: 0 16px;
  max-width: 100%;
}

@media (min-width: 1240px) {
  .component-container {
    padding: 0 80px;
    max-width: 100%;
  }
}

@media (min-width: 1536px) {
  .component-container {
    padding: 0px;
    max-width: 1456px;
    margin: 0 auto;
  }
}

/* Mobile */

.awards-section {
  background-color: var(--color-bg-section);
  padding: 40px 0;
  overflow: hidden;
}

.awards-container {
  position: relative;
}
.awards-section .awards-heading {
  color: #fff;
  font-family: "Reckless Neue", Sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  margin-bottom: 24px;
}

.awards-year-btns .year-btn {
  display: inline-flex;
  height: 48px;
  padding: 0px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-btn-border);
  background: var(--color-bg-section);
  min-width: 87px;
  cursor: pointer;
}

.year-btn .year {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  width: max-content;
}

.year-btn .award-count {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  width: max-content;
}

.awards-year-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  overflow-x: scroll;
  width: 100%;
  min-width: 300px;
  display: none !important;
}

/* Awards */

.award-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  padding: 16px 8px;
  max-width: 100%;
	border-radius: 4px;
}

.award-box .award-badge {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 112px;
  margin-bottom: 8px;
  object-fit: contain;
}

.award-box .award-title {
  color: var(--color-award-title);
  text-align: center;
  font-feature-settings: 'liga' off;
  font-family: "CentraNo 2", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.award-box .award-desc {
  color: var(--color-award-desc);
  text-align: center;
  font-feature-settings: 'liga' off;
  font-family: "CentraNo 2", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.awards-section .swiper-scrollbar {
  position: initial;
  width: 100%;
  margin: 24px 0;
  background-color: #646464;
  overflow: hidden;
  border-radius: 0px !important;
}

.awards-section .swiper-scrollbar-drag {
  background-color: #FFFFFF !important;
  border-radius: 2px;
}

.awards-section .swiper-button-disabled {
  display: none;
}

.awards-section .awards-desclaimer {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off;
  font-family: "CentraNo 2", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.year-btn.active {
  background-color: #646464;
}

.swiper-scrollbar-drag {
  cursor: grab;
}
/* Desktop */

@media (min-width: 1025px) {
  .awards-section {
    padding: 80px 0;
  }

  .awards-section .awards-heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 40px;
  }

  .awards-year-btns {
    justify-content: center;
    overflow: hidden;
    gap: 32px;
    margin-bottom: 40px;
  }

  .awards-year-btns .year-btn {
    padding: 0 32px;
  }

  .awards-section .swiper-scrollbar {
    margin: 40px 0;
  }

  .award-box {
    padding: 40px 24px;
  }
  .award-box .award-badge {
    height: 144px;
  }
  .award-box .award-title {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
  }

  .award-box .award-desc {
    font-family: "CentraNo 2", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: '';
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--color-swiper-nav);
    border-radius: 50%;
    margin-top: -40px;
  }

  .swiper-button-next {
    right: 8px !important;
  }
  .swiper-button-prev {
    left: 8px !important;
  }
}
@media (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}