/* === tui_video_banner Begin === */
.tui_video_banner .cmp-teaser {
  position: relative;

  /*overflow: hidden;*/
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.tui_video_banner .cmp-image {
  width: 100%;
  height: 767px;
  position: relative;
}

.tui_video_banner .cmp-image__image {
  height: -webkit-fill-available;
  object-fit: cover;
}

.tui_video_banner .cmp-image img {
  object-fit: cover;
  height: 100%;
  border-radius: 30px 4px;
}

.tui_video_banner .cmp-image video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px 4px;
}

.tui_video_banner .cmp-teaser__content_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 1.5rem 64px 1.5rem;
  min-height: 70%;
}

.tui_video_banner .cmp-teaser__image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: linear-gradient(180deg, rgba(21, 172, 139, 0.00) 35.59%, rgba(21, 172, 139, 0.97) 78.08%);
  align-items: flex-end;
  padding: 0 1.5rem 64px 1.5rem;
  min-height: 70%;
  content: "";
  border-radius: 30px 4px;
}

.tui_video_banner .cmp-teaser__image {
  border-radius: 30px 4px;
}

@media (min-width: 768px) {
  .tui_video_banner .cmp-teaser__content_wrapper {
    padding: var(--spacing-huge);
  }

  .tui_video_banner .cmp-image__image {
    height: inherit;
    object-fit: cover;
  }
}

.bg_orange .cmp-teaser__image:after {
  background: linear-gradient(180deg, rgba(243, 106, 48, 0.00) 35.59%, rgba(243, 106, 48, 0.97) 78.08%);
}

.bg_yellow .cmp-teaser__image:after {
  background: linear-gradient(180deg, rgba(209, 126, 10, 0.00) 35.59%, rgba(209, 126, 10, 0.97) 78.08%);

}

.bg_green .cmp-teaser__image:after {
  background: linear-gradient(180deg, rgba(21, 172, 139, 0.00) 35.59%, rgba(21, 172, 139, 0.97) 78.08%);
}

.bg_blue .cmp-teaser__image:after {
  background: linear-gradient(180deg, rgba(52, 95, 249, 0.00) 35.59%, rgba(52, 95, 249, 0.97) 78.08%);
}

@media (min-width: 1024px) {
  .tui_video_banner .cmp-teaser__content_wrapper {
    height: 100%;
    align-items: center;
  }

  .tui_video_banner .cmp-teaser__image:after {
    height: 100%;
    align-items: center;
    background: linear-gradient(to right, rgba(21, 172, 139, 1) 12%, rgba(21, 172, 139, 0.97) 13%, rgba(255, 255, 255, 0) 50%);

  }

  .bg_yellow .cmp-teaser__image:after {
    background: linear-gradient(to right, rgba(209, 126, 10, 1) 12%, rgba(209, 126, 10, 0.97) 13%, rgba(255, 255, 255, 0) 50%);

  }

  .bg_green .cmp-teaser__image:after {
    background: linear-gradient(to right, rgba(21, 172, 139, 1) 12%, rgba(21, 172, 139, 0.97) 13%, rgba(255, 255, 255, 0) 50%);

  }

  .bg_blue .cmp-teaser__image:after {
    background: linear-gradient(to right, rgba(52, 95, 249, 1) 12%, rgba(52, 95, 249, 0.97) 13%, rgba(255, 255, 255, 0) 50%);
  }

  .bg_orange .cmp-teaser__image:after {
    background: linear-gradient(to right, rgba(243, 106, 48, 1) 12%, rgba(243, 106, 48, 0.97) 13%, rgba(255, 255, 255, 0) 50%);

  }

}

.tui_video_banner .cmp-teaser__content {
  word-break: break-word;
}

@media (min-width: 1024px) {
  .tui_video_banner .cmp-teaser__content {
    width: 30%;
  }
}

