.follow-image-section {
  height: 100%;
  width: 100%;
}
.follow-image-section .follow-image-list {
  margin-top: 100px;
  margin-bottom: 200px;
}
.follow-image-section .follow-image-list .follow-image-content {
  list-style-type: none;
  padding: 0;
}
.follow-image-section .follow-image-list .follow-image-content .follow-image-row {
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  border-bottom: 1px solid #0f120e;
}
.follow-image-section .follow-image-list .follow-image-content .follow-image-row .follow-img {
  opacity: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 300px;
  height: 300px;
  pointer-events: none;
}
.follow-image-section .follow-image-list .follow-image-content .follow-image-row .follow-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.follow-image-section .follow-image-list .follow-image-content .follow-image-row a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.follow-image-section .follow-image-list .follow-image-content .follow-image-row .chevron-right {
  transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
  border-radius: 50px;
}
.follow-image-section .follow-image-list .follow-image-content .follow-image-row .chevron-right svg {
  width: 25px;
  height: 25px;
}
.follow-image-section .follow-image-list .follow-image-content .follow-image-row .copy {
  font-size: 28px;
  padding: 20px 0 20px 0;
  transition: padding 0.3s ease-in-out;
}
.follow-image-section .follow-image-list .follow-image-content .follow-image-row:hover {
  background: #0f120e;
  color: white;
  transition: background 0.3s ease-in-out;
}
.follow-image-section .follow-image-list .follow-image-content .follow-image-row:hover .copy {
  padding-left: 10px;
  transition: padding 0.3s ease-in-out;
}
.follow-image-section .follow-image-list .follow-image-content .follow-image-row:hover .chevron-right {
  background: white;
  border-radius: 50px;
  padding: 10px;
  margin-right: 10px;
  transition: background 0.3s ease-in-out, padding 0.3s ease-in-out, margin-right 0.3s ease-in-out;
}
.follow-image-section .follow-image-list .follow-image-content .follow-image-row:hover .follow-img {
  opacity: 1;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
.follow-image-section .follow-image-list .follow-image-content .follow-image-row:hover .follow-img.chevron-toggle {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.horizontal-scroll {
  position: relative;
}

.horizontal-scroll-content .horizontal-scroll-inner {
  position: relative;
}
.horizontal-scroll-content .text-progress {
  z-index: 2;
  font-size: 300px;
  font-weight: 700;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #0f120e;
  margin-bottom: 0;
}
.horizontal-scroll-content .text-progress.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: blue;
  transition: -webkit-clip-path cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
  transition: clip-path cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
  transition: clip-path cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s, -webkit-clip-path cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}

.ticker {
  margin-top: 200px !important;
  height: 100vh;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  cursor: none;
  outline-width: 1px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
}
.ticker .ticker-inner {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
  overflow: hidden;
}
.ticker .ticker-inner .scroll-carousel, .ticker .ticker-inner .scroll-carousel-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  will-change: transform;
}
.ticker .ticker-inner .scroll-carousel div p, .ticker .ticker-inner .scroll-carousel-1 div p {
  margin: 0;
}