.tv-provider--section {
  position: relative;
  z-index: 2;
  background-color: var(--fox-blue-normal);
  padding: 150px 0;
  min-height: 550px;
  display: flex;
  align-items: center;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .tv-provider--section {
    min-height: 0;
  }
}
.tv-provider--section .diagonal-band {
  position: absolute;
  inset: 0;
  background: #f5dd37;
  clip-path: polygon(0 24%, 100% 0, 100% 76%, 0 100%);
  z-index: 0;
}
.tv-provider--section .section--wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.tv-provider--section .section--wrapper .mascot--image {
  position: absolute;
  bottom: -160px;
  left: 78%;
  height: auto;
  width: 38%;
  max-width: 550px;
  object-fit: contain;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .tv-provider--section .section--wrapper .mascot--image {
    display: none;
  }
}
.tv-provider--section .heading {
  font-family: "Tusker FoxNFL 6600 Angled";
  font-weight: 100;
  color: var(--fox-blue-normal);
  font-size: 70px;
  text-transform: uppercase;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .tv-provider--section .heading {
    font-size: 46px;
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .tv-provider--section .heading {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tv-provider--section .heading {
    font-size: 28px;
  }
}
.tv-provider--section .body-text {
  color: var(--fox-blue-normal);
  font-family: var(--primary-medium);
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .tv-provider--section .body-text {
    max-width: none;
  }
}
.tv-provider--section .cta--container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .tv-provider--section .cta--container {
    margin-top: 25px;
  }
}
.tv-provider--section .find-provider--button {
  display: inline-flex;
  padding: 20px 50px;
  background: var(--fox-blue-normal);
  color: #f5dd37;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--h2-semibold);
  font-size: 20px;
  transition: background 0.3s ease;
}
.tv-provider--section .find-provider--button:hover {
  background: var(--fox-blue-dark);
}
@media screen and (max-width: 768px) {
  .tv-provider--section .find-provider--button {
    font-size: 14px;
    padding: 15px 35px;
  }
}

/*# sourceMappingURL=tv-provider.css.map */
