.hero {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.hero h1 {
  font-family: "new-kansas", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .hero:before {
    content: '';
    display: block;
    width: 100%;
  }
}
.hero .soccerballoverlay {
  display: none;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .hero .soccerballoverlay {
    bottom: 7%;
    display: block;
    left: 47%;
    right: auto;
    top: auto;
  }
}
.hero.default .content h1 {
  color: #ff600a;
}
.hero.default .content p {
  color: #757575;
}
@media only screen and (min-width: 980px) {
  .hero.default {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .hero.default {
    padding: 0 0 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero.media3x2 {
    padding-top: calc(66.66% - 330px);
  }
}
@media only screen and (min-width: 768px) {
  .hero.media4x3 {
    padding-top: calc(75% - 330px);
  }
}
@media only screen and (min-width: 768px) {
  .hero.media16x9 {
    padding-top: calc(56.25% - 330px);
  }
}
@media only screen and (min-width: 768px) {
  .hero.media21x9 {
    padding-top: calc(42.85% - 330px);
  }
}
.hero .media-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: none;
}
@media only screen and (min-width: 768px) {
  .hero .media-wrap {
    bottom: 0;
    clip-path: circle(47.3% at 85% 50%);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@supports (object-fit: cover) {
  .hero .media-wrap img,
  .hero .media-wrap video {
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
  }
}
.hero .video-play-pause-button {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  bottom: 15px;
  right: 15px;
  border: none;
  cursor: pointer;
  padding: 0px;
  position: absolute;
  z-index: 5;
}
.hero .video-play-pause-button.playing .icon.play {
  display: none;
}
.hero .video-play-pause-button.playing .icon.pause {
  display: flex;
}
.hero .icon {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}
.hero .icon.pause {
  display: none;
}
.hero .icon svg {
  height: 8px;
  width: 7px;
}
.hero .content-wrap {
  padding-top: 15px;
  position: relative;
  /* top */
  /* center */
  /* bottom */
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap {
    padding-top: 0px;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.top-left {
    left: 50px;
    top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.top-middle {
    justify-content: center;
    left: 0px;
    top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.top-right {
    right: 50px;
    top: 50px;
  }
}
.hero .content-wrap.top-right .content {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.center-left {
    align-items: center;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: translate(0%, -50%);
  }
}
.hero .content-wrap.center-middle {
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0px;
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.center-right {
    align-items: center;
    height: 100%;
    right: 50px;
    top: 0px;
  }
}
.hero .content-wrap.center-right .content {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.bottom-left {
    bottom: 50px;
    left: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.bottom-middle {
    bottom: 50px;
    justify-content: center;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.bottom-right {
    bottom: 50px;
    right: 50px;
  }
}
.hero .content-wrap.bottom-right .content {
  margin-left: auto;
}
.hero .content-wrap .content {
  color: #fff;
  padding: 0px 15px;
}
.hero .content-wrap .content h2 {
  font-size: 2.6em;
  line-height: 1;
  margin: 0 0 0.4em 0;
}
.hero .content-wrap .content .description-wrap {
  font-size: 1.3em;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap .content {
    background: transparent;
    padding: 25px;
    width: 40%;
  }
}
.hero .down-arrow {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hero .down-arrow {
    animation: 1s ease-in-out infinite alternate levitate;
    background: #333;
    border: none;
    border-radius: 50px;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    padding: 10px;
    position: absolute;
    width: 50px;
  }
}
.hero .down-arrow svg {
  fill: #ffffff;
  height: auto;
  margin: auto;
  width: 18px;
}
.hero .down-arrow span {
  display: none;
}
/* levitate animation */
@keyframes levitate {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
