#hero-swiper.swiper-container {
  width: 100vw;
  position: relative;
}

#hero-swiper.swiper-container .swiper-wrapper {
  position: relative;
}

.hero-slide-text-wrapper {
  z-index: 10;
}

.hero-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 693px;
  position: relative;
}

.hero-slide img {
  width: 100%;
}

.hero-slide-title {
  font-size: 72px;
  line-height: 60px;
  font-weight: 400;
  font-family: var(--pbmit-body-typography-font-family);
  letter-spacing: 1px;
  cursor: default;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.4);
}

.hero-slide-subtitle {
  display: block;
  font-family: var(--pbmit-body-typography-font-family);
  color: #42341E;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-top: 20px;
  cursor: default;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.4);
}

.hero-slide-button {
  display: inline-block;
  font-family: var(--pbmit-body-typography-font-family);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 41px;
  background-color: var(--pbmit-global-color);
  margin-top: 48px;
  border: 1px solid var(--pbmit-global-color);
}

.hero-slide-mobile-button {
  display: none;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-slide-2 .hero-slide-title {
  font-size: 64px;
  color: #fff;
  text-shadow: none;
}

.hero-slide-2 .hero-slide-text {
  color: #fff;
  text-shadow: none;
}

.hero-slide-text {
  /*max-width: 500px;*/
  font-size: 16px;
  font-family: var(--pbmit-body-typography-font-family);
  color: var(--pbmit-global-color);
  margin-top: 20px;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.4);
  cursor: default;
  font-weight: 400;
}

.hero-slide-items-wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 40px;
  margin-top: 40px;
}

.hero-slide-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  justify-content: start;
}

.hero-slide-item-devider {
  height: 1px;
  width: 100px;
  background-color: #42341E;
}

.hero-slide-item-title {
  font-size: 24px;
  line-height: 22px;
  font-family: var(--pbmit-body-typography-font-family);
  color: var(--pbmit-global-color);
  margin-top: 4px;
  font-weight: 400;
}

.hero-slide-item-subtitle {
  font-size: 14px;
  font-family: var(--pbmit-body-typography-font-family);
  color: var(--pbmit-global-color);
}

.hero-slide-2 .hero-slide-item-title {
  color: #fff;
}

.hero-slide-2 .hero-slide-item-subtitle {
  color: #fff;
}

.hero-slide-2 .hero-slide-item-devider {
  background-color: #fff;
}

.pbmit-header-overlay {
  position: sticky !important;
  z-index: 1000;
}

.pbmit-slider-area {
  position: relative;
}

.pbmit-slider-area .swiper-button-next, .pbmit-slider-area .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.25 !important;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  transition: background-color 0.4s ease, opacity 0.4s ease;
}

.pbmit-slider-area .swiper-button-next {
  right: 20px;
}

.pbmit-slider-area .swiper-button-prev {
  left: 20px;
}

.pbmit-slider-area .swiper-button-prev svg, .pbmit-slider-area .swiper-button-next svg {
  transition: width 0.2s ease;
}

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

.hero-title_animation {
  animation-duration: 2s;
  animation-delay: 0.2s;
}

.hero-subtitle_animation {
  animation-duration: 2s;
  animation-delay: 0.4s;
}

.hero-text_animation {
  animation-duration: 2s;
  animation-delay: 0.4s;
}

.hero-text_animation {
  animation-duration: 1.6s;
  animation-delay: 0.8s;
}

.hero-slide-items-wrapper_animation {
  animation-duration: 1s;
  animation-delay: 1.4s;
}

.hero-button_animation {
  animation-duration: 1s;
  animation-delay: 1.4s;
}

.hero-slide-background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 60%);
  background-size: cover;
  background-position: center;
}

.hero-slider-gradient {
  display: none;
  min-height: 40%;
  position: absolute;
  width: 100%;
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 60%);
  background-size: cover;
  background-position: center;
}

.hero-slide-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1399px) {
  .hero-slide {
    height: 600px;
  }

  .hero-slide-title {
    font-size: 64px;
    line-height: 56px;
  }

  .hero-slide-2 .hero-slide-title {
    font-size: 56px;
    line-height: 48px;
  }

  .hero-slide-subtitle {
    font-size: 18px;
  }

  .hero-slide-button {
    margin-top: 42px;
  }
}

