/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
.snk-cbs-container .row {
  justify-content: center;
}

.snk-cb {
  display: flex;
  flex-direction: column;
  transform: none;
  text-decoration: none;
  position: relative;
  padding: 0 calc(var(--snk-gutter-x) / 2);
  margin-top: var(--snk-gutter-y);
}
.snk-cbs-heading > *:last-child {
  margin-bottom: 0;
}
.snk-cb a {
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.snk-cb a:hover .snk-media-coverImage,
.snk-cb a:hover .snk-cb-img-wrapper img {
  transform: scale(1.05);
}
.snk-cb a:hover .snk-btn-circle .snk-btn-arrows {
  animation: arrowsAroundTheWorld 0.5s forwards;
}
.snk-cb-img-wrapper {
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 1.5rem;
}
.snk-cb-img-wrapper img {
  transition: transform 0.4s ease;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.snk-cb .snk-media a:hover img {
  transform: scale(1.05);
}
.snk-cb .snk-media img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.snk-cb .snk-media_video {
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.snk-cb .snk-media_video:hover img {
  transform: scale(1.05);
}
.snk-cb .snk-media_video iframe,
.snk-cb .snk-media_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.snk-cb .snk-media_video .snk-media-coverImage {
  position: absolute;
  z-index: 1;
  transition: transform 0.4s ease;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.snk-cb .snk-media-playBtn-popup {
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  z-index: 4;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .snk-cb_custom .snk-cb {
    margin-top: 1.375rem;
  }
  .snk-cb_custom .snk-cb + .snk-cb {
    margin-top: 2.125rem;
  }
}
@media (max-width: 1023.98px) {
  .snk-cbs_dynamic .snk-cb {
    margin-top: 1.5rem;
  }
}
.snk-cb-type {
  font-family: "CHSansBold";
  color: #004959;
  font-size: 0.875rem;
  font-weight: 700;
}
.snk-cb-date {
  color: #004959;
  font-size: 0.875rem;
  line-height: 1;
}
.snk-cb-content {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 4.5rem;
  flex-grow: 1;
  position: relative;
}
.snk-cb-content h3 {
  font-size: 1.1rem;
}
.snk-cb-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: calc(7.5em - 4px);
}
.snk-cb-link .snk-cb-description {
  margin-bottom: 3.5rem;
}
.snk-cb .snk-btn-circle {
  background-color: #c00;
  border-radius: 3rem;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .snk-cb .snk-btn-circle {
    width: 2rem;
    height: 2rem;
  }
}
.snk-cb .snk-btn-circle .snk-btn-arrows {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
@media (min-width: 768px) {
  .snk-cb .snk-btn-circle .snk-btn-arrows {
    width: 2rem;
    height: 2rem;
  }
}
.snk-cb .snk-btn-circle .snk-btn-arrows::before, .snk-cb .snk-btn-circle .snk-btn-arrows::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none"%3e%3cg%3e%3cpath d="M22.4037 17H6.23438V15H22.4037L14.8087 7.405L16.2344 6L26.2344 16L16.2344 26L14.8087 24.595L22.4037 17Z" fill="%23fff"/%3e%3c/g%3e%3c/svg%3e');
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}
@media (min-width: 768px) {
  .snk-cb .snk-btn-circle .snk-btn-arrows::before, .snk-cb .snk-btn-circle .snk-btn-arrows::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.snk-cb .snk-btn-circle .snk-btn-arrows::before {
  left: -50%;
  display: inline-block;
}
.snk-cb .snk-btn-circle .snk-btn-arrows::after {
  display: inline-block;
}
.snk-cb .snk-btn-circle {
  display: block;
  margin-top: 1.5rem;
  position: absolute;
  bottom: 1.5rem;
}
@media (min-width: 768px) {
  .snk-cb .snk-btn-circle {
    margin-top: 1.5rem;
  }
}

.snk-video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.snk-video-lightbox.is-active {
  display: block;
}
.snk-video-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.snk-video-lightbox-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  background: #000;
  overflow: hidden;
}
.snk-video-lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
}
.snk-video-lightbox-content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.snk-video-lightbox-content iframe,
.snk-video-lightbox-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.snk-media-lightbox-trigger {
  position: relative;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .snk-cbs-container .row.snk-cbs_dynamic {
    flex-wrap: nowrap;
  }
}
.snk-cbs-heading p {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .snk-cbs-heading p {
    margin-bottom: 2rem;
  }
}
.snk-cbs-heading .snk-slider-btn {
  border: none;
  padding: 0;
  background: none;
}
.snk-cbs-heading .snk-slider-btn svg {
  width: 2.5rem;
  height: 2.5rem;
}
.snk-cbs-heading .snk-slider-btn-wrapper {
  display: flex;
  gap: 1rem;
}
.snk-cbs-heading .snk-slider-btn.is-inactive {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767.98px) {
  .snk-cbs-heading + .snk-cb_custom {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .snk-cbs-heading + .snk-cb_custom,
  .snk-cbs-heading + .snk-cb_custom + .snk-cb_custom {
    margin-top: 1rem;
  }
}
.snk-cbs-heading .snk-slider-count_1 {
  display: none;
}
@media (min-width: 684px) {
  .snk-cbs-heading .snk-slider-count_2 {
    display: none;
  }
}
.snk-cbs-slider-container {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}