.tui_video_banner .cmp-teaser__pretitle {
  color: var(--Gray-000);
  font-size: var(--Font-Eyebrows-Eyebrow, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: var(--spacing-medium);
}

.tui_video_banner .cmp-teaser__title {
  color: var(--Gray-000);
  font-family: "Dashiell Fine", serif;
  font-size: var(--font-heading-h1-base);
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: var(--spacing-regular);
}

.tui_video_banner .cmp-teaser__description {
  color: var(--Gray-000);
  font-size: var(--font-body-text-medium);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: var(--spacing-regular);
}

.tui_video_banner .cmp-teaser__description a {
  color: var(--Gray-000);
  text-decoration: underline;
}

.tui_video_banner .cmp-teaser__description ol,
.tui_video_banner .cmp-teaser__description ul {
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}

.tui_video_banner .cmp-teaser__description ol {
  list-style-type: decimal;
}

.tui_video_banner .cmp-teaser__description ul {
  list-style-type: disc;
}

.tui_video_banner .cmp-teaser__action-container {
  font-size: var(--font-body-text-medium);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--Gray-000);
}

.tui_video_banner .cmp-teaser__action-container a {
  padding-bottom: 10px;
  color: var(--Gray-000);
}

.tui_video_banner .cmp-teaser__action-container a:hover {
  border-bottom: 1.5px solid currentColor;
}

.tui_featured_section .tui_embed_section {
  position: relative;
}

.tui_featured_section .tui_embed_section video,
.tui_featured_section .tui_embed_section iframe,
.tui_featured_section .tui_embed_section {
  height: 300px;
}

@media (min-width: 500px) {

  .tui_featured_section .tui_embed_section video,
  .tui_featured_section .tui_embed_section iframe,
  .tui_featured_section .tui_embed_section {
    height: 500px;
  }
}

@media (min-width: 768px) {

  .tui_featured_section .tui_embed_section video,
  .tui_featured_section .tui_embed_section iframe,
  .tui_featured_section .tui_embed_section {
    height: 700px;
  }
}

/* === tui_video_banner End === */
.tui_ieo_tabs .dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}

