@import url(https://fonts.bunny.net/css?family=inter:100,200,300,400,500,600,700,800,900|poppins:100,200,300,400,500,600,700,800,900);
#downloaderizer {
  display: none;
}

/********************/
/********************/
/********************/
/*** home slider *****/
/********************/
/* Chevron arms */
/* Shaft line */
/* Animation keyframes */
@keyframes pulseUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes pulser {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.05);
  }
}
.posrel {
  position: relative;
}

.chevarrowgen {
  opacity: 0.7;
}
.chevarrowgen:hover {
  cursor: pointer;
  opacity: 1;
  animation: pulser 1.2s ease-in-out infinite;
}

/********************/
/*** ********** *****/
/********************/
/********************/
/*** ********** *****/
/********************/
/********************/
/*** ********** *****/
/********************/
.container {
  max-width: 1024px;
  margin: 0 auto;
}

.tsm25_button {
  background: linear-gradient(to left, #56b5d3 0%, #005FAE 100%);
  color: #fff;
  border: 1px solid #fff;
  font-size: calc(0.7rem + 0.1vw);
  display: block;
  text-align: center;
  width: 100%;
  max-width: 10rem;
  padding: 0.5rem;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

.vert-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.vert-start {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .vert-start {
    padding: 100px 0;
  }
}

header.tsm_new_menu {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 999;
  font-family: "Poppins", sans-serif;
  max-width: 100vw;
}
header.tsm_new_menu .container {
  max-width: 1024px;
  margin: 0 auto;
}
header.tsm_new_menu .container .main_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.tsm_new_menu .container .main_bar .mobile_menu_hold {
  width: 87.5%;
  display: flex;
  justify-content: flex-end;
}
header.tsm_new_menu .container .main_bar .mobile_menu_hold .mobile_toggler svg {
  height: 2.5rem;
  width: 2.5rem;
  fill: #005fae;
}
header.tsm_new_menu .container .main_bar .mobile_menu_hold .mobile_toggler:hover {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  header.tsm_new_menu .container .main_bar .mobile_menu_hold {
    display: none;
  }
}
header.tsm_new_menu .container .main_bar .main_menu_hold {
  height: 100%;
  height: -webkit-fill-available;
}
@media screen and (max-width: 991px) {
  header.tsm_new_menu .container .main_bar .main_menu_hold {
    display: none;
  }
}
header.tsm_new_menu .container .main_bar .main_menu_hold .megamenu_getters {
  height: 100%;
  width: 100%;
}
header.tsm_new_menu .container .main_bar .logohold {
  width: 12.5%;
  max-width: 120px;
  margin-right: 2.5%;
}
header.tsm_new_menu .container .main_bar .logohold img {
  width: 100%;
  margin: 1rem 0;
}
header.tsm_new_menu .container .main_bar .main_menu_hold {
  width: 50%;
}
header.tsm_new_menu .container .main_bar .main_menu_hold ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
header.tsm_new_menu .container .main_bar .main_menu_hold ul li {
  list-style-type: none;
}
header.tsm_new_menu .container .main_bar .main_menu_hold ul li a {
  text-decoration: none;
  color: #003F7C;
  font-family: "Poppins", sans-serif;
}
header.tsm_new_menu .container .main_bar .main_menu_hold ul li a:hover {
  cursor: pointer;
}
header.tsm_new_menu .container .main_bar .main_menu_hold ul li.get_megamenu {
  position: relative;
  cursor: pointer;
  padding-right: 2.25rem;
}
header.tsm_new_menu .container .main_bar .main_menu_hold ul li.get_megamenu:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #005fae;
  border-width: 0 2px 2px 0;
  transition: all 0.2s ease;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  box-sizing: content-box;
}
header.tsm_new_menu .container .main_bar .main_menu_hold ul li.get_megamenu:hover:after {
  transition: all 0.2s ease;
  transform: translateY(-30%) rotate(-135deg);
}
header.tsm_new_menu .container .main_bar .icon_hold {
  width: 32.5%;
  margin-left: 2.5%;
}
@media screen and (max-width: 991px) {
  header.tsm_new_menu .container .main_bar .icon_hold {
    display: none;
  }
}
header.tsm_new_menu .container .main_bar .icon_hold ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
header.tsm_new_menu .container .main_bar .icon_hold ul li {
  list-style-type: none;
}
header.tsm_new_menu .container .main_bar .icon_hold .stay-tuned__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003F7C;
  padding-top: 0 !important;
}
@media screen and (min-width: 1366px) {
  header.tsm_new_menu .container .main_bar .icon_hold .stay-tuned__link {
    height: calc(2.5rem + 0.1vw);
    width: calc(2.5rem + 0.1vw);
    min-width: calc(2.5rem + 0.1vw);
    min-height: calc(2.5rem + 0.1vw);
  }
}
@media screen and (max-width: 1365px) {
  header.tsm_new_menu .container .main_bar .icon_hold .stay-tuned__link {
    height: calc(1.5rem + 0.1vw);
    width: calc(1.5rem + 0.1vw);
    min-width: calc(1.5rem + 0.1vw);
    min-height: calc(1.5rem + 0.1vw);
  }
}
header.tsm_new_menu .container .main_bar .icon_hold .stay-tuned__link span {
  color: #fff;
}
header.tsm_new_menu .container .main_bar .icon_hold .stay-tuned__link svg {
  fill: #fff;
  color: #fff;
}
header.tsm_new_menu .container .main_bar .icon_hold .stay-tuned__item.twit svg path {
  fill: #fff !important;
}
header.tsm_new_menu .container .main_bar .icon_hold .stay-tuned__item.pdf-share {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003F7C;
  padding-top: 0 !important;
}
header.tsm_new_menu .container .main_bar .icon_hold .stay-tuned__item.pdf-share span {
  color: #fff;
}
header.tsm_new_menu .container .main_bar .icon_hold .stay-tuned__item.pdf-share svg {
  fill: #fff;
}
@media screen and (min-width: 1366px) {
  header.tsm_new_menu .container .main_bar .icon_hold .pdf-share {
    height: calc(2.5rem + 0.1vw);
    width: calc(2.5rem + 0.1vw);
    min-width: calc(2.5rem + 0.1vw);
    min-height: calc(2.5rem + 0.1vw);
  }
}
@media screen and (max-width: 1365px) {
  header.tsm_new_menu .container .main_bar .icon_hold .pdf-share {
    height: calc(1.5rem + 0.1vw);
    width: calc(1.5rem + 0.1vw);
    min-width: calc(1.5rem + 0.1vw);
    min-height: calc(1.5rem + 0.1vw);
  }
}
header.tsm_new_menu .container .main_bar .icon_hold .tsm_main_contact_butt {
  display: inline-flex;
  justify-content: center;
  padding: 10px 12px;
  min-width: 8rem;
  border-radius: 3px;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(to right, #005fae 0%, #08518d 100%);
  color: #fff;
}
header.tsm_new_menu .container .main_bar .holds_translator {
  position: fixed;
  right: 0;
  top: 4rem;
  padding: 1rem 1rem 1rem 1rem;
  background: #0057a0;
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease;
}
header.tsm_new_menu .container .main_bar .holds_translator.activized {
  top: 7rem;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transition: all 0.2s ease;
}
header.tsm_new_menu .container.widecontainer {
  max-width: 1199px;
}

.tsm_newmenu_link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: color 0.3s;
  padding-right: 2rem;
  position: relative;
}
.tsm_newmenu_link:after {
  content: "";
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><path d="M165 565C165 565 465 265 465 265C484 245 516 245 535 265C535 265 835 565 835 565C855 584 856 616 836 636C816 656 784 655 765 635C765 635 500 371 500 371C500 371 235 635 235 635C221 650 200 655 181 647C162 639 150 621 150 601C150 587 155 574 165 565C165 565 165 565 165 565" transform="rotate(180,500,500)"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><path d="M165 565C165 565 465 265 465 265C484 245 516 245 535 265C535 265 835 565 835 565C855 584 856 616 836 636C816 656 784 655 765 635C765 635 500 371 500 371C500 371 235 635 235 635C221 650 200 655 181 647C162 639 150 621 150 601C150 587 155 574 165 565C165 565 165 565 165 565" transform="rotate(180,500,500)"/></svg>');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}

.holds_mega_menu {
  padding: 1rem;
  display: none;
  background: linear-gradient(to bottom, rgb(0, 95, 174) 0%, rgb(1, 42, 83) 100%);
}
.holds_mega_menu .holds_both_sides {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 1rem;
}

.holds_mega_menu.show_holds_mega_menu {
  display: block;
}
.holds_mega_menu.show_holds_mega_menu .leftside {
  width: 27.5%;
  max-width: 250px;
  position: relative;
  padding-right: 2.5%;
}
.holds_mega_menu.show_holds_mega_menu .leftside:after {
  content: "";
  position: absolute;
  right: -7.5%;
  top: 0rem;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3607843137);
}
.holds_mega_menu.show_holds_mega_menu .rightside {
  width: 65%;
  padding-left: 5%;
  position: relative;
  height: 100%;
}

