.tseg-related-content {
    --tseg-rc-color-primary: #000;
    --tseg-rc-color-secondary: blue;
    --tseg-rc-icon-bg: #fff;
    --tseg-rc-border-radius: 10px;
    --tseg-rc-border-color: #dee2e6;
}
.tseg-related-content__list {
    list-style: none!important;
    max-width: fit-content;
    padding:0!important;
}
.tseg-related-content__list .tseg-related-content__item {
    padding: 0.5rem 0!important;
    border-bottom: 1px solid var(--tseg-rc-border-color);
	display: flex;
    justify-content: start;
    align-items: center;
}
.tseg-related-content__list .tseg-related-content__item:before{
   	display: none;
}
.tseg-link-arrow {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 1rem;
    color: #850000!important;
    text-decoration: none!important;
    transition: 0.4s color ease;
}
.tseg-link-arrow:hover {
    color: var(--tseg-rc-color-primary)!important;
}
.tseg-link-arrow::after {
    content: '';
    display: block;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    background-color: #850000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23ffffff'%3E%3Cpath d='M571.3 331.3C577.5 325.1 577.5 314.9 571.3 308.7L395.3 132.7C389.1 126.5 378.9 126.5 372.7 132.7C366.5 138.9 366.5 149.1 372.7 155.3L521.4 304L80 304C71.2 304 64 311.2 64 320C64 328.8 71.2 336 80 336L521.4 336L372.7 484.7C366.5 490.9 366.5 501.1 372.7 507.3C378.9 513.5 389.1 513.5 395.3 507.3L571.3 331.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center;
    border-radius: 100%;
    transition: 0.4s background-color ease, 0.4s transform ease;
}
.tseg-link-arrow:hover::after {
    background-color: var(--tseg-rc-color-primary);
    transform: translateX(5px);
}

/* Card */
.tseg-related-content__link {
    position: relative;
    display: block;
    height: 100%;
    border: 1px solid var(--tseg-rc-border-color);
    border-radius: var(--tseg-rc-border-radius);
    text-decoration: none!important;
    overflow: hidden;
}
.tseg-related-content__card {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    gap: 0.8rem;
    height: 100%;
    padding: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.tseg-related-content__card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    min-height: 230px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ffff !important;
    transition: 0.4s background-color ease;
}
.tseg-related-content__card::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--tseg-rc-color-primary);
    opacity: 0.8;
    transition: 0.4s opacity ease;
}
.tseg-related-content__card > * {
    position: relative;
    z-index: 1;
}
.tseg-related-content__card:hover {
    background-color: rgba(0, 0, 0, 0.7)!important;
}
.tseg-related-content__card:hover::before {
    opacity: 0.7!important;
}
.tseg-related-content__icon {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    background-color: var(--tseg-rc-icon-bg);
    border-radius: 100%;
}
.tseg-related-content__img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain!important;
    object-fit: contain !important;
}
.tseg-related-content__title {
    margin: 0!important;
    color: #fff!important;
	letter-spacing:2px;
    font-size: 1.2rem!important;
    text-decoration: none;
}
.tseg-related-content__slider:not(.slick-slider) {
    max-height: 200px;
    overflow: hidden;
}
.tseg-related-content__slider .slick-track {
    display: flex !important;
}
.tseg-related-content__slider .slick-track .slick-slide {
    height: inherit;
}
.tseg-related-content__slider .tseg-related-content__link {
    margin: 0 0.4rem;
}
.tseg-related-content__slider .slick-dots {
    margin-top: 2rem;
}
.tseg-related-content__slider .slick-dots li:before{
	display:none!important;
}
.tseg-related-content__slider .slick-dots li {
    width: fit-content;
    margin: 0 2px;
	padding:0!important;
}
.tseg-related-content__slider .slick-dots li button{
    width: 10px;
    height: 10px;
	color: #000 !important;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative!important;
}
.tseg-related-content__slider .slick-dots li button:before{
	color:#000!important;
	background: #850000!important;
    border-radius: 25px;
	opacity:0;
	width:10px!important;
	height:10px!important;
	font-size:0!important;
	position:unset!important;
}
.tseg-related-content__slider .slick-dots li button:before{
	font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}
.tseg-related-content__slider .slick-dots li.slick-active button:before{
	opacity:1!important;
}
.tseg-related-content__slider .slick-dots{
	position:relative!important;
	bottom:0!important;
	padding:0!important;
}
.tseg-related-content__slider .slick-arrow:hover {
    opacity: 0.8!important;
}
.tseg-related-content__slider .slick-prev, .tseg-related-content__slider .slick-next{
    top: 44%;
	background-color: #850000;
    border-radius: 5px;
    width: 35px!important;
    height: 35px!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
	z-index: 1!important;
}
.tseg-related-content__slider .slick-prev{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath opacity='.4' fill='%23ffffff' d=''/%3E%3Cpath fill='%23ffffff' d='M201.5 320L212.8 308.7L372.8 148.7L384.1 137.4L406.7 160L395.4 171.3L246.7 320L395.4 468.7L406.7 480L384.1 502.6L372.8 491.3L212.8 331.3L201.5 320z'/%3E%3C/svg%3E");
}
.tseg-related-content__slider .slick-next{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23ffffff' d='M438.8 320L427.5 331.3L267.5 491.3L256.2 502.6L233.6 480L244.9 468.7L393.6 320L244.9 171.3L233.6 160L256.2 137.4L267.5 148.7L427.5 308.7L438.8 320z'/%3E%3C/svg%3E");
}
.tseg-related-content__slider .slick-prev:before, .slick-next:before{
	display:none;
}
/* Columns */
.tseg-grid {
    display: grid!important;
    gap: 0.8rem;
}

.tseg-columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.tseg-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.tseg-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tseg-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) {
  .tseg-columns-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tseg-columns-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tseg-columns-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tseg-columns-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .tseg-columns-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tseg-columns-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tseg-columns-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tseg-columns-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .tseg-columns-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tseg-columns-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tseg-columns-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tseg-columns-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
