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

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

#hero-swiper .swiper-slide {
  height: 100%;
}

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

.hero-slide, .alt-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: "Tenor Sans", system-ui;
  letter-spacing: 1px;
  cursor: default;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.4);
}

.hero-slide-subtitle {
  display: block;
  font-family: "Open Sans", system-ui;
  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: "Open Sans", system-ui;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 41px;
  /*background-color: #42341E;*/
  background-color: rgb(255 84 15 / 60%);
  margin-top: 28px;
  border-radius: 12px;
}

.hero-slide-button:hover {
  background-color: #ff540f;
}

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

.alt-hero-slide-title {
  line-height: 60px;
  font-weight: 400;
  font-family: "Tenor Sans", system-ui;
  letter-spacing: 1px;
  cursor: default;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.4);
  font-size: 64px;
  color: #fff;
  text-shadow: none;
}

.alt-hero-slide-text {
  color: #fff;
  text-shadow: none;
  max-width: 500px;
  font-size: 16px;
  font-family: "Open Sans", system-ui;
  margin-top: 20px;
  cursor: default;
  font-weight: 400;
}

.hero-slide-text {
  max-width: 500px;
  font-size: 16px;
  font-family: "Open Sans", system-ui;
  color: #42341E;
  margin-top: 20px;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.4);
  cursor: default;
  font-weight: 400;
}

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

.hero-slide-item,
.alt-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;
}

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

.hero-slide-item-title,
.alt-hero-slide-item-title {
  font-size: 24px;
  line-height: 22px;
  font-family: "Tenor Sans", system-ui;
  color: #fff;
  margin-top: 4px;
  font-weight: 400;
}

.hero-slide-item-title {
  color: #42341E;
}

.hero-slide-item-subtitle,
.alt-hero-slide-item-subtitle {
  font-size: 14px;
  font-family: "Open Sans", system-ui;
  color: #fff;
}

.hero-slide-item-subtitle {
  color: #42341E;
}

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

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

.pbmit-slider-area-main .swiper-button-next, .pbmit-slider-area-main .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-main .swiper-button-next {
  right: 20px;
}

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

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

.pbmit-slider-area-main .swiper-button-next::after, .pbmit-slider-area-main .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, .alt-hero-slide {
    height: 600px;
  }  
  .hero-slide-title {
    font-size: 64px;
    line-height: 56px;
  }
  .alt-hero-slide-title {
    font-size: 56px;
    line-height: 48px;
  }
  .hero-slide-subtitle, .alt-hero-slide-subtitle {
    font-size: 18px;
  }
  .hero-slide-button, .alt-hero-slide-button {
    margin-top: 22px;
  }
}

@media (max-width: 1199px) {
  .pbmit-slider-area .swiper-button-next, .pbmit-slider-area .swiper-button-prev {
    opacity: 0 !important;
    pointer-events: none;
  }
  .hero-slide, .alt-hero-slide {
    height: 550px;
  }
  .hero-slide-title {
    font-size: 54px;
    line-height: 48px;
  }
  .alt-hero-slide-title {
    font-size: 52px;
    line-height: 48px;
  }
  .alt-hero-slide-text {
    font-size: 15px;
  }
  .alt-hero-slide-items-wrapper {
    margin-top: 32px;
  }
  .alt-hero-slide-item-title {
    font-size: 20px;
  }
  .alt-hero-slide-subtitle {
    font-size: 16px;
    line-height: 18px;
  }
  .alt-hero-slide-button {
    font-size: 14px;
    padding: 14px 32px;
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .hero-slide, .alt-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: 20px;
  }
  .alt-hero-slide-title {
    font-size: 42px;
    line-height: 36px;
  }
  .alt-hero-slide-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px;
    font-weight: 300;
  }
  .alt-hero-slide-items-wrapper {
    margin-top: 28px;
  }
  .alt-hero-slide-item-title {
    font-size: 20px;
    margin-top: 0;
  }
  .alt-hero-slide-item-devider {
    width: 70px;
  }
  .alt-hero-slide-item-subtitle {
    font-size: 14px
  }
}

@media (max-width: 767px) {
  .hero-slide, .alt-hero-slide {
    height: 100%;
  }
  .hero-slide-title {
    text-align: center;
    font-size: 42px;
    line-height: 36px;
  }
  .hero-slide-subtitle { 
    margin-top: 10px;
    font-size: 15px;
  }
  .hero-slide-button {
    /*display: none;*/
    font-size: 14px;
    padding: 14px 32px;
    margin-top: 28px;
  }
  .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-title, .alt-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: 28px;
  }
  .alt-hero-slide-text{
    font-size: 16px;
  }
  .alt-hero-slide-items-wrapper {
    gap: 30px;
  }
  .alt-hero-slide-item-title {
    font-size: 16px;
  }
  .alt-hero-slide-item-devider {
    width: 60px;
  }
  .alt-hero-slide-item-subtitle {
    font-size: 10px
  }
}

@media (max-width: 400px) {
  .alt-hero-slide-title {
    font-size: 32px;
  }
  .alt-hero-slide-text{
    font-size: 14px;
    line-height: 18px;
    width: 80%;
  }
}

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

  .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;
  }
}

.container_main_flex {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.inner_doc_box .block_header {
  margin-bottom: 48px;
}

.inner_doc_box .block_header h2 {
  color: #00595a;
}

.inner_doc_box .block_header h2 {
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -.5px;
  color: #00595a;
  text-transform: none;
  font-style: normal;
  margin-bottom: 20px;
}

.inner_doc_box .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  height: 640px;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.inner_doc_box .iframe-container {
  height: 525px;
}

@media (max-width: 1169px) {
  .inner_doc_box .iframe-container {
      height: 392px;
  }
}

@media (max-width: 767px) {
  .inner_doc_box .iframe-container {
      height: 160px;
  }
}

.inner_doc_box .inner_doc_box_text {
  /*margin: 48px auto 0;*/
  /*max-width: 750px;*/
  margin: 48px 20px 0;
}

@media (max-width: 767px) {
  .inner_doc_box .inner_doc_box_text {
      margin-top: 32px;
  }
}

.inner_doc_box .iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}