.leftside ul {
  margin: 0;
  padding: 0;
}
.leftside ul li {
  list-style-type: none;
  width: 100%;
}
.leftside ul li a {
  text-decoration: none;
  background: linear-gradient(to right, #005fae 0%, #08518d 100%);
  color: #fff;
  padding: 1rem;
  display: block;
  border-radius: 12px;
  margin-bottom: 8px;
  position: relative;
  padding-right: 25%;
  font-size: calc(0.7rem + 0.1vw);
}
.leftside ul li a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff'  d='M517 232C517 232 517 232 517 232C518 232 518 232 518 232C518 232 718 432 718 432C728 442 728 458 718 468C708 478 692 478 682 468C682 468 525 310 525 310C525 310 526 750 526 750C526 764 515 776 501 776C487 776 475 764 476 750C476 750 475 310 475 310C475 310 318 468 318 468C308 478 292 478 282 468C272 458 272 442 282 432C282 432 479 235 479 235C484 229 492 225 500 225C506 225 513 227 517 232C517 232 517 232 517 232' transform='rotate(90,500,500)'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 1rem;
  top: calc(50% - 12px);
}
.leftside ul li a:hover {
  color: #000;
  background: #e5e5e5;
}
.leftside nav {
  display: none;
}
.leftside ul.sub-menu {
  display: none;
}
.leftside nav.showmega {
  display: block;
}