.tui_ieo_tabs .dropdown__filter {
  position: relative;
  display: flex;
  padding: 20px;
  background-color: transparent;
  color: var(--Brand-Blue-500, #345FF9);
  font-family: "Poppins", sans-serif;
  font-size: var(--font-button-medium);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.tui_ieo_tabs .dropdown__filter:focus {
  outline: none;
}

.tui_ieo_tabs .dropdown__filter::after {
  position: relative;
  left: 20px;
  content: "\e116";
  color: #345FF9;
  font-size: 14px;
  top: -2px;
  font-family: "loopicon";
}

.tui_ieo_tabs .dropdown__select {
  position: absolute;
  top: 100%;
  left: -20px;
  right: 0px;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: 0.2s ease-in-out;
  z-index: 9;
  width: 264px;
  padding: var(--Spacing-medium, 32px);
  flex-direction: column;
  align-items: flex-start;
  border-top: 2px solid var(--Brand-Blue-500, #345FF9);
  background: var(--Gray-000, #FFF);
}

/* @media (min-width: 768px) {
  .tui_ieo_tabs .dropdown__select {
    left: 0;
  }
} */

.tui_ieo_tabs .dropdown__select-option {
  transition: 0.3s;
  display: flex;
  color: var(--Brand-Blue-500, #345FF9);
  font-family: "Poppins", sans-serif;
  font-size: var(--font-button-medium);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: var(--Spacing-medium, 32px);
  cursor: pointer;
}

.tui_ieo_tabs .dropdown__select-option:last-child {
  padding-bottom: 0;
}

.tui_banner_tabs.tui_ieo_tabs {
  margin: var(--Spacing-regular, 24px) 0;
}

.tui_banner_tabs.tui_ieo_tabs .dropdown__select {
  width: 100%;
  left: 0;
}

.tui_banner_tabs.tui_ieo_tabs .dropdown__filter {
  height: 45px;
  padding: 0;
  padding-bottom: var(--Spacing-regular, 24px);
  align-items: center;
  gap: var(--Spacing-xxsmall, 8px);
  flex-shrink: 0;
  border-bottom: 1px solid var(--Gray-000, #FFF);
  list-style: none;
  margin-bottom: 0;
}

.tui_banner_tabs.tui_ieo_tabs .dropdown__filter li.dropdown__filter-selected {
  color: var(--Gray-000, #FFF);
  font-size: var(--Font-Body-Text-Small, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.tui_ieo_tabs.tui_ieo_tabs .dropdown__filter::after {
  position: relative;
  left: 4px;
  content: "\e116";
  color: inherit;
  font-size: 14px;
  top: 0px;
  font-family: "loopicon";
}

.tui_video_banner .tui_ieo_tabs.tui_ieo_tabs .dropdown__filter::after {
  color: #fff;
  left: 0;
}

.tui_video_banner .tui_featured_section a.cmp-teaser__action-link .lp::before {
  color: var(--Brand-Blue-500);
  text-decoration: none;
}

.tui_video_banner .tui_featured_section a.cmp-teaser__action-link:hover,
.tui_video_banner .tui_featured_section a.cmp-teaser__action-link:focus {
  text-decoration: none;
}

.tui_video_banner .tui_featured_section a.cmp-teaser__action-link .lp:hover,
.tui_video_banner .tui_featured_section a.cmp-teaser__action-link .lp:focus {
  background-color: #FFF;
}

.tui_region_data_section {
  margin: 0 auto;
  width: 100%;
}

.tui_region_data_section .tui_data_value {
  border-bottom: 0;
  justify-content: center;
}

.tui_region_data_section .tui_button_primary {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.touchui-container.tui-Global-Section-Padding-b .bannerdetail.tui_video_banner {
  margin-bottom: var(--spacing-xhuge);
}

.tui_embed_section iframe {
  z-index: -1;
}

.tui_embed_section a {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  display: block;
  height: 100%;
}

.tui_region_b_roll .tui_embed_section iframe {
  z-index: 0;
}

.tui_region_b_roll .tui_embed_section iframe {
  z-index: 0;
}
.tui_play_btn,
.tui_pause_btn {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 0px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Gray-1000);
  color: var(--Gray-000);
  border-radius: 50%;
}

@media (min-width: 1024px) {

  .tui_ieo_banner .tui_play_btn,
  .tui_ieo_banner .tui_pause_btn {
    right: 0px;
    bottom: 95px;
  }
}

.tui_play_btn .lp::before {
  border: 0px solid transparent;
  font-size: 18px;
}

.tui_pause_btn .lp::before {
  border: 0px solid transparent;
  font-size: 25px;
}

.tui_play_btn:focus-visible,
.tui_pause_btn:focus-visible {
  color: var(--Brand-Blue-500);
  background-color: #fff;
}

.tui_ieo_banner .tui_play_btn,
.tui_ieo_banner .tui_pause_btn {
  background-color: var(--Gray-000);
  color: var(--Brand-Blue-500);
}

.tui_play_btn:hover,
.tui_pause_btn:hover {
  color: #fff;
  background-color: var(--Brand-Blue-500);
}
/* === tui_full_row_teaser Begin === */
.tui_full_row_teaser .cmp-teaser__title {
  margin-bottom: var(--spacing-xlarge);
  padding-bottom: var(--spacing-xlarge);
  border-bottom: 2px solid var(--Gray-200, #ece8ec);
}

.tui_full_row_teaser .cmp-teaser__description {
  color: var(--Blue-900);
  font-size: var(--font-body-text-medium);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin-bottom: var(--spacing-large);
}

.tui_full_row_teaser .cmp-teaser__description ol,
.tui_full_row_teaser .cmp-teaser__description ul {
  padding-left: 2.5rem;
}

.tui_full_row_teaser .cmp-teaser__description ol {
  list-style-type: decimal;
}

.tui_full_row_teaser .cmp-teaser__description ul {
  list-style-type: disc;
}

.tui_full_row_teaser .cmp-teaser__image {
  margin-bottom: var(--spacing-medium);
}

@media (min-width: 768px) {
  .tui_full_row_teaser .cmp-teaser {
    padding-left: 108px;
    padding-right: 108px;
  }

  .tui_full_row_teaser .cmp-teaser__image {
    margin-bottom: var(--spacing-xlarge);
  }
}

@media (min-width: 1024px) {
  .tui_full_row_teaser .cmp-teaser {
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }

  .tui_full_row_teaser .cmp-teaser__image {
    width: 50%;
  }

  .tui_full_row_teaser .cmp-teaser__content {
    width: 50%;
    padding-left: var(--spacing-xhuge);
    padding-right: var(--spacing-xhuge);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.tui_full_row_teaser .cmp-teaser__image {
  position: relative;
}

.tui_full_row_teaser .overlay_img {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.tui_full_row_teaser .overlay_img img {
  margin: -22px auto 0px auto;
}

.tui_full_row_teaser .cmp-teaser__image .cmp-image {
  /* clip-path: inset(1% 0 2% 0 round 70% 90% 70% 90%); */
  margin-bottom: 3rem;

}

.tui_external_link .cmp-teaser__action-container a {
  color: var(--Brand-Blue-500);

  font-size: var(--Font-Buttons-Button_MD, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  border-bottom: 2px solid var(--Brand-Blue-500);
  padding-bottom: 10px;
  width: auto;
}

.tui_external_link .cmp-teaser__action-container a .lp {
  content: "\e123";
  font-size: 75%;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: 1px;
  font-weight: 600;
}



.tui_featured_section video,
.tui_featured_section iframe {
  position: relative;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {

  .tui_featured_section video,
  .tui_featured_section iframe {
    height: 550px;
  }
}



.tui_featured_section a.cmp-teaser__action-link .lp {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0px;
  background: var(--Gray-000);
  width: 40px;
  height: 40px;
  padding: 1rem;
  font-size: 1.25rem;
}

.tui_featured_section a.cmp-teaser__action-link .lp:hover {
  background: var(--Black);
  color: var(--Gray-000);
}

.tui_featured_section a.cmp-teaser__action-link .lp:focus {
  background: var(--Brand-Blue-500);
  color: var(--Gray-000);
}

.tui_featured_section a.cmp-teaser__action-link .lp::before {
  transform: rotate(45deg);
}



.tui_featured_section .tui_ieo_bannervideo {
  order: 2;
}

.tui_text_center {
  text-align: center;
}

.cmp-title__text b {
  font-weight: 900;
}

.title.tui_margin-medium-b .cmp-title__text {
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .tui_full_row_teaser .cmp-teaser__image .cmp-image {
    max-width: 85%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .tui_full_row_teaser .cmp-teaser__image .cmp-image {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .tui_full_row_teaser .cmp-teaser__image .cmp-image {
    max-width: 100%;
    margin: 0 auto;
  }
}

.tui_full_row_teaser .tui_ieo_featurevideo video,
.tui_full_row_teaser .tui_embed_section iframe,
.tui_ieo_featurevideo video,
.tui_full_row_teaser .tui_embed_section {
  height: 300px;
  object-fit: cover;

}

@media (min-width: 500px) {

  .tui_full_row_teaser .tui_ieo_featurevideo video,
  .tui_full_row_teaser .tui_embed_section iframe,
  .tui_ieo_featurevideo video,
  .tui_full_row_teaser .tui_embed_section {
    height: 100%;
  }
}

@media (min-width: 768px) {

  .tui_full_row_teaser .tui_ieo_featurevideo video,
  .tui_full_row_teaser .tui_embed_section iframe,
  .tui_ieo_featurevideo,
  .tui_full_row_teaser .tui_embed_section {
    height: 700px;
  }
}


.tui_ieo_featurevideo video {
  position: relative;
}


.tui_full_row_teaser .tui_play_btn,
.tui_full_row_teaser .tui_pause_btn {
  bottom: 5rem;
  right: 5rem;
}



/*===tui_full_row_teaser End ===*/
