.sponsor-profile-col {
  padding: 28px 25px 32px;
  background: linear-gradient(180deg, #141546 0%, #141546 100%);
  border-radius: 15px;
}
.sponsor-profile-col .ico {
  line-height: 0;
}
.sponsor-profile-col .ico img {
  width: 50px;
  aspect-ratio: 1;
}
.sponsor-profile-col .content h5 {
  color: var(--white);
  font-size: 24px;
  line-height: 1.167;
  font-weight: 600;
  margin: 0.8rem 0 1.3rem;
}
.sponsor-profile-col .content p, .sponsor-profile-col .content li {
  color: var(--white-fade);
}
.sponsor-profile-col .content ul li {
  padding-left: 25px;
  position: relative;
  line-height: 20px;
}
.sponsor-profile-col .content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--white-fade);
}
.sponsor-profile-col .content ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.banner.sponsor-banner .bg {
  height: 535px;
}
.banner.sponsor-banner .bg video {
  -o-object-position: top;
     object-position: top;
}

.sponsor-secA {
  background: var(--white);
  padding: 5rem 0;
}
.sponsor-secA .Col-Md:not(:last-child) {
  margin-bottom: 5rem;
}
.sponsor-secA .heading {
  margin-bottom: 1rem;
}
.sponsor-secA .heading h3 {
  color: var(--blue-dark);
}
.sponsor-secA .sponsor-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px 15px;
}
.sponsor-secA .sponsor-wrap .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.sponsor-secA .sponsor-wrap .item figure {
  height: 180px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor-secA .sponsor-wrap .item figure img {
  width: 100%;
}
.sponsor-secA .sponsor-wrap .item figcaption {
  font-size: 14px;
  color: var(--text);
  line-height: 1.7;
  font-weight: 500;
}

.sponsor-secB {
  padding: 7rem 0;
}
.sponsor-secB .heading {
  max-width: 450px;
  margin: 0 auto 6rem;
}
.sponsor-secB .sponsor-profile-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 21px;
}

.sponsor-secC {
  padding: 2rem 0 0;
}
.sponsor-secC .heading {
  max-width: 562px;
  margin: 0 auto 1rem;
}
.sponsor-secC .flex .colA, .sponsor-secC .flex .colB {
  flex: 1;
}
.sponsor-secC .flex .colA {
  line-height: 0;
  height: 548px;
  margin-right: 4rem;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5rem;
}
.sponsor-secC .flex .colA img, .sponsor-secC .flex .colA video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sponsor-secC .flex .colB {
  border-left: 1px solid var(--cyan);
  --padding: 3rem;
  --dot: 26px;
  padding: 5rem 0;
  padding-left: var(--padding);
}
.sponsor-secC .flex .colB h5 {
  position: relative;
  font-size: 24px;
  line-height: 1.167;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--white);
}
.sponsor-secC .flex .colB h5::before {
  content: "";
  position: absolute;
  right: calc(100% + var(--padding) - var(--dot) / 2);
  height: var(--dot);
  width: var(--dot);
  border: 8px solid var(--cyan);
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.sponsor-secC .flex .colB p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  margin-bottom: 1.5rem;
}/*# sourceMappingURL=sponsor.css.map */