.swiper {
  width: 100%;
}
.container-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 40rem;
  height: 40rem;
  filter: blur(0.3rem) brightness(0.5);
}
.container-slider .swiper-slide .card {
  position: relative;
  background: #fff;
  color: #333;
  border-radius: 1rem;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.container-slider .swiper-slide .card .content {
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-slider .swiper-slide .card .content p {
  text-indent: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.container-slider .swiper-slide .card .sliderText {
  position: relative;
  width: 100%;
  height: 20rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  transition: all 0.5s;
  font-size: 1.5rem;
  color: var(--st-text-dark);
  overflow: hidden;
}
.container-slider .swiper-slide .card .sliderText div {
  width: 100%;
  transition: all 0.5s;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #151515);
}
.container-slider .swiper-slide .card .sliderText h3 {
  text-transform: uppercase;
  font-size: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container-slider .swiper-slide .card .sliderText .category {
  display: flex;
  position: absolute;
  height: initial;
  width: auto;
  border-radius: 0 0 0 1rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2509803922);
  transition: all 0.3s;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  top: 0;
  right: 0;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.container-slider .swiper-slide.swiper-slide-active {
  filter: blur(0rem);
}
.container-slider .swiper-slide.swiper-slide-active:hover .sliderText {
  background-size: 130%;
  transition: all 0.5s;
  text-decoration: none;
}
.container-slider .swiper-slide.swiper-slide-active:hover .sliderText div {
  padding: 2rem;
}
.container-slider .swiper-pagination-bullet {
  background-color: #fff;
}
.container-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #008a35;
}
.st_Swiper.swiper {
  overflow: visible;
}
.st_Swiper .swiper-horizontal > .swiper-pagination-bullets,
.st_Swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -2rem;
}
@media screen and (max-width: 500px) {
  .container-slider .swiper-slide {
    width: 30rem;
  }
}
.container-iframe {
  --widthIframe: 60rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-iframe iframe {
  border-radius: 1rem;
  border: 0.2rem solid #008a35;
  width: var(--widthIframe);
  height: calc(var(--widthIframe) * 9 / 16);
}
@media screen and (max-width: 500px) {
  .container-iframe {
    --widthIframe: 90vw;
  }
}
.header-search-st {
  position: relative;
  height: 54.5rem;
  color: var(--st-text-dark);
  text-align: center;
}
.header-search-st .title {
  font-weight: 900;
}
.header-search-st h1 {
  font-size: 10rem;
  line-height: 10rem;
}
.header-search-st h2 {
  font-size: 8rem;
}
.header-search-st h3 {
  font-size: 6rem;
}
.header-search-st .line {
  border: none;
  background-color: var(--st-primary);
  width: 15rem;
  border-radius: 0.5rem;
  height: 0.6rem;
  margin-bottom: 1.5rem;
}
.header-search-st p {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-indent: unset;
  text-align: unset;
}
.header-search-st .field-search-st {
  z-index: 2;
  width: var(--content-width);
  padding: 0 20rem 0 20rem;
}
.header-search-st .field-search-st form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1.5rem;
}
.header-search-st .field-search-st .input {
  flex-grow: 2;
  position: relative;
}
.header-search-st .field-search-st .input input {
  width: 100%;
  height: 5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  border: none;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  padding-left: 1rem;
}
.header-search-st .field-search-st .input .select-box {
  width: 100%;
}
#categories-selectbox {
  width: 30%;
  font-size: 1.5rem;
  height: 5rem;
}
#categories-selectbox .selectbox {
  opacity: 1;
  color: var(--st-text-light);
}
#categories-selectbox .options span {
  color: var(--st-text-light);
}
.header-search-st .field-search-st button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  border: none;
  border-radius: 0.5rem;
  margin-right: 0rem;
  background-color: var(--st-primary);
  color: var(--st-text-dark);
  font-size: 1.6rem;
  font-weight: 900;
  flex-grow: 2;
}
.header-search-st .field-search-st button::before {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='25' height='25'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9-9-4.032-9-9 4.032-9 9-9zm0 16c3.867 0 7-3.133 7-7 0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7zm8.485.071l2.829 2.828-1.415 1.415-2.828-2.829 1.414-1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
}
.header-search-st .select-box {
  position: absolute;
  display: flex;
  top: 5.5rem;
  flex-direction: column;
  z-index: 28;
  font-size: 1.5rem;
  font-weight: 500;
}
.select-box .options-container {
  background: #fff;
  color: #ff4000;
  max-height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 0.5rem;
  overflow: hidden;
  order: 1;
}
.select-box .options-container.active {
  max-height: 24rem;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 0;
}
.select-box .options-container {
  scrollbar-width: auto;
  scrollbar-color: var(--st-primary) #fff;
}
.select-box .options-container::-webkit-scrollbar {
  width: 0.5rem;
  background: #fff;
  border-radius: 0 0.8rem 0.8rem 0;
}
.select-box .options-container::-webkit-scrollbar-thumb {
  background: --st-primary;
  border-radius: 0 0.8rem 0.8rem 0;
}
.select-box .option {
  padding: 1.2rem 2.4rem;
  cursor: pointer;
}
.select-box .option:hover {
  background: #eee;
}
.select-box span {
  cursor: pointer;
}
.select-box .option .radio {
  display: none;
}
.shortcut-page {
  position: absolute;
  bottom: -2.5rem;
  width: 5rem;
  height: 5rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.shortcut-page svg {
  fill: var(--st-primary);
  transform: scale(1.8);
  animation: shortcut-page 0.5s ease-in-out infinite alternate;
  z-index: 3;
}
.shortcut-page::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: -2.6rem;
  width: 3rem;
  height: 3rem;
  background: 0 0;
  border-radius: 50%;
  box-shadow: -1.5rem 1.8rem #fff;
}
.shortcut-page::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -2.6rem;
  width: 3rem;
  height: 3rem;
  background: 0 0;
  border-radius: 50%;
  box-shadow: 1.5rem 1.8rem #fff;
}
@keyframes shortcut-page {
  from {
    transform: translatey(0.3rem) scale(1.8);
  }
  to {
    transform: translatey(1rem) scale(1.8);
  }
}
@media screen and (max-width: 1200px) {
  .header-search-st .field-search-st {
    width: var(--content-width);
    padding: 0 0rem 0 0rem;
  }
}
@media screen and (max-width: 500px) {
  .header-search-st {
    height: 50rem;
  }
  .header-search-st h1 {
    font-size: 5rem;
    line-height: 7rem;
  }
  .header-search-st p {
    font-size: 2.1rem;
  }
  .header-search-st .field-search-st {
    padding: 0;
  }
  .header-search-st .field-search-st form {
    flex-direction: column;
  }
  .header-search-st .field-search-st .input {
    width: 100%;
  }
  .header-search-st .field-search-st #categories-selectbox {
    width: 100%;
  }
  .header-search-st .field-search-st button {
    width: 100%;
  }
}
.grid-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.peoples-time {
  display: grid;
  grid-template-columns: repeat(3, 30rem);
  gap: 2rem;
  justify-content: center;
}
.peoples-time .people {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #008a35 0, #008a35 36%, #fff 36%, #fff 100%);
  border-radius: 1rem;
  width: 100%;
  color: #333;
  padding: 2rem;
}
.peoples-time .people img {
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
}
.peoples-time .people h3 {
  font-size: 2rem;
}
.peoples-time .people h4 {
  font-size: 1.5rem;
  color: #008a35;
}
.peoples-time .people span {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .peoples-time {
    justify-content: space-between;
    overflow-x: scroll;
  }
  .peoples-time::-webkit-scrollbar {
    width: 0;
  }
  .peoples-time::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0.5rem;
    border: 0.1rem solid rgba(255, 255, 255, 0);
  }
  .peoples-time::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
  }
}
