.home-banner-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .home-banner-wrapper {
    min-height: 100vh;
  }
}
.home-banner-wrapper .banner-background {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-banner-wrapper .banner-background img,
.home-banner-wrapper .banner-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-banner-wrapper .banner-background::before {
  content: "";
  display: block;
  padding-bottom: 215%;
}
@media (min-width: 576px) {
  .home-banner-wrapper .banner-background {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .home-banner-wrapper .banner-background img,
.home-banner-wrapper .banner-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  .home-banner-wrapper .banner-background::before {
    content: "";
    display: block;
    padding-bottom: 840px;
  }
}
@media (min-width: 992px) {
  .home-banner-wrapper .banner-background {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .home-banner-wrapper .banner-background img,
.home-banner-wrapper .banner-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  .home-banner-wrapper .banner-background::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
}
@media (min-width: 1200px) {
  .home-banner-wrapper .banner-background {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .home-banner-wrapper .banner-background img,
.home-banner-wrapper .banner-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  .home-banner-wrapper .banner-background::before {
    content: "";
    display: block;
    padding-bottom: 100vh;
  }
}
@media (min-width: 1300px) {
  .home-banner-wrapper .banner-background {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .home-banner-wrapper .banner-background img,
.home-banner-wrapper .banner-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  .home-banner-wrapper .banner-background::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
}
.home-banner-wrapper .banner-background img {
  object-position: bottom;
}
.home-banner-wrapper .banner-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 553px;
}
.home-banner-wrapper .banner-container .banner-year {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: var(--font-gentium);
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  line-height: 2.4;
  color: var(--red);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home-banner-wrapper .banner-container .banner-year {
    font-size: 2.7vw;
  }
}
@media (min-width: 1200px) {
  .home-banner-wrapper .banner-container .banner-year {
    font-size: 40px;
  }
}
.home-banner-wrapper .banner-container .banner-year img {
  flex: 0 0 auto;
  width: 53.07vw;
  max-width: 325px;
}
@media (min-width: 768px) {
  .home-banner-wrapper .banner-container .banner-year img {
    width: 22.56vw;
  }
}
.home-banner-wrapper .banner-container .banner-year span {
  margin-left: -10px;
  line-height: 1.5;
}
.home-banner-wrapper .banner-container .banner-content {
  margin-top: 12px;
  text-align: center;
}
@media (min-width: 1200px) {
  .home-banner-wrapper .banner-container .banner-content {
    margin-top: 20px;
  }
}
.home-banner-wrapper .banner-container .banner-content .content {
  font-family: var(--main-font);
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.2777777778;
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 400px) {
  .home-banner-wrapper .banner-container .banner-content .content {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .home-banner-wrapper .banner-container .banner-content .content {
    font-size: 2.5vw;
  }
}
@media (min-width: 1200px) {
  .home-banner-wrapper .banner-container .banner-content .content {
    font-size: 36px;
  }
}
.home-banner-wrapper .banner-container .banner-content .date {
  margin-top: 12px;
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 4vw;
  line-height: 1.25;
  text-align: center;
  color: var(--red);
}
@media (min-width: 400px) {
  .home-banner-wrapper .banner-container .banner-content .date {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .home-banner-wrapper .banner-container .banner-content .date {
    font-size: 1.6vw;
  }
}
@media (min-width: 1200px) {
  .home-banner-wrapper .banner-container .banner-content .date {
    font-size: 36px;
  }
}

.home-about-wrapper {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (min-width: 768px) {
  .home-about-wrapper {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .home-about-wrapper {
    padding: 120px 0;
  }
}
.home-about-wrapper .home-about-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 27.91vw;
}
.home-about-wrapper .home-about-container {
  position: relative;
  z-index: 1;
}
.home-about-wrapper .home-about--inner {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .home-about-wrapper .home-about--inner {
    flex-direction: row;
  }
}
.home-about-wrapper .home-about-content {
  flex: 1;
}
.home-about-wrapper .home-about-content .content-head {
  margin-bottom: 24px;
}
.home-about-wrapper .home-about-content .head-year {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  font-family: var(--font-gentium);
  font-weight: 700;
  font-style: italic;
  font-size: 7vw;
  line-height: 1.25;
  color: var(--red);
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .home-about-wrapper .home-about-content .head-year {
    font-size: 32px;
  }
}
.home-about-wrapper .home-about-content .head-year img {
  flex: 0 0 auto;
  width: 32.8vw;
}
@media (min-width: 768px) {
  .home-about-wrapper .home-about-content .head-year img {
    width: 123px;
  }
}
.home-about-wrapper .home-about-content .head-title {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 5vw;
  line-height: 1.25;
  color: var(--red);
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .home-about-wrapper .home-about-content .head-title {
    font-size: 24px;
  }
}
.home-about-wrapper .home-about-content .content-body {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 3vw;
  line-height: 1.375;
  text-align: justify;
  color: var(--black);
}
@media (min-width: 576px) {
  .home-about-wrapper .home-about-content .content-body {
    font-size: 16px;
  }
}
.home-about-wrapper .home-about-content .content-body span {
  color: var(--red);
  font-weight: 600;
}
.home-about-wrapper .home-about-video {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .home-about-wrapper .home-about-video {
    width: 57.53%;
  }
}
.home-about-wrapper .home-about-video .video {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.home-about-wrapper .home-about-video .video img,
.home-about-wrapper .home-about-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-about-wrapper .home-about-video .video::before {
  content: "";
  display: block;
  padding-bottom: 56.28%;
}
.home-about-wrapper .home-about-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 992px) {
  .home-about-wrapper .home-about-video .swiper-button-prev {
    left: -24px;
  }
}
@media (min-width: 992px) {
  .home-about-wrapper .home-about-video .swiper-button-next {
    right: -24px;
  }
}

.home-history-wrapper {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-bottom: 40px;
  padding-top: 40px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .home-history-wrapper {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .home-history-wrapper {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .home-history-wrapper {
    padding-bottom: 120px;
  }
}
.home-history-wrapper .history-timeline-image {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .home-history-wrapper .history-timeline-image {
    max-width: 62.15%;
  }
}
.home-history-wrapper .history-timeline-image .background {
  position: relative;
  display: block;
  overflow: hidden;
  display: none;
}
.home-history-wrapper .history-timeline-image .background img,
.home-history-wrapper .history-timeline-image .background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-history-wrapper .history-timeline-image .background::before {
  content: "";
  display: block;
  padding-bottom: 74.56%;
}
@media (min-width: 576px) {
  .home-history-wrapper .history-timeline-image .background {
    display: block;
  }
}
.home-history-wrapper .history-timeline-image .image {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.home-history-wrapper .history-timeline-image .image img,
.home-history-wrapper .history-timeline-image .image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-history-wrapper .history-timeline-image .image::before {
  content: "";
  display: block;
  padding-bottom: 67.39%;
}
@media (min-width: 576px) {
  .home-history-wrapper .history-timeline-image .image {
    width: 74.44%;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-history-wrapper .history-timeline-content {
  flex: 1;
}
.home-history-wrapper .history-timeline-slider {
  flex: 1;
  overflow: hidden;
}
.home-history-wrapper #thumb {
  position: relative;
  max-width: 1076px;
  margin: 30px auto 40px;
}
@media (min-width: 768px) {
  .home-history-wrapper #thumb {
    margin: 30px auto 80px;
  }
}
@media (min-width: 1200px) {
  .home-history-wrapper #thumb {
    max-width: 74.72vw;
    margin: 0 auto 80px;
  }
}
@media (min-width: 1400px) {
  .home-history-wrapper #thumb {
    max-width: 1076px;
  }
}
.home-history-wrapper #thumb::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: var(--black);
}
@media (min-width: 576px) {
  .home-history-wrapper #thumb::after {
    top: 45px;
  }
}
@media (min-width: 768px) {
  .home-history-wrapper #thumb::after {
    width: 73%;
    bottom: 12px;
    top: unset;
  }
}
@media (min-width: 992px) {
  .home-history-wrapper #thumb::after {
    width: 85%;
  }
}
.home-history-wrapper #thumb .swiper-slide-thumb-active .timeline {
  color: var(--red);
  font-weight: 600;
}
.home-history-wrapper #thumb .swiper-slide-thumb-active .timeline-deco {
  background: var(--red);
}
.home-history-wrapper #thumb .timeline-item {
  position: relative;
  padding-bottom: 32px;
  cursor: pointer;
}
.home-history-wrapper #thumb .timeline {
  font-family: var(--font-clarendon);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3333333333;
  color: var(--black);
  text-align: center;
}
@media (min-width: 400px) {
  .home-history-wrapper #thumb .timeline {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .home-history-wrapper #thumb .timeline {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .home-history-wrapper #thumb .timeline {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .home-history-wrapper #thumb .timeline {
    font-size: 24px;
  }
}
.home-history-wrapper #thumb .timeline-deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 24px;
  background: var(--black);
}
.home-history-wrapper #thumb .custom-nav .swiper-button-next,
.home-history-wrapper #thumb .custom-nav .swiper-button-prev {
  margin-top: 0;
}
.home-history-wrapper #main {
  position: relative;
}
.home-history-wrapper .history-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .home-history-wrapper .history-item {
    flex-direction: row;
  }
}
.home-history-wrapper .history-item .title {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 4vw;
  line-height: 1.3333333333;
  color: var(--black);
}
@media (min-width: 576px) {
  .home-history-wrapper .history-item .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .home-history-wrapper .history-item .title {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .home-history-wrapper .history-item .title {
    font-size: 24px;
  }
}
.home-history-wrapper .history-item .desc {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 3vw;
  line-height: 1.375;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 576px) {
  .home-history-wrapper .history-item .desc {
    font-size: 16px;
  }
}
.home-history-wrapper .history-item .readmore {
  margin-top: 8px;
}
.home-history-wrapper .history-milestone-container {
  position: relative;
}
.home-history-wrapper .history-milestone-head {
  margin-bottom: 40px;
}
.home-history-wrapper .history-milestone-head .milestone-head {
  margin: 0;
  font-family: var(--font-clarendon);
  font-weight: 400;
  font-size: 4vw;
  line-height: 1.25;
  text-align: center;
  color: var(--black);
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .home-history-wrapper .history-milestone-head .milestone-head {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .home-history-wrapper .history-milestone-head .milestone-head {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .home-history-wrapper .history-milestone-head .milestone-head {
    font-size: 32px;
  }
}
.home-history-wrapper .history-milestone-slider {
  position: relative;
}
.home-history-wrapper .history-milestone-slider .swiper-button-next,
.home-history-wrapper .history-milestone-slider .swiper-button-prev {
  top: 100px;
}
@media (min-width: 576px) {
  .home-history-wrapper .history-milestone-slider .swiper-button-next,
.home-history-wrapper .history-milestone-slider .swiper-button-prev {
    top: 50%;
  }
}
.home-history-wrapper .history-milestone-slider .swiper-button-prev {
  left: 0;
}
@media (min-width: 576px) {
  .home-history-wrapper .history-milestone-slider .swiper-button-prev {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .home-history-wrapper .history-milestone-slider .swiper-button-prev {
    left: -24px;
  }
}
.home-history-wrapper .history-milestone-slider .swiper-button-next {
  right: 0;
}
@media (min-width: 576px) {
  .home-history-wrapper .history-milestone-slider .swiper-button-next {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .home-history-wrapper .history-milestone-slider .swiper-button-next {
    right: -24px;
  }
}
.home-history-wrapper .custom-nav .swiper-button-prev {
  left: -24px;
}
.home-history-wrapper .custom-nav .swiper-button-next {
  right: -24px;
}
@media (max-width: 767px) {
  .home-history-wrapper .custom-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
    margin: 20px auto 0;
  }
  .home-history-wrapper .custom-nav .swiper-button-prev,
.home-history-wrapper .custom-nav .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
}
.home-history-wrapper .milestone-item {
  position: relative;
}
.home-history-wrapper .milestone-item a {
  text-decoration: none;
}
.home-history-wrapper .milestone-item .milestone-item-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
}
.home-history-wrapper .milestone-item .milestone-item-image img,
.home-history-wrapper .milestone-item .milestone-item-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-history-wrapper .milestone-item .milestone-item-image::before {
  content: "";
  display: block;
  padding-bottom: 56.26%;
}
.home-history-wrapper .milestone-item .milestone-item-image img {
  transition: all 0.3s;
}
.home-history-wrapper .milestone-item .milestone-item-image:hover img {
  transform: scale(1.1);
}
.home-history-wrapper .milestone-item .title {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 4.5vw;
  line-height: 1.3333333333;
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--black);
  transition: all 0.3s;
}
.home-history-wrapper .milestone-item .title:hover {
  color: var(--red);
}
@media (min-width: 576px) {
  .home-history-wrapper .milestone-item .title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .home-history-wrapper .milestone-item .title {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .home-history-wrapper .milestone-item .title {
    font-size: 24px;
  }
}
.home-history-wrapper .milestone-item .desc {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 3.5vw;
  line-height: 1.375;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 576px) {
  .home-history-wrapper .milestone-item .desc {
    font-size: 16px;
  }
}
.home-history-wrapper .milestone-item .readmore {
  margin-top: 24px;
}
.home-history-wrapper .home-history-video-section {
  width: 100%;
  position: relative;
  margin: 0 auto 80px;
}
.home-history-wrapper .home-history-video-section .title {
  margin: 0;
  font-family: var(--font-clarendon);
  font-weight: 400;
  font-size: 4vw;
  line-height: 1.25;
  text-align: center;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.home-history-wrapper .home-history-video-section .title span {
  display: block;
  color: var(--red);
}
@media (min-width: 576px) {
  .home-history-wrapper .home-history-video-section .title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .home-history-wrapper .home-history-video-section .title {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .home-history-wrapper .home-history-video-section .title {
    font-size: 32px;
  }
}
.home-history-wrapper .home-history-video-section .home-history-slider {
  position: relative;
}
.home-history-wrapper .home-history-video-section .history-slider-item {
  position: relative;
}
.home-history-wrapper .home-history-video-section .history-slider-item .video {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.home-history-wrapper .home-history-video-section .history-slider-item .video img,
.home-history-wrapper .home-history-video-section .history-slider-item .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-history-wrapper .home-history-video-section .history-slider-item .video::before {
  content: "";
  display: block;
  padding-bottom: 56.28%;
}
.home-history-wrapper .home-history-video-section .history-slider-item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  pointer-events: none;
  z-index: 1;
}
.home-history-wrapper .home-history-video-section .item-title {
  margin-top: 20px;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 3vw;
  line-height: 1.3333333333;
  color: var(--black);
  transition: all 0.3s;
  text-align: center;
}
@media (min-width: 576px) {
  .home-history-wrapper .home-history-video-section .item-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .home-history-wrapper .home-history-video-section .item-title {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .home-history-wrapper .home-history-video-section .item-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .home-history-wrapper .home-history-video-section {
    width: 67.53%;
  }
}
@media (min-width: 1200px) {
  .home-history-wrapper .home-history-video-section {
    width: 57.53%;
  }
}
.home-history-wrapper .history-qoute-section {
  position: relative;
  padding: 10vw 0;
  overflow: hidden;
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .home-history-wrapper .history-qoute-section {
    padding: 76px 0;
  }
}
.home-history-wrapper .history-qoute-section .history-qoute-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.home-history-wrapper .history-qoute-section .history-qoute-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-history-wrapper .history-qoute-section .history-qoute {
  position: relative;
  z-index: 2;
  font-family: var(--font-clarendon);
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.3333333333;
  text-align: center;
  color: var(--red);
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .home-history-wrapper .history-qoute-section .history-qoute {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .home-history-wrapper .history-qoute-section .history-qoute {
    font-size: 38px;
  }
}
@media (min-width: 1400px) {
  .home-history-wrapper .history-qoute-section .history-qoute {
    font-size: 48px;
  }
}

.home-reward-wrapper {
  position: relative;
  background: var(--white);
  padding: 40px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-reward-wrapper {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .home-reward-wrapper {
    padding: 120px 0;
  }
}
.home-reward-wrapper .home-reward-head {
  max-width: 532px;
  margin: 0 auto 48px;
}
.home-reward-wrapper .home-reward-head .head-title {
  font-family: var(--font-clarendon);
  font-weight: 400;
  font-size: 4vw;
  line-height: 1.25;
  text-align: center;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .home-reward-wrapper .home-reward-head .head-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .home-reward-wrapper .home-reward-head .head-title {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .home-reward-wrapper .home-reward-head .head-title {
    font-size: 32px;
  }
}
.home-reward-wrapper .home-reward-head .head-sapo {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 3.5vw;
  line-height: 1.4;
  text-align: center;
  color: var(--black);
}
@media (min-width: 576px) {
  .home-reward-wrapper .home-reward-head .head-sapo {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .home-reward-wrapper .home-reward-head .head-sapo {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .home-reward-wrapper .home-reward-head .head-sapo {
    font-size: 20px;
  }
}
.home-reward-wrapper .home-reward--list {
  max-width: 1076px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.home-reward-wrapper .reward-item {
  flex: 0 0 auto;
  width: 100%;
  padding: 24px 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 400px) {
  .home-reward-wrapper .reward-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 576px) {
  .home-reward-wrapper .reward-item {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .home-reward-wrapper .reward-item {
    width: calc(20% - 16px);
  }
}
.home-reward-wrapper .reward-item .reward-image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
}
.home-reward-wrapper .reward-item .reward-image img,
.home-reward-wrapper .reward-item .reward-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.home-reward-wrapper .reward-item .reward-image::before {
  content: "";
  display: block;
  padding-bottom: 144px;
}
.home-reward-wrapper .reward-item .reward-content {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 1.4285714286;
  text-align: center;
  color: var(--black);
}
@media (min-width: 576px) {
  .home-reward-wrapper .reward-item .reward-content {
    font-size: 14px;
  }
}
.home-reward-wrapper .reward-item .reward-content span {
  font-weight: 700;
  color: var(--red);
}
.home-reward-wrapper .home-leader--container {
  position: relative;
  max-width: 1076px;
  margin: 68px auto 0;
  padding: 28px;
  background: linear-gradient(277.99deg, #ffe2ba 0%, #f9f9e9 100%);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .home-reward-wrapper .home-leader--container {
    margin: 88px auto 0;
    padding: 48px;
  }
}
.home-reward-wrapper .home-leader--container .home-leader-deco {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.home-reward-wrapper .home-leader--container .home-leader-head {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .home-reward-wrapper .home-leader--container .home-leader-head {
    margin-bottom: 65px;
  }
}
.home-reward-wrapper .home-leader--container .home-leader-head .head-title {
  font-family: var(--font-clarendon);
  font-weight: 400;
  font-size: 4vw;
  line-height: 1.25;
  color: var(--black);
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .home-reward-wrapper .home-leader--container .home-leader-head .head-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .home-reward-wrapper .home-leader--container .home-leader-head .head-title {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .home-reward-wrapper .home-leader--container .home-leader-head .head-title {
    font-size: 32px;
  }
}
.home-reward-wrapper .home-leader--container .home-leader-slider {
  position: relative;
}
.home-reward-wrapper .home-leader--container .leader-item .leader-desc {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .home-reward-wrapper .home-leader--container .leader-item .leader-desc {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .home-reward-wrapper .home-leader--container .leader-item .leader-desc {
    font-size: 20px;
  }
}
.home-reward-wrapper .home-leader--container .leader-item .leader-info .name {
  font-family: var(--font-gentium);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3333333333;
  color: var(--red);
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .home-reward-wrapper .home-leader--container .leader-item .leader-info .name {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .home-reward-wrapper .home-leader--container .leader-item .leader-info .name {
    font-size: 24px;
  }
}
.home-reward-wrapper .home-leader--container .leader-item .leader-info .date {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
}
@media (min-width: 768px) {
  .home-reward-wrapper .home-leader--container .leader-item .leader-info .date {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .home-reward-wrapper .home-leader--container .leader-item .leader-info .date {
    font-size: 20px;
  }
}
.home-reward-wrapper .home-leader--container .custom-nav {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: flex;
  gap: 8px;
}
.home-reward-wrapper .home-leader--container .custom-nav .swiper-button-prev,
.home-reward-wrapper .home-leader--container .custom-nav .swiper-button-next {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin-top: 0;
  position: relative;
}
.home-reward-wrapper .home-reward--marquee {
  display: flex;
  align-items: center;
  gap: 16px;
  animation: marqueeright 50s linear infinite;
  margin-top: 20px;
}
.home-reward-wrapper .home-reward--marquee .marquee-gr {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
.home-reward-wrapper .home-reward--marquee .marquee-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  flex-shrink: 0;
  border-radius: 48px;
  max-width: 344px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-reward-wrapper .home-reward--marquee .marquee-item .marquee-content {
  font-family: var(--main-font);
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.4285714286;
  color: var(--black);
  text-align: center;
}
@media (min-width: 576px) {
  .home-reward-wrapper .home-reward--marquee .marquee-item .marquee-content {
    font-size: 14px;
  }
}
.home-reward-wrapper .home-reward--marquee .marquee-item .marquee-content span {
  color: var(--red);
  font-weight: 700;
}

.home-gallery-wrapper {
  position: relative;
  background: var(--white);
  padding: 20px 0 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-gallery-wrapper {
    padding: 0 0 80px;
  }
}
@media (min-width: 1200px) {
  .home-gallery-wrapper {
    padding: 0 0 120px;
  }
}
.home-gallery-wrapper .home-gallery-head {
  margin: 0 auto 48px;
}
.home-gallery-wrapper .home-gallery-head .head-title {
  font-family: var(--font-clarendon);
  font-weight: 400;
  font-size: 4vw;
  line-height: 1.25;
  text-align: center;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .home-gallery-wrapper .home-gallery-head .head-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .home-gallery-wrapper .home-gallery-head .head-title {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .home-gallery-wrapper .home-gallery-head .head-title {
    font-size: 32px;
  }
}
.home-gallery-wrapper .gallery-main {
  position: relative;
  z-index: 1;
}
.home-gallery-wrapper .gallery-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
@media (min-width: 768px) {
  .home-gallery-wrapper .gallery-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home-gallery-wrapper .gallery-row:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home-gallery-wrapper .gallery-row.row-reverse .gallery-item:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
  }
  .home-gallery-wrapper .gallery-row.row-reverse .gallery-item:nth-child(5) {
    grid-column: 3/5;
    grid-row: 1/3;
  }
}
.home-gallery-wrapper .gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.3s;
}
.home-gallery-wrapper .gallery-item img,
.home-gallery-wrapper .gallery-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-gallery-wrapper .gallery-item::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.home-gallery-wrapper .gallery-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.home-gallery-wrapper .gallery-item:hover {
  transform: scale(1.025);
}
.home-gallery-wrapper .gallery-action {
  text-align: center;
  margin-top: 30px;
}

.home-news-wrapper {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  background: linear-gradient(277.99deg, #f9f9e9 0%, #ffe2ba 100%);
}
@media (min-width: 992px) {
  .home-news-wrapper {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .home-news-wrapper {
    padding: 90px 0 80px;
  }
}
.home-news-wrapper .home-news-head {
  margin-bottom: 40px;
}
.home-news-wrapper .home-news-head .head-title {
  margin: 0;
  text-align: center;
  font-family: var(--font-clarendon);
  font-weight: 400;
  font-size: 4vw;
  line-height: 1.25;
  color: var(--black);
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .home-news-wrapper .home-news-head .head-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .home-news-wrapper .home-news-head .head-title {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .home-news-wrapper .home-news-head .head-title {
    font-size: 32px;
  }
}
.home-news-wrapper .home-news-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.home-news-wrapper .home-news-feature {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .home-news-wrapper .home-news-feature {
    width: 54.53%;
  }
}
.home-news-wrapper .home-news-list {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .home-news-wrapper .home-news-list {
    width: 40.61%;
  }
}
.home-news-wrapper .news-feature {
  position: relative;
}
.home-news-wrapper .news-feature .news-feature-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 32px;
}
.home-news-wrapper .news-feature .news-feature-image img,
.home-news-wrapper .news-feature .news-feature-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-news-wrapper .news-feature .news-feature-image::before {
  content: "";
  display: block;
  padding-bottom: 56.41%;
}
.home-news-wrapper .news-feature .news-feature-image img {
  transition: all 0.3s;
}
.home-news-wrapper .news-feature .news-feature-image:hover img {
  transform: scale(1.1);
}
.home-news-wrapper .news-feature .news-feature-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.home-news-wrapper .news-feature .news-feature-content .content {
  flex: 1;
}
.home-news-wrapper .news-feature .news-feature-content * {
  text-decoration: none;
}
.home-news-wrapper .news-feature .news-feature-content .title {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 4vw;
  line-height: 1.2857142857;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 8px;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  .home-news-wrapper .news-feature .news-feature-content .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .home-news-wrapper .news-feature .news-feature-content .title {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .home-news-wrapper .news-feature .news-feature-content .title {
    font-size: 28px;
  }
}
.home-news-wrapper .news-feature .news-feature-content .title:hover {
  color: var(--red);
}
.home-news-wrapper .news-feature .news-feature-content .desc {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 3.5vw;
  line-height: 1.375;
  color: var(--black);
}
@media (min-width: 576px) {
  .home-news-wrapper .news-feature .news-feature-content .desc {
    font-size: 16px;
  }
}
.home-news-wrapper .news-list-item {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.home-news-wrapper .news-list-item:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
  .home-news-wrapper .news-list-item {
    flex-direction: row;
  }
}
.home-news-wrapper .news-list-item .news-list-image {
  flex: 0 0 auto;
  width: 120px;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.home-news-wrapper .news-list-item .news-list-image img,
.home-news-wrapper .news-list-item .news-list-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-news-wrapper .news-list-item .news-list-image::before {
  content: "";
  display: block;
  padding-bottom: 89.38%;
}
@media (min-width: 768px) {
  .home-news-wrapper .news-list-item .news-list-image {
    width: 150px;
  }
}
@media (min-width: 1400px) {
  .home-news-wrapper .news-list-item .news-list-image {
    width: 180px;
  }
}
.home-news-wrapper .news-list-item .news-list-image img {
  transition: all 0.3s;
}
.home-news-wrapper .news-list-item .news-list-image:hover img {
  transform: scale(1.1);
}
.home-news-wrapper .news-list-item .news-list-content {
  flex: 1;
}
.home-news-wrapper .news-list-item * {
  text-decoration: none;
}
.home-news-wrapper .news-list-item .title {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 3.5vw;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--black);
  transition: all 0.3s;
}
@media (min-width: 576px) {
  .home-news-wrapper .news-list-item .title {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .home-news-wrapper .news-list-item .title {
    font-size: 20px;
  }
}
.home-news-wrapper .news-list-item .title:hover {
  color: var(--red);
}

@keyframes marqueeright {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}

/*# sourceMappingURL=style.css.map */
