/***************************************************/ /***  Poppins FONT FAMILY  ***/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #000;
}

.mw-800 {
  max-width: 800px;
}
.mw-1000 {
  max-width: 1000px;
}

/***************************************************/
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #1c1c1c;
  border-radius: 10px;
  border-top: 3px solid #b13825;
  border-bottom: 3px solid #b13825;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #b13825;
  border-top: 5px solid #b13825;
  border-bottom: 5px solid #b13825;
}

/***************************************************/
.ts-navigation {
  position: sticky;
  top: 10px;
  z-index: 9999;
}
@media (max-width: 991px) {
  .ts-navigation {
    top: 0;
  }
}
.ts-navbar {
  padding: 12px 20px;
}
@media (max-width: 991px) {
  .ts-navbar .offcanvas {
    background: rgba(16, 24, 40, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2rem);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(16, 24, 40, 0.3);
    height: 100vh;
  }
}
.ts-navbar .offcanvas-header {
  min-height: 5rem;
  justify-content: end;
  padding-right: 1.3125rem;
  font-size: 1.25rem;
}
.ts-navbar .offcanvas-body {
  justify-content: end;
}
.ts-nav .nav-link {
  color: #ffffff;
}
.ts-nav .nav-link-active {
  color: #b13825;
  font-weight: 500;
}
.ts-nav .nav-link:hover {
  color: #b13825;
}
.ts-navigation-container {
  position: relative;
  height: 5rem;
}
@media (max-width: 991px) {
  .ts-navigation-container {
    min-width: 100%;
    padding: 0px;
  }
}
.ts-navigation-container .ts-navbar {
  z-index: 9999;
  background: rgba(16, 24, 40, 0.21);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(16, 24, 40, 0.3);
}
@media (max-width: 991px) {
  .ts-navigation-container .ts-navbar {
    border-radius: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.ts-navigation-container .ts-navbar .navbar {
  background-color: transparent !important;
  background: rgba(0, 0, 0, 0.2392156863);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1019607843);
  -webkit-backdrop-filter: blur(6.6px);
          backdrop-filter: blur(6.6px);
}
.ts-navigation-container .ts-navbar .navbar-toggler {
  border: none;
  width: 22px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.ts-navigation-container .ts-navbar .navbar-toggler:focus {
  box-shadow: none;
}
.ts-navigation-container .ts-navbar .navbar-toggler:hover span:nth-child(3) {
  width: 100%;
  margin-left: 0;
}
.ts-navigation-container .ts-navbar .navbar-toggler__span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.ts-navigation-container .ts-navbar .navbar-toggler__span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.ts-navigation-container .ts-navbar .navbar-toggler__span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.ts-navigation-container .ts-navbar .navbar-toggler__span:nth-child(3) {
  top: 13px;
  transform-origin: left center;
  width: 70%;
  margin-left: 30%;
  transition: all 0.3s ease-in-out;
}
.ts-navigation-container .ts-navbar .btn-close {
  background-image: url("../../assets/icon/x.svg");
  isolation: isolate;
  position: relative;
}
.ts-navigation-container .ts-navbar .btn-close:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .ts-navigation-container .ts-navbar .offcanvas .ts-nav {
    flex-direction: column;
    gap: 4rem;
    position: absolute;
    top: 10%;
  }
}
.ts-navigation-container::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  background: linear-gradient(98.24deg, rgba(109, 220, 255, 0.24) 0%, rgba(127, 96, 249, 0.24) 100%);
  filter: blur(51.5px);
  z-index: -1;
}

/***************************************************/
.max-width {
  max-width: 120rem;
  margin: auto;
}

.h-auto {
  height: auto;
}

/***************************************************/
.ts-rounded-12 {
  border-radius: 0.75rem;
}

