h1.bold,
h2.bold {
  font-weight: 700
}
h1.lh--md,
h2.lh--md {
  line-height: 120%
}
.hero-section_fanid {
  overflow: hidden
}
.hero-section h1,
.hero-section h2,
.hero-section h3 {
  color: #fff;
  margin: 0;
  max-width: 55rem
}
.hero-section h3 {
  font-size: 1.5rem
}
@media screen and (max-width:991.98px) {
  .hero-section h3 {
    font-size: 1rem
  }
}
.hero-section p {
  color: #fff;
  max-width: 55rem
}
.hero-section__desc {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 130%;
  letter-spacing: .02em;
  color: #fff;
  max-width: 55rem
}
@media screen and (max-width:991.98px) {
  .hero-section__desc {
    font-size: .875rem
  }
}
.hero-section__desc.sm {
  font-size: 1.5rem;
  line-height: 150%
}
@media screen and (max-width:991.98px) {
  .hero-section__desc.sm {
    font-size: 1rem
  }
}
.hero-section__desc.smx {
  font-size: 1.125rem;
  line-height: 150%
}
@media screen and (max-width:991.98px) {
  .hero-section__desc.smx {
    font-size: .875rem
  }
}
.hero-section__desc.lite {
  font-weight: 400
}
.hero-section__head {
  display: flex;
  flex-wrap: wrap
}
@media screen and (max-width:991.98px) {
  .hero-section__head {
    flex-direction: column
  }
}
.hero-section_fanid h1 {
  max-width: 43.75rem
}
@media screen and (max-width:991.98px) {
  .hero-section_fanid h1 {
    max-width: 37.5rem
  }
}
.hero-section_fanid .hero-section__row {
  margin-top: 2.1875rem
}
@media screen and (min-width:992px) {
  .hero-section_fanid .hero-section__col:nth-child(1) {
    width: 49.375rem
  }
}
@media screen and (min-width:992px) {
  .hero-section_fanid .hero-section__col:nth-child(2) {
    width: 100%;
    flex: 1 0 0
  }
}
.hero-section_fanid-img {
  position: relative
}
.hero-section_fanid-img::after {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1400px;
  height: 1800px;
  background: #4a36c6;
  -webkit-filter: blur(139px);
  filter: blur(139px);
  content: "";
  z-index: -2
}
.hero-section_fanid-img::before {
  position: absolute;
  left: 65%;
  top: 0;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  width: 876px;
  height: 607px;
  background: rgba(16,195,255,.67);
  -webkit-filter: blur(101.5px);
  filter: blur(101.5px);
  content: "";
  z-index: -1
}
.hero-section_fanid-img img {
  max-width: 140%;
  -webkit-transform: translate(-15%,-5%);
  transform: translate(-15%,-5%)
}
@media screen and (max-width:991.98px) {
  .hero-section_fanid-img {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
  }
  .hero-section_fanid-img__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff
  }
  .hero-section_fanid-img img {
    max-width: 400px;
    -webkit-transform: initial;
    transform: initial
  }
}
@media screen and (max-width:599.98px) {
  .hero-section_fanid-img {
    margin-bottom: 0
  }
  .hero-section_fanid-img__title {
    width: 50%;
    flex: 0 0 auto;
    font-size: .875rem;
    margin-bottom: 30px;
    position: relative;
    z-index: 2
  }
  .hero-section_fanid-img img {
    max-width: 330px;
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px)
  }
}
.hero-section__downapp {
  margin-top: 2.625rem
}
.hero-section__downapp-title {
  margin-bottom: 1.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff
}
.hero-section__downapp-items {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem
}
.hero-section__downapp-item__img {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 1.25rem;
  margin-bottom: 1.25rem;
  overflow: hidden
}
.hero-section__downapp-item__name {
  text-align: center;
  font-size: 1.125rem;
  color: #fff
}
@media screen and (max-width:991.98px) {
  .hero-section__downapp-items {
    flex-wrap: wrap;
    gap: 1rem
  }
  .hero-section__downapp-item__img {
    width: 160px
  }
}
.hero-section__downapp {
  margin-top: 2.625rem
}
.hero-section__downapp-title {
  margin-bottom: 1.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff
}
.hero-section__downapp-items {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem
}
.hero-section__downapp-item__img {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 1.25rem;
  margin-bottom: 1.25rem;
  overflow: hidden
}
.hero-section__downapp-item__name {
  text-align: center;
  font-size: 1.125rem;
  color: #fff
}
@media screen and (max-width:991.98px) {
  .hero-section__downapp-items {
    flex-wrap: wrap;
    gap: 1rem
  }
  .hero-section__downapp-item__img {
    width: 160px
  }
}
@media screen and (max-width:599.98px) {
  .hero-section__downapp-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px
  }
  .hero-section__downapp-item__img {
    width: 100%
  }
  .hero-section__downapp-item__img img {
    width: 100%
  }
}
.fanid__item {
  background: radial-gradient(156.96% 156.96% at 5% 100%,#00a3da 0,#2175cf 100%),#edf6fc;
  overflow: hidden;
  border-radius: 1.875rem;
  padding: 4.625rem 8.125rem 4.375rem 4.0625rem;
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  grid-gap: 4.125rem;
  color: #fff;
  z-index: 2
}
.fanid__item + .fanid__item {
  margin-top: 20px
}
.fanid__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/images/fan-id/squares-bq2.png) no-repeat -4rem -5rem/22.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}
.fanid__item-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: .02em;
  max-width: 28.125rem
}
.fanid__item-desc {
  font-size: 1.125rem;
  line-height: 150%
}
.fanid__item-desc li {
  position: relative;
  padding-left: 23px
}
.fanid__item-desc li + li {
  margin-top: .375rem
}
.fanid__item-desc li:before {
  position: absolute;
  left: 0;
  top: .5rem;
  width: 9px;
  height: 9px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ""
}
.fanid__item-buttons {
  margin-top: 2rem
}
.fanid__item-video {
  position: relative
}
.fanid__item-video__inner {
  position: relative;
  padding-bottom: 65%;
  background: #fff;
  border-radius: 1.875rem;
  overflow: hidden
}
.fanid__item-video__inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.fanid__item-video__play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}
.fanid__item-video__play::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 6.375rem;
  height: 6.375rem;
  border-radius: 100%;
  background: url(../img/images/fan-id/play.svg) no-repeat 55% center;
  background-color: #0194d8;
  transition: all .3s ease-in-out;
  content: ""
}
.fanid__item-video__inner:hover .fanid__item-video__play::before {
  background-color: #123063
}
@media screen and (max-width:1199.98px) {
  .fanid__item {
    grid-template-columns: 1fr;
    grid-gap: 2rem
  }
}
@media screen and (max-width:767.98px) {
  .fanid__item {
    border-radius: .9375rem;
    padding: 70px 15px 15px
  }
  .fanid__item + .fanid__item {
    margin-top: 10px
  }
  .fanid__item-title {
    font-size: 1.5rem;
    margin-bottom: 1rem
  }
  .fanid__item-desc {
    font-size: 1rem;
    line-height: 150%
  }
  .fanid__item-desc li {
    padding-left: 18px
  }
  .fanid__item-desc li:before {
    top: .5625rem;
    width: 6px;
    height: 6px
  }
  .fanid__item-buttons {
    margin-top: 1rem
  }
  .fanid__item-buttons .btn {
    width: 100%
  }
  .fanid__item-video__inner {
    border-radius: .9375rem
  }
  .fanid__item-video__play::before {
    width: 2.75rem;
    height: 2.75rem;
    background-size: 12px
  }
}