.rightside {
  padding-left: 1rem;
  color: #fff;
}
.rightside ul {
  margin: 0;
  padding: 0;
}
.rightside #megamenu-preview {
  list-style-type: none;
  text-decoration: none;
  text-decoration: none;
  color: #fff;
}
.rightside #megamenu-preview ul li {
  list-style-type: none;
  text-decoration: none;
}
.rightside #megamenu-preview ul li a {
  text-decoration: none;
  color: #fff;
  margin-bottom: 0.75rem;
  display: block;
}
.rightside #megamenu-preview li {
  width: 100%;
}
.rightside #megamenu-preview li a {
  display: block;
  color: #fff;
  font-size: calc(0.8rem + 0.1vw);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3607843137);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3607843137);
  margin-bottom: 0.75rem;
  font-size: calc(1.25rem + 0.1vw);
  line-height: 2em;
}
.rightside #megamenu-preview li a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff'  d='M517 232C517 232 517 232 517 232C518 232 518 232 518 232C518 232 718 432 718 432C728 442 728 458 718 468C708 478 692 478 682 468C682 468 525 310 525 310C525 310 526 750 526 750C526 764 515 776 501 776C487 776 475 764 476 750C476 750 475 310 475 310C475 310 318 468 318 468C308 478 292 478 282 468C272 458 272 442 282 432C282 432 479 235 479 235C484 229 492 225 500 225C506 225 513 227 517 232C517 232 517 232 517 232' transform='rotate(90,500,500)'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: calc(100% + 2rem);
}
.rightside #megamenu-preview li ul li a {
  color: #fff;
  font-size: calc(0.8rem + 0.1vw);
  font-weight: 400;
  text-decoration: none;
  position: relative;
  border-bottom: 0px solid #fff;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.tsm_new2025_slider_banner {
  width: 100%;
  position: relative;
  height: 80vh;
}
@media screen and (min-width: 1366px) {
  .tsm_new2025_slider_banner .container {
    max-width: 1199px !important;
  }
}
.tsm_new2025_slider_banner .swiper {
  height: 100%;
  width: 100%;
}
.tsm_new2025_slider_banner .tsm-main-banner-pagination .swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #fff;
}
.tsm_new2025_slider_banner .tsm-main-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.tsm_new2025_slider_banner .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tsm_new2025_slider_banner .inside_slider {
  position: relative;
  width: 100%;
  padding: 1rem;
  display: flex;
}
.tsm_new2025_slider_banner .inside_slider .holds_titles_and_pics {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .tsm_new2025_slider_banner .inside_slider .holds_titles_and_pics {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .tsm_new2025_slider_banner .inside_slider .holds_titles_and_pics {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .tsm_new2025_slider_banner .inside_slider .holds_titles_and_pics.has_pic {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .tsm_new2025_slider_banner .inside_slider .holds_titles_and_pics.has_pic {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.tsm_new2025_slider_banner .inside_slider .left_bar {
  width: 5%;
  position: relative;
}
.tsm_new2025_slider_banner .inside_slider .left_bar span:nth-child(1) {
  background: #fff;
  height: 1rem;
  width: 1rem;
  border-radius: 99px;
  position: absolute;
  top: 0;
}
.tsm_new2025_slider_banner .inside_slider .left_bar span:nth-child(2) {
  background: #fff;
  height: calc(0% - 1rem);
  width: 1px;
  border-radius: 99px;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  transition: all 1s ease;
}
.tsm_new2025_slider_banner .inside_slider .left_bar span:nth-child(3) {
  background: #fff;
  height: 0rem;
  width: 0rem;
  border-radius: 99px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 1s ease;
  transform-origin: center;
}
.tsm_new2025_slider_banner .inside_slider .titles_subtitle_button {
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 20px;
}
.tsm_new2025_slider_banner .inside_slider .titles_subtitle_button .holds_titles h2 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 400;
  margin: 0;
  max-width: 80%;
  font-size: 40px;
  line-height: 50px;
}
@media (min-width: 920px) {
  .tsm_new2025_slider_banner .inside_slider .titles_subtitle_button .holds_titles h2 {
    font-size: calc(3.5rem + 0.1vw);
    line-height: 1.1em;
  }
}
@media (min-width: 920px) {
  .tsm_new2025_slider_banner .inside_slider .titles_subtitle_button .holds_titles.has_pic h2 {
    font-size: calc(2.65rem + 0.1vw);
    line-height: 1.1em;
  }
}
.tsm_new2025_slider_banner .inside_slider .titles_subtitle_button .holds_subtitles {
  margin-top: 2rem;
}
.tsm_new2025_slider_banner .inside_slider .titles_subtitle_button .holds_subtitles p {
  font-size: calc(1rem + 0.1vw);
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: normal;
  text-align: left;
  margin-bottom: 1rem;
}
@media screen and (min-width: 920px) {
  .tsm_new2025_slider_banner .inside_slider .titles_subtitle_button .holds_subtitles.has_pic {
    max-width: 80%;
  }
}
.tsm_new2025_slider_banner .inside_slider .titles_subtitle_button .holds_subtitles.has_pic p {
  font-size: calc(1rem + 0.1vw);
}
.tsm_new2025_slider_banner .inside_slider .titles_subtitle_button .holds_buttons {
  margin-top: 2rem;
  position: relative;
  left: 0;
  max-width: 22rem;
}
.tsm_new2025_slider_banner .inside_slider .titles_subtitle_button .holds_buttons.has_pic {
  max-width: 18rem;
}
.tsm_new2025_slider_banner .inside_slider .titles_subtitle_button .holds_buttons .big_slider_button {
  left: 0;
  max-width: 22rem;
}
.tsm_new2025_slider_banner .inside_slider .titles_subtitle_button .holds_buttons .big_slider_button.has_pic {
  max-width: 18rem;
}
.tsm_new2025_slider_banner .inside_slider .additional_image {
  padding: 1rem;
  max-width: 45%;
}
@media screen and (min-width: 1024px) {
  .tsm_new2025_slider_banner .inside_slider .additional_image {
    min-height: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tsm_new2025_slider_banner .swiper-slide.swiper-slide-active .inside_slider .left_bar {
  width: 5%;
  position: relative;
}
.tsm_new2025_slider_banner .swiper-slide.swiper-slide-active .inside_slider .left_bar span:nth-child(2) {
  height: calc(100% - 1rem);
  transition: all 1s ease;
}
.tsm_new2025_slider_banner .swiper-slide.swiper-slide-active .inside_slider .left_bar span:nth-child(3) {
  opacity: 1;
  transition: all 1s ease;
  height: 1rem;
  width: 1rem;
}

.overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  opacity: 0.95;
}

.big_slider_button {
  position: relative;
  padding: 1.5rem;
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  min-width: 15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.big_slider_button.has_pic {
  min-width: unset;
}
.big_slider_button:hover .wording {
  color: #fff;
}
.big_slider_button .wording {
  max-width: 12rem;
  display: block;
  font-weight: 600;
  position: relative;
  font-size: calc(1rem + 0.1vw);
  color: #fff;
}
.big_slider_button .innercolour {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 95, 174, 0.2509803922);
}

.has_animated_arrow .two-part-hover-arrow {
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
  transform: scale(0.8);
}
.has_animated_arrow .two-part-hover-arrow::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: white;
  transform-origin: bottom right;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
  height: 8.5px;
  top: 2.5px;
  right: 0px;
}
.has_animated_arrow .two-part-hover-arrow::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: white;
  transform-origin: bottom right;
  transition: all 0.3s ease;
  transform: rotate(-135deg);
  height: 8px;
  top: 2.5px;
  right: 1.5px;
}
.has_animated_arrow .two-part-hover-arrow .shaft-line {
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: white;
  right: 2px;
  top: calc(50% + 4.5px);
  transform: translateY(-50%);
  transition: width 0.3s ease;
  transform-origin: right;
}
.has_animated_arrow:hover .two-part-hover-arrow .shaft-line {
  width: 50px;
}

.bottomchev_scroller {
  position: absolute;
  bottom: 2rem;
  right: 10%;
  z-index: 9;
  animation: pulseUpDown 1.2s ease-in-out infinite;
}
.bottomchev_scroller svg {
  fill: #fff;
}

.triple_feed_section {
  background: rgba(0, 94, 184, 0.8705882353);
  padding: 5rem 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  border-top: 2px solid #fff;
}
.triple_feed_section .thunderlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
.triple_feed_section .container {
  position: relative;
}
.triple_feed_section .top_text .flexholder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .triple_feed_section .top_text .flexholder {
    flex-direction: row;
  }
}
@media screen and (max-width: 1023px) {
  .triple_feed_section .top_text .flexholder {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .triple_feed_section .top_text .leftside {
    width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .triple_feed_section .top_text .leftside {
    width: 100%;
  }
}
.triple_feed_section .top_text .leftside h2 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 1.15em;
}
@media screen and (min-width: 1024px) {
  .triple_feed_section .top_text .leftside h2 {
    font-size: calc(3rem + 0.1vw);
  }
}
@media screen and (max-width: 1023px) {
  .triple_feed_section .top_text .leftside h2 {
    font-size: calc(2.5rem + 0.1vw);
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .triple_feed_section .top_text .rightside {
    width: 60%;
    padding-left: 10%;
  }
}
@media screen and (max-width: 1023px) {
  .triple_feed_section .top_text .rightside {
    width: 100%;
    padding-left: 0%;
  }
}
.triple_feed_section .top_text .rightside p {
  font-family: "Inter", sans-serif;
  font-size: calc(1rem + 0.1vw);
  color: #fff;
}
.triple_feed_section .bottom_section {
  margin-top: 1rem;
}
.triple_feed_section .bottom_section .flexholder {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 1024px) {
  .triple_feed_section .bottom_section .flexholder {
    flex-direction: row;
  }
}
@media screen and (max-width: 1023px) {
  .triple_feed_section .bottom_section .flexholder {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .triple_feed_section .bottom_section .leftside {
    width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .triple_feed_section .bottom_section .leftside {
    width: 100%;
  }
}
.triple_feed_section .bottom_section .leftbuttons_holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .triple_feed_section .bottom_section .leftbuttons_holder {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .triple_feed_section .bottom_section .leftbuttons_holder {
    flex-direction: row;
    gap: 10px;
  }
}
.triple_feed_section .bottom_section .leftbutton {
  background: linear-gradient(to right, #005FAE 0%, #009FE3 100%);
  transition: all 0.2s ease;
  width: 90%;
  border-radius: 15px;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .triple_feed_section .bottom_section .leftbutton {
    border-radius: 15px;
    padding: 2.5rem 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .triple_feed_section .bottom_section .leftbutton {
    border-radius: 50px;
    padding: 0.5rem;
  }
}
.triple_feed_section .bottom_section .leftbutton span {
  margin-left: 1.5rem;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .triple_feed_section .bottom_section .leftbutton span {
    font-size: calc(1.2rem + 0.1vw);
  }
}
@media screen and (max-width: 1023px) {
  .triple_feed_section .bottom_section .leftbutton span {
    font-size: calc(0.6rem + 0.1vw);
  }
}
.triple_feed_section .bottom_section .leftbutton:hover {
  background: linear-gradient(to right, #005FAE 0%, #002A52 100%);
  transition: all 0.2s ease;
  margin-left: 0.75rem;
}
.triple_feed_section .bottom_section .leftbutton:hover span {
  margin-left: 0.95rem;
  transition: all 0.2s ease;
}
.triple_feed_section .bottom_section .leftbutton.has_animated_arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.triple_feed_section .bottom_section .leftbutton .big_slider_arrow {
  position: relative;
  display: flex;
  justify-content: flex-end;
  bottom: unset;
  right: unset;
}
@media screen and (min-width: 1024px) {
  .triple_feed_section .bottom_section .leftbutton .big_slider_arrow {
    width: 50%;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .triple_feed_section .bottom_section .leftbutton .big_slider_arrow {
    width: 30%;
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .triple_feed_section .bottom_section .leftbutton .big_slider_arrow .two-part-hover-arrow {
    top: -4px;
  }
}
.triple_feed_section .bottom_section .leftbutton:last-child {
  margin-bottom: unset;
}
.triple_feed_section .bottom_section .rightside {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .triple_feed_section .bottom_section .rightside {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .triple_feed_section .bottom_section .rightside {
    width: 100%;
    min-height: 25rem;
    padding-top: 2rem;
    padding-left: unset;
  }
}
.triple_feed_section .bottom_section .rightside .holds_linkedin {
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.triple_feed_section .bottom_section .rightside .holds_support {
  height: 100%;
  position: absolute;
  width: 100%;
}
.triple_feed_section .bottom_section .rightside .holds_support .support_holder {
  display: flex;
  align-items: stretch;
  height: 100%;
  gap: 10px;
  justify-content: space-between;
}
.triple_feed_section .bottom_section .rightside .holds_support .support_holder .single-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  border-radius: 0.75rem;
  position: relative;
}
.triple_feed_section .bottom_section .rightside .holds_support .support_holder .single-slide .overlayer {
  border-radius: 0.75rem;
}
.triple_feed_section .bottom_section .rightside .holds_support .support_holder .single-slide .post_contents {
  position: absolute;
  z-index: 1;
  background: #005fae;
  border-radius: 0.75rem;
  padding: 1rem;
  bottom: 0.75rem;
  width: calc(100% - 1.5rem);
  left: 0.75rem;
}
.triple_feed_section .bottom_section .rightside .holds_support .support_holder .single-slide .post_contents .holds_text p {
  font-size: calc(0.9rem + 0.1vw);
  color: #fff;
  width: 50%;
}
.triple_feed_section .bottom_section .rightside .holds_casestudies {
  height: 100%;
  position: absolute;
  width: 100%;
}
.triple_feed_section .bottom_section .rightside .tsm_feedholder {
  position: relative;
  padding-bottom: 2rem;
  height: 100%;
}
.triple_feed_section .bottom_section .rightside .tsm_feedholder .swiper {
  height: 100%;
}
.triple_feed_section .bottom_section .swiper-slide {
  border-radius: 1rem;
}
.triple_feed_section .bottom_section .swiper-slide .overlayer {
  border-radius: 1rem;
  height: 100%;
}
.triple_feed_section .bottom_section .swiper-slide .post_contents {
  height: -webkit-fill-available;
  height: 100%;
  padding-top: 3rem;
  background: #005FAE;
  position: relative;
  padding: 1rem;
  border-radius: 0.75rem;
}
.triple_feed_section .bottom_section .swiper-slide .post_contents figure {
  height: 50%;
  margin: 0;
  width: 100%;
  border-radius: 0.75rem;
  background-size: 110% 110%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 9rem;
  max-height: 10rem;
  margin-bottom: 0.5rem;
}
.triple_feed_section .bottom_section .swiper-slide .post_contents figure img {
  opacity: 0;
  pointer-events: hidden;
  position: absolute;
}
.triple_feed_section .bottom_section .swiper-slide .post_contents .holds_text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.triple_feed_section .bottom_section .swiper-slide .post_contents .holds_text p {
  font-size: calc(0.8rem + 0.1vw);
  color: #fff;
  margin: 0.5rem 0;
  margin-bottom: 1rem;
}
.triple_feed_section .bottom_section .swiper-slide .titleblock {
  margin-top: 1rem;
  display: flex;
}
.triple_feed_section .bottom_section .swiper-slide .titleblock p {
  font-size: calc(0.9rem + 0.1vw);
  color: #fff;
  width: 50%;
}
.triple_feed_section .bottom_section .swiper-slide .titleblock.has_animated_arrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .triple_feed_section .bottom_section .swiper-slide .titleblock.has_animated_arrow {
    max-width: 70%;
  }
}
.triple_feed_section .bottom_section .swiper-slide .titleblock .big_slider_arrow {
  position: relative;
  display: flex;
  justify-content: flex-start;
  top: -4px;
  width: 50%;
  bottom: unset;
  right: unset;
}

/********************/
/*** linkedin *****/
/********************/
.tsm_post_holder {
  position: relative;
  overflow: hidden;
}
.tsm_post_holder .holds_linkedin_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.tsm_post_holder .tsm_post {
  background: #005FAE;
  position: relative;
  padding: 1rem;
  border-radius: 0.75rem;
}
.tsm_post_holder .tsm_post .holds_linkedin_content {
  border-radius: 1rem;
  background: #005FAE;
}
.tsm_post_holder .tsm_post .holds_linkedin_content .left_image {
  width: 100%;
  border-radius: 0.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 9rem;
  max-height: 10rem;
  margin-bottom: 0.5rem;
}
.tsm_post_holder .tsm_post .holds_linkedin_content .left_image .heightdummy {
  opacity: 0;
}
.tsm_post_holder .tsm_post .holds_linkedin_content .right_content {
  width: 100%;
  min-height: 10rem;
}
.tsm_post_holder .tsm_post .holds_linkedin_content .right_content p {
  font-size: calc(0.9rem + 0.1vw);
  color: #fff;
}
.tsm_post_holder .tsm_post .holds_linkedin_content .right_content .linkedlink {
  display: block;
  font-size: calc(0.75rem + 0.1vw);
  text-decoration: none;
  font-weight: 600;
}
.tsm_post_holder .tsm_post .holds_linkedin_content .right_content .titleblock {
  margin-top: 1rem;
  display: flex;
}
.tsm_post_holder .tsm_post .holds_linkedin_content .right_content .titleblock p {
  font-size: calc(0.8rem + 0.1vw);
  color: #fff;
  margin: 0.5rem 0;
  margin-bottom: 1rem;
}
.tsm_post_holder .tsm_post .holds_linkedin_content .right_content .titleblock.has_animated_arrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tsm_post_holder .tsm_post .holds_linkedin_content .right_content .titleblock .big_slider_arrow {
  position: relative;
  display: flex;
  justify-content: flex-start;
  top: -4px;
  width: 50%;
  bottom: unset;
  right: unset;
}

.swiper-container#tsm_linkedin_posts {
  overflow: hidden;
}

.linkedin_slider_titles {
  text-align: center;
}
.linkedin_slider_titles span svg {
  fill: #005DAF;
  height: 1em;
  width: 1em;
  margin-right: 1rem;
}

/********************/
/*** linkedin *****/
/********************/
.allholds_tsm_feed.feedhidden {
  display: none !important;
}

.tsm_products_applications {
  position: relative;
}
.tsm_products_applications::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(10deg, rgba(8, 20, 24, 0) 0%, #081418 100%);
}
.tsm_products_applications .top {
  background: linear-gradient(268deg, #005FAE 0%, #009FE3 100%);
  border-bottom: 2px solid #fff;
}
.tsm_products_applications .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 35px 0;
}
.tsm_products_applications .tabs .title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  position: relative;
  cursor: default;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 650px) {
  .tsm_products_applications .tabs .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.tsm_products_applications .tabs .title.active::before {
  max-width: 100%;
}
.tsm_products_applications .tabs .title::before {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #005FAE 0%, #009FE3 100%);
  max-width: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 650px) {
  .tsm_products_applications .tabs .title::before {
    height: 12px;
  }
}
.tsm_products_applications .sliders-holder {
  padding-top: 70px;
  padding-bottom: 90px;
  background-image: url("./../../../assets/images/products-applications-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tsm_products_applications .swiper {
  padding: 40px 20px;
}
.tsm_products_applications .products-slider-holder,
.tsm_products_applications .application-slider-holder {
  display: none;
}
.tsm_products_applications .products-slider-holder.active,
.tsm_products_applications .application-slider-holder.active {
  display: block;
}
.tsm_products_applications .products-pagination,
.tsm_products_applications .application-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.tsm_products_applications .products-pagination .left svg,
.tsm_products_applications .products-pagination .right svg,
.tsm_products_applications .application-pagination .left svg,
.tsm_products_applications .application-pagination .right svg {
  display: block;
}
.tsm_products_applications .products-pagination .right svg,
.tsm_products_applications .application-pagination .right svg {
  transform: rotate(180deg);
}
.tsm_products_applications .swiper-slide {
  max-width: 290px;
}
.tsm_products_applications .swiper-slide .card {
  padding: 8px 12px;
  border-radius: 24px;
  border: 1px solid #005FAE;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  transform-origin: bottom center;
}
.tsm_products_applications .swiper-slide .card:hover {
  transform: scale(1.05);
}
.tsm_products_applications .swiper-slide .card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.65;
  background: rgba(0, 95, 174, 0.48);
  z-index: 1;
}
.tsm_products_applications .swiper-slide .card .img-holder,
.tsm_products_applications .swiper-slide .card .text {
  position: relative;
  z-index: 2;
}
.tsm_products_applications .swiper-slide .card .img-holder {
  display: flex;
  justify-content: center;
  padding: 12px;
  background: #fff;
  border-radius: 16px;
  height: 215px;
}
.tsm_products_applications .swiper-slide .card .img-holder img {
  display: block;
  max-height: 150px;
  max-width: 150px;
  object-fit: cover;
}
.tsm_products_applications .swiper-slide .card .text {
  padding: 24px;
  background: #005FAE;
  border-radius: 16px;
  display: flex;
  align-items: center;
  height: 168px;
  margin-top: -38px;
}
.tsm_products_applications .swiper-slide .card .text .flexbox {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tsm_products_applications .swiper-slide .card .text .flexbox .title {
  display: block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  padding-right: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tsm_products_applications .swiper-slide .card .text .flexbox svg {
  display: block;
  min-width: 16px;
}

.holds_top_selectors {
  border-bottom: 1px solid #fff;
  background: linear-gradient(to right, rgb(0, 95, 174) 0%, rgb(1, 42, 83) 100%);
  padding: 3rem 0 3rem;
}
.holds_top_selectors:hover {
  background: linear-gradient(to right, rgb(1, 42, 83) 0%, rgb(0, 95, 174) 100%);
}

.holds_post_lists {
  min-height: 20rem;
  margin-top: 2rem;
}

.tsm_25_key_benefits {
  padding: 6rem 0;
  border-bottom: 1px solid #fff;
  background: linear-gradient(to right, #005FAE 0%, #009FE3 100%);
}
@media (max-width: 919.98px) {
  .tsm_25_key_benefits .flexholder.contento {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 920px) {
  .tsm_25_key_benefits .flexholder {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 920px) {
  .tsm_25_key_benefits .flexholder .leftside {
    width: 55%;
    padding-right: 2.5%;
  }
}
.tsm_25_key_benefits .flexholder .leftside h2 {
  font-size: calc(2.8rem + 0.1vw);
  font-family: "Inter", sans-serif;
  color: #fff;
  margin: 0;
  line-height: 1.15em;
  font-weight: 300;
  max-width: 420px;
}
.tsm_25_key_benefits .flexholder .rightside {
  padding-left: 0;
  margin-top: 30px;
}
@media (min-width: 920px) {
  .tsm_25_key_benefits .flexholder .rightside {
    width: 40%;
    margin-top: 0;
  }
}
.tsm_25_key_benefits .flexholder .rightside p {
  font-size: calc(0.9rem + 0.1vw);
  font-family: "Inter", sans-serif;
  color: #fff;
  margin: 0;
}
.tsm_25_key_benefits .flexholder .leftcontent {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-width: 920px) {
  .tsm_25_key_benefits .flexholder .leftcontent {
    width: 55%;
    padding-right: 2.5%;
    aspect-ratio: initial;
  }
}
.tsm_25_key_benefits .flexholder .leftcontent .content {
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.75rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 920px) {
  .tsm_25_key_benefits .flexholder .leftcontent .content {
    aspect-ratio: initial;
    max-height: 450px;
  }
}
.tsm_25_key_benefits .flexholder .leftcontent .content .holds_buttons {
  background: linear-gradient(90deg, #005FAE 0%, #002A52 100%) !important;
  padding-top: 2rem;
}
.tsm_25_key_benefits .flexholder .leftcontent .content .holds_buttons .big_slider_button {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: unset;
}
.tsm_25_key_benefits .flexholder .leftcontent .content .holds_buttons .big_slider_arrow {
  bottom: 50%;
  transform: translateY(50%);
}
.tsm_25_key_benefits .flexholder .leftcontent .content .wording {
  max-width: unset;
  display: block;
  font-weight: 400;
  position: relative;
  font-size: calc(1.5rem + 0.1vw);
  width: 100%;
}
.tsm_25_key_benefits .flexholder .leftcontent .content .flexholdage {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tsm_25_key_benefits .flexholder .leftcontent .content .flexholdage .rightside {
  display: flex;
  justify-content: flex-end;
}
.tsm_25_key_benefits .flexholder .leftcontent .content p {
  font-size: calc(0.8rem + 0.1vw);
  font-family: "Inter", sans-serif;
  color: #fff;
  max-width: 70%;
}
.tsm_25_key_benefits .flexholder .rightcontent {
  margin-top: 40px;
}
@media (min-width: 920px) {
  .tsm_25_key_benefits .flexholder .rightcontent {
    margin-top: 0;
    width: 40%;
  }
}
.tsm_25_key_benefits .flexholder .rightcontent .holds_items {
  position: relative;
}
.tsm_25_key_benefits .flexholder .rightcontent .holds_items .itemo {
  margin-bottom: 30px;
}
.tsm_25_key_benefits .flexholder .rightcontent .holds_items .itemo .flexzone {
  display: flex;
  justify-content: space-between;
  border-left: 2px solid #fff;
  padding-left: 1rem;
  display: flex;
  justify-content: space-between;
  border-left: 4px solid #fff;
  padding-left: 1rem;
}
.tsm_25_key_benefits .flexholder .rightcontent .holds_items .itemo .flexzone .icono {
  width: 3rem;
  display: flex;
  justify-content: center;
}
.tsm_25_key_benefits .flexholder .rightcontent .holds_items .itemo .flexzone .texto {
  width: calc(100% - 4rem);
  padding-left: 1rem;
  color: #fff;
}
.tsm_25_key_benefits .flexholder .rightcontent .holds_items .itemo .flexzone .texto h4 {
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.5rem;
  font-size: calc(1rem + 0.1vw);
}
.tsm_25_key_benefits .flexholder .rightcontent .holds_items .itemo .flexzone .texto p {
  font-size: calc(0.8rem + 0.1vw);
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0;
}
.tsm_25_key_benefits .flexholder.title_zone {
  margin-bottom: 1rem;
}
.tsm_25_key_benefits .flexholder.contento {
  margin-top: 40px;
}
@media (min-width: 920px) {
  .tsm_25_key_benefits .flexholder.contento {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}

.holds_buttons {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  border-radius: 24px;
  background: var(--Color, rgba(0, 95, 174, 0.25));
}

@media screen and (min-width: 1024px) {
  header.tsm_new_menu {
    min-height: 5rem;
    z-index: 999;
  }
  header.tsm_new_menu .container .main_bar .main_menu_hold {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
  }
  header.tsm_new_menu .container .main_bar .main_menu_hold ul li a {
    font-size: calc(0.8rem + 0.1vw);
  }
  header.tsm_new_menu .container a.tsm_main_contact_butt {
    font-size: calc(0.8rem + 0.1vw);
  }
}
@media screen and (max-width: 1023px) {
  header.tsm_new_menu {
    min-height: 5rem;
    z-index: 999;
  }
  header.tsm_new_menu .container .main_bar .main_menu_hold ul li a {
    font-size: calc(0.7rem + 0.1vw);
  }
  header.tsm_new_menu .container a.tsm_main_contact_butt {
    font-size: calc(0.7rem + 0.1vw);
  }
}
.fixednavpush {
  min-height: 5rem;
  opacity: 0;
  position: relative;
  pointer-events: none;
  z-index: 0;
}

/********************/
/*** ********** *****/
/********************/
.tsm_holds_video_player {
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .tsm_holds_video_player {
    padding-top: 70px;
  }
}
.tsm_holds_video_player .video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background: #000;
}
.tsm_holds_video_player .video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  min-height: 600px;
  object-fit: cover;
}
.tsm_holds_video_player .video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.tsm_holds_video_player .video-wrapper .play-button svg {
  margin-left: 0.5rem;
  width: 32px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .tsm_holds_video_player .video-wrapper .play-button svg {
    width: 50px;
    height: 58px;
  }
}
.tsm_holds_video_player .video-wrapper .play-button:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.tsm_holds_video_player .video-wrapper .link-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.75rem 1.75rem;
  background: linear-gradient(90deg, #005FAE 0%, #002A52 100%);
  max-width: 100%;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0;
  gap: 40px;
  align-items: center;
  cursor: pointer;
  display: flex;
  min-width: 40%;
  justify-content: space-between;
}
.tsm_holds_video_player .video-wrapper .link-holder span {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  font-size: calc(0.9rem + 0.1vw);
}
.tsm_holds_video_player .video-wrapper .link-holder .big_slider_arrow {
  position: relative;
  bottom: initial;
  right: initial;
}

/********************/
/*** ********** *****/
/********************/
.tsm_holds_metric_area {
  padding-top: 4.5rem;
}
.tsm_holds_metric_area .page-title {
  color: #63666A;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 0.75rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 800px) {
  .tsm_holds_metric_area .page-title {
    line-height: 60px;
    font-size: 50px;
  }
}
@media screen and (min-width: 800px) {
  .tsm_holds_metric_area .flexholder {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 800px) {
  .tsm_holds_metric_area .flexholder .leftside_titles {
    width: 50%;
  }
}
.tsm_holds_metric_area .flexholder .leftside_titles h1,
.tsm_holds_metric_area .flexholder .leftside_titles h2,
.tsm_holds_metric_area .flexholder .leftside_titles h3,
.tsm_holds_metric_area .flexholder .leftside_titles h4,
.tsm_holds_metric_area .flexholder .leftside_titles h5 {
  font-family: "Poppins", sans-serif;
  color: #63666A;
}
.tsm_holds_metric_area .flexholder .leftside_titles h2 {
  font-size: calc(2.5rem + 0.1vw);
  font-weight: 400;
}
.tsm_holds_metric_area .flexholder .leftside_titles p {
  color: #63666A;
  font-size: calc(0.9rem + 0.1vw);
}
.tsm_holds_metric_area .flexholder .leftside_titles p {
  margin: 0;
  font-family: "Inter", sans-serif;
}
.tsm_holds_metric_area .flexholder .rightside_buttons {
  margin-top: 30px;
}
@media screen and (min-width: 800px) {
  .tsm_holds_metric_area .flexholder .rightside_buttons {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 800px) {
  .tsm_holds_metric_area .flexholder .rightside_buttons .holds_right_buttons {
    display: flex;
    justify-content: flex-end;
  }
}
.tsm_holds_metric_area .flexholder .rightside_buttons .holds_right_buttons a {
  display: inline-flex;
  justify-content: center;
  padding: 10px 12px;
  min-width: 200px;
  border-radius: 3px;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #005FAE;
}
.tsm_holds_metric_area .flexholder .rightside_buttons .holds_right_buttons a:hover::before {
  opacity: 0;
}
.tsm_holds_metric_area .flexholder .rightside_buttons .holds_right_buttons a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(101deg, #005FAE 0%, #009FE3 100%);
  z-index: 1;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.tsm_holds_metric_area .flexholder .rightside_buttons .holds_right_buttons a span {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #fff;
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 800px) {
  .tsm_holds_metric_area .flexholder .rightside_buttons .holds_right_buttons a span {
    font-size: 13.5px;
    line-height: 18px;
  }
}
.tsm_holds_metric_area .boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 50px;
}
.tsm_holds_metric_area .boxes .tsm_metric_box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
  transition: transform 0.3s ease;
  transform-origin: bottom center;
}
.tsm_holds_metric_area .boxes .tsm_metric_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 95, 174, 0.75);
}
@media screen and (min-width: 420px) {
  .tsm_holds_metric_area .boxes .tsm_metric_box {
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .tsm_holds_metric_area .boxes .tsm_metric_box {
    width: 25%;
  }
}
.tsm_holds_metric_area .boxes .tsm_metric_box:hover {
  transform: scaleY(1.04);
}
.tsm_holds_metric_area .boxes .tsm_metric_box:hover .underlayer {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.tsm_holds_metric_area .boxes .tsm_metric_box:hover .holds_content {
  border-left: 2px solid #2196f3;
}
.tsm_holds_metric_area .boxes .tsm_metric_box:hover .holds_content .top_content {
  font-size: calc(1.5rem + 0.1vw);
  font-family: "Poppins", sans-serif;
}
.tsm_holds_metric_area .boxes .tsm_metric_box:hover .holds_content .bott_content {
  font-size: calc(0.9rem + 0.1vw);
  font-family: "Poppins", sans-serif;
}
.tsm_holds_metric_area .boxes .tsm_metric_box .underlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgb(0, 95, 174);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tsm_holds_metric_area .boxes .tsm_metric_box .holds_content {
  position: absolute;
  margin-left: 20px;
  padding-left: 20px;
  width: 72%;
  bottom: 45px;
  color: #fff;
  border-left: 2px solid #003F7C;
}
@media screen and (min-width: 800px) {
  .tsm_holds_metric_area .boxes .tsm_metric_box .holds_content {
    margin-left: 20px;
    padding-left: 15px;
    bottom: 20px;
  }
}
@media screen and (min-width: 1150px) {
  .tsm_holds_metric_area .boxes .tsm_metric_box .holds_content {
    margin-left: 58px;
    padding-left: 27px;
    bottom: 45px;
  }
}
.tsm_holds_metric_area .boxes .tsm_metric_box .holds_content .top_content h4 {
  font-size: calc(1.85rem + 0.1vw);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 1150px) {
  .tsm_holds_metric_area .boxes .tsm_metric_box .holds_content .top_content h4 {
    font-size: 45px;
    font-weight: 700;
  }
}
.tsm_holds_metric_area .boxes .tsm_metric_box .holds_content .bott_content p {
  font-size: calc(0.9rem + 0.1vw);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  max-width: 200px;
  color: #fff;
}
@media screen and (min-width: 1150px) {
  .tsm_holds_metric_area .boxes .tsm_metric_box .holds_content .bott_content p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
}

.tsm_global_reach_video {
  background: #000;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}
.tsm_global_reach_video .page-holder {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 0 20px;
  padding-top: 60px;
}
@media screen and (min-width: 800px) {
  .tsm_global_reach_video .page-holder {
    padding-top: 100px;
  }
}
.tsm_global_reach_video .background-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0, rgba(8, 20, 24, 0) 0%, #081418 100%);
}
.tsm_global_reach_video .background-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  object-fit: cover;
}
.tsm_global_reach_video .video-overlay {
  position: relative;
  z-index: 3;
  padding: 2rem;
  border-radius: 12px;
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tsm_global_reach_video .video-overlay h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .tsm_global_reach_video .video-overlay h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
  }
}
.tsm_global_reach_video .video-overlay p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .tsm_global_reach_video .video-overlay p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 30px;
  }
}
.tsm_global_reach_video .video-overlay .holds_button {
  position: relative;
  display: flex;
  justify-content: center;
}
.tsm_global_reach_video .video-overlay .holds_button a {
  display: inline-block;
  display: flex;
  justify-content: center;
  padding: 10px 12px;
  min-width: 200px;
  border-radius: 3px;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #005FAE;
}
.tsm_global_reach_video .video-overlay .holds_button a:hover::before {
  opacity: 0;
}
.tsm_global_reach_video .video-overlay .holds_button a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(101deg, #005FAE 0%, #009FE3 100%);
  z-index: 1;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.tsm_global_reach_video .video-overlay .holds_button a span {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #fff;
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 800px) {
  .tsm_global_reach_video .video-overlay .holds_button a span {
    font-size: 13.5px;
    line-height: 18px;
  }
}
.tsm_global_reach_video .thunderoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(8, 20, 24, 0) 0%, rgb(8, 20, 24) 100%);
  opacity: 0.3;
  z-index: 9;
  pointer-events: none;
}

/********************/
/*** ********** *****/
/********************/
.tsm_client_success_section {
  position: relative;
  padding: 40px 0;
  background: linear-gradient(270deg, rgba(8, 20, 24, 0) 0%, #081418 100%);
}
@media screen and (min-width: 1024px) {
  .tsm_client_success_section {
    padding: 70px 0;
  }
}
.tsm_client_success_section .bg {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #005FAE;
}
.tsm_client_success_section::before {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
}
.tsm_client_success_section::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .tsm_client_success_section .page-text {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .tsm_client_success_section .page-text .left {
    max-width: 637px;
  }
}
.tsm_client_success_section .page-text h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.tsm_client_success_section .page-text p {
  color: #fff;
  margin-top: 35px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.tsm_client_success_section .page-text .btn-holder {
  margin-top: 30px;
}
.tsm_client_success_section .page-text .btn-holder a {
  display: inline-flex;
  justify-content: center;
  padding: 10px 12px;
  min-width: 200px;
  border-radius: 3px;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #005FAE;
}
.tsm_client_success_section .page-text .btn-holder a:hover::before {
  opacity: 0;
}
.tsm_client_success_section .page-text .btn-holder a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(101deg, #005FAE 0%, #009FE3 100%);
  z-index: 1;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.tsm_client_success_section .page-text .btn-holder a span {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #fff;
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 800px) {
  .tsm_client_success_section .page-text .btn-holder a span {
    font-size: 13.5px;
    line-height: 18px;
  }
}
.tsm_client_success_section .swiper-container {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .tsm_client_success_section .swiper-container {
    display: none;
  }
}
.tsm_client_success_section .swiper-container .swiper-slide .card {
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(101deg, #005FAE 0%, #009FE3 100%);
}
@media screen and (min-width: 600px) {
  .tsm_client_success_section .swiper-container .swiper-slide .card {
    padding: 40px;
  }
}
.tsm_client_success_section .swiper-container .swiper-slide .card img {
  max-width: 300px;
  max-height: 300px;
  display: block;
}
.tsm_client_success_section .swiper-container .swiper-slide .card .quote {
  display: block;
  margin-top: 25px;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  color: #fff;
}
.tsm_client_success_section .swiper-container .swiper-slide .card .line {
  margin: 27px 0;
  background: #fff;
  height: 2px;
  width: 100%;
  position: relative;
}
.tsm_client_success_section .swiper-container .swiper-slide .card .line::before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 6px;
  top: -2px;
  border-radius: 50%;
  background: #fff;
}
.tsm_client_success_section .swiper-container .swiper-slide .card .line::after {
  position: absolute;
  content: "";
  right: 0;
  width: 6px;
  height: 6px;
  top: -2px;
  border-radius: 50%;
  background: #fff;
}
.tsm_client_success_section .swiper-container .swiper-slide .card .content {
  display: block;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tsm_client_success_section .swiper-container .swiper-slide .card a {
  margin-top: 27px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.tsm_client_success_section .swiper-container .swiper-slide .card a span {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tsm_client_success_section .swiper-container .swiper-slide .card a svg {
  display: block;
}
.tsm_client_success_section .swiper-container .custom-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.tsm_client_success_section .swiper-container .custom-pagination .left svg,
.tsm_client_success_section .swiper-container .custom-pagination .right svg {
  display: block;
}
.tsm_client_success_section .swiper-container .custom-pagination .right svg {
  transform: rotate(180deg);
}
.tsm_client_success_section .desktop-pagination {
  display: none;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .tsm_client_success_section .desktop-pagination {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .tsm_client_success_section .desktop-pagination .left svg,
  .tsm_client_success_section .desktop-pagination .right svg {
    display: block;
  }
  .tsm_client_success_section .desktop-pagination .right svg {
    transform: rotate(180deg);
  }
}
.tsm_client_success_section .desktop-section {
  display: none;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .tsm_client_success_section .desktop-section {
    display: flex;
    gap: 30px;
  }
}
.tsm_client_success_section .desktop-section .tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 25%;
}
.tsm_client_success_section .desktop-section .tabs .tab {
  padding: 26px;
  position: relative;
  border: 1px solid #005FAE;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}
.tsm_client_success_section .desktop-section .tabs .tab.active::before {
  background: rgba(0, 95, 174, 0.9);
}
.tsm_client_success_section .desktop-section .tabs .tab:hover::before {
  background: rgba(0, 95, 174, 0.8);
}
.tsm_client_success_section .desktop-section .tabs .tab::before {
  position: absolute;
  content: "";
  background: rgba(0, 95, 174, 0.48);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  z-index: 1;
  transition: all 0.3s;
}
.tsm_client_success_section .desktop-section .tabs .tab .logo-holder {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.tsm_client_success_section .desktop-section .tabs .tab .logo-holder img {
  display: block;
  max-width: 180px;
  min-width: 140px;
  max-height: 80px;
  object-fit: cover;
}
.tsm_client_success_section .desktop-section .content {
  flex-grow: 1;
  background: linear-gradient(101deg, #005FAE 0%, #009FE3 100%);
  border-radius: 24px;
  padding: 32px 35px;
  align-items: center;
  justify-content: space-between;
  display: none;
  position: relative;
}
.tsm_client_success_section .desktop-section .content .icon-decoration {
  position: absolute;
  top: 30px;
  right: 30px;
}
.tsm_client_success_section .desktop-section .content .icon-decoration svg {
  display: block;
}
.tsm_client_success_section .desktop-section .content.active {
  display: flex;
}
.tsm_client_success_section .desktop-section .content .title {
  width: 25%;
  max-width: 195px;
}
.tsm_client_success_section .desktop-section .content .title h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-style: normal;
  font-weight: 500;
}
.tsm_client_success_section .desktop-section .content .line {
  width: 2px;
  height: 100%;
  background: #fff;
  position: relative;
}
.tsm_client_success_section .desktop-section .content .line::before {
  position: absolute;
  content: "";
  left: -2px;
  width: 6px;
  height: 6px;
  top: 0;
  border-radius: 50%;
  background: #fff;
}
.tsm_client_success_section .desktop-section .content .line::after {
  position: absolute;
  content: "";
  left: -2px;
  width: 6px;
  height: 6px;
  bottom: 0;
  border-radius: 50%;
  background: #fff;
}
.tsm_client_success_section .desktop-section .content .text {
  max-width: 500px;
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tsm_client_success_section .desktop-section .content .text .content-text {
  display: block;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
}
.tsm_client_success_section .desktop-section .content .text .name {
  display: block;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
  margin-top: 32px;
}
.tsm_client_success_section .desktop-section .content .text .title {
  display: block;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
  margin-top: 8px;
}

/********************/
/*** ********** *****/
/********************/
footer.tsm25_footer {
  padding: 3rem 0;
  position: relative;
  background: #003F7C;
}
footer.tsm25_footer .background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer.tsm25_footer .overblue {
  background-image: url("../../../assets/images/footer-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
footer.tsm25_footer .overblue::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003F7C;
  opacity: 0.85;
}
footer.tsm25_footer .container {
  position: relative;
}
footer.tsm25_footer .topsection .flexholder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 920px) {
  footer.tsm25_footer .topsection .flexholder {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 920px) {
  footer.tsm25_footer .topsection .flexholder .leftside {
    width: 30%;
  }
}
footer.tsm25_footer .topsection .flexholder .leftside .logoholder {
  margin-bottom: 20px;
}
footer.tsm25_footer .topsection .flexholder .leftside .logoholder img {
  max-width: 5rem;
  margin-bottom: 20px;
}
footer.tsm25_footer .topsection .flexholder .leftside p {
  color: #fff;
  font-size: calc(0.8rem + 0.1vw);
  font-family: "Poppins", sans-serif;
}
footer.tsm25_footer .topsection .flexholder .rightside {
  padding-left: 0;
}
@media screen and (min-width: 920px) {
  footer.tsm25_footer .topsection .flexholder .rightside {
    width: 70%;
    padding-left: initial;
  }
}
footer.tsm25_footer .topsection .flexholder .rightside .menu_block_hold {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
footer.tsm25_footer .topsection .flexholder .rightside .menu_block_hold .menu_block {
  padding-left: 2rem;
}
footer.tsm25_footer .topsection .flexholder .rightside .menu_block_hold .menu_block:first-child {
  padding-left: 0;
}
footer.tsm25_footer .topsection .flexholder .rightside .menu_block_hold .menu_block h4 {
  color: #fff;
}
footer.tsm25_footer .topsection .flexholder .rightside .menu_block_hold .menu_block h1,
footer.tsm25_footer .topsection .flexholder .rightside .menu_block_hold .menu_block h2,
footer.tsm25_footer .topsection .flexholder .rightside .menu_block_hold .menu_block h3,
footer.tsm25_footer .topsection .flexholder .rightside .menu_block_hold .menu_block h4,
footer.tsm25_footer .topsection .flexholder .rightside .menu_block_hold .menu_block h5 {
  font-family: "Poppins", sans-serif;
  font-size: initial;
}
footer.tsm25_footer .topsection .flexholder .rightside .menu_block_hold .menu_block ul {
  margin: 0 auto;
}
footer.tsm25_footer .topsection .flexholder .rightside .menu_block_hold .menu_block ul li {
  list-style-type: none;
}
footer.tsm25_footer .topsection .flexholder .rightside .menu_block_hold .menu_block ul li a {
  color: #fafafa;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  margin-bottom: 1rem;
  line-height: 2em;
  font-weight: 600;
  font-size: calc(0.8rem + 0.1vw);
}
footer.tsm25_footer .bottsection {
  margin-top: 2rem;
  border-top: 1px solid #fff;
  padding: 0.75rem 0;
}
footer.tsm25_footer .bottsection .flexholder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.tsm25_footer .bottsection .flexholder .leftside {
  width: 70%;
}
footer.tsm25_footer .bottsection .flexholder .rightside {
  width: 30%;
}
footer.tsm25_footer .bottsection p,
footer.tsm25_footer .bottsection a {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

/********************/
/*** ********** *****/
/********************/
.holds_footer_socials ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.holds_footer_socials ul li {
  list-style-type: none;
}
.holds_footer_socials .stay-tuned__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding-top: 0 !important;
}
@media screen and (min-width: 1366px) {
  .holds_footer_socials .stay-tuned__link {
    height: calc(2.5rem + 0.1vw);
    width: calc(2.5rem + 0.1vw);
    min-width: calc(2.5rem + 0.1vw);
    min-height: calc(2.5rem + 0.1vw);
  }
}
@media screen and (max-width: 1365px) {
  .holds_footer_socials .stay-tuned__link {
    height: calc(1.5rem + 0.1vw);
    width: calc(1.5rem + 0.1vw);
    min-width: calc(1.5rem + 0.1vw);
    min-height: calc(1.5rem + 0.1vw);
  }
}
.holds_footer_socials .stay-tuned__link span {
  color: #003F7C;
}
.holds_footer_socials .stay-tuned__link svg {
  fill: #003F7C;
  color: #003F7C;
}
.holds_footer_socials .stay-tuned__link:hover {
  background: #1f2233;
}
.holds_footer_socials .stay-tuned__link:hover svg {
  fill: #ffffff;
  color: #ffffff;
}
.holds_footer_socials .stay-tuned__item.twit svg path {
  fill: #003F7C !important;
}
.holds_footer_socials .stay-tuned__item.twit:hover svg path {
  fill: #ffffff !important;
}
.holds_footer_socials .stay-tuned__item.pdf-share {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding-top: 0 !important;
}
.holds_footer_socials .stay-tuned__item.pdf-share span {
  color: #003F7C;
}
.holds_footer_socials .stay-tuned__item.pdf-share svg {
  fill: #003F7C;
}
.holds_footer_socials .stay-tuned__item.pdf-share:hover {
  background: #1f2233;
}
@media screen and (min-width: 1366px) {
  .holds_footer_socials .pdf-share {
    height: calc(2.5rem + 0.1vw);
    width: calc(2.5rem + 0.1vw);
    min-width: calc(2.5rem + 0.1vw);
    min-height: calc(2.5rem + 0.1vw);
  }
}
@media screen and (max-width: 1365px) {
  .holds_footer_socials .pdf-share {
    height: calc(1.5rem + 0.1vw);
    width: calc(1.5rem + 0.1vw);
    min-width: calc(1.5rem + 0.1vw);
    min-height: calc(1.5rem + 0.1vw);
  }
}

.calendly-badge-content {
  opacity: 1;
  transition: all 0.2s ease;
}

.removeCalendly {
  opacity: 0;
  transition: all 0.2s ease;
}