/***************************************************/
.ts-desc-1 {
  font-size: clamp(1.1875rem, 2vw, 1.5rem);
}
.ts-desc-2 {
  font-size: clamp(1.125rem, 2vw, 1.4375rem);
}
.ts-desc-3 {
  font-size: clamp(1.0625rem, 2vw, 1.375rem);
}
.ts-desc-4 {
  font-size: clamp(1rem, 2vw, 1.25rem);
}
.ts-desc-5 {
  font-size: clamp(0.937rem, 2vw, 1.1875rem);
}
.ts-desc-6 {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
}
.ts-desc-7 {
  font-size: clamp(0.8125rem, 2vw, 1rem);
}
.ts-desc-8 {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
}
.ts-heading-1 {
  font-size: clamp(35px, 5vw, 3.75rem);
}
.ts-heading-2 {
  font-size: clamp(30px, 5vw, 3rem);
}
.ts-heading-3 {
  font-size: clamp(25px, 3vw, 2.1875rem);
}
.ts-heading-4 {
  font-size: clamp(25px, 3vw, 2.125rem);
}
.ts-heading-5 {
  font-size: clamp(22px, 3vw, 2rem);
}
.ts-heading-6 {
  font-size: clamp(18px, 2vw, 1.625rem);
}

/***************************************************/
.line-height-26 {
  line-height: 26px;
}

/***************************************************/
.ts-bg-white {
  background-color: #ffffff;
}
.ts-bg-white-dark {
  background-color: #a1a1aa;
}
.ts-bg-gray {
  background-color: #98a2b3;
}
.ts-bg-haf-white {
  background-color: rgba(255, 255, 255, 0.8);
}
.ts-bg-black-25 {
  background-color: rgba(0, 0, 0, 0.8);
}
.ts-bg-dark {
  background-color: #090c15;
}
.ts-bg-dark-75 {
  background-color: rgba(14, 18, 32, 0.3019607843);
}
.ts-bg-dark-blue {
  background-color: #0e1220;
}
.ts-bg-dark-light {
  background-color: #1e1e1e;
}
.ts-bg-blue-dark {
  background-color: #101828;
}
.ts-bg-blue-dark-75 {
  background-color: rgba(16, 24, 40, 0.3490196078);
}
.ts-bg-blue-electric-75 {
  background-color: rgba(124, 232, 254, 0.2);
}
.ts-bg-blue-light {
  background-color: #6e759e;
}
.ts-bg-orange-red {
  background-color: #b13825;
}
.ts-text-white {
  color: #ffffff;
}
.ts-text-white-dark {
  color: #a1a1aa;
}
.ts-text-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.ts-text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.ts-text-gray {
  color: #98a2b3;
}
.ts-text-haf-white {
  color: rgba(255, 255, 255, 0.8);
}
.ts-text-black-25 {
  color: rgba(0, 0, 0, 0.8);
}
.ts-text-dark {
  color: #090c15;
}
.ts-text-dark-75 {
  color: rgba(14, 18, 32, 0.3019607843);
}
.ts-text-dark-blue {
  color: #0e1220;
}
.ts-text-dark-light {
  color: #1e1e1e;
}
.ts-text-blue-dark {
  color: #101828;
}
.ts-text-blue-dark-75 {
  color: rgba(16, 24, 40, 0.3490196078);
}
.ts-text-blue-electric-75 {
  color: rgba(124, 232, 254, 0.2);
}
.ts-text-blue-light {
  color: #6e759e;
}
.ts-text-orange-red {
  color: #b13825;
}

/***************************************************/
.link {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.link-underline {
  transition: all 0.3s ease-in-out;
}
.link-underline:hover {
  color: #b13825;
  text-decoration: none;
}
.link:hover {
  color: #b13825;
}

/***************************************************/
.ts-orange-red-btn {
  padding-inline: clamp(18px, 3vw, 36px);
  padding-block: clamp(5px, 2vw, 12px);
  border-radius: 30px;
  display: inline-block;
  background-color: #b13825;
  border: 2px solid #b13825;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.ts-orange-red-btn:hover {
  background-color: transparent;
  color: #b13825;
}

/***************************************************/
.swiper-pagination .swiper-pagination-bullet {
  padding: clamp(6px, 1vw, 8px);
  background-color: rgba(124, 232, 254, 0.2);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b13825;
}

.ts-swiper-button-next, .ts-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 1rem));
  z-index: 1000;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  font-size: 1.3rem;
}
.ts-swiper-button-prev {
  left: 10px;
}
.ts-swiper-button-next {
  right: 10px;
}

.swiper-button-disabled {
  opacity: 0.5;
}

