.topics {
  position: relative;
  z-index: 0;
}
.topics .topic_container {
  padding: 0 12.5%;
  margin-top: 8rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 1080px) {
  .topics .topic_container {
    padding: 4rem 16.8%;
    background: #fff;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .topics .topic_container {
    margin: 0;
    padding: 4rem 8.6%;
    background: #fff;
  }
}
.topics .topic_container .topic_title {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #7e694f;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.15rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .topics .topic_container .topic_title {
    margin-bottom: 4rem;
  }
}
.topics .topic_container .swiper_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 47.3rem;
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .topics .topic_container .swiper_container {
    min-height: 40.4rem;
  }
}
.topics .topic_container .swiper_container .swiper-wrapper {
  height: auto;
}
.topics .topic_container .swiper_container .swiper-wrapper .topic-item {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 8.8rem 3.8% 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .topics .topic_container .swiper_container .swiper-wrapper .topic-item {
    padding: 8.8rem 8.3% 6.8rem;
  }
}
@media screen and (max-width: 750px) {
  .topics .topic_container .swiper_container .swiper-wrapper .topic-item {
    padding: 7.8rem 14.7% 6.5rem;
  }
}
.topics .topic_container .swiper_container .swiper-wrapper .topic-item .topic_bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-position: 50% !important;
  position: absolute;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  cursor: pointer;
}
.topics .topic_container .swiper_container .swiper-wrapper .topic-item .topic_bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.topics .topic_container .swiper_container .swiper-wrapper .topic-item:hover .topic_bg {
  background-size: cover !important;
  background: #7e694f 50% !important;
  -webkit-box-shadow: -0.5rem 0.1rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: -0.5rem 0.1rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.topics .topic_container .swiper_container .swiper-wrapper .topic-item:hover .topic_bg:after {
  background-color: unset;
  opacity: unset;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.topics .topic_container .swiper_container .swiper-wrapper .topic-item .title {
  height: 100%;
  cursor: pointer;
  font-size: 3.6rem;
  padding: 3.3rem 0;
  font-family: ChapRegular;
  text-transform: uppercase;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  position: inherit;
  color: #fff;
  line-height: 5rem;
  text-align: center;
  letter-spacing: 0.9rem;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  word-break: break-word;
}
@media screen and (max-width: 750px) {
  .topics .topic_container .swiper_container .swiper-wrapper .topic-item .title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.1rem;
  }
}
.topics .topic_container .swiper_container .swiper-wrapper .topic-item .see-more {
  z-index: 2;
  margin: 6.1rem auto 0;
}
@media screen and (max-width: 750px) {
  .topics .topic_container .swiper_container .swiper-wrapper .topic-item .see-more {
    margin: 5rem auto 0;
  }
}
.topics .topic_container .swiper_container .swiper-wrapper .topic-item .see-more .cmp-button {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.topics .topic_container .swiper_container .swiper-pagination {
  display: none;
  bottom: 143px !important;
}
.topics .topic_container .swiper_container .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  opacity: 0.5;
}
.topics .topic_container .swiper_container .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.6rem;
  height: 0.6rem;
  opacity: 1;
}
.topics .topic_container .swiper_container {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1080px) {
  .topics .topic_container .swiper_container {
    background: #fff !important;
  }
}
@media screen and (max-width: 750px) {
  .topics .topic_container .swiper_container .topic_title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .topics .topic_container .swiper_container {
    margin-bottom: 0;
  }
}
.topics .topic_container .swiper_container .swiper-pagination {
  bottom: -4rem !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topics .topic_container .swiper_container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(36, 40, 43, 0.5);
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
}
.topics
  .topic_container
  .swiper_container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #24282b;
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 1080px) {
  .topics .topic_container .swiper_container .swiper-pagination {
    bottom: 5.5rem !important;
  }
  .topics .topic_container .swiper_container .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    background-color: hsla(0, 0%, 100%, 0.5);
  }
  .topics
    .topic_container
    .swiper_container
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.topics .topic_container .explore_more_button {
  display: none;
}
.topics .topic_container .topic_swiper-button-next,
.topics .topic_container .topic_swiper-button-prev {
  color: #7e694f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 3.2rem;
}
@media screen and (max-width: 750px) {
  .topics .topic_container .topic_swiper-button-next,
  .topics .topic_container .topic_swiper-button-prev {
    display: none;
  }
}
.topics .topic_container .topic_swiper-button-next:hover,
.topics .topic_container .topic_swiper-button-prev:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.topics .topic_container .topic_swiper-button-prev {
  left: 5.8%;
}
@media screen and (min-width: 750px) and (max-width: 1080px) {
  .topics .topic_container .topic_swiper-button-prev {
    left: 8.6%;
  }
}
.topics .topic_container .topic_swiper-button-next {
  right: 5.8%;
}
@media screen and (min-width: 750px) and (max-width: 1080px) {
  .topics .topic_container .topic_swiper-button-next {
    right: 8.6%;
  }
}
.topics .topic_container .explore_more_button {
  text-align: center;
  margin-top: 4.3rem;
}
@media screen and (max-width: 750px) {
  .topics .topic_container .explore_more_button {
    margin-top: 4rem;
  }
}
.topics .topic_container .explore_more_button .cmp-button {
  color: #7e694f;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 0;
}
@media screen and (max-width: 750px) {
  .topics .topic_container .explore_more_button .cmp-button {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
}
#points .swiper_container {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1080px) {
  #points .swiper_container {
    background: #fff !important;
  }
}
@media screen and (max-width: 750px) {
  #points .swiper_container .topic_title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  #points .swiper_container {
    margin-bottom: 0;
  }
}
#points .swiper_container .swiper-pagination {
  bottom: -4rem !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#points .swiper_container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(36, 40, 43, 0.5);
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
}
#points
  .swiper_container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #24282b;
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 1080px) {
  #points .swiper_container .swiper-pagination {
    bottom: 5.5rem !important;
  }
  #points .swiper_container .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    background-color: hsla(0, 0%, 100%, 0.5);
  }
  #points
    .swiper_container
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 0.6rem;
    height: 0.6rem;
  }
}
#points .explore_more_button {
  display: none;
}
#arrow .topic_container {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  #arrow .topic_container {
    background: #fff !important;
  }
}
@media screen and (max-width: 750px) {
  #arrow .topic_container .topic_title {
    font-size: 1.2rem;
  }
}
#arrow .swiper_container {
  margin-bottom: 0 !important;
}
#arrow .swiper_container .swiper-pagination {
  display: none !important;
  bottom: -4rem !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#arrow .swiper_container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(36, 40, 43, 0.5);
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
}
#arrow
  .swiper_container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #24282b;
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 1080px) {
  #arrow .swiper_container .swiper-pagination {
    bottom: 5.5rem !important;
  }
  #arrow .swiper_container .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    background-color: hsla(0, 0%, 100%, 0.5);
  }
  #arrow
    .swiper_container
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 0.6rem;
    height: 0.6rem;
  }
}
#arrow .explore_more_button {
  margin-bottom: 8rem;
  display: block;
}
@media screen and (max-width: 750px) {
  #arrow .explore_more_button {
    margin-bottom: 0;
    margin-top: 2rem;
  }
}