@media (max-width: 1199px) {
  .pbmit-slider-area .swiper-button-next, .pbmit-slider-area .swiper-button-prev {
    opacity: 0 !important;
    pointer-events: none;
  }

  .hero-slide {
    height: 550px;
  }

  .hero-slide-title {
    font-size: 54px;
    line-height: 48px;
  }

  .hero-slide-2 .hero-slide-title {
    font-size: 52px;
    line-height: 48px;
  }

  .hero-slide-2 .hero-slide-text {
    font-size: 15px;
  }

  .hero-slide-items-wrapper {
    margin-top: 32px;
  }

  .hero-slide-item-title {
    font-size: 20px;
  }

  .hero-slide-subtitle {
    font-size: 16px;
    line-height: 18px;
  }

  .hero-slide-button {
    font-size: 14px;
    padding: 14px 32px;
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .hero-slide {
    height: 500px;
  }

  .hero-slide-title {
    font-size: 52px;
    line-height: 48px;
  }

  .hero-slide-subtitle {
    line-height: 16px;
  }

  .hero-slide-button {
    font-size: 14px;
    padding: 14px 32px;
    margin-top: 40px;
  }

  .hero-slide-2 .hero-slide-title {
    font-size: 42px;
    line-height: 36px;
  }

  .hero-slide-2 .hero-slide-text {
    font-size: 14px;
  }

  .hero-slide-item-title {
    font-size: 18px;
  }

  .hero-slide-item-devider {
    width: 60px;
  }

  .hero-slide-item-subtitle {
    font-size: 12px
  }
}

@media (max-width: 767px) {
  .hero-slide {
    height: auto;
  }

  .hero-slide-title {
    text-align: center;
    font-size: 42px;
    line-height: 36px;
  }

  .hero-slide-subtitle {
    margin-top: 10px;
    font-size: 15px;
  }

  .hero-slide-text {
    display: none;
  }

  .hero-slide-button {
    display: none;
    font-size: 14px;
    padding: 14px 32px;
    margin-top: 48px;
  }

  .hero-slide-mobile-button {
    display: inline-block;
  }

  .hero-slide-text-wrapper {
    /* background-color: #f6f6f6; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0 !important;
  }

  .hero-slide-background {
    position: relative;
    aspect-ratio: 3/2;
  }

  .hero-slider-gradient {
    display: block;
  }
}

@media (max-width: 575px) {
  .hero-slide {
    height: 440px;
  }

  .hero-slide-title, .hero-slide-2 .hero-slide-title {
    font-size: 36px;
    line-height: 32px;
  }

  .hero-slide-subtitle {
    font-size: 14px;
  }

  .hero-slide-button {
    font-size: 14px;
    padding: 14px 32px;
    margin-top: 48px;
  }

  .hero-slide-items-wrapper {
    gap: 30px;
  }

  .hero-slide-item-title {
    font-size: 16px;
  }

  .hero-slide-item-devider {
    width: 60px;
  }

  .hero-slide-item-subtitle {
    font-size: 10px
  }
}

@media (hover: hover) {
  .hero-slide-button:hover {
    background-color: #fff;
    color: var(--pbmit-global-color);
  }

  .pbmit-slider-area .swiper-button-next:hover, .pbmit-slider-area .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 1);
    opacity: 1 !important;
  }

  .pbmit-slider-area .swiper-button-prev:hover svg, .pbmit-slider-area .swiper-button-next:hover svg {
    width: 32px;
  }
}

@media (hover: none) {
  .pbmit-slider-area .swiper-button-next, .pbmit-slider-area .swiper-button-prev {
    opacity: 0 !important;
    pointer-events: none;
  }
}

@media (max-width: 801px) {
  .pbmit-entry-content table {
    overflow-x: scroll;
    display: block;
  }
}

.pbmit-blogbox-style-dop-3 {
  background: var(--pbmit-white-color);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
}

.mb40 {
  margin-bottom: 40px;
}

.pbmit-service-style-2 {
  height: 100%;
}

@media (max-width: 680px) {
  .pbmit-title-bar-content .pbmit-tbar-title {
    overflow-wrap: break-word;
  }

  .pbmit-entry-content h2 {
    overflow-wrap: break-word;
  }
}

@media (max-width: 425px) {
  .pbmit-title-bar-content .pbmit-tbar-title {
    overflow-wrap: break-word;
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .pbmit-entry-content h2 {
    overflow-wrap: break-word;
    font-size: 25px !important;
    line-height: 30px !important;
  }
}