/***************************************************/
.mb-01 {
  margin-bottom: 0.25rem;
}
.mb-02 {
  margin-bottom: 0.5rem;
}
.mb-03 {
  margin-bottom: 0.75rem;
}
.mb-04 {
  margin-bottom: 1rem;
}
.mb-05 {
  margin-bottom: 1.25rem;
}
.mb-06 {
  margin-bottom: 1.5rem;
}
.mb-07 {
  margin-bottom: 2rem;
}
.mb-08 {
  margin-bottom: 2.5rem;
}
.mb-09 {
  margin-bottom: 3rem;
}
.mb-10 {
  margin-bottom: 3.375rem;
}
.mb-11 {
  margin-bottom: 4rem;
}
.mb-12 {
  margin-bottom: 4.5rem;
}
.mb-13 {
  margin-bottom: 5rem;
}
.mb-14 {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .mb-lg-01 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-02 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-03 {
    margin-bottom: 0.75rem;
  }
  .mb-lg-04 {
    margin-bottom: 1rem;
  }
  .mb-lg-05 {
    margin-bottom: 1.25rem;
  }
  .mb-lg-06 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-07 {
    margin-bottom: 2rem;
  }
  .mb-lg-08 {
    margin-bottom: 2.5rem;
  }
  .mb-lg-09 {
    margin-bottom: 3rem;
  }
  .mb-lg-10 {
    margin-bottom: 3.375rem;
  }
  .mb-lg-11 {
    margin-bottom: 4rem;
  }
  .mb-lg-12 {
    margin-bottom: 4.5rem;
  }
  .mb-lg-13 {
    margin-bottom: 5rem;
  }
  .mb-lg-14 {
    margin-bottom: 6rem;
  }
}

.mt-01 {
  margin-top: 0.25rem;
}
.mt-02 {
  margin-top: 0.5rem;
}
.mt-03 {
  margin-top: 0.75rem;
}
.mt-04 {
  margin-top: 1rem;
}
.mt-05 {
  margin-top: 1.25rem;
}
.mt-06 {
  margin-top: 1.5rem;
}
.mt-07 {
  margin-top: 2rem;
}
.mt-08 {
  margin-top: 2.5rem;
}
.mt-09 {
  margin-top: 3rem;
}
.mt-10 {
  margin-top: 3.375rem;
}
.mt-11 {
  margin-top: 4rem;
}
.mt-12 {
  margin-top: 4.5rem;
}
.mt-13 {
  margin-top: 5rem;
}
.mt-14 {
  margin-top: 6rem;
}
@media (min-width: 992px) {
  .mt-lg-01 {
    margin-top: 0.25rem;
  }
  .mt-lg-02 {
    margin-top: 0.5rem;
  }
  .mt-lg-03 {
    margin-top: 0.75rem;
  }
  .mt-lg-04 {
    margin-top: 1rem;
  }
  .mt-lg-05 {
    margin-top: 1.25rem;
  }
  .mt-lg-06 {
    margin-top: 1.5rem;
  }
  .mt-lg-07 {
    margin-top: 2rem;
  }
  .mt-lg-08 {
    margin-top: 2.5rem;
  }
  .mt-lg-09 {
    margin-top: 3rem;
  }
  .mt-lg-10 {
    margin-top: 3.375rem;
  }
  .mt-lg-11 {
    margin-top: 4rem;
  }
  .mt-lg-12 {
    margin-top: 4.5rem;
  }
  .mt-lg-13 {
    margin-top: 5rem;
  }
  .mt-lg-14 {
    margin-top: 6rem;
  }
}

.pt-01 {
  padding-top: 0.25rem;
}
.pt-02 {
  padding-top: 0.5rem;
}
.pt-03 {
  padding-top: 0.75rem;
}
.pt-04 {
  padding-top: 1rem;
}
.pt-05 {
  padding-top: 1.25rem;
}
.pt-06 {
  padding-top: 1.5rem;
}
.pt-07 {
  padding-top: 2rem;
}
.pt-08 {
  padding-top: 2.5rem;
}
.pt-09 {
  padding-top: 3rem;
}
.pt-10 {
  padding-top: 3.375rem;
}
.pt-11 {
  padding-top: 4rem;
}
.pt-12 {
  padding-top: 4.5rem;
}
.pt-13 {
  padding-top: 5rem;
}
.pt-14 {
  padding-top: 6rem;
}
@media (min-width: 992px) {
  .pt-lg-01 {
    padding-top: 0.25rem;
  }
  .pt-lg-02 {
    padding-top: 0.5rem;
  }
  .pt-lg-03 {
    padding-top: 0.75rem;
  }
  .pt-lg-04 {
    padding-top: 1rem;
  }
  .pt-lg-05 {
    padding-top: 1.25rem;
  }
  .pt-lg-06 {
    padding-top: 1.5rem;
  }
  .pt-lg-07 {
    padding-top: 2rem;
  }
  .pt-lg-08 {
    padding-top: 2.5rem;
  }
  .pt-lg-09 {
    padding-top: 3rem;
  }
  .pt-lg-10 {
    padding-top: 3.375rem;
  }
  .pt-lg-11 {
    padding-top: 4rem;
  }
  .pt-lg-12 {
    padding-top: 4.5rem;
  }
  .pt-lg-13 {
    padding-top: 5rem;
  }
  .pt-lg-14 {
    padding-top: 6rem;
  }
}

