@font-face {
  font-family: "Marvin Round";
  src: url("../../../fonts/Marvin-Round/Marvin-Round.woff")format("woff"),
    url("../../../fonts/Marvin-Round/Marvin-Round.woff2")format("woff2"),
    url("../../../fonts/Marvin-Round/Marvin-Round.ttf")format("truetype"),
}

.marvin {
  font-family: "Marvin Round";
}

#july-hero {
  background-image: url('../../../images/25/july/hero/back.jpg');
  background-image: image-set(url('../../../images/25/july/hero/back.jpg') 1x,
      url('../../../images/25/july/hero/back@2x.jpg') 2x);
  padding: 100px 0 100px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#july-hero dotlottie-player {
  max-width: 100%;
  width: 704px;
  height: auto;
  margin-bottom: 0;
  aspect-ratio:  704 / 206;
}

#july-hero .l1 {
  color: #042159;
  font-size: 50px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

#july-hero .l2 {
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.02em;
  color: #000;
}

#july-hero .toggle-popup {
  width: 237px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #c9181e;
  padding: 0;
  text-align: center;
  margin-top: 25px;
  font-size: 23px;
}

@media screen and (max-width: 768px) {
  #july-hero {
    padding: 83px 0 229px 0;
    background-image: url('../../../images/25/july/hero/back-m.jpg');
    background-image: image-set(url('../../../images/25/july/hero/back-m.jpg') 1x,
        url('../../../images/25/july/hero/back-m@2x.jpg') 2x);
    background-position: 50% 0%;
  }

  #july-hero .l1 {
    font-size: 26px;
  }

  #july-hero .l2 {
    font-size: 22px;
    line-height: 28px;
  }

  #july-hero .toggle-popup {
    font-size: 19px;
    width: 214px;
  }
}