#june-promo {
  font-size: 16px;
  --purple: #3d2b57 !important;
}
#june-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/25/june/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/june/hero/back.jpg") 1x,
    url("../../../images/25/june/hero/back@2x.jpg") 2x
  );
}
#june-hero .ah-inner {
  gap: 3em;
}
#june-hero .b-purple {
  background-color: var(--purple) !important;
}
.ah-main .button {
  width: 214px;
  height: 38px;
  border-radius: 19px;
  font-size: 1.3125em;
  margin-top: 22px;
}
.ah-right {
  margin: 3% 0;
}
.ah-right dotlottie-player {
  height: auto;
  width: 37em;
}
.ah-main {
  padding-top: 5em;
  padding-bottom: 4.1em;
  margin-left: 2em;
}
.ah-main img {
  width: 31em;
}

@media screen and (max-width: 1200px) {
  .ah-right dotlottie-player {
    height: auto;
    width: 30em;
  }
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  #june-hero {
    background-image: url(../../../images/25/june/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/june/hero/back-m.jpg") 1x,
      url("../../../images/25/june/hero/back-m@2x.jpg") 2x
    );
  }
  #june-hero .ah-inner {
    flex-direction: column;
    padding: 0;
    max-width: 100%;
    gap: 0;
  }
  .ah-inner .ah-animation {
    transform: none;
    margin-bottom: 8px;
    align-items: center;
  }
  .ah-inner .button {
    width: 180px;
    height: 36px;
    font-size: 1.2em;
    margin-top: 10px;
    border-radius: 18px;
    line-height: 1;
  }
  .ah-main {
    padding-top: 5%;
    width: 100%;
    padding-bottom: 6%;
    margin-left: 0;
  }
  .ah-main img {
    width: 88%;
  }
  .ah-right {
    width: 100%;
    right: inherit;
    bottom: inherit;
    position: relative;
    margin: 0;
  }
  .ah-right dotlottie-player {
    width: 83%;
    left: 2%;
    position: relative;
    bottom: -2%;
  }
}
@media screen and (max-width: 567px) {
}