.pb-01 {
  padding-bottom: 0.25rem;
}
.pb-02 {
  padding-bottom: 0.5rem;
}
.pb-03 {
  padding-bottom: 0.75rem;
}
.pb-04 {
  padding-bottom: 1rem;
}
.pb-05 {
  padding-bottom: 1.25rem;
}
.pb-06 {
  padding-bottom: 1.5rem;
}
.pb-07 {
  padding-bottom: 2rem;
}
.pb-08 {
  padding-bottom: 2.5rem;
}
.pb-09 {
  padding-bottom: 3rem;
}
.pb-10 {
  padding-bottom: 3.375rem;
}
.pb-11 {
  padding-bottom: 4rem;
}
.pb-12 {
  padding-bottom: 4.5rem;
}
.pb-13 {
  padding-bottom: 5rem;
}
.pb-14 {
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  .pb-lg-01 {
    padding-bottom: 0.25rem;
  }
  .pb-lg-02 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-03 {
    padding-bottom: 0.75rem;
  }
  .pb-lg-04 {
    padding-bottom: 1rem;
  }
  .pb-lg-05 {
    padding-bottom: 1.25rem;
  }
  .pb-lg-06 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-07 {
    padding-bottom: 2rem;
  }
  .pb-lg-08 {
    padding-bottom: 2.5rem;
  }
  .pb-lg-09 {
    padding-bottom: 3rem;
  }
  .pb-lg-10 {
    padding-bottom: 3.375rem;
  }
  .pb-lg-11 {
    padding-bottom: 4rem;
  }
  .pb-lg-12 {
    padding-bottom: 4.5rem;
  }
  .pb-lg-13 {
    padding-bottom: 5rem;
  }
  .pb-lg-14 {
    padding-bottom: 6rem;
  }
}

.mb-md {
  margin-bottom: clamp(2.8125rem, 10vw, 6.375rem);
}
.mb-lg {
  margin-bottom: clamp(3.125rem, 10vw, 6.875rem);
}
.mb-xl {
  margin-bottom: clamp(3.125rem, 10vw, 7.4375rem);
}
.mb-xxl {
  margin-bottom: clamp(3.75rem, 12vw, 10rem);
}

.pb-xl {
  padding-bottom: clamp(4.375rem, 11vw, 9.6875rem);
}

.pt-lg {
  padding-top: clamp(3.125rem, 10vw, 6.875rem);
}

@media (max-width: 1199px) {
  .p-block-xl-down {
    padding-block: 20px;
  }
}
@media (min-width: 1200px) {
  .pe-col-gap-xl-up {
    padding-right: 25px;
  }
  .ps-col-gap-xl-up {
    padding-left: 25px;
  }
}
.ts-border-primary {
  border: 1px solid #b13825;
}

/***************************************************/
.ts-card {
  position: relative;
  border-radius: 0.5rem;
  isolation: isolation;
  margin-bottom: 0.63rem;
  height: 100%;
}
.ts-card::before, .ts-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b13825;
  background-color: #0e1220;
  z-index: -1;
  border-radius: 0.5rem;
}
.ts-card::after {
  top: 1.625rem;
  z-index: -2;
  transform: scale(0.98);
  filter: blur(2px);
}
.ts-card-img {
  border-radius: 0.5rem !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  max-height: 378px;
  padding: 1px;
}
.ts-card-body {
  padding-inline: clamp(20px, 2vw, 26px);
  padding-block: clamp(18px, 2vw, 24px);
}
.ts-card--nogbg-design {
  margin-bottom: 0;
}
.ts-card--nogbg-design::after {
  display: none;
}

/***************************************************/
.mapouter {
  position: relative;
  width: 100% !important;
  height: clamp(260px, 30vw, 420px);
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100% !important;
  height: clamp(260px, 30vw, 420px);
}
.gmap_iframe {
  width: 100% !important;
  height: clamp(260px, 30vw, 420px) !important;
}

/***************************************************/
.footer-social-icon {
  transition: all 0.4s ease-in-out;
}
.footer-social-icon:hover {
  transform: scale(1.3);
}

/***************************************************/
.ts-bg-gradient-left {
  position: relative;
}
.ts-bg-gradient-left::before {
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(124, 232, 254, 0.15) 0%, rgba(124, 232, 254, 0) 100%);
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  z-index: -1;
  left: -30%;
}

.ts-bg-gradient-right {
  position: relative;
}
.ts-bg-gradient-right::before {
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(124, 232, 254, 0.15) 0%, rgba(124, 232, 254, 0) 100%);
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  z-index: -1;
  right: -30%;
}

/***************************************************/
/***************************************************/
/***************************************************/
.header {
  padding-top: clamp(15px, 3vw, 29px);
  padding-bottom: clamp(10px, 2vw, 19px);
  position: relative;
}
.header::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  background: linear-gradient(98.24deg, rgba(109, 220, 255, 0.2392156863) 0%, rgba(128, 98, 249, 0.2392156863) 100%);
  filter: blur(51.5px);
  z-index: -1;
}

a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox__container {
  z-index: 99999;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #b13825;
}

.cursor-normal {
  cursor: auto !important;
}

/***  Poppins FONT FAMILY  ***/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/
.ts-tabs-header {
  max-width: 1000px;
  margin: auto;
}
.ts-tabs-nav {
  overflow: hidden;
  width: 100%;
  border: none;
}
@media (min-width: 768px) {
  .ts-tabs-nav {
    border: 2px solid #b13825;
    border-radius: 50rem;
  }
}
@media (max-width: 767px) {
  .ts-tabs-nav {
    padding-bottom: 2px;
  }
}
.ts-tabs-nav .nav-link {
  color: #fff !important;
  border-width: 0 !important;
  border-color: #b13825 !important;
  border-radius: 50rem;
}
@media (max-width: 767px) {
  .ts-tabs-nav .nav-link {
    border: 2px solid #b13825 !important;
  }
}
@media (min-width: 768px) {
  .ts-tabs-nav .nav-link:hover, .ts-tabs-nav .nav-link:focus {
    box-shadow: none !important;
    outline: none !important;
  }
}
.ts-tabs-nav .active {
  background-color: #b13825 !important;
  outline: none !important;
  color: #fff !important;
  position: relative;
}
.ts-tabs-nav .active::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid rgba(255, 255, 255, 0.425);
  border-radius: 50rem;
}

.ts-team-card-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ts-team-card {
  background: #0e1220;
  border-radius: 10px;
  width: calc(25% - 1rem);
  margin: 0.5rem;
  border: 1px solid #b13825;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .ts-team-card {
    width: calc(33.3333333333% - 1rem);
  }
}
@media (max-width: 991px) {
  .ts-team-card {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 510px) {
  .ts-team-card {
    width: 100%;
  }
}
.ts-team-card__link {
  transition: all 300ms ease-in-out;
}
.ts-team-card:hover .ts-team-card__img { /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.ts-team-card:hover .ts-team-card__link {
  color: #b13825;
}
.ts-team-card__img {
  width: 100%;
  border-radius: inherit;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 300ms ease-in-out;
}
.ts-team-card__body {
  padding: clamp(1.25rem, 4vw, 1.5rem) clamp(0.875rem, 3.5vw, 1rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ts-team-card__body h6 {
  margin-bottom: 0;
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
}
.ts-team-card__body p {
  font-size: 1rem;
}
.ts-team-card__link:hover {
  color: #b13825;
}

@media (max-width: 767px) {
  .ts-tabs-nav--team {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ts-tabs-nav--team {
    display: grid !important;
    grid-template-columns: repeat(4, auto) !important;
  }
}/*# sourceMappingURL=team.css.map */